2025-03-21T20:17:44.6987921Z Current runner version: '2.323.0' 2025-03-21T20:17:44.6996246Z Runner name: 'i-01ba90309be5d2a41' 2025-03-21T20:17:44.6997347Z Runner group name: 'Default' 2025-03-21T20:17:44.6998558Z Machine name: 'ip-10-0-59-144' 2025-03-21T20:17:44.7002149Z ##[group]GITHUB_TOKEN Permissions 2025-03-21T20:17:44.7005058Z Contents: read 2025-03-21T20:17:44.7005785Z Metadata: read 2025-03-21T20:17:44.7006580Z ##[endgroup] 2025-03-21T20:17:44.7010420Z Secret source: Actions 2025-03-21T20:17:44.7011431Z Prepare workflow directory 2025-03-21T20:17:45.0370286Z Prepare all required actions 2025-03-21T20:17:45.0420753Z Getting action download info 2025-03-21T20:17:45.2540984Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-21T20:17:45.5409468Z Download action repository 'pytorch/pytorch@main' (SHA:c5deacc27a4a29fa141e179535d56d21a0eb734f) 2025-03-21T20:17:58.6417438Z Download action repository 'actions/download-artifact@v4' (SHA:95815c38cf2ff2164869cbab79da8d1f422bc89e) 2025-03-21T20:17:58.9863531Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-03-21T20:17:59.0744547Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-03-21T20:17:59.4859457Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-03-21T20:17:59.7463567Z Getting action download info 2025-03-21T20:17:59.9151026Z Uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@refs/heads/main (c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:17:59.9153329Z ##[group] Inputs 2025-03-21T20:17:59.9155423Z script: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=emformer_join BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:17:59.9158041Z timeout: 90 2025-03-21T20:17:59.9158340Z runner: linux.4xlarge.memory 2025-03-21T20:17:59.9158691Z upload-artifact: 2025-03-21T20:17:59.9159348Z upload-artifact-to-s3: false 2025-03-21T20:17:59.9159723Z download-artifact: 2025-03-21T20:17:59.9160026Z repository: 2025-03-21T20:17:59.9160317Z fetch-depth: 1 2025-03-21T20:17:59.9160607Z submodules: true 2025-03-21T20:17:59.9160951Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:17:59.9161395Z test-infra-repository: pytorch/test-infra 2025-03-21T20:17:59.9161792Z test-infra-ref: 2025-03-21T20:17:59.9162129Z docker-image: executorch-ubuntu-22.04-clang12 2025-03-21T20:17:59.9162554Z docker-build-dir: .ci/docker 2025-03-21T20:17:59.9162897Z gpu-arch-type: cpu 2025-03-21T20:17:59.9163201Z gpu-arch-version: 2025-03-21T20:17:59.9163509Z job-name: linux-job 2025-03-21T20:17:59.9163820Z continue-on-error: false 2025-03-21T20:17:59.9164152Z binary-matrix: 2025-03-21T20:17:59.9164444Z run-with-docker: true 2025-03-21T20:17:59.9164753Z secrets-env: 2025-03-21T20:17:59.9165028Z no-sudo: false 2025-03-21T20:17:59.9165328Z ##[endgroup] 2025-03-21T20:17:59.9165899Z Complete job name: test-models-linux (emformer_join, portable, linux.4xlarge.memory) / linux-job 2025-03-21T20:17:59.9670955Z A job started hook has been configured by the self-hosted runner administrator 2025-03-21T20:17:59.9788493Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-03-21T20:17:59.9799162Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:59.9799970Z ##[endgroup] 2025-03-21T20:18:01.4093250Z Runner Type: linux.4xlarge.memory 2025-03-21T20:18:01.4093786Z Instance Type: r5.4xlarge 2025-03-21T20:18:01.4094117Z AMI Name: unknown 2025-03-21T20:18:01.4122467Z AMI ID: ami-08b5b3a93ed654d19 2025-03-21T20:18:07.3119943Z ##[group]Run set -euxo pipefail 2025-03-21T20:18:07.3120598Z set -euxo pipefail 2025-03-21T20:18:07.3120977Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:18:07.3121452Z  echo "::group::Cleanup with-sudo debug output" 2025-03-21T20:18:07.3121920Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:07.3122303Z else 2025-03-21T20:18:07.3122639Z  echo "::group::Cleanup no-sudo debug output" 2025-03-21T20:18:07.3123065Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:07.3123428Z fi 2025-03-21T20:18:07.3123688Z  2025-03-21T20:18:07.3123985Z mkdir -p "${GITHUB_WORKSPACE}" 2025-03-21T20:18:07.3124366Z echo "::endgroup::" 2025-03-21T20:18:07.3134145Z shell: /usr/bin/bash -e {0} 2025-03-21T20:18:07.3134495Z env: 2025-03-21T20:18:07.3134815Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:07.3135249Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:07.3135633Z PR_NUMBER: 2025-03-21T20:18:07.3137593Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=emformer_join BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:07.3139663Z NO_SUDO: false 2025-03-21T20:18:07.3139956Z ##[endgroup] 2025-03-21T20:18:07.3170501Z + [[ false == \f\a\l\s\e ]] 2025-03-21T20:18:07.3182108Z + echo '::group::Cleanup with-sudo debug output' 2025-03-21T20:18:07.3189532Z ##[group]Cleanup with-sudo debug output 2025-03-21T20:18:07.3190153Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:07.4201661Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/branches' 2025-03-21T20:18:07.4202741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/applypatch-msg.sample' 2025-03-21T20:18:07.4203831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/commit-msg.sample' 2025-03-21T20:18:07.4204856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/post-update.sample' 2025-03-21T20:18:07.4205911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-applypatch.sample' 2025-03-21T20:18:07.4206950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-commit.sample' 2025-03-21T20:18:07.4208010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-merge-commit.sample' 2025-03-21T20:18:07.4209060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-push.sample' 2025-03-21T20:18:07.4210205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-receive.sample' 2025-03-21T20:18:07.4211338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/push-to-checkout.sample' 2025-03-21T20:18:07.4212451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/sendemail-validate.sample' 2025-03-21T20:18:07.4213496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/update.sample' 2025-03-21T20:18:07.4214535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:07.4215599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-rebase.sample' 2025-03-21T20:18:07.4216652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:07.4217847Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks' 2025-03-21T20:18:07.4218888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info/exclude' 2025-03-21T20:18:07.4219792Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info' 2025-03-21T20:18:07.4220692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/description' 2025-03-21T20:18:07.4221555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config' 2025-03-21T20:18:07.4222432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads/main' 2025-03-21T20:18:07.4223363Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads' 2025-03-21T20:18:07.4224327Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/tags' 2025-03-21T20:18:07.4225324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin/main' 2025-03-21T20:18:07.4226368Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin' 2025-03-21T20:18:07.4227400Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes' 2025-03-21T20:18:07.4228353Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs' 2025-03-21T20:18:07.4229303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/HEAD' 2025-03-21T20:18:07.4230430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-e4a8484e98aad66fbff9be8ff7ebca9a8cd44ed9.pack' 2025-03-21T20:18:07.4231882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-e4a8484e98aad66fbff9be8ff7ebca9a8cd44ed9.rev' 2025-03-21T20:18:07.4233323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-e4a8484e98aad66fbff9be8ff7ebca9a8cd44ed9.idx' 2025-03-21T20:18:07.4234541Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack' 2025-03-21T20:18:07.4235521Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/info' 2025-03-21T20:18:07.4236474Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects' 2025-03-21T20:18:07.4237378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/FETCH_HEAD' 2025-03-21T20:18:07.4238216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/shallow' 2025-03-21T20:18:07.4239169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin/main' 2025-03-21T20:18:07.4240265Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin' 2025-03-21T20:18:07.4241337Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes' 2025-03-21T20:18:07.4242339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads/main' 2025-03-21T20:18:07.4243329Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads' 2025-03-21T20:18:07.4244306Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs' 2025-03-21T20:18:07.4245192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/HEAD' 2025-03-21T20:18:07.4246073Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs' 2025-03-21T20:18:07.4246986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config.worktree' 2025-03-21T20:18:07.4248220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/index' 2025-03-21T20:18:07.4249081Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git' 2025-03-21T20:18:07.4250004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.flake8' 2025-03-21T20:18:07.4250868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git-blame-ignore-revs' 2025-03-21T20:18:07.4251782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitattributes' 2025-03-21T20:18:07.4252697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actionlint.yaml' 2025-03-21T20:18:07.4253719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint/action.yml' 2025-03-21T20:18:07.4254771Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint' 2025-03-21T20:18:07.4255875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload/action.yml' 2025-03-21T20:18:07.4257004Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload' 2025-03-21T20:18:07.4258162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image/action.yml' 2025-03-21T20:18:07.4259378Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image' 2025-03-21T20:18:07.4260568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space/action.yml' 2025-03-21T20:18:07.4261715Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space' 2025-03-21T20:18:07.4262857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory/action.yml' 2025-03-21T20:18:07.4264003Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory' 2025-03-21T20:18:07.4265156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload/action.yml' 2025-03-21T20:18:07.4266304Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload' 2025-03-21T20:18:07.4267462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner/action.yml' 2025-03-21T20:18:07.4268595Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner' 2025-03-21T20:18:07.4269862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables/action.yml' 2025-03-21T20:18:07.4271106Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables' 2025-03-21T20:18:07.4272317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id/action.yml' 2025-03-21T20:18:07.4273510Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id' 2025-03-21T20:18:07.4274669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image/action.yml' 2025-03-21T20:18:07.4275840Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image' 2025-03-21T20:18:07.4277028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache/action.yml' 2025-03-21T20:18:07.4278237Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache' 2025-03-21T20:18:07.4279761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel/action.yml' 2025-03-21T20:18:07.4281173Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel' 2025-03-21T20:18:07.4282326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds/action.yml' 2025-03-21T20:18:07.4283517Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds' 2025-03-21T20:18:07.4284753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload/action.yml' 2025-03-21T20:18:07.4285945Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload' 2025-03-21T20:18:07.4287117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test/action.yml' 2025-03-21T20:18:07.4288282Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test' 2025-03-21T20:18:07.4289417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux/action.yml' 2025-03-21T20:18:07.4290502Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux' 2025-03-21T20:18:07.4291624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/README.md' 2025-03-21T20:18:07.4292768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/action.yml' 2025-03-21T20:18:07.4293909Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda' 2025-03-21T20:18:07.4295035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia/action.yml' 2025-03-21T20:18:07.4296145Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia' 2025-03-21T20:18:07.4297245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/action.yml' 2025-03-21T20:18:07.4298325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/index.js' 2025-03-21T20:18:07.4299395Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh' 2025-03-21T20:18:07.4300494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows/action.yml' 2025-03-21T20:18:07.4301615Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows' 2025-03-21T20:18:07.4302723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux/action.yml' 2025-03-21T20:18:07.4303861Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux' 2025-03-21T20:18:07.4305006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows/action.yml' 2025-03-21T20:18:07.4306158Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows' 2025-03-21T20:18:07.4307311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly/action.yml' 2025-03-21T20:18:07.4308448Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly' 2025-03-21T20:18:07.4309722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash/action.yml' 2025-03-21T20:18:07.4310995Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash' 2025-03-21T20:18:07.4312182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict/action.yml' 2025-03-21T20:18:07.4313439Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict' 2025-03-21T20:18:07.4314656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results/action.yml' 2025-03-21T20:18:07.4315901Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results' 2025-03-21T20:18:07.4317005Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions' 2025-03-21T20:18:07.4317989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-node-config.yaml' 2025-03-21T20:18:07.4319016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-runner-config.yaml' 2025-03-21T20:18:07.4320049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/canary-scale-config.yml' 2025-03-21T20:18:07.4321049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/dependabot.yml' 2025-03-21T20:18:07.4322070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-canary-scale-config.yml' 2025-03-21T20:18:07.4323110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-scale-config.yml' 2025-03-21T20:18:07.4324092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scale-config.yml' 2025-03-21T20:18:07.4325406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2/android-artifacts-31017223108.json' 2025-03-21T20:18:07.4327058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2/android-artifacts-31017223431.json' 2025-03-21T20:18:07.4328560Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2' 2025-03-21T20:18:07.4329987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_eager.json' 2025-03-21T20:18:07.4331514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_eager_dynamic.json' 2025-03-21T20:18:07.4333107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_inductor_dynamic_gpu.json' 2025-03-21T20:18:07.4334663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/json-each-row.json' 2025-03-21T20:18:07.4336101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/mock.json' 2025-03-21T20:18:07.4337477Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3' 2025-03-21T20:18:07.4338823Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing' 2025-03-21T20:18:07.4340071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks/gather_metadata.py' 2025-03-21T20:18:07.4341205Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks' 2025-03-21T20:18:07.4342320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/export_matrix_variables.py' 2025-03-21T20:18:07.4343509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_tutorials_stats.py' 2025-03-21T20:18:07.4344679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_workflow_job_id.py' 2025-03-21T20:18:07.4345767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_torch.sh' 2025-03-21T20:18:07.4346817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_xpu.bat' 2025-03-21T20:18:07.4348122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_clickhouse_format.sh' 2025-03-21T20:18:07.4349302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py' 2025-03-21T20:18:07.4350456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/test_update_disabled_issues.py' 2025-03-21T20:18:07.4351621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_commit_hashes.py' 2025-03-21T20:18:07.4352759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_disabled_issues.py' 2025-03-21T20:18:07.4353910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/upload_benchmark_results.py' 2025-03-21T20:18:07.4355033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_binaries.sh' 2025-03-21T20:18:07.4356099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_pipy.sh' 2025-03-21T20:18:07.4357145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_poetry.sh' 2025-03-21T20:18:07.4358245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_scale_config.py' 2025-03-21T20:18:07.4359361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_test_ops.sh' 2025-03-21T20:18:07.4360454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/xpu_env_helper.bat' 2025-03-21T20:18:07.4361471Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts' 2025-03-21T20:18:07.4362500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_binary_upload.yml' 2025-03-21T20:18:07.4363572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_upload_docs.yml' 2025-03-21T20:18:07.4364682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/backfill-workflow-job.yml' 2025-03-21T20:18:07.4365830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build-windows-ami.yml' 2025-03-21T20:18:07.4366960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_linux.yml' 2025-03-21T20:18:07.4368069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_macos.yml' 2025-03-21T20:18:07.4369200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_windows.yml' 2025-03-21T20:18:07.4370332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_linux.yml' 2025-03-21T20:18:07.4371459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_macos.yml' 2025-03-21T20:18:07.4372578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_windows.yml' 2025-03-21T20:18:07.4373694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/check-alerts.yml' 2025-03-21T20:18:07.4374911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-linux.yml' 2025-03-21T20:18:07.4376118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-macos.yml' 2025-03-21T20:18:07.4377361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-dynamo-lambda.yml' 2025-03-21T20:18:07.4378692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-s3-lambda.yml' 2025-03-21T20:18:07.4380028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/deploy_lambda_whl_metadata_upload_pep658.yml' 2025-03-21T20:18:07.4381282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/disable-flaky-tests.yml' 2025-03-21T20:18:07.4382469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_binary_build_matrix.yml' 2025-03-21T20:18:07.4383711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_docker_release_matrix.yml' 2025-03-21T20:18:07.4384923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_release_matrix.yml' 2025-03-21T20:18:07.4386092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/gha-artifacts-lambda.yml' 2025-03-21T20:18:07.4387277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/github-status-test-lambda.yml' 2025-03-21T20:18:07.4388484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-do-release-runners.yml' 2025-03-21T20:18:07.4389791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-release-tag-runners.yml' 2025-03-21T20:18:07.4391028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runner-binaries-syncer.yml' 2025-03-21T20:18:07.4392213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runners.yml' 2025-03-21T20:18:07.4393310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-webhook.yml' 2025-03-21T20:18:07.4394349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lint.yml' 2025-03-21T20:18:07.4395365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job.yml' 2025-03-21T20:18:07.4396417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job_v2.yml' 2025-03-21T20:18:07.4397532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/log-classifier-lambda.yml' 2025-03-21T20:18:07.4398624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/macos_job.yml' 2025-03-21T20:18:07.4399662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/mobile_job.yml' 2025-03-21T20:18:07.4400812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/opensearch-gha-jobs-lambda.yml' 2025-03-21T20:18:07.4402025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/pr-dependencies-check.yml' 2025-03-21T20:18:07.4403159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/revert-tracker.yml' 2025-03-21T20:18:07.4404303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/scale_config_validation.yml' 2025-03-21T20:18:07.4405505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/servicelab-ingestor-lambda.yml' 2025-03-21T20:18:07.4406800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-binary-size-validation.yml' 2025-03-21T20:18:07.4408128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-export-matrix-variables.yml' 2025-03-21T20:18:07.4409363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-env-file' 2025-03-21T20:18:07.4410674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-pip-requirements-file' 2025-03-21T20:18:07.4411947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda.yml' 2025-03-21T20:18:07.4413090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-nvidia.yml' 2025-03-21T20:18:07.4414205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-ssh.yml' 2025-03-21T20:18:07.4415362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-validate-domain-library.yml' 2025-03-21T20:18:07.4416683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_aarch64_without_cuda.yml' 2025-03-21T20:18:07.4418044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_python_versions.yml' 2025-03-21T20:18:07.4419350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_with_cuda.yml' 2025-03-21T20:18:07.4420636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_without_cuda.yml' 2025-03-21T20:18:07.4421851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_m1.yml' 2025-03-21T20:18:07.4423064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_with_cuda.yml' 2025-03-21T20:18:07.4424372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_without_cuda.yml' 2025-03-21T20:18:07.4425568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job.yml' 2025-03-21T20:18:07.4426666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job_v2.yml' 2025-03-21T20:18:07.4427761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_macos_job.yml' 2025-03-21T20:18:07.4428932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_mobile_job.yml' 2025-03-21T20:18:07.4430100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_upload_benchmark_results.yml' 2025-03-21T20:18:07.4431311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_windows_job.yml' 2025-03-21T20:18:07.4432363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tests.yml' 2025-03-21T20:18:07.4433356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tflint.yml' 2025-03-21T20:18:07.4434368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/torchci.yml' 2025-03-21T20:18:07.4435427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly.yml' 2025-03-21T20:18:07.4436555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly_core.yml' 2025-03-21T20:18:07.4437686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-drci-comments.yml' 2025-03-21T20:18:07.4438923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-queue-times.yml' 2025-03-21T20:18:07.4440101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-s3-html.yml' 2025-03-21T20:18:07.4441230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-test-times.yml' 2025-03-21T20:18:07.4442378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_disabled_tests.yml' 2025-03-21T20:18:07.4443551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_test_file_ratings.yml' 2025-03-21T20:18:07.4444739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/upload-tutorials-stats.yml' 2025-03-21T20:18:07.4445939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/usage-log-aggregator-lambda.yml' 2025-03-21T20:18:07.4447203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-aarch64-linux-binaries.yml' 2025-03-21T20:18:07.4448618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-binaries.yml' 2025-03-21T20:18:07.4449778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-docker-images.yml' 2025-03-21T20:18:07.4450962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-domain-library.yml' 2025-03-21T20:18:07.4452150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-linux-binaries.yml' 2025-03-21T20:18:07.4453375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-macos-arm64-binaries.yml' 2025-03-21T20:18:07.4454616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-nightly-binaries.yml' 2025-03-21T20:18:07.4455866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-pypi-wheel-binary-size.yml' 2025-03-21T20:18:07.4457123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-release-binaries.yml' 2025-03-21T20:18:07.4458388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-repackaged-binary-sizes.yml' 2025-03-21T20:18:07.4459650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-windows-binaries.yml' 2025-03-21T20:18:07.4460847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows-ami-validation.yml' 2025-03-21T20:18:07.4461969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows_job.yml' 2025-03-21T20:18:07.4462998Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows' 2025-03-21T20:18:07.4463918Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github' 2025-03-21T20:18:07.4464766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitignore' 2025-03-21T20:18:07.4465619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.lintrunner.toml' 2025-03-21T20:18:07.4466533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.mypy_requirements.txt' 2025-03-21T20:18:07.4467413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.sqlfluff' 2025-03-21T20:18:07.4468276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CODE_OF_CONDUCT.md' 2025-03-21T20:18:07.4469214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CONTRIBUTING.md' 2025-03-21T20:18:07.4470177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/LICENSE' 2025-03-21T20:18:07.4471057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/README.md' 2025-03-21T20:18:07.4471947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/README.md' 2025-03-21T20:18:07.4472921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.hwm' 2025-03-21T20:18:07.4473895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwd' 2025-03-21T20:18:07.4474877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwi' 2025-03-21T20:18:07.4475889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs/sshd_config' 2025-03-21T20:18:07.4476950Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs' 2025-03-21T20:18:07.4478002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/plugins.pkr.hcl' 2025-03-21T20:18:07.4479156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Reset-UserData.ps1' 2025-03-21T20:18:07.4480445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Uninstall-WinDefend.ps1' 2025-03-21T20:18:07.4481675Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers' 2025-03-21T20:18:07.4482915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Initialize-Python3.ps1' 2025-03-21T20:18:07.4484255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1' 2025-03-21T20:18:07.4485678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Choco-GenerateProfile.ps1' 2025-03-21T20:18:07.4487154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Conda-Dependencies.ps1' 2025-03-21T20:18:07.4488552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Miniconda3.ps1' 2025-03-21T20:18:07.4489937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Pip-Dependencies.ps1' 2025-03-21T20:18:07.4491278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-SSH.ps1' 2025-03-21T20:18:07.4492555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Tools.ps1' 2025-03-21T20:18:07.4493815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-VS.ps1' 2025-03-21T20:18:07.4495007Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers' 2025-03-21T20:18:07.4496116Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts' 2025-03-21T20:18:07.4497283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts/bootstrap-winrm.ps1' 2025-03-21T20:18:07.4498503Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts' 2025-03-21T20:18:07.4499610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/variables.pkr.hcl' 2025-03-21T20:18:07.4500661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/windows.pkr.hcl' 2025-03-21T20:18:07.4501724Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows' 2025-03-21T20:18:07.4502693Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami' 2025-03-21T20:18:07.4503677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/.gitignore' 2025-03-21T20:18:07.4504743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/Makefile' 2025-03-21T20:18:07.4505835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/ci_queue_pct.py' 2025-03-21T20:18:07.4506926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/dorun.sh' 2025-03-21T20:18:07.4508020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/requirements.txt' 2025-03-21T20:18:07.4509196Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct' 2025-03-21T20:18:07.4510339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/Makefile' 2025-03-21T20:18:07.4511586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/README.md' 2025-03-21T20:18:07.4512883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/expected_query.sql' 2025-03-21T20:18:07.4514263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/lambda_function.py' 2025-03-21T20:18:07.4515635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/requirements.txt' 2025-03-21T20:18:07.4517012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/sample_workflow_job.json' 2025-03-21T20:18:07.4518425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/test_lambda_function.py' 2025-03-21T20:18:07.4519790Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo' 2025-03-21T20:18:07.4521008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/Makefile' 2025-03-21T20:18:07.4522200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/README.md' 2025-03-21T20:18:07.4523432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/lambda_function.py' 2025-03-21T20:18:07.4524720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/requirements.txt' 2025-03-21T20:18:07.4525961Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3' 2025-03-21T20:18:07.4527093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/Makefile' 2025-03-21T20:18:07.4528162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/README.md' 2025-03-21T20:18:07.4529279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/lambda_function.py' 2025-03-21T20:18:07.4530430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/requirements.txt' 2025-03-21T20:18:07.4531524Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts' 2025-03-21T20:18:07.4532610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/Makefile' 2025-03-21T20:18:07.4533802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/README.md' 2025-03-21T20:18:07.4535049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/lambda_function.py' 2025-03-21T20:18:07.4536265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/requirements.txt' 2025-03-21T20:18:07.4537427Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test' 2025-03-21T20:18:07.4538537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/.gitignore' 2025-03-21T20:18:07.4539610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.lock' 2025-03-21T20:18:07.4540701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.toml' 2025-03-21T20:18:07.4541788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/README.md' 2025-03-21T20:18:07.4542894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data/README.md' 2025-03-21T20:18:07.4544196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data/log_classifier_dataset_query_2024-08-14.csv' 2025-03-21T20:18:07.4545504Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data' 2025-03-21T20:18:07.4546676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/error_log1.txt' 2025-03-21T20:18:07.4548146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/error_log_multiple_matches.txt' 2025-03-21T20:18:07.4549508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/request.json' 2025-03-21T20:18:07.4550696Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures' 2025-03-21T20:18:07.4551845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/ruleset.toml' 2025-03-21T20:18:07.4553020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts/download_logs.py' 2025-03-21T20:18:07.4554218Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts' 2025-03-21T20:18:07.4555362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock.rs' 2025-03-21T20:18:07.4556533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock/prompts.rs' 2025-03-21T20:18:07.4557729Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock' 2025-03-21T20:18:07.4558888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/engine.rs' 2025-03-21T20:18:07.4559990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/lib.rs' 2025-03-21T20:18:07.4561072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/log.rs' 2025-03-21T20:18:07.4562160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/main.rs' 2025-03-21T20:18:07.4563271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/network.rs' 2025-03-21T20:18:07.4564389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule.rs' 2025-03-21T20:18:07.4565614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule_match.rs' 2025-03-21T20:18:07.4567117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots/log_classifier__engine__test__get_snippets_on_log.snap' 2025-03-21T20:18:07.4568921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots/log_classifier__engine__test__get_snippets_on_log_with_multiple_matches.snap' 2025-03-21T20:18:07.4570480Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots' 2025-03-21T20:18:07.4571650Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src' 2025-03-21T20:18:07.4572743Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier' 2025-03-21T20:18:07.4573852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/Makefile' 2025-03-21T20:18:07.4574999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/README.md' 2025-03-21T20:18:07.4576172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/lambda_function.py' 2025-03-21T20:18:07.4577398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/requirements.txt' 2025-03-21T20:18:07.4578656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/test_lambda_function.py' 2025-03-21T20:18:07.4579877Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs' 2025-03-21T20:18:07.4581021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/.gitignore' 2025-03-21T20:18:07.4582156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/Makefile' 2025-03-21T20:18:07.4583340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/lambda_function.py' 2025-03-21T20:18:07.4584553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/requirements.txt' 2025-03-21T20:18:07.4585735Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time' 2025-03-21T20:18:07.4586868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/Makefile' 2025-03-21T20:18:07.4587995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/README.md' 2025-03-21T20:18:07.4589263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/lambda_function.py' 2025-03-21T20:18:07.4590495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/requirements.txt' 2025-03-21T20:18:07.4591674Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor' 2025-03-21T20:18:07.4592727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/__init__.py' 2025-03-21T20:18:07.4593862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/test_lambda_oss_ci_job_queue_time.py' 2025-03-21T20:18:07.4595055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/test_requirements.txt' 2025-03-21T20:18:07.4596092Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests' 2025-03-21T20:18:07.4597212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/Makefile' 2025-03-21T20:18:07.4598462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/lambda_function.py' 2025-03-21T20:18:07.4599700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/requirements.txt' 2025-03-21T20:18:07.4600971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_lambda_function.py' 2025-03-21T20:18:07.4602309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples/test_usage_log_1.txt' 2025-03-21T20:18:07.4603703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples/test_usage_log_1.zip' 2025-03-21T20:18:07.4605040Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples' 2025-03-21T20:18:07.4606249Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator' 2025-03-21T20:18:07.4607422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/Makefile' 2025-03-21T20:18:07.4608615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/README.md' 2025-03-21T20:18:07.4609855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/lambda_function.py' 2025-03-21T20:18:07.4611124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/requirements.txt' 2025-03-21T20:18:07.4612388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/test_event.json' 2025-03-21T20:18:07.4613682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/test_lambda_function.py' 2025-03-21T20:18:07.4614945Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658' 2025-03-21T20:18:07.4616002Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda' 2025-03-21T20:18:07.4617059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/README.md' 2025-03-21T20:18:07.4618369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/meta_cdn_whl_redirect.js' 2025-03-21T20:18:07.4619696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/pep503_whl_redirect.js' 2025-03-21T20:18:07.4620942Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org' 2025-03-21T20:18:07.4621989Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites' 2025-03-21T20:18:07.4622881Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws' 2025-03-21T20:18:07.4623818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/README.md' 2025-03-21T20:18:07.4624950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3/schema.sql' 2025-03-21T20:18:07.4626177Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3' 2025-03-21T20:18:07.4627495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3_materialized_views/schema.sql' 2025-03-21T20:18:07.4629056Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3_materialized_views' 2025-03-21T20:18:07.4630475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_queue_time_histogram/schema.sql' 2025-03-21T20:18:07.4631781Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_queue_time_histogram' 2025-03-21T20:18:07.4633145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization/oss_ci_time_series_schema.sql' 2025-03-21T20:18:07.4634595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization/oss_ci_utilization_metadata_schema.sql' 2025-03-21T20:18:07.4635947Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization' 2025-03-21T20:18:07.4637070Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema' 2025-03-21T20:18:07.4637986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/mypy.ini' 2025-03-21T20:18:07.4638829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/pyproject.toml' 2025-03-21T20:18:07.4639700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/README.md' 2025-03-21T20:18:07.4640664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/cut-release-branch.sh' 2025-03-21T20:18:07.4641638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote.sh' 2025-03-21T20:18:07.4642613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/common_utils.sh' 2025-03-21T20:18:07.4643671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/conda_to_conda.sh' 2025-03-21T20:18:07.4644773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/prep_binary_for_pypi.sh' 2025-03-21T20:18:07.4645821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/s3_to_s3.sh' 2025-03-21T20:18:07.4646844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/wheel_to_pypi.sh' 2025-03-21T20:18:07.4648039Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote' 2025-03-21T20:18:07.4649083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/prep_binary_for_pypi.sh' 2025-03-21T20:18:07.4650215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_production.sh' 2025-03-21T20:18:07.4651357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_staging.sh' 2025-03-21T20:18:07.4652482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/upload_pypi_to_staging.sh' 2025-03-21T20:18:07.4653501Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi' 2025-03-21T20:18:07.4654472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/release_versions.sh' 2025-03-21T20:18:07.4655466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/restore-backup.sh' 2025-03-21T20:18:07.4656401Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release' 2025-03-21T20:18:07.4657320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/README.md' 2025-03-21T20:18:07.4658308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/backup_conda.py' 2025-03-21T20:18:07.4659300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/manage.py' 2025-03-21T20:18:07.4660389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/requirements.txt' 2025-03-21T20:18:07.4661566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/update_dependencies.py' 2025-03-21T20:18:07.4662589Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management' 2025-03-21T20:18:07.4663539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintignore' 2025-03-21T20:18:07.4664510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintrc.json' 2025-03-21T20:18:07.4665489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierignore' 2025-03-21T20:18:07.4666465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierrc.json' 2025-03-21T20:18:07.4667423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/README.md' 2025-03-21T20:18:07.4668478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/add-github-ssh-key.test.ts' 2025-03-21T20:18:07.4669681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/get-ip.test.ts' 2025-03-21T20:18:07.4670787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/github-utils.test.ts' 2025-03-21T20:18:07.4671859Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__' 2025-03-21T20:18:07.4672850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/jest.config.js' 2025-03-21T20:18:07.4673806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/package.json' 2025-03-21T20:18:07.4674830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/add-github-ssh-key.ts' 2025-03-21T20:18:07.4675875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/ec2-utils.ts' 2025-03-21T20:18:07.4676855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/get-ip.ts' 2025-03-21T20:18:07.4677848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/github-utils.ts' 2025-03-21T20:18:07.4678828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/main.ts' 2025-03-21T20:18:07.4679770Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src' 2025-03-21T20:18:07.4680710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/tsconfig.json' 2025-03-21T20:18:07.4681645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/yarn.lock' 2025-03-21T20:18:07.4682558Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh' 2025-03-21T20:18:07.4683443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats/README.md' 2025-03-21T20:18:07.4684314Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats' 2025-03-21T20:18:07.4685310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.gitignore' 2025-03-21T20:18:07.4686429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.tflint.hcl' 2025-03-21T20:18:07.4687561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/LICENSE.md' 2025-03-21T20:18:07.4688671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/Makefile' 2025-03-21T20:18:07.4689790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/README.md' 2025-03-21T20:18:07.4691074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/architecture-diagram.png' 2025-03-21T20:18:07.4692406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/elastic_cache.tf' 2025-03-21T20:18:07.4693546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/kms.tf' 2025-03-21T20:18:07.4694641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/main.tf' 2025-03-21T20:18:07.4695873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/.tflint.hcl' 2025-03-21T20:18:07.4697251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/README.md' 2025-03-21T20:18:07.4698611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/main.tf' 2025-03-21T20:18:07.4699982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/outputs.tf' 2025-03-21T20:18:07.4701366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/variables.tf' 2025-03-21T20:18:07.4702750Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda' 2025-03-21T20:18:07.4704173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/.tflint.hcl' 2025-03-21T20:18:07.4705634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/README.md' 2025-03-21T20:18:07.4707281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.eslintrc.yaml' 2025-03-21T20:18:07.4709161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.gitignore' 2025-03-21T20:18:07.4710941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.nvmrc' 2025-03-21T20:18:07.4712728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.prettierrc' 2025-03-21T20:18:07.4714517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/Makefile' 2025-03-21T20:18:07.4716330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/jest.config.js' 2025-03-21T20:18:07.4718159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json' 2025-03-21T20:18:07.4719976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/lambda.ts' 2025-03-21T20:18:07.4721795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/local.ts' 2025-03-21T20:18:07.4723675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer/handler.test.ts' 2025-03-21T20:18:07.4725682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer/handler.ts' 2025-03-21T20:18:07.4727639Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer' 2025-03-21T20:18:07.4729496Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src' 2025-03-21T20:18:07.4731566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-empty-assets.json' 2025-03-21T20:18:07.4733851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-no-arm64.json' 2025-03-21T20:18:07.4736107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-no-linux.json' 2025-03-21T20:18:07.4738296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases.json' 2025-03-21T20:18:07.4740407Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources' 2025-03-21T20:18:07.4742294Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test' 2025-03-21T20:18:07.4744130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/tsconfig.json' 2025-03-21T20:18:07.4745944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock' 2025-03-21T20:18:07.4747959Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer' 2025-03-21T20:18:07.4749931Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas' 2025-03-21T20:18:07.4751408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/main.tf' 2025-03-21T20:18:07.4753844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/outputs.tf' 2025-03-21T20:18:07.4755439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies/lambda-cloudwatch.json' 2025-03-21T20:18:07.4757120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies/lambda-syncer.json' 2025-03-21T20:18:07.4758716Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies' 2025-03-21T20:18:07.4760312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/runner-binaries-syncer.tf' 2025-03-21T20:18:07.4762063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/terraform.tfvars' 2025-03-21T20:18:07.4763671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/trigger.json' 2025-03-21T20:18:07.4765157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/variables.tf' 2025-03-21T20:18:07.4766611Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer' 2025-03-21T20:18:07.4768040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/encrypt.tf' 2025-03-21T20:18:07.4769497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/launch-template.tf' 2025-03-21T20:18:07.4770947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/logging.tf' 2025-03-21T20:18:07.4772340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/main.tf' 2025-03-21T20:18:07.4773727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/outputs.tf' 2025-03-21T20:18:07.4775180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies-runner.tf' 2025-03-21T20:18:07.4776817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-cloudwatch-policy.json' 2025-03-21T20:18:07.4778605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-ec2-create-tags-policy.json' 2025-03-21T20:18:07.4780389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-role-trust-policy.json' 2025-03-21T20:18:07.4782091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-s3-policy.json' 2025-03-21T20:18:07.4783829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-ssm-parameters-policy.json' 2025-03-21T20:18:07.4785468Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies' 2025-03-21T20:18:07.4786952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/security-groups.tf' 2025-03-21T20:18:07.4788530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/arm-runner-patch.tpl' 2025-03-21T20:18:07.4790263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config.json' 2025-03-21T20:18:07.4791952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux.json' 2025-03-21T20:18:07.4793689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux_arm64.json' 2025-03-21T20:18:07.4795452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux_nvidia.json' 2025-03-21T20:18:07.4797292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_windows.json' 2025-03-21T20:18:07.4799065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.ps1' 2025-03-21T20:18:07.4800770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.sh' 2025-03-21T20:18:07.4802388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/user-data.ps1' 2025-03-21T20:18:07.4803948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/user-data.sh' 2025-03-21T20:18:07.4805464Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates' 2025-03-21T20:18:07.4806924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/variables.tf' 2025-03-21T20:18:07.4808332Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances' 2025-03-21T20:18:07.4809647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.gitkeep' 2025-03-21T20:18:07.4810935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.tflint.hcl' 2025-03-21T20:18:07.4812267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/.gitignore' 2025-03-21T20:18:07.4813711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.eslintrc.yaml' 2025-03-21T20:18:07.4815180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.nvmrc' 2025-03-21T20:18:07.4816625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.prettierrc' 2025-03-21T20:18:07.4818081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/Makefile' 2025-03-21T20:18:07.4819530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/README.md' 2025-03-21T20:18:07.4820994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/jest.config.js' 2025-03-21T20:18:07.4822504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/package.json' 2025-03-21T20:18:07.4824039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.test.ts' 2025-03-21T20:18:07.4825560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.ts' 2025-03-21T20:18:07.4827168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/cache.test.ts' 2025-03-21T20:18:07.4828897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/cache.ts' 2025-03-21T20:18:07.4830650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/config.test.ts' 2025-03-21T20:18:07.4832399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/config.ts' 2025-03-21T20:18:07.4834111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-auth.test.ts' 2025-03-21T20:18:07.4835811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-auth.ts' 2025-03-21T20:18:07.4837527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-issues.test.ts' 2025-03-21T20:18:07.4839263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-issues.ts' 2025-03-21T20:18:07.4841008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-runners.test.ts' 2025-03-21T20:18:07.4842754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-runners.ts' 2025-03-21T20:18:07.4844497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms/index.test.ts' 2025-03-21T20:18:07.4846220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms/index.ts' 2025-03-21T20:18:07.4848173Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms' 2025-03-21T20:18:07.4849897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/metrics.test.ts' 2025-03-21T20:18:07.4851614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/metrics.ts' 2025-03-21T20:18:07.4853319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/runners.test.ts' 2025-03-21T20:18:07.4855007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/runners.ts' 2025-03-21T20:18:07.4856738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-down.test.ts' 2025-03-21T20:18:07.4858484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-down.ts' 2025-03-21T20:18:07.4860259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up-chron.test.ts' 2025-03-21T20:18:07.4862049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up-chron.ts' 2025-03-21T20:18:07.4863804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up.test.ts' 2025-03-21T20:18:07.4865528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up.ts' 2025-03-21T20:18:07.4868374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/sqs.test.ts' 2025-03-21T20:18:07.4870261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/sqs.ts' 2025-03-21T20:18:07.4871923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/utils.test.ts' 2025-03-21T20:18:07.4873609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/utils.ts' 2025-03-21T20:18:07.4875257Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners' 2025-03-21T20:18:07.4876858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/template.yml' 2025-03-21T20:18:07.4878375Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src' 2025-03-21T20:18:07.4879883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/reporter.js' 2025-03-21T20:18:07.4881543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/resources/sqs_receive_event.json' 2025-03-21T20:18:07.4883240Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/resources' 2025-03-21T20:18:07.4884787Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test' 2025-03-21T20:18:07.4886289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/tsconfig.json' 2025-03-21T20:18:07.4887754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/yarn.lock' 2025-03-21T20:18:07.4889191Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners' 2025-03-21T20:18:07.4890582Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas' 2025-03-21T20:18:07.4891896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/main.tf' 2025-03-21T20:18:07.4893175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/outputs.tf' 2025-03-21T20:18:07.4894571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies-lambda-common.tf' 2025-03-21T20:18:07.4896195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-cloudwatch.json' 2025-03-21T20:18:07.4897731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-down.json' 2025-03-21T20:18:07.4899278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-up-chron.json' 2025-03-21T20:18:07.4900834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-up.json' 2025-03-21T20:18:07.4902462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-secretsmanager.json' 2025-03-21T20:18:07.4904197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/service-linked-role-create-policy.json' 2025-03-21T20:18:07.4905759Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies' 2025-03-21T20:18:07.4907102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-down.tf' 2025-03-21T20:18:07.4908457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-up-chron.tf' 2025-03-21T20:18:07.4909888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-up.tf' 2025-03-21T20:18:07.4911193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/variables.tf' 2025-03-21T20:18:07.4912491Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners' 2025-03-21T20:18:07.4913855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/.tflint.hcl' 2025-03-21T20:18:07.4915316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/README.md' 2025-03-21T20:18:07.4916739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/main.tf' 2025-03-21T20:18:07.4918176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/outputs.tf' 2025-03-21T20:18:07.4919782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/assume-role-for-account.json' 2025-03-21T20:18:07.4921457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/boundary.json' 2025-03-21T20:18:07.4923090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/deploy-boundary.json' 2025-03-21T20:18:07.4924738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/deploy-policy.json' 2025-03-21T20:18:07.4926335Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies' 2025-03-21T20:18:07.4927838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/variables.tf' 2025-03-21T20:18:07.4929298Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions' 2025-03-21T20:18:07.4930667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/.tflint.hcl' 2025-03-21T20:18:07.4931957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/README.md' 2025-03-21T20:18:07.4933357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.eslintrc.yaml' 2025-03-21T20:18:07.4934835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.gitignore' 2025-03-21T20:18:07.4936328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.nvmrc' 2025-03-21T20:18:07.4937829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.prettierrc' 2025-03-21T20:18:07.4939289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/Makefile' 2025-03-21T20:18:07.4940773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/jest.config.js' 2025-03-21T20:18:07.4942308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/jest.config.js-bkp' 2025-03-21T20:18:07.4943843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/package.json' 2025-03-21T20:18:07.4945351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/kms/index.ts' 2025-03-21T20:18:07.4946888Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/kms' 2025-03-21T20:18:07.4948544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/lambda.ts' 2025-03-21T20:18:07.4950098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/local.ts' 2025-03-21T20:18:07.4951605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/sqs/index.ts' 2025-03-21T20:18:07.4953132Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/sqs' 2025-03-21T20:18:07.4954733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook/handler.test.ts' 2025-03-21T20:18:07.4956369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook/handler.ts' 2025-03-21T20:18:07.4957950Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook' 2025-03-21T20:18:07.4959464Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src' 2025-03-21T20:18:07.4960966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/reporter.js' 2025-03-21T20:18:07.4962650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/resources/github_check_run_event.json' 2025-03-21T20:18:07.4964359Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/resources' 2025-03-21T20:18:07.4965903Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test' 2025-03-21T20:18:07.4967396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/tsconfig.json' 2025-03-21T20:18:07.4968872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/yarn.lock' 2025-03-21T20:18:07.4970416Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook' 2025-03-21T20:18:07.4971887Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas' 2025-03-21T20:18:07.4973195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/main.tf' 2025-03-21T20:18:07.5001638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/outputs.tf' 2025-03-21T20:18:07.5003608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies.tf' 2025-03-21T20:18:07.5005319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-cloudwatch.json' 2025-03-21T20:18:07.5006895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-orchestrator.json' 2025-03-21T20:18:07.5008499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-publish-sqs-policy.json' 2025-03-21T20:18:07.5010005Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies' 2025-03-21T20:18:07.5011371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/terraform.tfvars' 2025-03-21T20:18:07.5012755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/variables.tf' 2025-03-21T20:18:07.5014082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/webhook.tf' 2025-03-21T20:18:07.5015368Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook' 2025-03-21T20:18:07.5016606Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules' 2025-03-21T20:18:07.5017770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/outputs.tf' 2025-03-21T20:18:07.5019080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/policies/lambda-publish-sqs-policy.json' 2025-03-21T20:18:07.5020411Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/policies' 2025-03-21T20:18:07.5021694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates/resource-group.json' 2025-03-21T20:18:07.5022979Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates' 2025-03-21T20:18:07.5024737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations/local_ops.sh' 2025-03-21T20:18:07.5026090Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations' 2025-03-21T20:18:07.5027373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/aws-ssh-session' 2025-03-21T20:18:07.5028731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/run-aws-lambda-helper' 2025-03-21T20:18:07.5030392Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools' 2025-03-21T20:18:07.5031662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/variables.tf' 2025-03-21T20:18:07.5032947Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner' 2025-03-21T20:18:07.5034006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/__init__.py' 2025-03-21T20:18:07.5034974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/cubinsizes.py' 2025-03-21T20:18:07.5036368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/download_count_wheels.py' 2025-03-21T20:18:07.5037667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/duplicates_analyze.py' 2025-03-21T20:18:07.5038750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/github_analyze.py' 2025-03-21T20:18:07.5039841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/s3_test_stats_analyze.py' 2025-03-21T20:18:07.5040953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_binaries.py' 2025-03-21T20:18:07.5042546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_pypi_staging.py' 2025-03-21T20:18:07.5043592Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics' 2025-03-21T20:18:07.5045125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/README.md' 2025-03-21T20:18:07.5046321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/binary_size_validation.py' 2025-03-21T20:18:07.5047560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/requirements.txt' 2025-03-21T20:18:07.5049071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/test_binary_size_validation.py' 2025-03-21T20:18:07.5050287Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation' 2025-03-21T20:18:07.5051833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/.gitignore' 2025-03-21T20:18:07.5053046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches/max-tokens-check.diff' 2025-03-21T20:18:07.5054472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches/potential-unbounded-loop-check.diff' 2025-03-21T20:18:07.5055826Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches' 2025-03-21T20:18:07.5057583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0001-Max-tokens-checks.diff' 2025-03-21T20:18:07.5059054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0002-potential-unbounded-loop-check.diff' 2025-03-21T20:18:07.5060593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0003-Do-not-use-pthread_rwlock_wrlock.diff' 2025-03-21T20:18:07.5061954Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches' 2025-03-21T20:18:07.5063765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/17.x-patches/0003-Do-not-use-pthread_rwlock_wrlock.diff' 2025-03-21T20:18:07.5065118Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/17.x-patches' 2025-03-21T20:18:07.5066352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/Dockerfile.cilint-clang-tidy' 2025-03-21T20:18:07.5067663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/README.md' 2025-03-21T20:18:07.5068912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/check_s3.py' 2025-03-21T20:18:07.5070478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/setup.sh' 2025-03-21T20:18:07.5071540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/verify.sh' 2025-03-21T20:18:07.5072599Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks' 2025-03-21T20:18:07.5073691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/requirements.txt' 2025-03-21T20:18:07.5074909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/run_on_aws_devicefarm.py' 2025-03-21T20:18:07.5076652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/test_run_on_aws_devicefarm.py' 2025-03-21T20:18:07.5077837Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner' 2025-03-21T20:18:07.5078959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis/runner_usage_stats.ipynb' 2025-03-21T20:18:07.5080063Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis' 2025-03-21T20:18:07.5081153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/actionlint_linter.py' 2025-03-21T20:18:07.5082753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/exec_linter.py' 2025-03-21T20:18:07.5083845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/flake8_linter.py' 2025-03-21T20:18:07.5084939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/grep_linter.py' 2025-03-21T20:18:07.5086108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/lintrunner_version_linter.py' 2025-03-21T20:18:07.5087728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/mypy_linter.py' 2025-03-21T20:18:07.5088861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/newlines_linter.py' 2025-03-21T20:18:07.5089952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pip_init.py' 2025-03-21T20:18:07.5091032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pyfmt_linter.py' 2025-03-21T20:18:07.5092103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/ruff_linter.py' 2025-03-21T20:18:07.5093183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt.toml' 2025-03-21T20:18:07.5094779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt_linter.py' 2025-03-21T20:18:07.5095856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init.py' 2025-03-21T20:18:07.5096943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init_config.json' 2025-03-21T20:18:07.5098073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sql_params_linter.py' 2025-03-21T20:18:07.5099208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sqlfluff_linter.py' 2025-03-21T20:18:07.5100743Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters' 2025-03-21T20:18:07.5101866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/convert_to_sarif.py' 2025-03-21T20:18:07.5102922Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter' 2025-03-21T20:18:07.5103991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi/mirror_pytorch_triton_rocm.sh' 2025-03-21T20:18:07.5105245Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi' 2025-03-21T20:18:07.5106530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.flake8' 2025-03-21T20:18:07.5107536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitattributes' 2025-03-21T20:18:07.5108557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitignore' 2025-03-21T20:18:07.5109643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/Makefile' 2025-03-21T20:18:07.5110639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/README.md' 2025-03-21T20:18:07.5112113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/poetry.lock' 2025-03-21T20:18:07.5113153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pyproject.toml' 2025-03-21T20:18:07.5114285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__init__.py' 2025-03-21T20:18:07.5115505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__main__.py' 2025-03-21T20:18:07.5116699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/conda.py' 2025-03-21T20:18:07.5117888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/cuda.py' 2025-03-21T20:18:07.5119075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/macos.py' 2025-03-21T20:18:07.5121054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/utils.py' 2025-03-21T20:18:07.5122985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/version.py' 2025-03-21T20:18:07.5125092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/wheel.py' 2025-03-21T20:18:07.5126946Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers' 2025-03-21T20:18:07.5129002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets/conda_search.json' 2025-03-21T20:18:07.5131085Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets' 2025-03-21T20:18:07.5133073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_conda.py' 2025-03-21T20:18:07.5135093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_cuda.py' 2025-03-21T20:18:07.5137117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_macos.py' 2025-03-21T20:18:07.5139169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_utils.py' 2025-03-21T20:18:07.5141195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_version.py' 2025-03-21T20:18:07.5142518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_wheel.py' 2025-03-21T20:18:07.5143700Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests' 2025-03-21T20:18:07.5144791Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers' 2025-03-21T20:18:07.5145815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/README.md' 2025-03-21T20:18:07.5147080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/compare_keys.py' 2025-03-21T20:18:07.5148854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/create_clickhouse_schema.py' 2025-03-21T20:18:07.5150026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/dynamo2ch.py' 2025-03-21T20:18:07.5151156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_2_dynamodb.py' 2025-03-21T20:18:07.5152324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.ipynb' 2025-03-21T20:18:07.5153862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.py' 2025-03-21T20:18:07.5155015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/s32ch.py' 2025-03-21T20:18:07.5156059Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration' 2025-03-21T20:18:07.5157192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/analyze_ci_workflows.py' 2025-03-21T20:18:07.5158268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/backfill_events.py' 2025-03-21T20:18:07.5159393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/consolidate_scale_config_yaml.py' 2025-03-21T20:18:07.5160503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/download-lambdas.py' 2025-03-21T20:18:07.5161611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/fetch_latest_green_commit.py' 2025-03-21T20:18:07.5162804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_binary_build_matrix.py' 2025-03-21T20:18:07.5163986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_docker_release_matrix.py' 2025-03-21T20:18:07.5165135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_release_matrix.py' 2025-03-21T20:18:07.5166254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/get_stable_cuda_version.py' 2025-03-21T20:18:07.5167314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/gitutils.py' 2025-03-21T20:18:07.5168406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/identify_and_kill_instances_by_id.py' 2025-03-21T20:18:07.5169679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/list_prs_from_partners_by_label.py' 2025-03-21T20:18:07.5170750Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts' 2025-03-21T20:18:07.5171799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/.gitignore' 2025-03-21T20:18:07.5172938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/Makefile' 2025-03-21T20:18:07.5174064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/README.md' 2025-03-21T20:18:07.5175458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/check_runners_state.py' 2025-03-21T20:18:07.5176748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/check_runners_state_org.py' 2025-03-21T20:18:07.5178121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/clear_offline_runners.py' 2025-03-21T20:18:07.5179426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/list-vpc-dependencies.sh' 2025-03-21T20:18:07.5180856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/replace_runners_prefix_submit_pr.py' 2025-03-21T20:18:07.5182176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/requirements.txt' 2025-03-21T20:18:07.5183360Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils' 2025-03-21T20:18:07.5184426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/.flake8' 2025-03-21T20:18:07.5185433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/.gitignore' 2025-03-21T20:18:07.5186956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/analyze-history' 2025-03-21T20:18:07.5188118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/build-check-api-compatibility' 2025-03-21T20:18:07.5189328Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin' 2025-03-21T20:18:07.5190348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/pyproject.toml' 2025-03-21T20:18:07.5191397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/requirements.txt' 2025-03-21T20:18:07.5192460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/__init__.py' 2025-03-21T20:18:07.5194007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/ast.py' 2025-03-21T20:18:07.5195060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/checker.py' 2025-03-21T20:18:07.5196165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/compatibility.py' 2025-03-21T20:18:07.5197244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/git.py' 2025-03-21T20:18:07.5198278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/github.py' 2025-03-21T20:18:07.5199803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/types.py' 2025-03-21T20:18:07.5200892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/violations.py' 2025-03-21T20:18:07.5202281Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api' 2025-03-21T20:18:07.5203772Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src' 2025-03-21T20:18:07.5204829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/conftest.py' 2025-03-21T20:18:07.5205930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast.py' 2025-03-21T20:18:07.5207139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_compatibility.py' 2025-03-21T20:18:07.5208882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_types.py' 2025-03-21T20:18:07.5210193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_compatibility.py' 2025-03-21T20:18:07.5211404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_git.py' 2025-03-21T20:18:07.5212518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_github.py' 2025-03-21T20:18:07.5213767Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api' 2025-03-21T20:18:07.5215222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/__init__.py' 2025-03-21T20:18:07.5216374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/git.py' 2025-03-21T20:18:07.5217521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/source.py' 2025-03-21T20:18:07.5218674Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing' 2025-03-21T20:18:07.5220272Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib' 2025-03-21T20:18:07.5221316Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests' 2025-03-21T20:18:07.5222310Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold' 2025-03-21T20:18:07.5223244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/README.md' 2025-03-21T20:18:07.5224321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_conda_cuda.json' 2025-03-21T20:18:07.5226052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda.json' 2025-03-21T20:18:07.5227339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda_norocm.json' 2025-03-21T20:18:07.5228720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:18:07.5229976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_xpu.json' 2025-03-21T20:18:07.5231257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_conda.json' 2025-03-21T20:18:07.5232849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_wheel.json' 2025-03-21T20:18:07.5234082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_conda_cuda.json' 2025-03-21T20:18:07.5235354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_cuda.json' 2025-03-21T20:18:07.5236626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_xpu.json' 2025-03-21T20:18:07.5238216Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets' 2025-03-21T20:18:07.5239302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:18:07.5240476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_fetch_latest_green_commit.py' 2025-03-21T20:18:07.5241645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_generate_binary_build_matrix.py' 2025-03-21T20:18:07.5243231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/update_test_assets.sh' 2025-03-21T20:18:07.5244260Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests' 2025-03-21T20:18:07.5245255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/README.md' 2025-03-21T20:18:07.5246232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/check_alerts.py' 2025-03-21T20:18:07.5247232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse.py' 2025-03-21T20:18:07.5248460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse_query_perf.py' 2025-03-21T20:18:07.5249707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/download_logs.py' 2025-03-21T20:18:07.5251043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/github_analyze.py' 2025-03-21T20:18:07.5252056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/pyproject.toml' 2025-03-21T20:18:07.5253059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/queue_alert.py' 2025-03-21T20:18:07.5254063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/requirements.txt' 2025-03-21T20:18:07.5255050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/reverts.py' 2025-03-21T20:18:07.5256080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/get_merge_base_info.py' 2025-03-21T20:18:07.5257280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_class_failure_correlation.py' 2025-03-21T20:18:07.5259063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_file_failure_correlation.py' 2025-03-21T20:18:07.5260352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_historical_edited_files.py' 2025-03-21T20:18:07.5261568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_profiling.py' 2025-03-21T20:18:07.5262618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/utils.py' 2025-03-21T20:18:07.5263580Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td' 2025-03-21T20:18:07.5264716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/td/test_calculate_file_test_rating.py' 2025-03-21T20:18:07.5265881Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/td' 2025-03-21T20:18:07.5266961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_check_alerts.py' 2025-03-21T20:18:07.5268558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_queue_alert.py' 2025-03-21T20:18:07.5269782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_update_test_times.py' 2025-03-21T20:18:07.5271125Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests' 2025-03-21T20:18:07.5272371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/update_test_times.py' 2025-03-21T20:18:07.5273361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/utils.py' 2025-03-21T20:18:07.5274291Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci' 2025-03-21T20:18:07.5275231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix/README.md' 2025-03-21T20:18:07.5276736Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix' 2025-03-21T20:18:07.5277762Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools' 2025-03-21T20:18:07.5278657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.env.example' 2025-03-21T20:18:07.5279592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.eslintrc.json' 2025-03-21T20:18:07.5280522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.gitignore' 2025-03-21T20:18:07.5281958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierignore' 2025-03-21T20:18:07.5282923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierrc.json' 2025-03-21T20:18:07.5283860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/README.md' 2025-03-21T20:18:07.5285018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/params.json' 2025-03-21T20:18:07.5286866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/query.sql' 2025-03-21T20:18:07.5288229Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall' 2025-03-21T20:18:07.5289637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats/params.json' 2025-03-21T20:18:07.5291258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats/query.sql' 2025-03-21T20:18:07.5292988Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats' 2025-03-21T20:18:07.5294381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/params.json' 2025-03-21T20:18:07.5295747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/query.sql' 2025-03-21T20:18:07.5297379Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps' 2025-03-21T20:18:07.5298867Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics' 2025-03-21T20:18:07.5300158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/params.json' 2025-03-21T20:18:07.5301468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/query.sql' 2025-03-21T20:18:07.5303219Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs' 2025-03-21T20:18:07.5304544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/params.json' 2025-03-21T20:18:07.5306354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/query.sql' 2025-03-21T20:18:07.5307688Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query' 2025-03-21T20:18:07.5309081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/params.json' 2025-03-21T20:18:07.5310372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/query.sql' 2025-03-21T20:18:07.5312203Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query' 2025-03-21T20:18:07.5313642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/params.json' 2025-03-21T20:18:07.5315091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/query.sql' 2025-03-21T20:18:07.5316517Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance' 2025-03-21T20:18:07.5318473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/params.json' 2025-03-21T20:18:07.5320019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/query.sql' 2025-03-21T20:18:07.5321542Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches' 2025-03-21T20:18:07.5322961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/params.json' 2025-03-21T20:18:07.5324380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/query.sql' 2025-03-21T20:18:07.5326042Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix' 2025-03-21T20:18:07.5327329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/params.json' 2025-03-21T20:18:07.5328605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/query.sql' 2025-03-21T20:18:07.5329854Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu' 2025-03-21T20:18:07.5331162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name/params.json' 2025-03-21T20:18:07.5332494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name/query.sql' 2025-03-21T20:18:07.5333807Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name' 2025-03-21T20:18:07.5335568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account/params.json' 2025-03-21T20:18:07.5337032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account/query.sql' 2025-03-21T20:18:07.5338412Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account' 2025-03-21T20:18:07.5339771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/params.json' 2025-03-21T20:18:07.5341093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/query.sql' 2025-03-21T20:18:07.5342404Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform' 2025-03-21T20:18:07.5343726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/params.json' 2025-03-21T20:18:07.5345059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/query.sql' 2025-03-21T20:18:07.5346449Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider' 2025-03-21T20:18:07.5348385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/params.json' 2025-03-21T20:18:07.5349841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/query.sql' 2025-03-21T20:18:07.5351119Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo' 2025-03-21T20:18:07.5352906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type/params.json' 2025-03-21T20:18:07.5354271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type/query.sql' 2025-03-21T20:18:07.5355626Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type' 2025-03-21T20:18:07.5357479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name/params.json' 2025-03-21T20:18:07.5358861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name/query.sql' 2025-03-21T20:18:07.5360224Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name' 2025-03-21T20:18:07.5361588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/params.json' 2025-03-21T20:18:07.5363410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/query.sql' 2025-03-21T20:18:07.5364748Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical' 2025-03-21T20:18:07.5366091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/params.json' 2025-03-21T20:18:07.5367412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/query.sql' 2025-03-21T20:18:07.5369183Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels' 2025-03-21T20:18:07.5370982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/params.json' 2025-03-21T20:18:07.5372300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/query.sql' 2025-03-21T20:18:07.5373601Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total' 2025-03-21T20:18:07.5375366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/params.json' 2025-03-21T20:18:07.5376622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/query.sql' 2025-03-21T20:18:07.5377863Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests' 2025-03-21T20:18:07.5379427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/params.json' 2025-03-21T20:18:07.5380936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/query.sql' 2025-03-21T20:18:07.5382872Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu' 2025-03-21T20:18:07.5384223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name/params.json' 2025-03-21T20:18:07.5385682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name/query.sql' 2025-03-21T20:18:07.5387521Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name' 2025-03-21T20:18:07.5389018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account/params.json' 2025-03-21T20:18:07.5390458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account/query.sql' 2025-03-21T20:18:07.5392346Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account' 2025-03-21T20:18:07.5393749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/params.json' 2025-03-21T20:18:07.5395360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/query.sql' 2025-03-21T20:18:07.5396992Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform' 2025-03-21T20:18:07.5398357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/params.json' 2025-03-21T20:18:07.5399718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/query.sql' 2025-03-21T20:18:07.5401517Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider' 2025-03-21T20:18:07.5402859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/params.json' 2025-03-21T20:18:07.5404196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/query.sql' 2025-03-21T20:18:07.5405508Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo' 2025-03-21T20:18:07.5407320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type/params.json' 2025-03-21T20:18:07.5408734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type/query.sql' 2025-03-21T20:18:07.5410119Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type' 2025-03-21T20:18:07.5411526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name/params.json' 2025-03-21T20:18:07.5413401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name/query.sql' 2025-03-21T20:18:07.5414807Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name' 2025-03-21T20:18:07.5416230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/params.json' 2025-03-21T20:18:07.5417649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/query.sql' 2025-03-21T20:18:07.5419655Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage' 2025-03-21T20:18:07.5421121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/params.json' 2025-03-21T20:18:07.5422517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/query.sql' 2025-03-21T20:18:07.5424003Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats' 2025-03-21T20:18:07.5425732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/params.json' 2025-03-21T20:18:07.5427036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/query.sql' 2025-03-21T20:18:07.5428333Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs' 2025-03-21T20:18:07.5429742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/params.json' 2025-03-21T20:18:07.5431544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/query.sql' 2025-03-21T20:18:07.5432857Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr' 2025-03-21T20:18:07.5434314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test/params.json' 2025-03-21T20:18:07.5435891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test/query.sql' 2025-03-21T20:18:07.5437932Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test' 2025-03-21T20:18:07.5439489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests/params.json' 2025-03-21T20:18:07.5441538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests/query.sql' 2025-03-21T20:18:07.5443058Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests' 2025-03-21T20:18:07.5444613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info/params.json' 2025-03-21T20:18:07.5446660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info/query.sql' 2025-03-21T20:18:07.5448435Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info' 2025-03-21T20:18:07.5449922Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns' 2025-03-21T20:18:07.5451295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/params.json' 2025-03-21T20:18:07.5452635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/query.sql' 2025-03-21T20:18:07.5453945Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs' 2025-03-21T20:18:07.5455461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests/params.json' 2025-03-21T20:18:07.5457003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests/query.sql' 2025-03-21T20:18:07.5458460Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests' 2025-03-21T20:18:07.5459881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/params.json' 2025-03-21T20:18:07.5461268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/query.sql' 2025-03-21T20:18:07.5463117Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess' 2025-03-21T20:18:07.5464457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/params.json' 2025-03-21T20:18:07.5465759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/query.sql' 2025-03-21T20:18:07.5467048Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info' 2025-03-21T20:18:07.5468862Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests' 2025-03-21T20:18:07.5470138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/params.json' 2025-03-21T20:18:07.5471452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/query.sql' 2025-03-21T20:18:07.5472757Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs' 2025-03-21T20:18:07.5474560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/params.json' 2025-03-21T20:18:07.5475877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/query.sql' 2025-03-21T20:18:07.5477172Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period' 2025-03-21T20:18:07.5478472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/params.json' 2025-03-21T20:18:07.5479813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/query.sql' 2025-03-21T20:18:07.5481491Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs' 2025-03-21T20:18:07.5482732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/params.json' 2025-03-21T20:18:07.5483926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/query.sql' 2025-03-21T20:18:07.5485154Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query' 2025-03-21T20:18:07.5486787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/params.json' 2025-03-21T20:18:07.5488231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/query.sql' 2025-03-21T20:18:07.5489683Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query' 2025-03-21T20:18:07.5491004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/params.json' 2025-03-21T20:18:07.5492331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/query.sql' 2025-03-21T20:18:07.5493580Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg' 2025-03-21T20:18:07.5495361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/params.json' 2025-03-21T20:18:07.5496698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/query.sql' 2025-03-21T20:18:07.5498029Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile' 2025-03-21T20:18:07.5499321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/params.json' 2025-03-21T20:18:07.5501092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/query.sql' 2025-03-21T20:18:07.5502340Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push' 2025-03-21T20:18:07.5503634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/params.json' 2025-03-21T20:18:07.5504947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/query.sql' 2025-03-21T20:18:07.5506711Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs' 2025-03-21T20:18:07.5508039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/params.json' 2025-03-21T20:18:07.5509483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/query.sql' 2025-03-21T20:18:07.5511232Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow' 2025-03-21T20:18:07.5512623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/params.json' 2025-03-21T20:18:07.5514416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/query.sql' 2025-03-21T20:18:07.5515730Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage' 2025-03-21T20:18:07.5517034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/params.json' 2025-03-21T20:18:07.5518351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/query.sql' 2025-03-21T20:18:07.5520090Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count' 2025-03-21T20:18:07.5521360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/params.json' 2025-03-21T20:18:07.5522644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/query.sql' 2025-03-21T20:18:07.5523930Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red' 2025-03-21T20:18:07.5525734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/params.json' 2025-03-21T20:18:07.5527058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/query.sql' 2025-03-21T20:18:07.5528603Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg' 2025-03-21T20:18:07.5530390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/params.json' 2025-03-21T20:18:07.5532013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/query.sql' 2025-03-21T20:18:07.5533488Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs' 2025-03-21T20:18:07.5534824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/params.json' 2025-03-21T20:18:07.5536183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/query.sql' 2025-03-21T20:18:07.5538001Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent' 2025-03-21T20:18:07.5539393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups/params.json' 2025-03-21T20:18:07.5540830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups/query.sql' 2025-03-21T20:18:07.5542646Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups' 2025-03-21T20:18:07.5544116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/params.json' 2025-03-21T20:18:07.5545499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/query.sql' 2025-03-21T20:18:07.5546844Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats' 2025-03-21T20:18:07.5548350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/params.json' 2025-03-21T20:18:07.5549695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/query.sql' 2025-03-21T20:18:07.5550942Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red' 2025-03-21T20:18:07.5552252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name/params.json' 2025-03-21T20:18:07.5553597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name/query.sql' 2025-03-21T20:18:07.5554932Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name' 2025-03-21T20:18:07.5556303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform/params.json' 2025-03-21T20:18:07.5557687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform/query.sql' 2025-03-21T20:18:07.5559059Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform' 2025-03-21T20:18:07.5568746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day/params.json' 2025-03-21T20:18:07.5570730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day/query.sql' 2025-03-21T20:18:07.5572080Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day' 2025-03-21T20:18:07.5573880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/params.json' 2025-03-21T20:18:07.5575165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/query.sql' 2025-03-21T20:18:07.5576437Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master' 2025-03-21T20:18:07.5577677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/params.json' 2025-03-21T20:18:07.5579361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/query.sql' 2025-03-21T20:18:07.5580565Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts' 2025-03-21T20:18:07.5581892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical/params.json' 2025-03-21T20:18:07.5583336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical/query.sql' 2025-03-21T20:18:07.5585255Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical' 2025-03-21T20:18:07.5586665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/params.json' 2025-03-21T20:18:07.5588033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/query.sql' 2025-03-21T20:18:07.5589832Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches' 2025-03-21T20:18:07.5591452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/params.json' 2025-03-21T20:18:07.5593080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/query.sql' 2025-03-21T20:18:07.5594385Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms' 2025-03-21T20:18:07.5595704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/params.json' 2025-03-21T20:18:07.5597499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/query.sql' 2025-03-21T20:18:07.5598830Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names' 2025-03-21T20:18:07.5600194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_list_util_metadata_info/params.json' 2025-03-21T20:18:07.5601596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_list_util_metadata_info/query.sql' 2025-03-21T20:18:07.5603476Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_list_util_metadata_info' 2025-03-21T20:18:07.5605398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/params.json' 2025-03-21T20:18:07.5606719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/query.sql' 2025-03-21T20:18:07.5608072Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata' 2025-03-21T20:18:07.5609347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/params.json' 2025-03-21T20:18:07.5611055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/query.sql' 2025-03-21T20:18:07.5612290Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts' 2025-03-21T20:18:07.5613503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/params.json' 2025-03-21T20:18:07.5614712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/query.sql' 2025-03-21T20:18:07.5616375Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits' 2025-03-21T20:18:07.5617997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/params.json' 2025-03-21T20:18:07.5619388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/query.sql' 2025-03-21T20:18:07.5620636Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits' 2025-03-21T20:18:07.5621941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/params.json' 2025-03-21T20:18:07.5623733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/query.sql' 2025-03-21T20:18:07.5625063Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics' 2025-03-21T20:18:07.5626457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/params.json' 2025-03-21T20:18:07.5627915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/query.sql' 2025-03-21T20:18:07.5629894Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual' 2025-03-21T20:18:07.5631567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/params.json' 2025-03-21T20:18:07.5633090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/query.sql' 2025-03-21T20:18:07.5634405Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical' 2025-03-21T20:18:07.5635747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/params.json' 2025-03-21T20:18:07.5637567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/query.sql' 2025-03-21T20:18:07.5638928Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct' 2025-03-21T20:18:07.5640217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/params.json' 2025-03-21T20:18:07.5641538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/query.sql' 2025-03-21T20:18:07.5643270Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs' 2025-03-21T20:18:07.5645011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/params.json' 2025-03-21T20:18:07.5646346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/query.sql' 2025-03-21T20:18:07.5647848Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate' 2025-03-21T20:18:07.5649203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/params.json' 2025-03-21T20:18:07.5650963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/query.sql' 2025-03-21T20:18:07.5652273Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label' 2025-03-21T20:18:07.5653613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/params.json' 2025-03-21T20:18:07.5655320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/query.sql' 2025-03-21T20:18:07.5656872Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query' 2025-03-21T20:18:07.5658547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/params.json' 2025-03-21T20:18:07.5659727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/query.sql' 2025-03-21T20:18:07.5660879Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts' 2025-03-21T20:18:07.5662123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/params.json' 2025-03-21T20:18:07.5663905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/query.sql' 2025-03-21T20:18:07.5665184Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization' 2025-03-21T20:18:07.5666535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/params.json' 2025-03-21T20:18:07.5668036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/query.sql' 2025-03-21T20:18:07.5670002Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity' 2025-03-21T20:18:07.5671767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/params.json' 2025-03-21T20:18:07.5673142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/query.sql' 2025-03-21T20:18:07.5674503Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo' 2025-03-21T20:18:07.5676341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/params.json' 2025-03-21T20:18:07.5678261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/query.sql' 2025-03-21T20:18:07.5679575Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical' 2025-03-21T20:18:07.5680951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/params.json' 2025-03-21T20:18:07.5682694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/query.sql' 2025-03-21T20:18:07.5683926Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec' 2025-03-21T20:18:07.5685154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/params.json' 2025-03-21T20:18:07.5686410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/query.sql' 2025-03-21T20:18:07.5688045Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d' 2025-03-21T20:18:07.5689331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/params.json' 2025-03-21T20:18:07.5690686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/query.sql' 2025-03-21T20:18:07.5692144Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount' 2025-03-21T20:18:07.5693792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/params.json' 2025-03-21T20:18:07.5695279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/query.sql' 2025-03-21T20:18:07.5696806Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch' 2025-03-21T20:18:07.5698085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/params.json' 2025-03-21T20:18:07.5699389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/query.sql' 2025-03-21T20:18:07.5700846Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class' 2025-03-21T20:18:07.5702511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs/params.json' 2025-03-21T20:18:07.5703951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs/query.sql' 2025-03-21T20:18:07.5705515Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs' 2025-03-21T20:18:07.5707387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/params.json' 2025-03-21T20:18:07.5709081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/query.sql' 2025-03-21T20:18:07.5710364Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file' 2025-03-21T20:18:07.5711730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs/params.json' 2025-03-21T20:18:07.5713656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs/query.sql' 2025-03-21T20:18:07.5715163Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs' 2025-03-21T20:18:07.5716599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/params.json' 2025-03-21T20:18:07.5718298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/query.sql' 2025-03-21T20:18:07.5719525Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal' 2025-03-21T20:18:07.5720775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/params.json' 2025-03-21T20:18:07.5722498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/query.sql' 2025-03-21T20:18:07.5724193Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query' 2025-03-21T20:18:07.5725481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/params.json' 2025-03-21T20:18:07.5726825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/query.sql' 2025-03-21T20:18:07.5728146Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches' 2025-03-21T20:18:07.5729863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/params.json' 2025-03-21T20:18:07.5731382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/query.sql' 2025-03-21T20:18:07.5732800Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks' 2025-03-21T20:18:07.5734264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/params.json' 2025-03-21T20:18:07.5736224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/query.sql' 2025-03-21T20:18:07.5737708Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits' 2025-03-21T20:18:07.5739692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/params.json' 2025-03-21T20:18:07.5741202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/query.sql' 2025-03-21T20:18:07.5742695Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics' 2025-03-21T20:18:07.5744572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/params.json' 2025-03-21T20:18:07.5745847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/query.sql' 2025-03-21T20:18:07.5747107Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles' 2025-03-21T20:18:07.5748500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/params.json' 2025-03-21T20:18:07.5750228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/query.sql' 2025-03-21T20:18:07.5751525Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg' 2025-03-21T20:18:07.5752880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/params.json' 2025-03-21T20:18:07.5754591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/query.sql' 2025-03-21T20:18:07.5756025Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical' 2025-03-21T20:18:07.5757876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/params.json' 2025-03-21T20:18:07.5759340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/query.sql' 2025-03-21T20:18:07.5760796Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile' 2025-03-21T20:18:07.5762158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/params.json' 2025-03-21T20:18:07.5763914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/query.sql' 2025-03-21T20:18:07.5765157Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile' 2025-03-21T20:18:07.5766473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/params.json' 2025-03-21T20:18:07.5768353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/query.sql' 2025-03-21T20:18:07.5770182Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost' 2025-03-21T20:18:07.5771577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day/params.json' 2025-03-21T20:18:07.5772974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day/query.sql' 2025-03-21T20:18:07.5774819Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day' 2025-03-21T20:18:07.5776631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/params.json' 2025-03-21T20:18:07.5778014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/query.sql' 2025-03-21T20:18:07.5779353Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats' 2025-03-21T20:18:07.5780810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/params.json' 2025-03-21T20:18:07.5782460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/query.sql' 2025-03-21T20:18:07.5783772Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg' 2025-03-21T20:18:07.5785137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/params.json' 2025-03-21T20:18:07.5786538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/query.sql' 2025-03-21T20:18:07.5788063Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile' 2025-03-21T20:18:07.5789896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/params.json' 2025-03-21T20:18:07.5791606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/query.sql' 2025-03-21T20:18:07.5792831Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load' 2025-03-21T20:18:07.5793965Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries' 2025-03-21T20:18:07.5795133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.module.css' 2025-03-21T20:18:07.5796371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.tsx' 2025-03-21T20:18:07.5797952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CheckBoxSelector.tsx' 2025-03-21T20:18:07.5799057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CommitStatus.tsx' 2025-03-21T20:18:07.5800125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CopyLink.tsx' 2025-03-21T20:18:07.5801172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DrCIButton.tsx' 2025-03-21T20:18:07.5802681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DynamicTitle.tsx' 2025-03-21T20:18:07.5803792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ErrorBoundary.tsx' 2025-03-21T20:18:07.5804905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/FilteredJobList.tsx' 2025-03-21T20:18:07.5806036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GranularityPicker.tsx' 2025-03-21T20:18:07.5807200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupHudTableHeaders.tsx' 2025-03-21T20:18:07.5808364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupJobConclusion.tsx' 2025-03-21T20:18:07.5809731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobAnnotationToggle.tsx' 2025-03-21T20:18:07.5811115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobArtifact.tsx' 2025-03-21T20:18:07.5812703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.module.css' 2025-03-21T20:18:07.5813839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.tsx' 2025-03-21T20:18:07.5814948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobFilterInput.tsx' 2025-03-21T20:18:07.5816063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.module.css' 2025-03-21T20:18:07.5817602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.tsx' 2025-03-21T20:18:07.5818651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobSummary.tsx' 2025-03-21T20:18:07.5819703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobTooltip.tsx' 2025-03-21T20:18:07.5820775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoadingPage.tsx' 2025-03-21T20:18:07.5822335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogAnnotationToggle.tsx' 2025-03-21T20:18:07.5823615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogViewer.tsx' 2025-03-21T20:18:07.5825147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.module.css' 2025-03-21T20:18:07.5826273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.tsx' 2025-03-21T20:18:07.5827394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/MultiSelectPicker.tsx' 2025-03-21T20:18:07.5828831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.module.css' 2025-03-21T20:18:07.5830101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.tsx' 2025-03-21T20:18:07.5831153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/PageSelector.tsx' 2025-03-21T20:18:07.5832287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ReproductionCommand.tsx' 2025-03-21T20:18:07.5833576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.module.css' 2025-03-21T20:18:07.5834989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.tsx' 2025-03-21T20:18:07.5836594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.module.css' 2025-03-21T20:18:07.5837743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.tsx' 2025-03-21T20:18:07.5838831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TimeUtils.tsx' 2025-03-21T20:18:07.5839949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.module.css' 2025-03-21T20:18:07.5841540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.tsx' 2025-03-21T20:18:07.5842632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ValuePicker.tsx' 2025-03-21T20:18:07.5843750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/VersionControlLinks.tsx' 2025-03-21T20:18:07.5844872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowBox.tsx' 2025-03-21T20:18:07.5846454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowDispatcher.tsx' 2025-03-21T20:18:07.5848074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/RerunInfo.tsx' 2025-03-21T20:18:07.5849575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestCounts.tsx' 2025-03-21T20:18:07.5850895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.module.css' 2025-03-21T20:18:07.5852208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.tsx' 2025-03-21T20:18:07.5853922Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo' 2025-03-21T20:18:07.5855311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/BranchAndCommitPicker.tsx' 2025-03-21T20:18:07.5856921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/CommitPanel.tsx' 2025-03-21T20:18:07.5858104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/HighlightMenu.tsx' 2025-03-21T20:18:07.5859482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/ModeAndDTypePicker.tsx' 2025-03-21T20:18:07.5861243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/common.tsx' 2025-03-21T20:18:07.5862475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/BenchmarkLogs.tsx' 2025-03-21T20:18:07.5863839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/CompilerGraphGroup.tsx' 2025-03-21T20:18:07.5865175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/LogLinks.tsx' 2025-03-21T20:18:07.5866937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelGraphPanel.tsx' 2025-03-21T20:18:07.5868274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelPanel.tsx' 2025-03-21T20:18:07.5869660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SuitePicker.tsx' 2025-03-21T20:18:07.5871470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryGraphPanel.tsx' 2025-03-21T20:18:07.5872826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryPanel.tsx' 2025-03-21T20:18:07.5874556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/common.tsx' 2025-03-21T20:18:07.5875793Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers' 2025-03-21T20:18:07.5877074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/LLMsBenchmarkPage.tsx' 2025-03-21T20:18:07.5878449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsGraphPanel.tsx' 2025-03-21T20:18:07.5879847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsReport.tsx' 2025-03-21T20:18:07.5881679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsSummaryPanel.tsx' 2025-03-21T20:18:07.5883282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDashboardPicker.tsx' 2025-03-21T20:18:07.5884947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDropdownGroup.tsx' 2025-03-21T20:18:07.5887082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsTimeRangePicker.tsx' 2025-03-21T20:18:07.5889130Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker' 2025-03-21T20:18:07.5890514Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components' 2025-03-21T20:18:07.5891840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context/BenchmarkProps.tsx' 2025-03-21T20:18:07.5893624Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context' 2025-03-21T20:18:07.5895286Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms' 2025-03-21T20:18:07.5896599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/SuitePicker.tsx' 2025-03-21T20:18:07.5897856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/common.tsx' 2025-03-21T20:18:07.5899270Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao' 2025-03-21T20:18:07.5900724Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark' 2025-03-21T20:18:07.5901970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineChart.module.css' 2025-03-21T20:18:07.5903343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineRectChart.tsx' 2025-03-21T20:18:07.5905347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderLineChartComponents.module.css' 2025-03-21T20:18:07.5907433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderLinePickerOptions.tsx' 2025-03-21T20:18:07.5909035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLine.tsx' 2025-03-21T20:18:07.5910611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLineTooltipElements.tsx' 2025-03-21T20:18:07.5912602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgRect.tsx' 2025-03-21T20:18:07.5914605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/ChartCheckboxGroups.tsx' 2025-03-21T20:18:07.5916179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/CheckboxGroup.tsx' 2025-03-21T20:18:07.5917689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/DropList.tsx' 2025-03-21T20:18:07.5919656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/Tooltip.tsx' 2025-03-21T20:18:07.5921114Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers' 2025-03-21T20:18:07.5922504Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component' 2025-03-21T20:18:07.5924306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/color.ts' 2025-03-21T20:18:07.5926076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/types.ts' 2025-03-21T20:18:07.5927373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/utils.ts' 2025-03-21T20:18:07.5928649Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib' 2025-03-21T20:18:07.5930059Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart' 2025-03-21T20:18:07.5931510Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts' 2025-03-21T20:18:07.5933055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/commit.module.css' 2025-03-21T20:18:07.5934183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/CheckBoxList.tsx' 2025-03-21T20:18:07.5935414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/DropDownList.tsx' 2025-03-21T20:18:07.5936711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/TextFieldSubmit.tsx' 2025-03-21T20:18:07.5938277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/ToggleGroup.tsx' 2025-03-21T20:18:07.5939874Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common' 2025-03-21T20:18:07.5940938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/hud.module.css' 2025-03-21T20:18:07.5942014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics.module.css' 2025-03-21T20:18:07.5943198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/ScalarPanel.tsx' 2025-03-21T20:18:07.5944428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TablePanel.tsx' 2025-03-21T20:18:07.5946074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TimeSeriesPanel.tsx' 2025-03-21T20:18:07.5947447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/WorkflowPicker.tsx' 2025-03-21T20:18:07.5948899Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels' 2025-03-21T20:18:07.5950029Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics' 2025-03-21T20:18:07.5951124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/minihud.module.css' 2025-03-21T20:18:07.5952259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests/TestSearchForm.tsx' 2025-03-21T20:18:07.5953384Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests' 2025-03-21T20:18:07.5954588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.module.css' 2025-03-21T20:18:07.5956016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.tsx' 2025-03-21T20:18:07.5957706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/SingleValueGauge.tsx' 2025-03-21T20:18:07.5959581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankBar.tsx' 2025-03-21T20:18:07.5961795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankTestView.tsx' 2025-03-21T20:18:07.5963516Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView' 2025-03-21T20:18:07.5965592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/SingleTestView.tsx' 2025-03-21T20:18:07.5967185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/TestSectionView.tsx' 2025-03-21T20:18:07.5968759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/ToggleTestsGroup.tsx' 2025-03-21T20:18:07.5997773Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView' 2025-03-21T20:18:07.6001045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobInformation.tsx' 2025-03-21T20:18:07.6004658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobSummary.tsx' 2025-03-21T20:18:07.6007854Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary' 2025-03-21T20:18:07.6010725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationStatsTable.tsx' 2025-03-21T20:18:07.6013347Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components' 2025-03-21T20:18:07.6015652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/helper.ts' 2025-03-21T20:18:07.6017862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/styles.tsx' 2025-03-21T20:18:07.6020048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/types.ts' 2025-03-21T20:18:07.6022231Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization' 2025-03-21T20:18:07.6024250Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components' 2025-03-21T20:18:07.6026153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs/architecture.md' 2025-03-21T20:18:07.6027879Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs' 2025-03-21T20:18:07.6029576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/jest.config.js' 2025-03-21T20:18:07.6031450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/DarkModeContext.tsx' 2025-03-21T20:18:07.6033415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/GeneralUtils.ts' 2025-03-21T20:18:07.6035366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/JobClassifierUtil.ts' 2025-03-21T20:18:07.6037343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/ParamSelector.tsx' 2025-03-21T20:18:07.6039276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/RevertModal.tsx' 2025-03-21T20:18:07.6041288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compilerUtils.ts' 2025-03-21T20:18:07.6043553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers/CompilerSuites.ts' 2025-03-21T20:18:07.6045871Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers' 2025-03-21T20:18:07.6048179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/common.ts' 2025-03-21T20:18:07.6050532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardPickerTypes.ts' 2025-03-21T20:18:07.6052996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardProps.ts' 2025-03-21T20:18:07.6055252Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types' 2025-03-21T20:18:07.6057491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/aoUtils.ts' 2025-03-21T20:18:07.6059876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/dashboardPickerUtils.ts' 2025-03-21T20:18:07.6062472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/llmUtils.ts' 2025-03-21T20:18:07.6064814Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils' 2025-03-21T20:18:07.6066933Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms' 2025-03-21T20:18:07.6069052Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark' 2025-03-21T20:18:07.6070985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/Constants.ts' 2025-03-21T20:18:07.6072886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoCcBot.ts' 2025-03-21T20:18:07.6074863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelBot.ts' 2025-03-21T20:18:07.6076927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelCodevTrunk.ts' 2025-03-21T20:18:07.6079183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cancelWorkflowsOnCloseBot.ts' 2025-03-21T20:18:07.6081372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/ciflowPushTrigger.ts' 2025-03-21T20:18:07.6083319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cliParser.ts' 2025-03-21T20:18:07.6085337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/codevNoWritePermBot.ts' 2025-03-21T20:18:07.6087335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/drciBot.ts' 2025-03-21T20:18:07.6089178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/index.ts' 2025-03-21T20:18:07.6091067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBot.ts' 2025-03-21T20:18:07.6093075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBotHandler.ts' 2025-03-21T20:18:07.6095157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchbotLogger.ts' 2025-03-21T20:18:07.6097019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/retryBot.ts' 2025-03-21T20:18:07.6098984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/stripApprovalBot.ts' 2025-03-21T20:18:07.6101063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/subscriptions.ts' 2025-03-21T20:18:07.6103188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerCircleCIWorkflows.ts' 2025-03-21T20:18:07.6105475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerInductorTestsBot.ts' 2025-03-21T20:18:07.6107512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/utils.ts' 2025-03-21T20:18:07.6109675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/verifyDisableTestIssueBot.ts' 2025-03-21T20:18:07.6111835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/webhookToDynamo.ts' 2025-03-21T20:18:07.6113782Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot' 2025-03-21T20:18:07.6115624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/chartTheme.tsx' 2025-03-21T20:18:07.6117481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/clickhouse.ts' 2025-03-21T20:18:07.6119462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/commitUtils.ts' 2025-03-21T20:18:07.6121312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/drciUtils.ts' 2025-03-21T20:18:07.6123157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/dynamo.ts' 2025-03-21T20:18:07.6124995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/error_utils.ts' 2025-03-21T20:18:07.6126879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchCommit.ts' 2025-03-21T20:18:07.6128932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchDisabledNonFlakyTests.ts' 2025-03-21T20:18:07.6131059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchFlakyTests.ts' 2025-03-21T20:18:07.6132972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchHud.ts' 2025-03-21T20:18:07.6134936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchIssuesByLabel.ts' 2025-03-21T20:18:07.6136858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchPR.ts' 2025-03-21T20:18:07.6138806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchRecentWorkflows.ts' 2025-03-21T20:18:07.6140761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchS3Links.ts' 2025-03-21T20:18:07.6142630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/getAuthors.ts' 2025-03-21T20:18:07.6144420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/github.ts' 2025-03-21T20:18:07.6146186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/githubFunctions.ts' 2025-03-21T20:18:07.6148263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/jobUtils.ts' 2025-03-21T20:18:07.6150158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/metricUtils.ts' 2025-03-21T20:18:07.6152031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/opensearch.ts' 2025-03-21T20:18:07.6153883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/rateLimit.ts' 2025-03-21T20:18:07.6155643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/s3.ts' 2025-03-21T20:18:07.6157428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchLogs.ts' 2025-03-21T20:18:07.6159297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchUtils.ts' 2025-03-21T20:18:07.6161328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools/MeasureRenderTimeProfiler.tsx' 2025-03-21T20:18:07.6163469Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools' 2025-03-21T20:18:07.6165283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/track.ts' 2025-03-21T20:18:07.6167027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/types.ts' 2025-03-21T20:18:07.6168970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useGroupingPreference.tsx' 2025-03-21T20:18:07.6170949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useHudData.ts' 2025-03-21T20:18:07.6172811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useScrollTo.ts' 2025-03-21T20:18:07.6174709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useTableFilter.ts' 2025-03-21T20:18:07.6177190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchListUtilizationMetadataInfo.ts' 2025-03-21T20:18:07.6179722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.test.ts' 2025-03-21T20:18:07.6182112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.ts' 2025-03-21T20:18:07.6184226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/types.ts' 2025-03-21T20:18:07.6186224Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization' 2025-03-21T20:18:07.6188110Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib' 2025-03-21T20:18:07.6189942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next-env.d.ts' 2025-03-21T20:18:07.6191719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next.config.js' 2025-03-21T20:18:07.6193495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/package.json' 2025-03-21T20:18:07.6195527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit/[sha].tsx' 2025-03-21T20:18:07.6197681Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit' 2025-03-21T20:18:07.6200090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues/[issueNumber].tsx' 2025-03-21T20:18:07.6202606Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues' 2025-03-21T20:18:07.6205031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull/[prNumber].tsx' 2025-03-21T20:18:07.6207458Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull' 2025-03-21T20:18:07.6209779Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]' 2025-03-21T20:18:07.6211847Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]' 2025-03-21T20:18:07.6213730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/_app.tsx' 2025-03-21T20:18:07.6215864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit/[sha].ts' 2025-03-21T20:18:07.6218350Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit' 2025-03-21T20:18:07.6220872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull/[prNumber].ts' 2025-03-21T20:18:07.6223404Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull' 2025-03-21T20:18:07.6225820Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]' 2025-03-21T20:18:07.6228072Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]' 2025-03-21T20:18:07.6230352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3/[workflowId].ts' 2025-03-21T20:18:07.6232583Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3' 2025-03-21T20:18:07.6234714Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts' 2025-03-21T20:18:07.6236978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth/[...nextauth].js' 2025-03-21T20:18:07.6239054Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth' 2025-03-21T20:18:07.6241258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse/[queryName].ts' 2025-03-21T20:18:07.6243436Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse' 2025-03-21T20:18:07.6245624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/corresponding_workflow_id.ts' 2025-03-21T20:18:07.6247895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci/drci.ts' 2025-03-21T20:18:07.6249835Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci' 2025-03-21T20:18:07.6251827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/failure.ts' 2025-03-21T20:18:07.6253857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/3dStats.ts' 2025-03-21T20:18:07.6256003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/disable.ts' 2025-03-21T20:18:07.6258189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/failures.ts' 2025-03-21T20:18:07.6260328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/search.ts' 2025-03-21T20:18:07.6262455Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests' 2025-03-21T20:18:07.6265003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]/[sha].ts' 2025-03-21T20:18:07.6267953Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]' 2025-03-21T20:18:07.6270870Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]' 2025-03-21T20:18:07.6273437Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]' 2025-03-21T20:18:07.6275785Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch' 2025-03-21T20:18:07.6277940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/webhooks.ts' 2025-03-21T20:18:07.6279995Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github' 2025-03-21T20:18:07.6282325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]/[page].ts' 2025-03-21T20:18:07.6284893Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:07.6287303Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]' 2025-03-21T20:18:07.6289588Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]' 2025-03-21T20:18:07.6291646Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud' 2025-03-21T20:18:07.6293649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue/[label].ts' 2025-03-21T20:18:07.6295682Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue' 2025-03-21T20:18:07.6298244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:18:07.6301219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations/[jobIds].ts' 2025-03-21T20:18:07.6304167Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations' 2025-03-21T20:18:07.6307140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures/[queryParams].ts' 2025-03-21T20:18:07.6310150Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures' 2025-03-21T20:18:07.6312942Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]' 2025-03-21T20:18:07.6315465Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]' 2025-03-21T20:18:07.6317780Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation' 2025-03-21T20:18:07.6320226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info/[workflowId].ts' 2025-03-21T20:18:07.6322826Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info' 2025-03-21T20:18:07.6325487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:18:07.6328180Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]' 2025-03-21T20:18:07.6330711Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]' 2025-03-21T20:18:07.6333032Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation' 2025-03-21T20:18:07.6335071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/search.ts' 2025-03-21T20:18:07.6337197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator/lambda.ts' 2025-03-21T20:18:07.6339572Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator' 2025-03-21T20:18:07.6342081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]/[attempt].ts' 2025-03-21T20:18:07.6344706Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]' 2025-03-21T20:18:07.6347216Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]' 2025-03-21T20:18:07.6349680Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization' 2025-03-21T20:18:07.6351618Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api' 2025-03-21T20:18:07.6353650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]/[[...page]].tsx' 2025-03-21T20:18:07.6356119Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]' 2025-03-21T20:18:07.6358368Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]' 2025-03-21T20:18:07.6360687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/compilers.tsx' 2025-03-21T20:18:07.6362805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/llms.tsx' 2025-03-21T20:18:07.6364801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/torchao.tsx' 2025-03-21T20:18:07.6366845Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark' 2025-03-21T20:18:07.6368872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/build_time_metrics.tsx' 2025-03-21T20:18:07.6370882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/cost_analysis.tsx' 2025-03-21T20:18:07.6372812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/disabled.tsx' 2025-03-21T20:18:07.6375223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:07.6378010Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:07.6380624Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]' 2025-03-21T20:18:07.6383008Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]' 2025-03-21T20:18:07.6385176Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs' 2025-03-21T20:18:07.6387113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failure.tsx' 2025-03-21T20:18:07.6389006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/flakytest.tsx' 2025-03-21T20:18:07.6391300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:07.6393885Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:07.6396332Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]' 2025-03-21T20:18:07.6398586Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]' 2025-03-21T20:18:07.6400582Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud' 2025-03-21T20:18:07.6402433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/kpis.tsx' 2025-03-21T20:18:07.6404296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/login_test.tsx' 2025-03-21T20:18:07.6406189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/metrics.tsx' 2025-03-21T20:18:07.6408520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:07.6411119Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:07.6413626Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]' 2025-03-21T20:18:07.6415960Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]' 2025-03-21T20:18:07.6418057Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud' 2025-03-21T20:18:07.6420087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/nightlies.tsx' 2025-03-21T20:18:07.6422210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/query_execution_metrics.tsx' 2025-03-21T20:18:07.6424645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]/[[...page]].tsx' 2025-03-21T20:18:07.6427236Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]' 2025-03-21T20:18:07.6429706Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]' 2025-03-21T20:18:07.6431862Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability' 2025-03-21T20:18:07.6433713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/sli.tsx' 2025-03-21T20:18:07.6435595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/search.tsx' 2025-03-21T20:18:07.6437576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/testInfo.tsx' 2025-03-21T20:18:07.6439563Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests' 2025-03-21T20:18:07.6441654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench/userbenchmark.tsx' 2025-03-21T20:18:07.6443778Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench' 2025-03-21T20:18:07.6446162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:07.6448871Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:07.6451333Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]' 2025-03-21T20:18:07.6453586Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]' 2025-03-21T20:18:07.6455574Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts' 2025-03-21T20:18:07.6457942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]/[[...page]].tsx' 2025-03-21T20:18:07.6460651Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]' 2025-03-21T20:18:07.6463234Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]' 2025-03-21T20:18:07.6465603Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]' 2025-03-21T20:18:07.6467808Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization' 2025-03-21T20:18:07.6470161Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages' 2025-03-21T20:18:07.6472146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/failures_spritesheet.png' 2025-03-21T20:18:07.6472961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/favicon.ico' 2025-03-21T20:18:07.6473712Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public' 2025-03-21T20:18:07.6474612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/backfillJobs.mjs' 2025-03-21T20:18:07.6475718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/updateQueueTimes.mjs' 2025-03-21T20:18:07.6476633Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts' 2025-03-21T20:18:07.6477551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/MuiThemeOverrides.tsx' 2025-03-21T20:18:07.6478342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/globals.css' 2025-03-21T20:18:07.6479127Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles' 2025-03-21T20:18:07.6479991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoCcBot.test.ts' 2025-03-21T20:18:07.6480901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelBot.test.ts' 2025-03-21T20:18:07.6481903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelCodevTrunk.test.ts' 2025-03-21T20:18:07.6482903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/cancelWorkflowsOnCloseBot.test.ts' 2025-03-21T20:18:07.6483881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/ciflow-push-trigger.test.ts' 2025-03-21T20:18:07.6485045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/closeCommands.test.ts' 2025-03-21T20:18:07.6486010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/codevNoWritePermBot.test.ts' 2025-03-21T20:18:07.6486789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/common.ts' 2025-03-21T20:18:07.6487730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/disableFlakyBot.test.ts' 2025-03-21T20:18:07.6488528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drci.test.ts' 2025-03-21T20:18:07.6489386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciBot.test.ts' 2025-03-21T20:18:07.6490251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciUtils.test.ts' 2025-03-21T20:18:07.6491130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/config.json' 2025-03-21T20:18:07.6491948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue.json' 2025-03-21T20:18:07.6492922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue_comment.json' 2025-03-21T20:18:07.6493906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.labeled.json' 2025-03-21T20:18:07.6494864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.opened.json' 2025-03-21T20:18:07.6496081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/known_labels.json' 2025-03-21T20:18:07.6497024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_files.json' 2025-03-21T20:18:07.6498052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.closed.json' 2025-03-21T20:18:07.6499103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.edited.json' 2025-03-21T20:18:07.6500167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.labeled.json' 2025-03-21T20:18:07.6501184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.opened.json' 2025-03-21T20:18:07.6502367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.reopened.json' 2025-03-21T20:18:07.6503460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.synchronize.json' 2025-03-21T20:18:07.6504605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_comment.json' 2025-03-21T20:18:07.6505619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review.json' 2025-03-21T20:18:07.6506776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review_approved.json' 2025-03-21T20:18:07.6508100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_reviews.json' 2025-03-21T20:18:07.6509267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/permission.json' 2025-03-21T20:18:07.6510447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.closed.json' 2025-03-21T20:18:07.6511612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.labeled.json' 2025-03-21T20:18:07.6512870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.synchronize.json' 2025-03-21T20:18:07.6514084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.unlabeled.json' 2025-03-21T20:18:07.6515100Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger' 2025-03-21T20:18:07.6515957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push.json' 2025-03-21T20:18:07.6517120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/webhookToDynamoExpected.json.gz' 2025-03-21T20:18:07.6518155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_job.queued.json' 2025-03-21T20:18:07.6519117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_jobs.json' 2025-03-21T20:18:07.6520180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_run.completed.json' 2025-03-21T20:18:07.6521039Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures' 2025-03-21T20:18:07.6521853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/jobUtils.test.ts' 2025-03-21T20:18:07.6522756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/labelCommands.test.ts' 2025-03-21T20:18:07.6523698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/mergeCommands.test.ts' 2025-03-21T20:18:07.6524598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/metricUtils.test.ts' 2025-03-21T20:18:07.6525417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/reporter.js' 2025-03-21T20:18:07.6526277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/retryBot.test.ts' 2025-03-21T20:18:07.6527183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/searchUtils.test.ts' 2025-03-21T20:18:07.6527951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/setup.ts' 2025-03-21T20:18:07.6529019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/stripApprovals.test.ts' 2025-03-21T20:18:07.6530046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/subscriptions.test.ts' 2025-03-21T20:18:07.6531120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerCircleCIWorkflows.test.ts' 2025-03-21T20:18:07.6532238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerInductorTestsBot.test.ts' 2025-03-21T20:18:07.6533053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.test.ts' 2025-03-21T20:18:07.6533826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.ts' 2025-03-21T20:18:07.6534847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/verifyDisableTestIssue.test.ts' 2025-03-21T20:18:07.6535824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/wehookToDynamoBot.test.ts' 2025-03-21T20:18:07.6536592Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test' 2025-03-21T20:18:07.6537388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/tsconfig.json' 2025-03-21T20:18:07.6538232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types/next-auth-d.ts' 2025-03-21T20:18:07.6539033Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types' 2025-03-21T20:18:07.6539757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/yarn.lock' 2025-03-21T20:18:07.6540468Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci' 2025-03-21T20:18:07.6541121Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:07.6541989Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/branches' 2025-03-21T20:18:07.6543019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/applypatch-msg.sample' 2025-03-21T20:18:07.6543973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/commit-msg.sample' 2025-03-21T20:18:07.6544927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/post-update.sample' 2025-03-21T20:18:07.6545898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/pre-applypatch.sample' 2025-03-21T20:18:07.6546850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/pre-commit.sample' 2025-03-21T20:18:07.6548325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/pre-merge-commit.sample' 2025-03-21T20:18:07.6549030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/pre-push.sample' 2025-03-21T20:18:07.6549564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/pre-receive.sample' 2025-03-21T20:18:07.6550098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/push-to-checkout.sample' 2025-03-21T20:18:07.6550667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/sendemail-validate.sample' 2025-03-21T20:18:07.6551138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/update.sample' 2025-03-21T20:18:07.6551686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:07.6552177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/pre-rebase.sample' 2025-03-21T20:18:07.6552722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:07.6553346Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/hooks' 2025-03-21T20:18:07.6553792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/info/exclude' 2025-03-21T20:18:07.6554306Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/info' 2025-03-21T20:18:07.6554747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/description' 2025-03-21T20:18:07.6555142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/config' 2025-03-21T20:18:07.6555608Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/refs/heads' 2025-03-21T20:18:07.6556076Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/refs/tags' 2025-03-21T20:18:07.6556506Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/refs' 2025-03-21T20:18:07.6556910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/HEAD' 2025-03-21T20:18:07.6557634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/objects/pack/pack-2adb66896dc1722abe605a87fc3ac79ea09d795b.pack' 2025-03-21T20:18:07.6558347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/objects/pack/pack-2adb66896dc1722abe605a87fc3ac79ea09d795b.rev' 2025-03-21T20:18:07.6559049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/objects/pack/pack-2adb66896dc1722abe605a87fc3ac79ea09d795b.idx' 2025-03-21T20:18:07.6559540Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/objects/pack' 2025-03-21T20:18:07.6560014Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/objects/info' 2025-03-21T20:18:07.6560475Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/objects' 2025-03-21T20:18:07.6560892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/FETCH_HEAD' 2025-03-21T20:18:07.6561296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/shallow' 2025-03-21T20:18:07.6561749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/config.worktree' 2025-03-21T20:18:07.6562136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/index' 2025-03-21T20:18:07.6562555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/logs/HEAD' 2025-03-21T20:18:07.6562981Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/logs' 2025-03-21T20:18:07.6563743Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/branches' 2025-03-21T20:18:07.6564554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/hooks/applypatch-msg.sample' 2025-03-21T20:18:07.6565351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/hooks/commit-msg.sample' 2025-03-21T20:18:07.6566131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/hooks/post-update.sample' 2025-03-21T20:18:07.6566949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/hooks/pre-applypatch.sample' 2025-03-21T20:18:07.6567726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/hooks/pre-commit.sample' 2025-03-21T20:18:07.6568610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/hooks/pre-merge-commit.sample' 2025-03-21T20:18:07.6569430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/hooks/pre-push.sample' 2025-03-21T20:18:07.6570230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/hooks/pre-receive.sample' 2025-03-21T20:18:07.6571038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/hooks/push-to-checkout.sample' 2025-03-21T20:18:07.6571861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/hooks/sendemail-validate.sample' 2025-03-21T20:18:07.6572638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/hooks/update.sample' 2025-03-21T20:18:07.6573466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:07.6574255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/hooks/pre-rebase.sample' 2025-03-21T20:18:07.6575081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:07.6575820Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/hooks' 2025-03-21T20:18:07.6576543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/info/exclude' 2025-03-21T20:18:07.6577285Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/info' 2025-03-21T20:18:07.6578000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/description' 2025-03-21T20:18:07.6578693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/config' 2025-03-21T20:18:07.6579700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/objects/pack/pack-61e36b9d1594179af44e9cf4bbddbefa48b908f8.pack' 2025-03-21T20:18:07.6580709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/objects/pack/pack-61e36b9d1594179af44e9cf4bbddbefa48b908f8.rev' 2025-03-21T20:18:07.6581702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/objects/pack/pack-61e36b9d1594179af44e9cf4bbddbefa48b908f8.idx' 2025-03-21T20:18:07.6582487Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/objects/pack' 2025-03-21T20:18:07.6583253Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/objects/info' 2025-03-21T20:18:07.6584177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/objects/78/df0006c5fa667150d3ee35db7bde1d3f6f58c7' 2025-03-21T20:18:07.6584990Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/objects/78' 2025-03-21T20:18:07.6586007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/objects/0c/114830ef42ed0b3766592652b303a3c007294e' 2025-03-21T20:18:07.6586762Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/objects/0c' 2025-03-21T20:18:07.6587685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/objects/6b/e63bc00a2e042e9c75624bcbc738c5148233d1' 2025-03-21T20:18:07.6588443Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/objects/6b' 2025-03-21T20:18:07.6589444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/objects/3c/1582012c23ef7d139cadf6781e43124bc81b13' 2025-03-21T20:18:07.6590204Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/objects/3c' 2025-03-21T20:18:07.6591121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/objects/d2/f2f527b3125c3879d324491472771be5ec2a6f' 2025-03-21T20:18:07.6591873Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/objects/d2' 2025-03-21T20:18:07.6592791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/objects/cb/a7ca7e152805cfd8615827b47257a9979dd98e' 2025-03-21T20:18:07.6593555Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/objects/cb' 2025-03-21T20:18:07.6594484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/objects/86/ab62b67d82e36ec7a157babd39740aba0ad704' 2025-03-21T20:18:07.6595238Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/objects/86' 2025-03-21T20:18:07.6595990Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/objects' 2025-03-21T20:18:07.6596662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/HEAD' 2025-03-21T20:18:07.6597396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/refs/heads/main' 2025-03-21T20:18:07.6598166Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/refs/heads' 2025-03-21T20:18:07.6598915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/refs/tags/24.11-rc1' 2025-03-21T20:18:07.6599678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/refs/tags/24.11-rc2' 2025-03-21T20:18:07.6600420Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/refs/tags' 2025-03-21T20:18:07.6601292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.6602167Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/refs/remotes/origin' 2025-03-21T20:18:07.6602948Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/refs/remotes' 2025-03-21T20:18:07.6603663Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/refs' 2025-03-21T20:18:07.6604368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/shallow' 2025-03-21T20:18:07.6605088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/packed-refs' 2025-03-21T20:18:07.6605906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/logs/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.6606734Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/logs/refs/remotes/origin' 2025-03-21T20:18:07.6607535Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/logs/refs/remotes' 2025-03-21T20:18:07.6608288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/logs/refs/heads/main' 2025-03-21T20:18:07.6609085Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/logs/refs/heads' 2025-03-21T20:18:07.6609830Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/logs/refs' 2025-03-21T20:18:07.6610545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/logs/HEAD' 2025-03-21T20:18:07.6611261Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/logs' 2025-03-21T20:18:07.6611978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/FETCH_HEAD' 2025-03-21T20:18:07.6612655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/index' 2025-03-21T20:18:07.6613355Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:07.6614107Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/branches' 2025-03-21T20:18:07.6614907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/hooks/applypatch-msg.sample' 2025-03-21T20:18:07.6615684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/hooks/commit-msg.sample' 2025-03-21T20:18:07.6616454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/hooks/post-update.sample' 2025-03-21T20:18:07.6617317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/hooks/pre-applypatch.sample' 2025-03-21T20:18:07.6618136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/hooks/pre-commit.sample' 2025-03-21T20:18:07.6618946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/hooks/pre-merge-commit.sample' 2025-03-21T20:18:07.6619706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/hooks/pre-push.sample' 2025-03-21T20:18:07.6620487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/hooks/pre-receive.sample' 2025-03-21T20:18:07.6621289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/hooks/push-to-checkout.sample' 2025-03-21T20:18:07.6622115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/hooks/sendemail-validate.sample' 2025-03-21T20:18:07.6622862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/hooks/update.sample' 2025-03-21T20:18:07.6623687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:07.6624450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/hooks/pre-rebase.sample' 2025-03-21T20:18:07.6625274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:07.6625988Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/hooks' 2025-03-21T20:18:07.6626702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/info/exclude' 2025-03-21T20:18:07.6627409Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/info' 2025-03-21T20:18:07.6628113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/description' 2025-03-21T20:18:07.6628861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/config' 2025-03-21T20:18:07.6629871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/pack/pack-86e805f8cea5dadc50f37d39962d2008a0e025da.pack' 2025-03-21T20:18:07.6630851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/pack/pack-86e805f8cea5dadc50f37d39962d2008a0e025da.rev' 2025-03-21T20:18:07.6631836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/pack/pack-86e805f8cea5dadc50f37d39962d2008a0e025da.idx' 2025-03-21T20:18:07.6632588Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/pack' 2025-03-21T20:18:07.6633341Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/info' 2025-03-21T20:18:07.6634306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/18/7af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-03-21T20:18:07.6635098Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/18' 2025-03-21T20:18:07.6636007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/26/22eced55b5d9fdc89aeff73ac0abd406049d32' 2025-03-21T20:18:07.6636752Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/26' 2025-03-21T20:18:07.6637655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/ba/0430d26c996e7f078385407f959c96c271087c' 2025-03-21T20:18:07.6638548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/ba/5f37a39092775cbb00f4e5ef203993f6c17b9b' 2025-03-21T20:18:07.6639305Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/ba' 2025-03-21T20:18:07.6640206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/3a/fbd2d0c00ff0122506b37727d2bcc6e8038ef5' 2025-03-21T20:18:07.6640958Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/3a' 2025-03-21T20:18:07.6641863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/ac/34b758dd39b487ac7b79daa25b7fa215ebca12' 2025-03-21T20:18:07.6642614Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/ac' 2025-03-21T20:18:07.6643514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/9d/852dfedb657e49c979b6e7d7192b7ddcb59f1a' 2025-03-21T20:18:07.6644263Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/9d' 2025-03-21T20:18:07.6645149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/0a/81f993bd894a2539d07720f72ec175c7e0a83b' 2025-03-21T20:18:07.6645905Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/0a' 2025-03-21T20:18:07.6646794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/8d/74ff90217d0b1460ad2b6edce13998015c9eb1' 2025-03-21T20:18:07.6647547Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/8d' 2025-03-21T20:18:07.6648596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/d6/c96a4b60f115ee1b9d984e1411b8b202345755' 2025-03-21T20:18:07.6649505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/d6/28479bb947f1c8f80754174ceea0c58bb43546' 2025-03-21T20:18:07.6650338Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/d6' 2025-03-21T20:18:07.6651315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/60/cf77e3e4ea4b9d09bf19d07d81d03bfb093313' 2025-03-21T20:18:07.6652050Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/60' 2025-03-21T20:18:07.6652942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/05/473161c7a152157f9b20935098392fcc9d88e6' 2025-03-21T20:18:07.6653676Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/05' 2025-03-21T20:18:07.6654593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/38/ebe0b48453f3dc9613d1306271aebd58d9cc98' 2025-03-21T20:18:07.6655339Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/38' 2025-03-21T20:18:07.6656249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/6c/fb8f6cc7cbfe71c8280911f4344c6671fdbcd6' 2025-03-21T20:18:07.6657145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/6c/aa1f2c51b5e994a3450ab6320bd6a38314e374' 2025-03-21T20:18:07.6658053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/6c/18aef72f875b83ed1e79ca1767af4cad5ec431' 2025-03-21T20:18:07.6658796Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/6c' 2025-03-21T20:18:07.6659689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/4f/86f9733f4ee0739714f728e5caf64e0ec119bb' 2025-03-21T20:18:07.6660443Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/4f' 2025-03-21T20:18:07.6661341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/39/e9ecc2854fb480daebd2578c1f10bfbb7b31eb' 2025-03-21T20:18:07.6662095Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/39' 2025-03-21T20:18:07.6663005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/cb/ef086fe414cfdbba7dce51e5d1ff5526b5b95d' 2025-03-21T20:18:07.6663759Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/cb' 2025-03-21T20:18:07.6664644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/77/6af891e32d0b182ce374ad4e64286e7fb3dbec' 2025-03-21T20:18:07.6665546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/77/09fb27fdc21eff6692678288b8df4d9da6f4e5' 2025-03-21T20:18:07.6666279Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/77' 2025-03-21T20:18:07.6667241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/25/89f71f5c90e770e9441fd1dfe123319af134d5' 2025-03-21T20:18:07.6668028Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/25' 2025-03-21T20:18:07.6669004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/a7/4a433bdb4bb96f56de7fb91748250a9f565a3a' 2025-03-21T20:18:07.6669749Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/a7' 2025-03-21T20:18:07.6670648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/b3/5b67cc1369163cfbb7b131fe556006b3028e17' 2025-03-21T20:18:07.6671539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/b3/1f455f3ec189d06c59e465069749bb697057f9' 2025-03-21T20:18:07.6672289Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/b3' 2025-03-21T20:18:07.6673177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/7c/e4a6362a0b08340814b9a124c4506b5cc110b2' 2025-03-21T20:18:07.6673929Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/7c' 2025-03-21T20:18:07.6674834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/3f/b9f86d7898ae9dbef4711d52139231b0dcd64d' 2025-03-21T20:18:07.6675580Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/3f' 2025-03-21T20:18:07.6676470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/40/e7d2e68d22336268b5983e5d53da7cb8efef92' 2025-03-21T20:18:07.6677214Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/40' 2025-03-21T20:18:07.6678097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/cd/ecec674f8a262b6e45681711854f4303cf2c03' 2025-03-21T20:18:07.6678850Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/cd' 2025-03-21T20:18:07.6679737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/db/35dca8c32c0e367231c093a4ee390db84d969f' 2025-03-21T20:18:07.6680486Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/db' 2025-03-21T20:18:07.6681383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/6d/f2dcb80398004237bd1b650c21d2f492fde699' 2025-03-21T20:18:07.6682279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/6d/8e00bb308ee6d21b195cd8627eec402f644ab2' 2025-03-21T20:18:07.6683073Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/6d' 2025-03-21T20:18:07.6683981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/d1/624c26cfca0c8d88f8569521c345267a5c8887' 2025-03-21T20:18:07.6684781Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/d1' 2025-03-21T20:18:07.6685677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/88/54503f00a9e5f9bf3ec8e989253609a7ca61db' 2025-03-21T20:18:07.6686413Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/88' 2025-03-21T20:18:07.6687319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/32/5428adcc250d4da776d34778041deb892a152d' 2025-03-21T20:18:07.6688221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/32/0c11968bd9cb2193fdbaceaad00f8d5064b8fa' 2025-03-21T20:18:07.6688957Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/32' 2025-03-21T20:18:07.6689861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/23/6d3f5f50dc936da8ede55eca3cd6df7edeff54' 2025-03-21T20:18:07.6690600Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/23' 2025-03-21T20:18:07.6691497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/fc/843bb7753048702046a095994bc136508a5de0' 2025-03-21T20:18:07.6692238Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/fc' 2025-03-21T20:18:07.6693131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/ea/315446101c1ad9b0b20116ea0d30898e0c055d' 2025-03-21T20:18:07.6693865Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/ea' 2025-03-21T20:18:07.6694768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/7f/76024e24ea17a3ed5c7d4f811d785c1781a3d7' 2025-03-21T20:18:07.6695659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/7f/d6e3c581edcafd664312386206566251728462' 2025-03-21T20:18:07.6696410Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/7f' 2025-03-21T20:18:07.6697305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/71/cfdf0b5463ca77b630ff64e3ad6f499636b22d' 2025-03-21T20:18:07.6698055Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/71' 2025-03-21T20:18:07.6698938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/7d/f65460500c4d737800ea4a0191d7f88669784f' 2025-03-21T20:18:07.6699741Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/7d' 2025-03-21T20:18:07.6700689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/96/bfa5657c2b1ccad4423fc71b382ffd3b969486' 2025-03-21T20:18:07.6701437Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/96' 2025-03-21T20:18:07.6702328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/89/bf23b7c72a83551b7236b3cd31f65cf28aae22' 2025-03-21T20:18:07.6703069Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/89' 2025-03-21T20:18:07.6703968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/84/b51a7848b68d4e97bc214cbafafa9d7c72b375' 2025-03-21T20:18:07.6704719Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/84' 2025-03-21T20:18:07.6705619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/2b/889adf5f115c51c717ff4c99e259a29fb27925' 2025-03-21T20:18:07.6706362Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/2b' 2025-03-21T20:18:07.6707257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/20/bc728bda33d040545e765c7ad7a1fe62921ed8' 2025-03-21T20:18:07.6708009Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/20' 2025-03-21T20:18:07.6708949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/9f/ef94b1df669326e38f5552fe32a614507e05a7' 2025-03-21T20:18:07.6709704Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/9f' 2025-03-21T20:18:07.6710603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/ad/fb99b133bc98c430451bbaf109b40132464777' 2025-03-21T20:18:07.6711348Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/ad' 2025-03-21T20:18:07.6712250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/19/756672cfb3a5fc2aa2b0d3844cbc8eb5fc646c' 2025-03-21T20:18:07.6713013Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/19' 2025-03-21T20:18:07.6713908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/ed/4227bdad91081734c9518b62f3af4dbdb2a60c' 2025-03-21T20:18:07.6714646Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/ed' 2025-03-21T20:18:07.6715553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/64/460bdec0c50b1d0907b6069a2c0835d9004059' 2025-03-21T20:18:07.6716500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/64/536fb6736eaf453a8460c051e0ec34a49b94b2' 2025-03-21T20:18:07.6717304Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/64' 2025-03-21T20:18:07.6718199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/01/5dda4250760f64d7fd887bed9b88b4ee8d4259' 2025-03-21T20:18:07.6718943Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/01' 2025-03-21T20:18:07.6719846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/e9/15bdb4db5c3ad724461eddef471b6758759d10' 2025-03-21T20:18:07.6720588Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects/e9' 2025-03-21T20:18:07.6721317Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/objects' 2025-03-21T20:18:07.6721998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/HEAD' 2025-03-21T20:18:07.6722720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/refs/heads/main' 2025-03-21T20:18:07.6723468Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/refs/heads' 2025-03-21T20:18:07.6724201Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/refs/tags' 2025-03-21T20:18:07.6724985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.6725772Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/refs/remotes/origin' 2025-03-21T20:18:07.6726534Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/refs/remotes' 2025-03-21T20:18:07.6727245Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/refs' 2025-03-21T20:18:07.6727931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/shallow' 2025-03-21T20:18:07.6728635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/packed-refs' 2025-03-21T20:18:07.6729439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/logs/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.6730251Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/logs/refs/remotes/origin' 2025-03-21T20:18:07.6731038Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/logs/refs/remotes' 2025-03-21T20:18:07.6731853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/logs/refs/heads/main' 2025-03-21T20:18:07.6732639Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/logs/refs/heads' 2025-03-21T20:18:07.6733431Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/logs/refs' 2025-03-21T20:18:07.6734116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/logs/HEAD' 2025-03-21T20:18:07.6734834Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/logs' 2025-03-21T20:18:07.6735516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/FETCH_HEAD' 2025-03-21T20:18:07.6736200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/index' 2025-03-21T20:18:07.6736878Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib' 2025-03-21T20:18:07.6737472Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party' 2025-03-21T20:18:07.6737990Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm' 2025-03-21T20:18:07.6738651Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/branches' 2025-03-21T20:18:07.6739373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/hooks/applypatch-msg.sample' 2025-03-21T20:18:07.6740079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/hooks/commit-msg.sample' 2025-03-21T20:18:07.6740780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/hooks/post-update.sample' 2025-03-21T20:18:07.6741514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/hooks/pre-applypatch.sample' 2025-03-21T20:18:07.6742207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/hooks/pre-commit.sample' 2025-03-21T20:18:07.6742949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/hooks/pre-merge-commit.sample' 2025-03-21T20:18:07.6743628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/hooks/pre-push.sample' 2025-03-21T20:18:07.6744343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/hooks/pre-receive.sample' 2025-03-21T20:18:07.6745074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/hooks/push-to-checkout.sample' 2025-03-21T20:18:07.6745818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/hooks/sendemail-validate.sample' 2025-03-21T20:18:07.6746494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/hooks/update.sample' 2025-03-21T20:18:07.6747234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:07.6748221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/hooks/pre-rebase.sample' 2025-03-21T20:18:07.6749103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:07.6749749Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/hooks' 2025-03-21T20:18:07.6750369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/info/exclude' 2025-03-21T20:18:07.6751007Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/info' 2025-03-21T20:18:07.6751630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/description' 2025-03-21T20:18:07.6752243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/config' 2025-03-21T20:18:07.6753174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/objects/pack/pack-4245b15909b2c218818c98741deef1003feed479.pack' 2025-03-21T20:18:07.6754106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/objects/pack/pack-4245b15909b2c218818c98741deef1003feed479.rev' 2025-03-21T20:18:07.6755031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/objects/pack/pack-4245b15909b2c218818c98741deef1003feed479.idx' 2025-03-21T20:18:07.6755707Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/objects/pack' 2025-03-21T20:18:07.6756378Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/objects/info' 2025-03-21T20:18:07.6757036Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/objects' 2025-03-21T20:18:07.6757620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/HEAD' 2025-03-21T20:18:07.6758261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/refs/heads/main' 2025-03-21T20:18:07.6758936Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/refs/heads' 2025-03-21T20:18:07.6759587Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/refs/tags' 2025-03-21T20:18:07.6760289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.6761005Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/refs/remotes/origin' 2025-03-21T20:18:07.6761686Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/refs/remotes' 2025-03-21T20:18:07.6762307Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/refs' 2025-03-21T20:18:07.6762919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/shallow' 2025-03-21T20:18:07.6763599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/packed-refs' 2025-03-21T20:18:07.6764336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/logs/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.6765134Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/logs/refs/remotes/origin' 2025-03-21T20:18:07.6765846Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/logs/refs/remotes' 2025-03-21T20:18:07.6766512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/logs/refs/heads/main' 2025-03-21T20:18:07.6767208Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/logs/refs/heads' 2025-03-21T20:18:07.6767862Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/logs/refs' 2025-03-21T20:18:07.6768482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/logs/HEAD' 2025-03-21T20:18:07.6769105Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/logs' 2025-03-21T20:18:07.6769691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/index' 2025-03-21T20:18:07.6770294Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO' 2025-03-21T20:18:07.6770864Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils' 2025-03-21T20:18:07.6771422Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence' 2025-03-21T20:18:07.6772164Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/branches' 2025-03-21T20:18:07.6772976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/hooks/applypatch-msg.sample' 2025-03-21T20:18:07.6773742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/hooks/commit-msg.sample' 2025-03-21T20:18:07.6774533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/hooks/post-update.sample' 2025-03-21T20:18:07.6775325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/hooks/pre-applypatch.sample' 2025-03-21T20:18:07.6776109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/hooks/pre-commit.sample' 2025-03-21T20:18:07.6776910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/hooks/pre-merge-commit.sample' 2025-03-21T20:18:07.6777673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/hooks/pre-push.sample' 2025-03-21T20:18:07.6778452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/hooks/pre-receive.sample' 2025-03-21T20:18:07.6779259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/hooks/push-to-checkout.sample' 2025-03-21T20:18:07.6780126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/hooks/sendemail-validate.sample' 2025-03-21T20:18:07.6780952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/hooks/update.sample' 2025-03-21T20:18:07.6781768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:07.6782546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/hooks/pre-rebase.sample' 2025-03-21T20:18:07.6783355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:07.6784085Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/hooks' 2025-03-21T20:18:07.6784790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/info/exclude' 2025-03-21T20:18:07.6785496Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/info' 2025-03-21T20:18:07.6786205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/description' 2025-03-21T20:18:07.6786881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/config' 2025-03-21T20:18:07.6787883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/pack/pack-482e553f113334e09759d66efb1e57637a616462.pack' 2025-03-21T20:18:07.6788930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/pack/pack-482e553f113334e09759d66efb1e57637a616462.rev' 2025-03-21T20:18:07.6789921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/pack/pack-482e553f113334e09759d66efb1e57637a616462.idx' 2025-03-21T20:18:07.6790680Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/pack' 2025-03-21T20:18:07.6791446Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/info' 2025-03-21T20:18:07.6792356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/0c/5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-03-21T20:18:07.6793115Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/0c' 2025-03-21T20:18:07.6794021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/b7/cb1295ebfbe9c6a064b68a317b8f31b8188064' 2025-03-21T20:18:07.6794773Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/b7' 2025-03-21T20:18:07.6795682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/d9/f6d94cfd2499e1f58d2f6c1da4a2e194fa7d91' 2025-03-21T20:18:07.6796515Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/d9' 2025-03-21T20:18:07.6797468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/3b/cd6fe49e6aeca4114696478804098f82aa1fe4' 2025-03-21T20:18:07.6798211Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/3b' 2025-03-21T20:18:07.6799112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/53/ae99f747dde192bf5e73657361b22b469830d7' 2025-03-21T20:18:07.6799861Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/53' 2025-03-21T20:18:07.6800763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/1e/704e8221705b552b799b62a6a17f48ec7c48ab' 2025-03-21T20:18:07.6801678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/1e/498265e16ec92b07524258e1d7b06e344ccdcd' 2025-03-21T20:18:07.6802420Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/1e' 2025-03-21T20:18:07.6803338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/e5/a77f7e5c975af396e16c75f0d27a6014f3b469' 2025-03-21T20:18:07.6804082Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/e5' 2025-03-21T20:18:07.6804987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/76/077e359975a3a70e92f387b7132bdc1b019308' 2025-03-21T20:18:07.6805735Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/76' 2025-03-21T20:18:07.6806632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/20/55784084183ec314b1d2cd1ca161216256568e' 2025-03-21T20:18:07.6807528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/20/37e365393a13dd840848fc2aed0b818f1f75a4' 2025-03-21T20:18:07.6808281Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/20' 2025-03-21T20:18:07.6809190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/cd/44febb02a37ae33da4b5dd5a8b5cefcf54415c' 2025-03-21T20:18:07.6809948Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/cd' 2025-03-21T20:18:07.6810852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/07/d2f99d65585e1a756c326eefbe17ee57881938' 2025-03-21T20:18:07.6811595Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/07' 2025-03-21T20:18:07.6812558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/ca/85b4618f19b7fb5f9da43a73833a622f208a3c' 2025-03-21T20:18:07.6813346Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/ca' 2025-03-21T20:18:07.6814264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/d1/77bcc0a13ff69acfa8b172d48180687e614b3d' 2025-03-21T20:18:07.6815006Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/d1' 2025-03-21T20:18:07.6815914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/61/df0010200536e9a7428e81456877cd3bc73aa2' 2025-03-21T20:18:07.6816817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/61/774ff9cb7186b18a416a8ddf2e10a94940820c' 2025-03-21T20:18:07.6817569Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/61' 2025-03-21T20:18:07.6818464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/48/182b63f83245070c72fe20611cfd112793d7e3' 2025-03-21T20:18:07.6819211Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/48' 2025-03-21T20:18:07.6820104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/11/8813486cbfc1cf6bc6cd02890387453055f3b7' 2025-03-21T20:18:07.6821018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/11/f5397966c2fcaff8359b20678e630c2407b224' 2025-03-21T20:18:07.6821764Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/11' 2025-03-21T20:18:07.6822671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/47/2dec6e66352c48a614a16d52b50a915cd651a9' 2025-03-21T20:18:07.6823412Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/47' 2025-03-21T20:18:07.6824327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/a1/1610bd300bc0ad8135cda4ccc581dda85e0e57' 2025-03-21T20:18:07.6825073Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/a1' 2025-03-21T20:18:07.6825991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/ce/11a3ad0f1803e64b0e813cece1149a9ed7ab48' 2025-03-21T20:18:07.6826731Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/ce' 2025-03-21T20:18:07.6827633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/74/3c63418e391a04482ec8519783cd377b34fb35' 2025-03-21T20:18:07.6828375Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/74' 2025-03-21T20:18:07.6829403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/44/0b09ec8c1d09c58320f3724dad29760ec937a6' 2025-03-21T20:18:07.6830200Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/44' 2025-03-21T20:18:07.6831109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/7a/1688a012e3977a7d8b7a6150ba51214c576573' 2025-03-21T20:18:07.6831845Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/7a' 2025-03-21T20:18:07.6832759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/4c/f37e36a53736e1fedaf5c7b0b821d604b5ebb1' 2025-03-21T20:18:07.6833508Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/4c' 2025-03-21T20:18:07.6834428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/cf/e3a6756ee1ceef2ec3d52541bcde842bca4776' 2025-03-21T20:18:07.6835167Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/cf' 2025-03-21T20:18:07.6836081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/97/d5feb73716026f75f81b1c7a28a8e36ebcbb5e' 2025-03-21T20:18:07.6836818Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/97' 2025-03-21T20:18:07.6837743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/e3/c3beda1aaada64731ee091dd53c72bb161ee6a' 2025-03-21T20:18:07.6838492Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/e3' 2025-03-21T20:18:07.6839385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/41/989ee35474b1d9b00f01c955393450412622cb' 2025-03-21T20:18:07.6840133Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/41' 2025-03-21T20:18:07.6841038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/06/51870c70a4d63564ceb5d0c2e97f5ed82f97f8' 2025-03-21T20:18:07.6841792Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/06' 2025-03-21T20:18:07.6842706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/3f/f8c5d146715ed7322be3cee2edfd24c3df9a78' 2025-03-21T20:18:07.6843457Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/3f' 2025-03-21T20:18:07.6844355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/96/d8676949e5622df597ccd4d374835d1a5f8d7e' 2025-03-21T20:18:07.6845108Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/96' 2025-03-21T20:18:07.6846060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/00/4fa70952a42bd1f724fa3385dfe4e7846cd0b2' 2025-03-21T20:18:07.6846885Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/00' 2025-03-21T20:18:07.6847917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/3d/941a35330994ec3b947d9b7566398e59683c5a' 2025-03-21T20:18:07.6848674Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/3d' 2025-03-21T20:18:07.6849582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/f1/4f9f0aca7cba3c5d74ea4bead794722451297e' 2025-03-21T20:18:07.6850342Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/f1' 2025-03-21T20:18:07.6851241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/31/c917fb62d648d93d76d1f81599c1e2868b19e6' 2025-03-21T20:18:07.6851996Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/31' 2025-03-21T20:18:07.6852894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/9a/fd0b76d5f1213fb25018365b7c3766d28d5c0e' 2025-03-21T20:18:07.6853646Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/9a' 2025-03-21T20:18:07.6854543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/ea/5360ab647ba78252c13b7249c060a32d2c69bc' 2025-03-21T20:18:07.6855298Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/ea' 2025-03-21T20:18:07.6856200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/ab/3504efafd12fcd52825653b279182ae02b6da9' 2025-03-21T20:18:07.6856951Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/ab' 2025-03-21T20:18:07.6857854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/68/e61b88f0dc0e51d81ebd31672075f6413401f1' 2025-03-21T20:18:07.6858604Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/68' 2025-03-21T20:18:07.6859508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/81/4d439e6dabd1e9ea365a16e2950e69d555a057' 2025-03-21T20:18:07.6860254Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/81' 2025-03-21T20:18:07.6861151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/ac/4250a6a5bac93662009bd9a8c7e058fcfa4620' 2025-03-21T20:18:07.6861997Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/ac' 2025-03-21T20:18:07.6862904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/f5/f2eb788a6a435ac388bb5c5d815b1d28876d77' 2025-03-21T20:18:07.6863719Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/f5' 2025-03-21T20:18:07.6864627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/19/dfd22617e9a0d16f187078578224ab557539d3' 2025-03-21T20:18:07.6865369Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/19' 2025-03-21T20:18:07.6866276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/17/974996b97e29728f73d6e3ca0caa09d980bafb' 2025-03-21T20:18:07.6867187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/17/5c37f31187d60864d0b2aee0a7736099a01919' 2025-03-21T20:18:07.6867943Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/17' 2025-03-21T20:18:07.6868910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/1a/b90035e680f53c3996be35470fc44f81ba9cdf' 2025-03-21T20:18:07.6869677Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/1a' 2025-03-21T20:18:07.6870578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/57/922054393b7e5aa199b923d876a1300dacdaf7' 2025-03-21T20:18:07.6871335Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/57' 2025-03-21T20:18:07.6872236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/8e/197c7cff411381c24f22adb38757e69bd98eba' 2025-03-21T20:18:07.6873157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/8e/cfb1558b00be729cb1eb6b9e7804a6db1f0a84' 2025-03-21T20:18:07.6873901Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/8e' 2025-03-21T20:18:07.6874819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/36/31f1200a54c435ecbfabe3d23d6090a230b632' 2025-03-21T20:18:07.6875564Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/36' 2025-03-21T20:18:07.6876479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/03/55e7a162ca62e04a825363e2d6b416bcfaf496' 2025-03-21T20:18:07.6877220Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/03' 2025-03-21T20:18:07.6878129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/2e/c8fe184558d0894f3c0a99011c2d0215c84cb4' 2025-03-21T20:18:07.6879090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/2e/fa08166815f0ef6d784b0eb21f09dfe6dac6bd' 2025-03-21T20:18:07.6879894Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/2e' 2025-03-21T20:18:07.6880794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/f0/ef40a6caff00a50325957d9624990ccb0c8f81' 2025-03-21T20:18:07.6881544Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/f0' 2025-03-21T20:18:07.6882435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/82/3531c419093b9cf66f7bfe41b660e55d8f3919' 2025-03-21T20:18:07.6883196Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/82' 2025-03-21T20:18:07.6884109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/af/fe0c02aefb64b002073c7e4c0e6e4c6d8a9b49' 2025-03-21T20:18:07.6884863Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/af' 2025-03-21T20:18:07.6885768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/8f/c35cfc56e4b3ae946cc765d2b1055558d952ae' 2025-03-21T20:18:07.6886523Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/8f' 2025-03-21T20:18:07.6887420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/0b/02f8f13005de3390bb480561f66335d2586232' 2025-03-21T20:18:07.6888179Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/0b' 2025-03-21T20:18:07.6889075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/1b/7e265bb98424b942cf65cc35cc6d0c6474c362' 2025-03-21T20:18:07.6889826Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/1b' 2025-03-21T20:18:07.6890726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/eb/5518ca28f62f4257e68e8cfdb1c007c9352425' 2025-03-21T20:18:07.6891474Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/eb' 2025-03-21T20:18:07.6892391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/79/b80c3769e90d4b67476b84fcc9eff2f07462dd' 2025-03-21T20:18:07.6893132Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/79' 2025-03-21T20:18:07.6894046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/05/1f1ea4a303666d147e33dcd4a3f638ff317819' 2025-03-21T20:18:07.6894786Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/05' 2025-03-21T20:18:07.6895745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/2a/1b9c1375312601ec8f2539172c8890effced75' 2025-03-21T20:18:07.6896550Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/2a' 2025-03-21T20:18:07.6897460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/63/76e6a960f6677f1036d9a72f76dde86383353a' 2025-03-21T20:18:07.6898207Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects/63' 2025-03-21T20:18:07.6898938Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/objects' 2025-03-21T20:18:07.6899606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/HEAD' 2025-03-21T20:18:07.6900336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/refs/heads/main' 2025-03-21T20:18:07.6901085Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/refs/heads' 2025-03-21T20:18:07.6901840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/refs/tags/v1.4.311' 2025-03-21T20:18:07.6902577Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/refs/tags' 2025-03-21T20:18:07.6903363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.6904162Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/refs/remotes/origin' 2025-03-21T20:18:07.6904928Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/refs/remotes' 2025-03-21T20:18:07.6905636Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/refs' 2025-03-21T20:18:07.6906322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/shallow' 2025-03-21T20:18:07.6907028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/packed-refs' 2025-03-21T20:18:07.6907839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/logs/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.6908722Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/logs/refs/remotes/origin' 2025-03-21T20:18:07.6909500Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/logs/refs/remotes' 2025-03-21T20:18:07.6910257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/logs/refs/heads/main' 2025-03-21T20:18:07.6911028Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/logs/refs/heads' 2025-03-21T20:18:07.6911850Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/logs/refs' 2025-03-21T20:18:07.6912592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/logs/HEAD' 2025-03-21T20:18:07.6913313Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/logs' 2025-03-21T20:18:07.6914006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/FETCH_HEAD' 2025-03-21T20:18:07.6914675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/index' 2025-03-21T20:18:07.6915357Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:07.6916144Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/branches' 2025-03-21T20:18:07.6916986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/hooks/applypatch-msg.sample' 2025-03-21T20:18:07.6917809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/hooks/commit-msg.sample' 2025-03-21T20:18:07.6918628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/hooks/post-update.sample' 2025-03-21T20:18:07.6919485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/hooks/pre-applypatch.sample' 2025-03-21T20:18:07.6920304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/hooks/pre-commit.sample' 2025-03-21T20:18:07.6921169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/hooks/pre-merge-commit.sample' 2025-03-21T20:18:07.6921968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/hooks/pre-push.sample' 2025-03-21T20:18:07.6922789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/hooks/pre-receive.sample' 2025-03-21T20:18:07.6923654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/hooks/push-to-checkout.sample' 2025-03-21T20:18:07.6924544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/hooks/sendemail-validate.sample' 2025-03-21T20:18:07.6925333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/hooks/update.sample' 2025-03-21T20:18:07.6926220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:07.6927033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/hooks/pre-rebase.sample' 2025-03-21T20:18:07.6927970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:07.6928784Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/hooks' 2025-03-21T20:18:07.6929542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/info/exclude' 2025-03-21T20:18:07.6930300Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/info' 2025-03-21T20:18:07.6931049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/description' 2025-03-21T20:18:07.6931783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/config' 2025-03-21T20:18:07.6932837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/objects/pack/pack-a1226dd1267cece9c5ad413ab713a654f0a959df.pack' 2025-03-21T20:18:07.6933899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/objects/pack/pack-a1226dd1267cece9c5ad413ab713a654f0a959df.rev' 2025-03-21T20:18:07.6934935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/objects/pack/pack-a1226dd1267cece9c5ad413ab713a654f0a959df.idx' 2025-03-21T20:18:07.6935992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/objects/pack/pack-ac8e7e6df42b45dd9a7058e55e366e9d7fdd0eed.pack' 2025-03-21T20:18:07.6937045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/objects/pack/pack-ac8e7e6df42b45dd9a7058e55e366e9d7fdd0eed.rev' 2025-03-21T20:18:07.6938098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/objects/pack/pack-ac8e7e6df42b45dd9a7058e55e366e9d7fdd0eed.idx' 2025-03-21T20:18:07.6938901Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/objects/pack' 2025-03-21T20:18:07.6939705Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/objects/info' 2025-03-21T20:18:07.6940479Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/objects' 2025-03-21T20:18:07.6941193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/HEAD' 2025-03-21T20:18:07.6941966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/refs/heads/master' 2025-03-21T20:18:07.6942762Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/refs/heads' 2025-03-21T20:18:07.6943537Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/refs/tags' 2025-03-21T20:18:07.6944360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.6945245Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/refs/remotes/origin' 2025-03-21T20:18:07.6946104Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/refs/remotes' 2025-03-21T20:18:07.6946862Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/refs' 2025-03-21T20:18:07.6947590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/shallow' 2025-03-21T20:18:07.6948462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/packed-refs' 2025-03-21T20:18:07.6949374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/logs/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.6950239Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/logs/refs/remotes/origin' 2025-03-21T20:18:07.6951077Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/logs/refs/remotes' 2025-03-21T20:18:07.6951881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/logs/refs/heads/master' 2025-03-21T20:18:07.6952704Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/logs/refs/heads' 2025-03-21T20:18:07.6953495Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/logs/refs' 2025-03-21T20:18:07.6954239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/logs/HEAD' 2025-03-21T20:18:07.6954993Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/logs' 2025-03-21T20:18:07.6955739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/FETCH_HEAD' 2025-03-21T20:18:07.6956459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/index' 2025-03-21T20:18:07.6957192Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:07.6957877Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/branches' 2025-03-21T20:18:07.6958620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/hooks/applypatch-msg.sample' 2025-03-21T20:18:07.6959343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/hooks/commit-msg.sample' 2025-03-21T20:18:07.6960058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/hooks/post-update.sample' 2025-03-21T20:18:07.6960810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/hooks/pre-applypatch.sample' 2025-03-21T20:18:07.6961612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/hooks/pre-commit.sample' 2025-03-21T20:18:07.6962444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/hooks/pre-merge-commit.sample' 2025-03-21T20:18:07.6963140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/hooks/pre-push.sample' 2025-03-21T20:18:07.6963872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/hooks/pre-receive.sample' 2025-03-21T20:18:07.6964628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/hooks/push-to-checkout.sample' 2025-03-21T20:18:07.6965408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/hooks/sendemail-validate.sample' 2025-03-21T20:18:07.6966103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/hooks/update.sample' 2025-03-21T20:18:07.6966873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:07.6967578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/hooks/pre-rebase.sample' 2025-03-21T20:18:07.6968350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:07.6969008Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/hooks' 2025-03-21T20:18:07.6969673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/info/exclude' 2025-03-21T20:18:07.6970374Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/info' 2025-03-21T20:18:07.6971023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/description' 2025-03-21T20:18:07.6971692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/config' 2025-03-21T20:18:07.6972660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/pack/pack-caa0e91fdb604ade16e8749a3554998739b60bb9.pack' 2025-03-21T20:18:07.6973617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/pack/pack-caa0e91fdb604ade16e8749a3554998739b60bb9.rev' 2025-03-21T20:18:07.6974629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/pack/pack-caa0e91fdb604ade16e8749a3554998739b60bb9.idx' 2025-03-21T20:18:07.6975401Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/pack' 2025-03-21T20:18:07.6976137Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/info' 2025-03-21T20:18:07.6977030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/b3/bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-03-21T20:18:07.6977780Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/b3' 2025-03-21T20:18:07.6978717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/a3/1dad973058e1d10466f4e0f13514c30e33aa93' 2025-03-21T20:18:07.6979408Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/a3' 2025-03-21T20:18:07.6980275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/b9/3f0b511deb7139d0d52463fb7da1427d97f123' 2025-03-21T20:18:07.6980956Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/b9' 2025-03-21T20:18:07.6981824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/90/58651f18b34fc99cf591b83d84960c336b52be' 2025-03-21T20:18:07.6982519Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/90' 2025-03-21T20:18:07.6983408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/e1/29bd1b1efa3e87ecc136b1f242d1992b36abc1' 2025-03-21T20:18:07.6984094Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/e1' 2025-03-21T20:18:07.6984952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/5d/c6af5190e1ce10ac5245002354519859e5cebb' 2025-03-21T20:18:07.6985643Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/5d' 2025-03-21T20:18:07.6986523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/13/5e114a011b4d9aa8cdf907ac3fec68fdade054' 2025-03-21T20:18:07.6987208Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/13' 2025-03-21T20:18:07.6988091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/95/70da0cdcc0b9166acfe1217721da5d72782098' 2025-03-21T20:18:07.6988831Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/95' 2025-03-21T20:18:07.6989698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/d6/23eb85982c6f75f01d1d4a051d9be1029e8c9c' 2025-03-21T20:18:07.6990386Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/d6' 2025-03-21T20:18:07.6991238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/9e/a5c367b975484c1cb3bbfe603a303a59065b6a' 2025-03-21T20:18:07.6991936Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/9e' 2025-03-21T20:18:07.6992776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/e7/7e521417a9759a063b784979b48792adb1fafd' 2025-03-21T20:18:07.6993477Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/e7' 2025-03-21T20:18:07.6995116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/7a/a5067072039bbf94fce2a92f36a43a065c9453' 2025-03-21T20:18:07.6995875Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/7a' 2025-03-21T20:18:07.6996721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/73/152522113487911a6a98649d732bde72d3d4ac' 2025-03-21T20:18:07.6997425Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/73' 2025-03-21T20:18:07.6998296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/1c/b3299650a04b210067ffe8d282de3aba9580ac' 2025-03-21T20:18:07.6999004Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/1c' 2025-03-21T20:18:07.6999856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/ac/ff1289f87757dfbcf4e00c17f62f54b803137d' 2025-03-21T20:18:07.7000555Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/ac' 2025-03-21T20:18:07.7001410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/b8/52c6d47e4a72e90cb8f58ec25a6a41f0a93af6' 2025-03-21T20:18:07.7002107Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/b8' 2025-03-21T20:18:07.7002964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/d7/e90fc17570f06cf09fbb165a5aed51aae23f2d' 2025-03-21T20:18:07.7003665Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/d7' 2025-03-21T20:18:07.7004515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/02/1c5f139afadd80c6f1b83f957d2552bb8c5ee2' 2025-03-21T20:18:07.7005212Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/02' 2025-03-21T20:18:07.7006066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/71/5499d0eeeea9d0047a90dd6ec10745d58662a8' 2025-03-21T20:18:07.7006768Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/71' 2025-03-21T20:18:07.7007618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/c2/c9427e01ac93cd08c788dba4e19ec07f81c031' 2025-03-21T20:18:07.7008318Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/c2' 2025-03-21T20:18:07.7009177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/a8/e12e4c09e9fac5cc75b565ba94fea2726c9ef5' 2025-03-21T20:18:07.7009864Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects/a8' 2025-03-21T20:18:07.7010544Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/objects' 2025-03-21T20:18:07.7011234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/HEAD' 2025-03-21T20:18:07.7011969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/refs/heads/master' 2025-03-21T20:18:07.7012655Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/refs/heads' 2025-03-21T20:18:07.7013337Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/refs/tags' 2025-03-21T20:18:07.7014052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.7014802Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/refs/remotes/origin' 2025-03-21T20:18:07.7015494Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/refs/remotes' 2025-03-21T20:18:07.7016163Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/refs' 2025-03-21T20:18:07.7016784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/shallow' 2025-03-21T20:18:07.7017440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/packed-refs' 2025-03-21T20:18:07.7018179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/logs/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.7018957Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/logs/refs/remotes/origin' 2025-03-21T20:18:07.7019678Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/logs/refs/remotes' 2025-03-21T20:18:07.7020393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/logs/refs/heads/master' 2025-03-21T20:18:07.7021128Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/logs/refs/heads' 2025-03-21T20:18:07.7021817Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/logs/refs' 2025-03-21T20:18:07.7022450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/logs/HEAD' 2025-03-21T20:18:07.7023102Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/logs' 2025-03-21T20:18:07.7023753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/FETCH_HEAD' 2025-03-21T20:18:07.7024357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/index' 2025-03-21T20:18:07.7024991Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk' 2025-03-21T20:18:07.7025596Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party' 2025-03-21T20:18:07.7026144Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan' 2025-03-21T20:18:07.7026874Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/branches' 2025-03-21T20:18:07.7027699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/hooks/applypatch-msg.sample' 2025-03-21T20:18:07.7028420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/hooks/commit-msg.sample' 2025-03-21T20:18:07.7029259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/hooks/post-update.sample' 2025-03-21T20:18:07.7030047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/hooks/pre-applypatch.sample' 2025-03-21T20:18:07.7030778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/hooks/pre-commit.sample' 2025-03-21T20:18:07.7031539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/hooks/pre-merge-commit.sample' 2025-03-21T20:18:07.7032261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/hooks/pre-push.sample' 2025-03-21T20:18:07.7032980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/hooks/pre-receive.sample' 2025-03-21T20:18:07.7033747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/hooks/push-to-checkout.sample' 2025-03-21T20:18:07.7034513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/hooks/sendemail-validate.sample' 2025-03-21T20:18:07.7035207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/hooks/update.sample' 2025-03-21T20:18:07.7035984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:07.7036700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/hooks/pre-rebase.sample' 2025-03-21T20:18:07.7037469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:07.7038128Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/hooks' 2025-03-21T20:18:07.7038819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/info/exclude' 2025-03-21T20:18:07.7039477Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/info' 2025-03-21T20:18:07.7040140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/description' 2025-03-21T20:18:07.7040759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/config' 2025-03-21T20:18:07.7041719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/pack/pack-a743f7c8379a6271b267f367fcc6b9e72d435c43.pack' 2025-03-21T20:18:07.7042713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/pack/pack-a743f7c8379a6271b267f367fcc6b9e72d435c43.rev' 2025-03-21T20:18:07.7043734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/pack/pack-a743f7c8379a6271b267f367fcc6b9e72d435c43.idx' 2025-03-21T20:18:07.7044437Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/pack' 2025-03-21T20:18:07.7045151Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/info' 2025-03-21T20:18:07.7046014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/4d/fe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-03-21T20:18:07.7046727Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/4d' 2025-03-21T20:18:07.7047593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/16/3fb25e56cc7dea72ff60812fb7023d961b08cf' 2025-03-21T20:18:07.7048475Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/16' 2025-03-21T20:18:07.7049329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/e0/d87f86cf501b08c2407884ab4f44283a26297d' 2025-03-21T20:18:07.7050035Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/e0' 2025-03-21T20:18:07.7050899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/a7/57a5f6f0f3235b11c80d5c406ad8be4609a215' 2025-03-21T20:18:07.7051604Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/a7' 2025-03-21T20:18:07.7052458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/f0/598abba32362d612ba9462754d254f703f1dea' 2025-03-21T20:18:07.7053150Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/f0' 2025-03-21T20:18:07.7054018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/ce/eb8390950d96aa3aa3375503ab1b0879a4b3fd' 2025-03-21T20:18:07.7054713Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/ce' 2025-03-21T20:18:07.7055590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/9c/3094b3d2a4b0baa0b5e2b2deed3746d81b42fb' 2025-03-21T20:18:07.7056304Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/9c' 2025-03-21T20:18:07.7057167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/a9/fbf5675a3fd004f21b3100eebe94101316c47f' 2025-03-21T20:18:07.7057856Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/a9' 2025-03-21T20:18:07.7058723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/8e/f4f1916bc7d560ba34ef82b378f42837255a5d' 2025-03-21T20:18:07.7059686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/8e/074bc5944eed3cd5b3c9f903646c9eb74e82e5' 2025-03-21T20:18:07.7060466Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/8e' 2025-03-21T20:18:07.7061329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/a0/c7f582b7a453ce0ed826a1ed8287c696416ac2' 2025-03-21T20:18:07.7062042Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/a0' 2025-03-21T20:18:07.7062900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/0a/019d85941c4ddfc0ca609302770079983fe80a' 2025-03-21T20:18:07.7063615Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/0a' 2025-03-21T20:18:07.7064481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/d6/9d19a3a865ec8fc1186d7cd8f03172c08c210d' 2025-03-21T20:18:07.7065186Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/d6' 2025-03-21T20:18:07.7066044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/59/da7a6b5c16d4f2bb2a84d5d9956f7148288c40' 2025-03-21T20:18:07.7066751Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/59' 2025-03-21T20:18:07.7067621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/10/95138cbce2a88cc6abeb7d360f38f3b2fdefe4' 2025-03-21T20:18:07.7068334Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/10' 2025-03-21T20:18:07.7069250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/7e/54453b19907fae0a0476c34d5e04ba36119c99' 2025-03-21T20:18:07.7069960Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/7e' 2025-03-21T20:18:07.7070823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/75/f3fc909f91e4acfd9e89afef7375b33f735a78' 2025-03-21T20:18:07.7071540Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/75' 2025-03-21T20:18:07.7072417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/cb/62386edf02324fd916574a013ad77824374fbb' 2025-03-21T20:18:07.7073106Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/cb' 2025-03-21T20:18:07.7073971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/9d/7366e997dadef17922225bcbb489288f6f9cdc' 2025-03-21T20:18:07.7074662Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/9d' 2025-03-21T20:18:07.7075586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/7f/c683180652da207532fdea736b3b1de35da7ac' 2025-03-21T20:18:07.7076278Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/7f' 2025-03-21T20:18:07.7077209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391' 2025-03-21T20:18:07.7077899Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/e6' 2025-03-21T20:18:07.7078758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/6d/1074a4191fdcf6e6e246208f48dc077bed9cb1' 2025-03-21T20:18:07.7079448Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/6d' 2025-03-21T20:18:07.7080345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/b0/653e3ad200bcaf22d7103174fae395c14ce02c' 2025-03-21T20:18:07.7081059Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/b0' 2025-03-21T20:18:07.7081923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/86/a4e22c48b2a544e5ea0201b67903c0b00fa59d' 2025-03-21T20:18:07.7082615Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/86' 2025-03-21T20:18:07.7083494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/2b/61fff5c1b9a6bde62d84f2a8428b6fcfdada42' 2025-03-21T20:18:07.7084185Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/2b' 2025-03-21T20:18:07.7085053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/42/8ab0651de9158daf580a91f8628c6d0b51aa76' 2025-03-21T20:18:07.7085743Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/42' 2025-03-21T20:18:07.7086611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/3a/4f93e6f8da37df0ed486963807eacd312d10ee' 2025-03-21T20:18:07.7087303Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/3a' 2025-03-21T20:18:07.7088171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/9e/58bd8efb75da94f7776309e2a197624d2f30d0' 2025-03-21T20:18:07.7089029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/9e/13ee1bf311c3d307b9843ce8ee2f6fe19f770c' 2025-03-21T20:18:07.7089731Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/9e' 2025-03-21T20:18:07.7090585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/0f/660e31640d6d8fce3f91a5d9437fa2da219dc2' 2025-03-21T20:18:07.7091274Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/0f' 2025-03-21T20:18:07.7092186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/5c/1f942470fbc4ecb176f425d1772a691a1ad246' 2025-03-21T20:18:07.7092937Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/5c' 2025-03-21T20:18:07.7093807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/61/fd35e68ea72af68788fc04011a02decb333bc4' 2025-03-21T20:18:07.7094497Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/61' 2025-03-21T20:18:07.7095379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/60/2e3419b00c4ab2c1bc9e5234099701e5bc5440' 2025-03-21T20:18:07.7096072Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/60' 2025-03-21T20:18:07.7096941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/6c/d2ac22addd14de5765d81852de9cc17583a828' 2025-03-21T20:18:07.7097630Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/6c' 2025-03-21T20:18:07.7098491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/c4/92b36403ccc6c1968f32d619ecf3f5148ec1a6' 2025-03-21T20:18:07.7099183Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/c4' 2025-03-21T20:18:07.7100049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/b5/710061707a730e90830713896825d3d7f1add3' 2025-03-21T20:18:07.7100745Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/b5' 2025-03-21T20:18:07.7101627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/f7/be29de2680ced39e3ec20cfd3b0d79018a0766' 2025-03-21T20:18:07.7102316Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/f7' 2025-03-21T20:18:07.7103184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/ec/9ee020744e9438f2e5953b8d413d4994d58d2c' 2025-03-21T20:18:07.7103882Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/ec' 2025-03-21T20:18:07.7104754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/b1/08cb5f4df5c13334ddf5d3d160537fb2c0ce4b' 2025-03-21T20:18:07.7105451Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/b1' 2025-03-21T20:18:07.7106320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/be/cd2eb045e41c39d2693ca9b1f4c41b8ee0cf51' 2025-03-21T20:18:07.7107009Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/be' 2025-03-21T20:18:07.7107937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/89/ebc95e3535616bbd5179f9cbe0228404491dfd' 2025-03-21T20:18:07.7108672Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/89' 2025-03-21T20:18:07.7109617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/76/7c4b6c744ed232ae08ef3dd2ba2b28f1257d3e' 2025-03-21T20:18:07.7110311Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects/76' 2025-03-21T20:18:07.7110978Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/objects' 2025-03-21T20:18:07.7111606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/HEAD' 2025-03-21T20:18:07.7112314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/refs/heads/master' 2025-03-21T20:18:07.7113040Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/refs/heads' 2025-03-21T20:18:07.7113721Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/refs/tags' 2025-03-21T20:18:07.7114455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.7115196Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/refs/remotes/origin' 2025-03-21T20:18:07.7115908Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/refs/remotes' 2025-03-21T20:18:07.7116567Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/refs' 2025-03-21T20:18:07.7117212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/shallow' 2025-03-21T20:18:07.7117866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/packed-refs' 2025-03-21T20:18:07.7118626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/logs/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.7119390Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/logs/refs/remotes/origin' 2025-03-21T20:18:07.7120131Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/logs/refs/remotes' 2025-03-21T20:18:07.7120841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/logs/refs/heads/master' 2025-03-21T20:18:07.7121559Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/logs/refs/heads' 2025-03-21T20:18:07.7122257Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/logs/refs' 2025-03-21T20:18:07.7122903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/logs/HEAD' 2025-03-21T20:18:07.7123561Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/logs' 2025-03-21T20:18:07.7124284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/FETCH_HEAD' 2025-03-21T20:18:07.7124960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/index' 2025-03-21T20:18:07.7125593Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16' 2025-03-21T20:18:07.7126288Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/branches' 2025-03-21T20:18:07.7127046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/hooks/applypatch-msg.sample' 2025-03-21T20:18:07.7127781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/hooks/commit-msg.sample' 2025-03-21T20:18:07.7128510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/hooks/post-update.sample' 2025-03-21T20:18:07.7129284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/hooks/pre-applypatch.sample' 2025-03-21T20:18:07.7130015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/hooks/pre-commit.sample' 2025-03-21T20:18:07.7130785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/hooks/pre-merge-commit.sample' 2025-03-21T20:18:07.7131500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/hooks/pre-push.sample' 2025-03-21T20:18:07.7132251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/hooks/pre-receive.sample' 2025-03-21T20:18:07.7133015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/hooks/push-to-checkout.sample' 2025-03-21T20:18:07.7133796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/hooks/sendemail-validate.sample' 2025-03-21T20:18:07.7134495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/hooks/update.sample' 2025-03-21T20:18:07.7135281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:07.7136009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/hooks/pre-rebase.sample' 2025-03-21T20:18:07.7136799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:07.7137466Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/hooks' 2025-03-21T20:18:07.7138122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/info/exclude' 2025-03-21T20:18:07.7138792Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/info' 2025-03-21T20:18:07.7139447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/description' 2025-03-21T20:18:07.7140125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/config' 2025-03-21T20:18:07.7141133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/objects/pack/pack-5c094050d56b539fe5f129606ff98ac7b5027d66.pack' 2025-03-21T20:18:07.7142081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/objects/pack/pack-5c094050d56b539fe5f129606ff98ac7b5027d66.rev' 2025-03-21T20:18:07.7143019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/objects/pack/pack-5c094050d56b539fe5f129606ff98ac7b5027d66.idx' 2025-03-21T20:18:07.7143747Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/objects/pack' 2025-03-21T20:18:07.7144461Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/objects/info' 2025-03-21T20:18:07.7145337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/objects/b4/08327ac2a15ec3e43352421954f5b1967701d1' 2025-03-21T20:18:07.7146031Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/objects/b4' 2025-03-21T20:18:07.7146896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/objects/78/613e826a675f4ed72c4571935e5d398db44cd1' 2025-03-21T20:18:07.7147589Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/objects/78' 2025-03-21T20:18:07.7148667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/objects/7b/0ba72129f2e0edfa754a663aa0ef4adfa01614' 2025-03-21T20:18:07.7149376Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/objects/7b' 2025-03-21T20:18:07.7150067Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/objects' 2025-03-21T20:18:07.7150683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/HEAD' 2025-03-21T20:18:07.7151379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/refs/heads/master' 2025-03-21T20:18:07.7152075Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/refs/heads' 2025-03-21T20:18:07.7152777Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/refs/tags' 2025-03-21T20:18:07.7153501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.7154247Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/refs/remotes/origin' 2025-03-21T20:18:07.7154969Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/refs/remotes' 2025-03-21T20:18:07.7155632Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/refs' 2025-03-21T20:18:07.7156375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/shallow' 2025-03-21T20:18:07.7157101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/packed-refs' 2025-03-21T20:18:07.7157871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/logs/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.7158649Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/logs/refs/remotes/origin' 2025-03-21T20:18:07.7159395Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/logs/refs/remotes' 2025-03-21T20:18:07.7160116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/logs/refs/heads/master' 2025-03-21T20:18:07.7160851Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/logs/refs/heads' 2025-03-21T20:18:07.7161542Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/logs/refs' 2025-03-21T20:18:07.7162200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/logs/HEAD' 2025-03-21T20:18:07.7162864Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/logs' 2025-03-21T20:18:07.7163524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/FETCH_HEAD' 2025-03-21T20:18:07.7164145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/index' 2025-03-21T20:18:07.7164798Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:07.7165498Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/branches' 2025-03-21T20:18:07.7166273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/hooks/applypatch-msg.sample' 2025-03-21T20:18:07.7167007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/hooks/commit-msg.sample' 2025-03-21T20:18:07.7167753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/hooks/post-update.sample' 2025-03-21T20:18:07.7168531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/hooks/pre-applypatch.sample' 2025-03-21T20:18:07.7169267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/hooks/pre-commit.sample' 2025-03-21T20:18:07.7170050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/hooks/pre-merge-commit.sample' 2025-03-21T20:18:07.7170768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/hooks/pre-push.sample' 2025-03-21T20:18:07.7171519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/hooks/pre-receive.sample' 2025-03-21T20:18:07.7172338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/hooks/push-to-checkout.sample' 2025-03-21T20:18:07.7173181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/hooks/sendemail-validate.sample' 2025-03-21T20:18:07.7173894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/hooks/update.sample' 2025-03-21T20:18:07.7174683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:07.7175415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/hooks/pre-rebase.sample' 2025-03-21T20:18:07.7176212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:07.7176895Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/hooks' 2025-03-21T20:18:07.7177574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/info/exclude' 2025-03-21T20:18:07.7197660Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/info' 2025-03-21T20:18:07.7198356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/description' 2025-03-21T20:18:07.7199021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/config' 2025-03-21T20:18:07.7200006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/objects/pack/pack-6b0f2f388223fed99e85c08b5191ad5aab6fdf95.pack' 2025-03-21T20:18:07.7200996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/objects/pack/pack-6b0f2f388223fed99e85c08b5191ad5aab6fdf95.rev' 2025-03-21T20:18:07.7201958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/objects/pack/pack-6b0f2f388223fed99e85c08b5191ad5aab6fdf95.idx' 2025-03-21T20:18:07.7202929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/objects/pack/pack-4eb336638d0af6d64495a5bc2cb092b6c736fc57.pack' 2025-03-21T20:18:07.7203886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/objects/pack/pack-4eb336638d0af6d64495a5bc2cb092b6c736fc57.rev' 2025-03-21T20:18:07.7204855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/objects/pack/pack-4eb336638d0af6d64495a5bc2cb092b6c736fc57.idx' 2025-03-21T20:18:07.7205570Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/objects/pack' 2025-03-21T20:18:07.7206299Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/objects/info' 2025-03-21T20:18:07.7206990Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/objects' 2025-03-21T20:18:07.7207626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/HEAD' 2025-03-21T20:18:07.7208435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/refs/heads/master' 2025-03-21T20:18:07.7209209Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/refs/heads' 2025-03-21T20:18:07.7209907Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/refs/tags' 2025-03-21T20:18:07.7210658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.7211415Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/refs/remotes/origin' 2025-03-21T20:18:07.7212147Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/refs/remotes' 2025-03-21T20:18:07.7212820Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/refs' 2025-03-21T20:18:07.7213477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/shallow' 2025-03-21T20:18:07.7214143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/packed-refs' 2025-03-21T20:18:07.7214904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/logs/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.7215705Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/logs/refs/remotes/origin' 2025-03-21T20:18:07.7216447Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/logs/refs/remotes' 2025-03-21T20:18:07.7244028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/logs/refs/heads/master' 2025-03-21T20:18:07.7245102Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/logs/refs/heads' 2025-03-21T20:18:07.7245824Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/logs/refs' 2025-03-21T20:18:07.7246489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/logs/HEAD' 2025-03-21T20:18:07.7247184Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/logs' 2025-03-21T20:18:07.7247984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/FETCH_HEAD' 2025-03-21T20:18:07.7248614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/index' 2025-03-21T20:18:07.7249264Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:07.7249963Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/branches' 2025-03-21T20:18:07.7250727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/hooks/applypatch-msg.sample' 2025-03-21T20:18:07.7251627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/hooks/commit-msg.sample' 2025-03-21T20:18:07.7252487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/hooks/post-update.sample' 2025-03-21T20:18:07.7253245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/hooks/pre-applypatch.sample' 2025-03-21T20:18:07.7253987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/hooks/pre-commit.sample' 2025-03-21T20:18:07.7254750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/hooks/pre-merge-commit.sample' 2025-03-21T20:18:07.7255479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/hooks/pre-push.sample' 2025-03-21T20:18:07.7256224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/hooks/pre-receive.sample' 2025-03-21T20:18:07.7257015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/hooks/push-to-checkout.sample' 2025-03-21T20:18:07.7257806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/hooks/sendemail-validate.sample' 2025-03-21T20:18:07.7258592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/hooks/update.sample' 2025-03-21T20:18:07.7259381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:07.7260129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/hooks/pre-rebase.sample' 2025-03-21T20:18:07.7260908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:07.7261585Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/hooks' 2025-03-21T20:18:07.7262253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/info/exclude' 2025-03-21T20:18:07.7262928Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/info' 2025-03-21T20:18:07.7263600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/description' 2025-03-21T20:18:07.7264251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/config' 2025-03-21T20:18:07.7265229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/pack/pack-bc8ee55f5dcef5b10d14d16b68b8a538cfb9b97b.pack' 2025-03-21T20:18:07.7266212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/pack/pack-bc8ee55f5dcef5b10d14d16b68b8a538cfb9b97b.rev' 2025-03-21T20:18:07.7267172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/pack/pack-bc8ee55f5dcef5b10d14d16b68b8a538cfb9b97b.idx' 2025-03-21T20:18:07.7267968Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/pack' 2025-03-21T20:18:07.7268805Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/info' 2025-03-21T20:18:07.7269681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/1e/83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-03-21T20:18:07.7270395Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/1e' 2025-03-21T20:18:07.7271258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/01/71927cae628ee779d366d3fa9e63392dfc087b' 2025-03-21T20:18:07.7271976Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/01' 2025-03-21T20:18:07.7272847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/bd/9f77f87c44ea197699a64910eb4923e409d799' 2025-03-21T20:18:07.7273559Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/bd' 2025-03-21T20:18:07.7274428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/69/d1364713f371ba3be8ed67bdfd9d9d1ccaeaf3' 2025-03-21T20:18:07.7275134Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/69' 2025-03-21T20:18:07.7276004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/38/7611cc9bd3b16bd09d45229f91463c9a8819b4' 2025-03-21T20:18:07.7276717Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/38' 2025-03-21T20:18:07.7277579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/30/27da3458679e4a851964d8b216722b50814122' 2025-03-21T20:18:07.7278285Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/30' 2025-03-21T20:18:07.7279158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/8b/be83f9bc66c1c07ca2e2cdcb392307b63fbe28' 2025-03-21T20:18:07.7279867Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/8b' 2025-03-21T20:18:07.7280745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/63/d1edbde68db2555c95ec05630e7d2c07f1286c' 2025-03-21T20:18:07.7281459Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/63' 2025-03-21T20:18:07.7282327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/9c/fedf60dae18861a71973ccd6c0b7728689d14c' 2025-03-21T20:18:07.7283037Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/9c' 2025-03-21T20:18:07.7284002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/dd/19919311b15d9b203e0c71d72616f2055495a5' 2025-03-21T20:18:07.7284771Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/dd' 2025-03-21T20:18:07.7285653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/cd/3ae3bcab951a3ebbf1f6956b43972ddb983549' 2025-03-21T20:18:07.7286528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/cd/22d1bd99b440b760fe6cd2dcc607b380d746ee' 2025-03-21T20:18:07.7287405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/cd/af7f5872cd7b66b7203a4a3610c87da10ad171' 2025-03-21T20:18:07.7288184Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/cd' 2025-03-21T20:18:07.7289101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/1f/93351dddb0ef94aca70a996c7e96a61a69cf2b' 2025-03-21T20:18:07.7289823Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/1f' 2025-03-21T20:18:07.7290691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/23/7f5816bcbe997366a5a51900ea46eb30e39310' 2025-03-21T20:18:07.7291398Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/23' 2025-03-21T20:18:07.7292266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/9d/83c05a957422edc33b30c010505cc82eb0d967' 2025-03-21T20:18:07.7293145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/9d/d6241e649f0e1e77be36ddb872e47ade357194' 2025-03-21T20:18:07.7293851Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/9d' 2025-03-21T20:18:07.7294717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/89/ebbb583680949ec127c629ab02b99c028b3c16' 2025-03-21T20:18:07.7295418Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/89' 2025-03-21T20:18:07.7296297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/68/531e4d1da982bef4b08e59c90839b39c246798' 2025-03-21T20:18:07.7297002Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/68' 2025-03-21T20:18:07.7297880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/eb/62d39995e98b4bbafb0d43a09ac3283509191a' 2025-03-21T20:18:07.7298578Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/eb' 2025-03-21T20:18:07.7299447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/6c/e6efe895dd14f7d52ef4f659a10819fca8e752' 2025-03-21T20:18:07.7300205Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/6c' 2025-03-21T20:18:07.7301127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/de/2f6ccd9f5ecbbe6f7532c5a6758e2cbcd6733a' 2025-03-21T20:18:07.7301832Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/de' 2025-03-21T20:18:07.7302699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/dc/6e184cb5e1ca00493c0037bbd4fd9a355138b8' 2025-03-21T20:18:07.7303405Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/dc' 2025-03-21T20:18:07.7304277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/3b/ccebd5242df3a6b2666417fcb5eb061debef97' 2025-03-21T20:18:07.7304987Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/3b' 2025-03-21T20:18:07.7305851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/bf/d5e776b185c7bb3389a7c52880ea7597273344' 2025-03-21T20:18:07.7306560Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/bf' 2025-03-21T20:18:07.7307434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/2b/5412ea5c92ac89163dd67fdbdff6a308b37b80' 2025-03-21T20:18:07.7308147Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/2b' 2025-03-21T20:18:07.7309090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/7d/f72aba50ee7d414c4a3330f444c45a51891324' 2025-03-21T20:18:07.7309807Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/7d' 2025-03-21T20:18:07.7310678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/b2/91ebcf0cec35bc2e92c89f6a42818a63dccc64' 2025-03-21T20:18:07.7311394Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/b2' 2025-03-21T20:18:07.7312269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/a6/faf71bd1e181ab8a1f521a096c888bdbb25a87' 2025-03-21T20:18:07.7312980Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/a6' 2025-03-21T20:18:07.7313875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/d7/b3a41d9633a054561a83f6d77df131b1e8451d' 2025-03-21T20:18:07.7314583Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/d7' 2025-03-21T20:18:07.7315450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/b6/bda7f36c97581c2b35ef1f9fbe3cf32efc8975' 2025-03-21T20:18:07.7316156Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/b6' 2025-03-21T20:18:07.7317072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/8a/3418d8415dfd6f559493ad4ff856e79cb6b645' 2025-03-21T20:18:07.7317836Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/8a' 2025-03-21T20:18:07.7318712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/b0/fec2406d9fabcc8faebef167266f99113ddfd5' 2025-03-21T20:18:07.7319418Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/b0' 2025-03-21T20:18:07.7320272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/87/c403d5795a589257afb877bf58008713cea09d' 2025-03-21T20:18:07.7320972Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/87' 2025-03-21T20:18:07.7321845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/2c/40a5eca2b032562d64adfc911d9a6415caf249' 2025-03-21T20:18:07.7322544Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects/2c' 2025-03-21T20:18:07.7323230Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/objects' 2025-03-21T20:18:07.7323843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/HEAD' 2025-03-21T20:18:07.7324528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/refs/heads/main' 2025-03-21T20:18:07.7325230Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/refs/heads' 2025-03-21T20:18:07.7325926Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/refs/tags' 2025-03-21T20:18:07.7326650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.7327403Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/refs/remotes/origin' 2025-03-21T20:18:07.7328117Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/refs/remotes' 2025-03-21T20:18:07.7328784Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/refs' 2025-03-21T20:18:07.7329425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/shallow' 2025-03-21T20:18:07.7330090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/packed-refs' 2025-03-21T20:18:07.7330840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/logs/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.7331620Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/logs/refs/remotes/origin' 2025-03-21T20:18:07.7332406Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/logs/refs/remotes' 2025-03-21T20:18:07.7333164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/logs/refs/heads/main' 2025-03-21T20:18:07.7333890Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/logs/refs/heads' 2025-03-21T20:18:07.7334581Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/logs/refs' 2025-03-21T20:18:07.7335230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/logs/HEAD' 2025-03-21T20:18:07.7335895Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/logs' 2025-03-21T20:18:07.7336554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/FETCH_HEAD' 2025-03-21T20:18:07.7337183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/index' 2025-03-21T20:18:07.7337841Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:07.7338550Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/branches' 2025-03-21T20:18:07.7339339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/hooks/applypatch-msg.sample' 2025-03-21T20:18:07.7340095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/hooks/commit-msg.sample' 2025-03-21T20:18:07.7340869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/hooks/post-update.sample' 2025-03-21T20:18:07.7341642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/hooks/pre-applypatch.sample' 2025-03-21T20:18:07.7342398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/hooks/pre-commit.sample' 2025-03-21T20:18:07.7343180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/hooks/pre-merge-commit.sample' 2025-03-21T20:18:07.7343931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/hooks/pre-push.sample' 2025-03-21T20:18:07.7344692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/hooks/pre-receive.sample' 2025-03-21T20:18:07.7345485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/hooks/push-to-checkout.sample' 2025-03-21T20:18:07.7346283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/hooks/sendemail-validate.sample' 2025-03-21T20:18:07.7347024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/hooks/update.sample' 2025-03-21T20:18:07.7348044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:07.7348882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/hooks/pre-rebase.sample' 2025-03-21T20:18:07.7349787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:07.7350493Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/hooks' 2025-03-21T20:18:07.7351199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/info/exclude' 2025-03-21T20:18:07.7351897Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/info' 2025-03-21T20:18:07.7352608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/description' 2025-03-21T20:18:07.7353275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/config' 2025-03-21T20:18:07.7354281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/objects/pack/pack-11a86d7c42c8f665d4051978c5389b5799bfe2b4.pack' 2025-03-21T20:18:07.7355256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/objects/pack/pack-11a86d7c42c8f665d4051978c5389b5799bfe2b4.rev' 2025-03-21T20:18:07.7356243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/objects/pack/pack-11a86d7c42c8f665d4051978c5389b5799bfe2b4.idx' 2025-03-21T20:18:07.7356992Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/objects/pack' 2025-03-21T20:18:07.7357755Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/objects/info' 2025-03-21T20:18:07.7358661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/objects/4f/e0e1e183925bf8cfa6aae24237e724a96479b8' 2025-03-21T20:18:07.7359413Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/objects/4f' 2025-03-21T20:18:07.7360314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/objects/46/5b5a2217d68cd39f22cbee9c55f747015557fc' 2025-03-21T20:18:07.7361065Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/objects/46' 2025-03-21T20:18:07.7361972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/objects/f5/5a49348b568b7befb6e574ca3cfcfb7c7cb11b' 2025-03-21T20:18:07.7362718Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/objects/f5' 2025-03-21T20:18:07.7363628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/objects/07/6d73980b5635db4d48685854f723ad04cfa699' 2025-03-21T20:18:07.7364375Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/objects/07' 2025-03-21T20:18:07.7365328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/objects/17/cc94250b6780aa678fe8211fade7f4bd245ea5' 2025-03-21T20:18:07.7366122Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/objects/17' 2025-03-21T20:18:07.7367011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/objects/0b/81360a03683b089b44b54870975e5fa76ff062' 2025-03-21T20:18:07.7367754Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/objects/0b' 2025-03-21T20:18:07.7368468Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/objects' 2025-03-21T20:18:07.7369139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/HEAD' 2025-03-21T20:18:07.7369859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/refs/heads/master' 2025-03-21T20:18:07.7370599Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/refs/heads' 2025-03-21T20:18:07.7371319Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/refs/tags' 2025-03-21T20:18:07.7372082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.7372882Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/refs/remotes/origin' 2025-03-21T20:18:07.7373642Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/refs/remotes' 2025-03-21T20:18:07.7374363Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/refs' 2025-03-21T20:18:07.7375030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/shallow' 2025-03-21T20:18:07.7375759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/packed-refs' 2025-03-21T20:18:07.7376545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/logs/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.7377371Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/logs/refs/remotes/origin' 2025-03-21T20:18:07.7378149Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/logs/refs/remotes' 2025-03-21T20:18:07.7378912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/logs/refs/heads/master' 2025-03-21T20:18:07.7379665Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/logs/refs/heads' 2025-03-21T20:18:07.7380400Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/logs/refs' 2025-03-21T20:18:07.7381130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/logs/HEAD' 2025-03-21T20:18:07.7381903Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/logs' 2025-03-21T20:18:07.7382580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/FETCH_HEAD' 2025-03-21T20:18:07.7383247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/index' 2025-03-21T20:18:07.7383911Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:07.7384522Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party' 2025-03-21T20:18:07.7385064Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack' 2025-03-21T20:18:07.7385567Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends' 2025-03-21T20:18:07.7386210Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/branches' 2025-03-21T20:18:07.7386909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/applypatch-msg.sample' 2025-03-21T20:18:07.7387591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/commit-msg.sample' 2025-03-21T20:18:07.7388268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/post-update.sample' 2025-03-21T20:18:07.7389032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/pre-applypatch.sample' 2025-03-21T20:18:07.7389702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/pre-commit.sample' 2025-03-21T20:18:07.7390423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/pre-merge-commit.sample' 2025-03-21T20:18:07.7391080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/pre-push.sample' 2025-03-21T20:18:07.7391765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/pre-receive.sample' 2025-03-21T20:18:07.7392474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/push-to-checkout.sample' 2025-03-21T20:18:07.7393207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/sendemail-validate.sample' 2025-03-21T20:18:07.7393884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/update.sample' 2025-03-21T20:18:07.7394625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:07.7395298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/pre-rebase.sample' 2025-03-21T20:18:07.7396035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:07.7396701Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/hooks' 2025-03-21T20:18:07.7397357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/info/exclude' 2025-03-21T20:18:07.7397977Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/info' 2025-03-21T20:18:07.7398577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/description' 2025-03-21T20:18:07.7399158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config' 2025-03-21T20:18:07.7400080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/pack/pack-2cea43f01dcfbeba5d3791aab6e51b4943f141ac.pack' 2025-03-21T20:18:07.7401008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/pack/pack-2cea43f01dcfbeba5d3791aab6e51b4943f141ac.rev' 2025-03-21T20:18:07.7401925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/pack/pack-2cea43f01dcfbeba5d3791aab6e51b4943f141ac.idx' 2025-03-21T20:18:07.7402614Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/pack' 2025-03-21T20:18:07.7403289Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/info' 2025-03-21T20:18:07.7404123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/d7/0f5a760552d8d3bb288cdd93eebde477bb6eb0' 2025-03-21T20:18:07.7404807Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/d7' 2025-03-21T20:18:07.7405622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/a7/37ca25cec283853735a0062a4493e4c04e18ca' 2025-03-21T20:18:07.7406265Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/a7' 2025-03-21T20:18:07.7407122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/a2/922e50a59335c9305cf9c87e972241fc628839' 2025-03-21T20:18:07.7407761Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/a2' 2025-03-21T20:18:07.7408581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/64/4836303c506a8addc125660da80c1123c5cb16' 2025-03-21T20:18:07.7409247Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/64' 2025-03-21T20:18:07.7410089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/c6/e5b104fd2fcfca58aaec3a0de0fcb0e2ffef82' 2025-03-21T20:18:07.7410726Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/c6' 2025-03-21T20:18:07.7411547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/42/e906b4de6ac42f514f15088400e5d56ca57108' 2025-03-21T20:18:07.7412186Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/42' 2025-03-21T20:18:07.7413057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/78/f606b861863f896e12cbe10b2d131bd23bab85' 2025-03-21T20:18:07.7413796Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/78' 2025-03-21T20:18:07.7414626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/16/c4551850dee2941872e66a222e255e86800a82' 2025-03-21T20:18:07.7415266Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects/16' 2025-03-21T20:18:07.7415898Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/objects' 2025-03-21T20:18:07.7416458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/HEAD' 2025-03-21T20:18:07.7417088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/refs/heads/main' 2025-03-21T20:18:07.7417749Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/refs/heads' 2025-03-21T20:18:07.7418394Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/refs/tags' 2025-03-21T20:18:07.7419083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.7419783Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/refs/remotes/origin' 2025-03-21T20:18:07.7420436Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/refs/remotes' 2025-03-21T20:18:07.7421054Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/refs' 2025-03-21T20:18:07.7421628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/shallow' 2025-03-21T20:18:07.7422240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/packed-refs' 2025-03-21T20:18:07.7422947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/logs/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.7423673Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/logs/refs/remotes/origin' 2025-03-21T20:18:07.7424349Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/logs/refs/remotes' 2025-03-21T20:18:07.7425000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/logs/refs/heads/main' 2025-03-21T20:18:07.7425674Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/logs/refs/heads' 2025-03-21T20:18:07.7426306Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/logs/refs' 2025-03-21T20:18:07.7426896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/logs/HEAD' 2025-03-21T20:18:07.7427499Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/logs' 2025-03-21T20:18:07.7428158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/FETCH_HEAD' 2025-03-21T20:18:07.7428828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/index' 2025-03-21T20:18:07.7429419Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers' 2025-03-21T20:18:07.7429938Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm' 2025-03-21T20:18:07.7430452Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension' 2025-03-21T20:18:07.7431143Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/branches' 2025-03-21T20:18:07.7431921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/hooks/applypatch-msg.sample' 2025-03-21T20:18:07.7432647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/hooks/commit-msg.sample' 2025-03-21T20:18:07.7433398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/hooks/post-update.sample' 2025-03-21T20:18:07.7434157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/hooks/pre-applypatch.sample' 2025-03-21T20:18:07.7434892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/hooks/pre-commit.sample' 2025-03-21T20:18:07.7435657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/hooks/pre-merge-commit.sample' 2025-03-21T20:18:07.7436377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/hooks/pre-push.sample' 2025-03-21T20:18:07.7437125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/hooks/pre-receive.sample' 2025-03-21T20:18:07.7437887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/hooks/push-to-checkout.sample' 2025-03-21T20:18:07.7438674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/hooks/sendemail-validate.sample' 2025-03-21T20:18:07.7439388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/hooks/update.sample' 2025-03-21T20:18:07.7440185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:07.7440918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/hooks/pre-rebase.sample' 2025-03-21T20:18:07.7441701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:07.7442365Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/hooks' 2025-03-21T20:18:07.7443038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/info/exclude' 2025-03-21T20:18:07.7443770Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/info' 2025-03-21T20:18:07.7444445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/description' 2025-03-21T20:18:07.7445123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/config' 2025-03-21T20:18:07.7446093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/objects/pack/pack-b7fce1ccba3ce584496dc632eef9246950d28959.pack' 2025-03-21T20:18:07.7447042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/objects/pack/pack-b7fce1ccba3ce584496dc632eef9246950d28959.rev' 2025-03-21T20:18:07.7448163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/objects/pack/pack-b7fce1ccba3ce584496dc632eef9246950d28959.idx' 2025-03-21T20:18:07.7449120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/objects/pack/pack-d4a5c76f779f5a0b66bdfe700a619962f2e07e6a.pack' 2025-03-21T20:18:07.7450079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/objects/pack/pack-d4a5c76f779f5a0b66bdfe700a619962f2e07e6a.rev' 2025-03-21T20:18:07.7451023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/objects/pack/pack-d4a5c76f779f5a0b66bdfe700a619962f2e07e6a.idx' 2025-03-21T20:18:07.7451750Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/objects/pack' 2025-03-21T20:18:07.7452462Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/objects/info' 2025-03-21T20:18:07.7453169Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/objects' 2025-03-21T20:18:07.7453783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/HEAD' 2025-03-21T20:18:07.7454469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/refs/heads/master' 2025-03-21T20:18:07.7455183Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/refs/heads' 2025-03-21T20:18:07.7455875Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/refs/tags' 2025-03-21T20:18:07.7456623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.7457375Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/refs/remotes/origin' 2025-03-21T20:18:07.7458095Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/refs/remotes' 2025-03-21T20:18:07.7458763Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/refs' 2025-03-21T20:18:07.7459407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/shallow' 2025-03-21T20:18:07.7460246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/packed-refs' 2025-03-21T20:18:07.7461021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/logs/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.7461866Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/logs/refs/remotes/origin' 2025-03-21T20:18:07.7462617Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/logs/refs/remotes' 2025-03-21T20:18:07.7463332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/logs/refs/heads/master' 2025-03-21T20:18:07.7464066Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/logs/refs/heads' 2025-03-21T20:18:07.7464761Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/logs/refs' 2025-03-21T20:18:07.7465416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/logs/HEAD' 2025-03-21T20:18:07.7466096Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/logs' 2025-03-21T20:18:07.7466744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/FETCH_HEAD' 2025-03-21T20:18:07.7467369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/index' 2025-03-21T20:18:07.7468009Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen' 2025-03-21T20:18:07.7468698Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party' 2025-03-21T20:18:07.7469247Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized' 2025-03-21T20:18:07.7469735Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels' 2025-03-21T20:18:07.7470251Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/branches' 2025-03-21T20:18:07.7470840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/applypatch-msg.sample' 2025-03-21T20:18:07.7471394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/commit-msg.sample' 2025-03-21T20:18:07.7471962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/post-update.sample' 2025-03-21T20:18:07.7472546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/pre-applypatch.sample' 2025-03-21T20:18:07.7473102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/pre-commit.sample' 2025-03-21T20:18:07.7473682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/pre-merge-commit.sample' 2025-03-21T20:18:07.7474222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/pre-push.sample' 2025-03-21T20:18:07.7474783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/pre-receive.sample' 2025-03-21T20:18:07.7475424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/push-to-checkout.sample' 2025-03-21T20:18:07.7476032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/sendemail-validate.sample' 2025-03-21T20:18:07.7476615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/update.sample' 2025-03-21T20:18:07.7477219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:07.7477764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/pre-rebase.sample' 2025-03-21T20:18:07.7478368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:07.7478861Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/hooks' 2025-03-21T20:18:07.7479362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/info/exclude' 2025-03-21T20:18:07.7479859Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/info' 2025-03-21T20:18:07.7480362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/description' 2025-03-21T20:18:07.7480824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config' 2025-03-21T20:18:07.7481602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/objects/pack/pack-97590fc25ffd2eef8ba49908214adfcfd54af18c.pack' 2025-03-21T20:18:07.7482374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/objects/pack/pack-97590fc25ffd2eef8ba49908214adfcfd54af18c.rev' 2025-03-21T20:18:07.7483144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/objects/pack/pack-97590fc25ffd2eef8ba49908214adfcfd54af18c.idx' 2025-03-21T20:18:07.7483696Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/objects/pack' 2025-03-21T20:18:07.7484232Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/objects/info' 2025-03-21T20:18:07.7484748Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/objects' 2025-03-21T20:18:07.7485197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/HEAD' 2025-03-21T20:18:07.7485708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/refs/heads/main' 2025-03-21T20:18:07.7486237Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/refs/heads' 2025-03-21T20:18:07.7486766Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/refs/tags' 2025-03-21T20:18:07.7487317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.7487899Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/refs/remotes/origin' 2025-03-21T20:18:07.7488435Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/refs/remotes' 2025-03-21T20:18:07.7488929Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/refs' 2025-03-21T20:18:07.7489401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/shallow' 2025-03-21T20:18:07.7489943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/packed-refs' 2025-03-21T20:18:07.7490529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/logs/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.7491181Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/logs/refs/remotes/origin' 2025-03-21T20:18:07.7491755Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/logs/refs/remotes' 2025-03-21T20:18:07.7492283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/logs/refs/heads/main' 2025-03-21T20:18:07.7492848Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/logs/refs/heads' 2025-03-21T20:18:07.7493369Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/logs/refs' 2025-03-21T20:18:07.7493850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/logs/HEAD' 2025-03-21T20:18:07.7494347Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/logs' 2025-03-21T20:18:07.7494814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/index' 2025-03-21T20:18:07.7495275Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim' 2025-03-21T20:18:07.7495847Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/branches' 2025-03-21T20:18:07.7496487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/applypatch-msg.sample' 2025-03-21T20:18:07.7497089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/commit-msg.sample' 2025-03-21T20:18:07.7497707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/post-update.sample' 2025-03-21T20:18:07.7498343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/pre-applypatch.sample' 2025-03-21T20:18:07.7498951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/pre-commit.sample' 2025-03-21T20:18:07.7499586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/pre-merge-commit.sample' 2025-03-21T20:18:07.7500193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/pre-push.sample' 2025-03-21T20:18:07.7500801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/pre-receive.sample' 2025-03-21T20:18:07.7501451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/push-to-checkout.sample' 2025-03-21T20:18:07.7502102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/sendemail-validate.sample' 2025-03-21T20:18:07.7502688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/update.sample' 2025-03-21T20:18:07.7503344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:07.7503943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/pre-rebase.sample' 2025-03-21T20:18:07.7504716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:07.7505274Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/hooks' 2025-03-21T20:18:07.7505887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/info/exclude' 2025-03-21T20:18:07.7506441Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/info' 2025-03-21T20:18:07.7506993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/description' 2025-03-21T20:18:07.7507507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config' 2025-03-21T20:18:07.7508349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/pack/pack-6fb2b26f42729a16a7a48da6c1769813daaeb690.pack' 2025-03-21T20:18:07.7509234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/pack/pack-6fb2b26f42729a16a7a48da6c1769813daaeb690.rev' 2025-03-21T20:18:07.7510069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/pack/pack-6fb2b26f42729a16a7a48da6c1769813daaeb690.idx' 2025-03-21T20:18:07.7510666Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/pack' 2025-03-21T20:18:07.7511272Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/info' 2025-03-21T20:18:07.7512011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/64/bcf4c25755a783685ba7383000b3bf722523c1' 2025-03-21T20:18:07.7512600Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/64' 2025-03-21T20:18:07.7513353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/9f/4d76a991d5fbd555b0badce9b42a3c2e2e2bed' 2025-03-21T20:18:07.7513938Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/9f' 2025-03-21T20:18:07.7514684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/bf/a71a36a319b2c95a8162466f214dc65e6dcf33' 2025-03-21T20:18:07.7515264Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/bf' 2025-03-21T20:18:07.7516013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/44/6fa7b5472e6d5385c2d39a921a2d4c3686ff07' 2025-03-21T20:18:07.7516596Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/44' 2025-03-21T20:18:07.7517354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/4e/d41d195dd575158cb0f20b2e360006d0ab2402' 2025-03-21T20:18:07.7517932Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/4e' 2025-03-21T20:18:07.7518677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/d8/714df7d98b170e1014f639d146345cdbf832dc' 2025-03-21T20:18:07.7519254Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/d8' 2025-03-21T20:18:07.7520068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/cc/91e60fcad884aceeac5f63a1b24d59a8d24d71' 2025-03-21T20:18:07.7520648Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/cc' 2025-03-21T20:18:07.7521446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/3a/6758090983b54f81aeefff9f7a8ff17ae1c7ab' 2025-03-21T20:18:07.7522026Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/3a' 2025-03-21T20:18:07.7522773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/cf/b9525142febaa9894e4a9859b373d0731b5d86' 2025-03-21T20:18:07.7523352Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/cf' 2025-03-21T20:18:07.7524105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/83/e37c9dfbadab246e50bd7569fd83463d6491b7' 2025-03-21T20:18:07.7524687Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/83' 2025-03-21T20:18:07.7525436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/8e/77a6db2ba4fc1a6e4148d224d70adf733c8d5e' 2025-03-21T20:18:07.7526029Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/8e' 2025-03-21T20:18:07.7526767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/6d/979efb27abc474790e960334f9b1bf63068cd0' 2025-03-21T20:18:07.7527356Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/6d' 2025-03-21T20:18:07.7528109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/3e/fdcff69e5b30cee63ffe050e05ed639c1485e3' 2025-03-21T20:18:07.7528704Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/3e' 2025-03-21T20:18:07.7529450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/20/3a03ca3b31a2736b70ccfe6512c447b2185ffc' 2025-03-21T20:18:07.7530203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/20/94c5df122a0d46a3b2974d5f65d04033b30747' 2025-03-21T20:18:07.7530790Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/20' 2025-03-21T20:18:07.7531544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/f1/a5f7db751ef777fd68ef318dbdde416bd8ea13' 2025-03-21T20:18:07.7532130Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/f1' 2025-03-21T20:18:07.7532885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/c9/f33236a7dffad704b1aa0fae21d8631968d936' 2025-03-21T20:18:07.7533465Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/c9' 2025-03-21T20:18:07.7534201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/d7/46175028888efe4d9c40245c4b878f2ac9cc21' 2025-03-21T20:18:07.7534778Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/d7' 2025-03-21T20:18:07.7535585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/43/72d79d4c01e5858ce5a8bf6c0ab30cad3733cd' 2025-03-21T20:18:07.7536212Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/43' 2025-03-21T20:18:07.7536950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/a8/c6401868bfa452c0b296af01b06f1e9f72dc27' 2025-03-21T20:18:07.7537539Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/a8' 2025-03-21T20:18:07.7538274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/02/8e7442c16878a3890d16fc0577be948c3153ea' 2025-03-21T20:18:07.7538865Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/02' 2025-03-21T20:18:07.7539601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/7f/97703588744b377faa409b4416a07b8bd8b256' 2025-03-21T20:18:07.7540195Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/7f' 2025-03-21T20:18:07.7540942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/ea/cd9aef9b65517453ad337dbbeef403cff2b66d' 2025-03-21T20:18:07.7541528Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/ea' 2025-03-21T20:18:07.7542273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/ab/b35b20cd38705566f6c832d93bce3c3ab1c76e' 2025-03-21T20:18:07.7542861Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/ab' 2025-03-21T20:18:07.7543616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/9d/a48cba5f2d5bfda3aaa2ed2af0a150e7c8da30' 2025-03-21T20:18:07.7544201Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/9d' 2025-03-21T20:18:07.7544945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/d5/ffad53e4f55d85a6a3c05ab5f87563cee5c4a5' 2025-03-21T20:18:07.7545533Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects/d5' 2025-03-21T20:18:07.7546101Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/objects' 2025-03-21T20:18:07.7546602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/HEAD' 2025-03-21T20:18:07.7547171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/refs/heads/main' 2025-03-21T20:18:07.7547906Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/refs/heads' 2025-03-21T20:18:07.7548492Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/refs/tags' 2025-03-21T20:18:07.7549160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.7549799Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/refs/remotes/origin' 2025-03-21T20:18:07.7550388Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/refs/remotes' 2025-03-21T20:18:07.7551041Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/refs' 2025-03-21T20:18:07.7551645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/shallow' 2025-03-21T20:18:07.7552188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/packed-refs' 2025-03-21T20:18:07.7552822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/logs/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.7553484Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/logs/refs/remotes/origin' 2025-03-21T20:18:07.7554103Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/logs/refs/remotes' 2025-03-21T20:18:07.7554701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/logs/refs/heads/main' 2025-03-21T20:18:07.7555305Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/logs/refs/heads' 2025-03-21T20:18:07.7555883Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/logs/refs' 2025-03-21T20:18:07.7556421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/logs/HEAD' 2025-03-21T20:18:07.7556975Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/logs' 2025-03-21T20:18:07.7557513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/FETCH_HEAD' 2025-03-21T20:18:07.7558026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/index' 2025-03-21T20:18:07.7558562Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao' 2025-03-21T20:18:07.7559186Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/branches' 2025-03-21T20:18:07.7559875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/applypatch-msg.sample' 2025-03-21T20:18:07.7560532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/commit-msg.sample' 2025-03-21T20:18:07.7561202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/post-update.sample' 2025-03-21T20:18:07.7561887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/pre-applypatch.sample' 2025-03-21T20:18:07.7562556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/pre-commit.sample' 2025-03-21T20:18:07.7563243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/pre-merge-commit.sample' 2025-03-21T20:18:07.7563891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/pre-push.sample' 2025-03-21T20:18:07.7564564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/pre-receive.sample' 2025-03-21T20:18:07.7565256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/push-to-checkout.sample' 2025-03-21T20:18:07.7566033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/sendemail-validate.sample' 2025-03-21T20:18:07.7566717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/update.sample' 2025-03-21T20:18:07.7567428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:07.7568085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/pre-rebase.sample' 2025-03-21T20:18:07.7568803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:07.7569404Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/hooks' 2025-03-21T20:18:07.7570012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/info/exclude' 2025-03-21T20:18:07.7570616Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/info' 2025-03-21T20:18:07.7571212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/description' 2025-03-21T20:18:07.7571765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config' 2025-03-21T20:18:07.7572653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/objects/pack/pack-84f2f3b45c36fa96754f97210dfbeb76f1863894.pack' 2025-03-21T20:18:07.7573527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/objects/pack/pack-84f2f3b45c36fa96754f97210dfbeb76f1863894.rev' 2025-03-21T20:18:07.7574405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/objects/pack/pack-84f2f3b45c36fa96754f97210dfbeb76f1863894.idx' 2025-03-21T20:18:07.7575285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/objects/pack/pack-d4a2f35eb46a230aaad328c5270e09869ff575e1.pack' 2025-03-21T20:18:07.7576173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/objects/pack/pack-d4a2f35eb46a230aaad328c5270e09869ff575e1.rev' 2025-03-21T20:18:07.7577037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/objects/pack/pack-d4a2f35eb46a230aaad328c5270e09869ff575e1.idx' 2025-03-21T20:18:07.7577693Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/objects/pack' 2025-03-21T20:18:07.7578341Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/objects/info' 2025-03-21T20:18:07.7578953Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/objects' 2025-03-21T20:18:07.7579511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/HEAD' 2025-03-21T20:18:07.7580120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/refs/heads/master' 2025-03-21T20:18:07.7580762Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/refs/heads' 2025-03-21T20:18:07.7581435Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/refs/tags' 2025-03-21T20:18:07.7582146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.7582825Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/refs/remotes/origin' 2025-03-21T20:18:07.7583472Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/refs/remotes' 2025-03-21T20:18:07.7584071Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/refs' 2025-03-21T20:18:07.7584641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/shallow' 2025-03-21T20:18:07.7585234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/packed-refs' 2025-03-21T20:18:07.7585928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/logs/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.7586625Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/logs/refs/remotes/origin' 2025-03-21T20:18:07.7587293Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/logs/refs/remotes' 2025-03-21T20:18:07.7587934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/logs/refs/heads/master' 2025-03-21T20:18:07.7588582Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/logs/refs/heads' 2025-03-21T20:18:07.7589295Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/logs/refs' 2025-03-21T20:18:07.7589870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/logs/HEAD' 2025-03-21T20:18:07.7590482Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/logs' 2025-03-21T20:18:07.7591061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/FETCH_HEAD' 2025-03-21T20:18:07.7591629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/index' 2025-03-21T20:18:07.7592203Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers' 2025-03-21T20:18:07.7592811Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/branches' 2025-03-21T20:18:07.7593469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/applypatch-msg.sample' 2025-03-21T20:18:07.7594101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/commit-msg.sample' 2025-03-21T20:18:07.7594734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/post-update.sample' 2025-03-21T20:18:07.7595394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/pre-applypatch.sample' 2025-03-21T20:18:07.7596017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/pre-commit.sample' 2025-03-21T20:18:07.7596731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/pre-merge-commit.sample' 2025-03-21T20:18:07.7597410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/pre-push.sample' 2025-03-21T20:18:07.7598039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/pre-receive.sample' 2025-03-21T20:18:07.7598716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/push-to-checkout.sample' 2025-03-21T20:18:07.7599383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/sendemail-validate.sample' 2025-03-21T20:18:07.7599994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/update.sample' 2025-03-21T20:18:07.7600667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:07.7601303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/pre-rebase.sample' 2025-03-21T20:18:07.7601970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:07.7602558Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/hooks' 2025-03-21T20:18:07.7603117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/info/exclude' 2025-03-21T20:18:07.7603699Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/info' 2025-03-21T20:18:07.7604254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/description' 2025-03-21T20:18:07.7604797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config' 2025-03-21T20:18:07.7605643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/pack/pack-584973843d8df481fa0a6ae036d341af2aee43b0.pack' 2025-03-21T20:18:07.7606488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/pack/pack-584973843d8df481fa0a6ae036d341af2aee43b0.rev' 2025-03-21T20:18:07.7607333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/pack/pack-584973843d8df481fa0a6ae036d341af2aee43b0.idx' 2025-03-21T20:18:07.7607950Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/pack' 2025-03-21T20:18:07.7608567Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/info' 2025-03-21T20:18:07.7609331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/89/6db54787e8b730a6be482c69324751f3f5f117' 2025-03-21T20:18:07.7609942Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/89' 2025-03-21T20:18:07.7610713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/f9/f7fdd22d2bb35a7c56cd02b511f0ec8f52f689' 2025-03-21T20:18:07.7611493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/f9/c97ff05498483c0e4d708f9cccb4b8abee64b9' 2025-03-21T20:18:07.7612144Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/f9' 2025-03-21T20:18:07.7612981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/51/7e2a4e5533967fab08db2a8712850fdf20f174' 2025-03-21T20:18:07.7613580Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/51' 2025-03-21T20:18:07.7614364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/76/4fdcbfcfd888d8db4577d1620604d4e031d0f0' 2025-03-21T20:18:07.7614960Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/76' 2025-03-21T20:18:07.7615741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/cb/b5dac77bf529a98c48a682abc306971510fe9a' 2025-03-21T20:18:07.7616344Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/cb' 2025-03-21T20:18:07.7617888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/2b/42bf8786685fc4b0cd79034d23f021b4ee0660' 2025-03-21T20:18:07.7619382Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/2b' 2025-03-21T20:18:07.7620882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/69/c5b2c93876aad8483b3e2330ddebed3c505299' 2025-03-21T20:18:07.7622391Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/69' 2025-03-21T20:18:07.7623890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/fa/9a0742c631e9bafc66ea16d64836556f04b231' 2025-03-21T20:18:07.7625395Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/fa' 2025-03-21T20:18:07.7626909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/ae/892c5f3151a11839ff6385f891e666a4c49ba2' 2025-03-21T20:18:07.7628399Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/ae' 2025-03-21T20:18:07.7629990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/7c/2f53e6e7fc7509afff8395d500d2085941ac69' 2025-03-21T20:18:07.7631488Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/7c' 2025-03-21T20:18:07.7632994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/c9/537704d6dbf4883b745c0b22cdb64e763f30fd' 2025-03-21T20:18:07.7634559Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/c9' 2025-03-21T20:18:07.7636058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/e1/939aca42b7245571487f8773ef544cb7602619' 2025-03-21T20:18:07.7637550Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/e1' 2025-03-21T20:18:07.7639035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/4a/21e51e12d6613a65d2dbf61e38b69e6848acbc' 2025-03-21T20:18:07.7640593Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/4a' 2025-03-21T20:18:07.7642137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/87/a37665877e3d1f74ff21e50df7fb5c20b06582' 2025-03-21T20:18:07.7643799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/87/cf7ad9254fa2b24adfc6087363ffa38f7385b7' 2025-03-21T20:18:07.7645305Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/87' 2025-03-21T20:18:07.7646814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/ec/57aebdc6bb444237b8766d122f076b3a699c86' 2025-03-21T20:18:07.7648449Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/ec' 2025-03-21T20:18:07.7649946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/5f/037d726d5fbb129881f9e2ef4a81f194a7f3f2' 2025-03-21T20:18:07.7651449Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/5f' 2025-03-21T20:18:07.7652949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/12/4f7fe1666b8788fea0edc6c8118efc2b9e8d7b' 2025-03-21T20:18:07.7654451Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/12' 2025-03-21T20:18:07.7655963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/9f/eb1b7b5fc13a342c4d83b7ed2e930055659ff7' 2025-03-21T20:18:07.7657475Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/9f' 2025-03-21T20:18:07.7658974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/05/92f313238095ebb6aad9fe6811d972c6740fca' 2025-03-21T20:18:07.7660479Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/05' 2025-03-21T20:18:07.7661975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/59/727b65168fc65550031f146addc136910930da' 2025-03-21T20:18:07.7663473Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/59' 2025-03-21T20:18:07.7664986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/eb/19b64b0cfcb62cdcf51c671618d72cbda84047' 2025-03-21T20:18:07.7666481Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/eb' 2025-03-21T20:18:07.7667981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/d5/22fed1b2dedb5a488926e7865a61014751538e' 2025-03-21T20:18:07.7669556Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/d5' 2025-03-21T20:18:07.7671045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/6d/4585b46493e53433918fa1adac140d3224d96a' 2025-03-21T20:18:07.7672703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/6d/e0f21667e2738e7f49b0abecd77deb2e44cb4d' 2025-03-21T20:18:07.7674313Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/6d' 2025-03-21T20:18:07.7675810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/c1/64d899a48483857cd3c9d496eb3c6e8a522d4b' 2025-03-21T20:18:07.7677375Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/c1' 2025-03-21T20:18:07.7678865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/ff/a105db8fe83e1b01048ccc8ffd4f6855964fcd' 2025-03-21T20:18:07.7680372Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/ff' 2025-03-21T20:18:07.7681868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/5b/805fb696ee984284790dcaa56e317ef04f5460' 2025-03-21T20:18:07.7683365Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/5b' 2025-03-21T20:18:07.7684855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/96/1bd2208e1892db7b6432bdf4c7cc3813008b47' 2025-03-21T20:18:07.7686350Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/96' 2025-03-21T20:18:07.7687848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/fb/9a67f787ca9db7eab1c9bb279e24756f937b16' 2025-03-21T20:18:07.7689340Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects/fb' 2025-03-21T20:18:07.7690662Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/objects' 2025-03-21T20:18:07.7691897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/HEAD' 2025-03-21T20:18:07.7693151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/refs/heads/master' 2025-03-21T20:18:07.7694463Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/refs/heads' 2025-03-21T20:18:07.7695789Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/refs/tags' 2025-03-21T20:18:07.7697144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.7698555Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/refs/remotes/origin' 2025-03-21T20:18:07.7699954Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/refs/remotes' 2025-03-21T20:18:07.7701271Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/refs' 2025-03-21T20:18:07.7702507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/shallow' 2025-03-21T20:18:07.7703740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/packed-refs' 2025-03-21T20:18:07.7705082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/logs/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.7706554Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/logs/refs/remotes/origin' 2025-03-21T20:18:07.7708054Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/logs/refs/remotes' 2025-03-21T20:18:07.7709607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/logs/refs/heads/master' 2025-03-21T20:18:07.7710992Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/logs/refs/heads' 2025-03-21T20:18:07.7712356Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/logs/refs' 2025-03-21T20:18:07.7713621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/logs/HEAD' 2025-03-21T20:18:07.7714875Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/logs' 2025-03-21T20:18:07.7716135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/FETCH_HEAD' 2025-03-21T20:18:07.7717358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/index' 2025-03-21T20:18:07.7718563Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc' 2025-03-21T20:18:07.7719826Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/branches' 2025-03-21T20:18:07.7721204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/applypatch-msg.sample' 2025-03-21T20:18:07.7722611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/commit-msg.sample' 2025-03-21T20:18:07.7723990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/post-update.sample' 2025-03-21T20:18:07.7725420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/pre-applypatch.sample' 2025-03-21T20:18:07.7726816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/pre-commit.sample' 2025-03-21T20:18:07.7728231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/pre-merge-commit.sample' 2025-03-21T20:18:07.7729638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/pre-push.sample' 2025-03-21T20:18:07.7731014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/pre-receive.sample' 2025-03-21T20:18:07.7732435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/push-to-checkout.sample' 2025-03-21T20:18:07.7733897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/sendemail-validate.sample' 2025-03-21T20:18:07.7735284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/update.sample' 2025-03-21T20:18:07.7736682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:07.7738106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/pre-rebase.sample' 2025-03-21T20:18:07.7739534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:07.7741000Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/hooks' 2025-03-21T20:18:07.7742332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/info/exclude' 2025-03-21T20:18:07.7743600Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/info' 2025-03-21T20:18:07.7744860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/description' 2025-03-21T20:18:07.7746074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config' 2025-03-21T20:18:07.7747589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/pack/pack-dc37b731e11148a7ad0dd157270bdb1559e6ba10.pack' 2025-03-21T20:18:07.7749634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/pack/pack-dc37b731e11148a7ad0dd157270bdb1559e6ba10.rev' 2025-03-21T20:18:07.7751462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/pack/pack-dc37b731e11148a7ad0dd157270bdb1559e6ba10.idx' 2025-03-21T20:18:07.7753045Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/pack' 2025-03-21T20:18:07.7754408Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/info' 2025-03-21T20:18:07.7755925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/a7/38fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-03-21T20:18:07.7757432Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/a7' 2025-03-21T20:18:07.7758934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/a6/1e2bf2d973937fae6343f370d13c0b20fd4d88' 2025-03-21T20:18:07.7760426Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/a6' 2025-03-21T20:18:07.7761931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/b5/7c8538d61b5b38147b3c81dd20c7c06ab0c4cc' 2025-03-21T20:18:07.7763434Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/b5' 2025-03-21T20:18:07.7764940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/ec/dd4658dc1fc7f860677d192a21a0af0a23cda7' 2025-03-21T20:18:07.7766443Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/ec' 2025-03-21T20:18:07.7767942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/10/f8c6fc590700a075fc07d6b8f42d587802bb72' 2025-03-21T20:18:07.7769440Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/10' 2025-03-21T20:18:07.7770944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/39/09d0ce03e48474c921f91cd379cabbfd85f16c' 2025-03-21T20:18:07.7772441Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/39' 2025-03-21T20:18:07.7774033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/17/aa507d91de5e3dd1ecc4f58be4f2c736566154' 2025-03-21T20:18:07.7775549Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/17' 2025-03-21T20:18:07.7777112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/80/ffd4954bd9e7500446295d89477ff9d6c037cd' 2025-03-21T20:18:07.7778611Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/80' 2025-03-21T20:18:07.7780109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/4f/7bb782433591ddcc5f31eea8d7fa3c19e72ef7' 2025-03-21T20:18:07.7781605Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/4f' 2025-03-21T20:18:07.7783104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/b2/7e5fda11440a2881a3a16fff4240b6e4d53d9c' 2025-03-21T20:18:07.7784600Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/b2' 2025-03-21T20:18:07.7786097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/db/05303ed28efa7e7e27d9c7a61457b734b7cdf0' 2025-03-21T20:18:07.7787572Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/db' 2025-03-21T20:18:07.7789131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/8c/11203815576220ce53ee86ca64d0253cfc3f15' 2025-03-21T20:18:07.7790626Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/8c' 2025-03-21T20:18:07.7792121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/4c/d1e69702a3b6e44659faf969280e6f1806f93a' 2025-03-21T20:18:07.7793622Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/4c' 2025-03-21T20:18:07.7795110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/3d/952a88ea0de789484857f5311536bd0a894b2b' 2025-03-21T20:18:07.7796603Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects/3d' 2025-03-21T20:18:07.7797931Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/objects' 2025-03-21T20:18:07.7799174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/HEAD' 2025-03-21T20:18:07.7800421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/refs/heads/master' 2025-03-21T20:18:07.7801745Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/refs/heads' 2025-03-21T20:18:07.7803076Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/refs/tags' 2025-03-21T20:18:07.7804432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.7805845Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/refs/remotes/origin' 2025-03-21T20:18:07.7807305Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/refs/remotes' 2025-03-21T20:18:07.7808624Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/refs' 2025-03-21T20:18:07.7809909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/shallow' 2025-03-21T20:18:07.7811158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/packed-refs' 2025-03-21T20:18:07.7812511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/logs/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.7813982Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/logs/refs/remotes/origin' 2025-03-21T20:18:07.7815438Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/logs/refs/remotes' 2025-03-21T20:18:07.7816823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/logs/refs/heads/master' 2025-03-21T20:18:07.7818205Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/logs/refs/heads' 2025-03-21T20:18:07.7819556Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/logs/refs' 2025-03-21T20:18:07.7820821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/logs/HEAD' 2025-03-21T20:18:07.7822071Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/logs' 2025-03-21T20:18:07.7823329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/FETCH_HEAD' 2025-03-21T20:18:07.7824548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/index' 2025-03-21T20:18:07.7825759Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags' 2025-03-21T20:18:07.7827049Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/branches' 2025-03-21T20:18:07.7828468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/applypatch-msg.sample' 2025-03-21T20:18:07.7830015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/commit-msg.sample' 2025-03-21T20:18:07.7831448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/post-update.sample' 2025-03-21T20:18:07.7832922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/pre-applypatch.sample' 2025-03-21T20:18:07.7834383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/pre-commit.sample' 2025-03-21T20:18:07.7835851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/pre-merge-commit.sample' 2025-03-21T20:18:07.7837309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/pre-push.sample' 2025-03-21T20:18:07.7838738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/pre-receive.sample' 2025-03-21T20:18:07.7840265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/push-to-checkout.sample' 2025-03-21T20:18:07.7841772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/sendemail-validate.sample' 2025-03-21T20:18:07.7843280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/update.sample' 2025-03-21T20:18:07.7844721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:07.7846205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/pre-rebase.sample' 2025-03-21T20:18:07.7847842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:07.7849293Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/hooks' 2025-03-21T20:18:07.7850625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/info/exclude' 2025-03-21T20:18:07.7851945Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/info' 2025-03-21T20:18:07.7853264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/description' 2025-03-21T20:18:07.7854539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config' 2025-03-21T20:18:07.7856079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/objects/pack/pack-15c8e949ba60f6a0d877649527491bb46d284b03.pack' 2025-03-21T20:18:07.7857955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/objects/pack/pack-15c8e949ba60f6a0d877649527491bb46d284b03.rev' 2025-03-21T20:18:07.7859811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/objects/pack/pack-15c8e949ba60f6a0d877649527491bb46d284b03.idx' 2025-03-21T20:18:07.7861665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/objects/pack/pack-9336db3750f9c0b932fb5fe26ed4379f510333db.pack' 2025-03-21T20:18:07.7863530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/objects/pack/pack-9336db3750f9c0b932fb5fe26ed4379f510333db.rev' 2025-03-21T20:18:07.7865382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/objects/pack/pack-9336db3750f9c0b932fb5fe26ed4379f510333db.idx' 2025-03-21T20:18:07.7867023Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/objects/pack' 2025-03-21T20:18:07.7868438Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/objects/info' 2025-03-21T20:18:07.7869867Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/objects' 2025-03-21T20:18:07.7871155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/HEAD' 2025-03-21T20:18:07.7872430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/refs/heads/main' 2025-03-21T20:18:07.7873794Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/refs/heads' 2025-03-21T20:18:07.7875296Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/refs/tags' 2025-03-21T20:18:07.7876770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.7878237Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/refs/remotes/origin' 2025-03-21T20:18:07.7879679Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/refs/remotes' 2025-03-21T20:18:07.7881049Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/refs' 2025-03-21T20:18:07.7882333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/shallow' 2025-03-21T20:18:07.7883603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/packed-refs' 2025-03-21T20:18:07.7885000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/logs/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.7886503Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/logs/refs/remotes/origin' 2025-03-21T20:18:07.7887986Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/logs/refs/remotes' 2025-03-21T20:18:07.7889413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/logs/refs/heads/main' 2025-03-21T20:18:07.7890828Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/logs/refs/heads' 2025-03-21T20:18:07.7892227Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/logs/refs' 2025-03-21T20:18:07.7893559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/logs/HEAD' 2025-03-21T20:18:07.7894844Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/logs' 2025-03-21T20:18:07.7896146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/FETCH_HEAD' 2025-03-21T20:18:07.7897403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/index' 2025-03-21T20:18:07.7898656Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest' 2025-03-21T20:18:07.7899962Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/branches' 2025-03-21T20:18:07.7901379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/hooks/applypatch-msg.sample' 2025-03-21T20:18:07.7902829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/hooks/commit-msg.sample' 2025-03-21T20:18:07.7904258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/hooks/post-update.sample' 2025-03-21T20:18:07.7905694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/hooks/pre-applypatch.sample' 2025-03-21T20:18:07.7907138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/hooks/pre-commit.sample' 2025-03-21T20:18:07.7908764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/hooks/pre-merge-commit.sample' 2025-03-21T20:18:07.7910269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/hooks/pre-push.sample' 2025-03-21T20:18:07.7911688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/hooks/pre-receive.sample' 2025-03-21T20:18:07.7913151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/hooks/push-to-checkout.sample' 2025-03-21T20:18:07.7914644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/hooks/sendemail-validate.sample' 2025-03-21T20:18:07.7916088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/hooks/update.sample' 2025-03-21T20:18:07.7917510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:07.7918976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/hooks/pre-rebase.sample' 2025-03-21T20:18:07.7920440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:07.7921855Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/hooks' 2025-03-21T20:18:07.7923167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/info/exclude' 2025-03-21T20:18:07.7924469Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/info' 2025-03-21T20:18:07.7925776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/description' 2025-03-21T20:18:07.7927043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/config' 2025-03-21T20:18:07.7928576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/pack/pack-14d950e4befa8ac51565b8d9e12d5825e21f05a0.pack' 2025-03-21T20:18:07.7930427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/pack/pack-14d950e4befa8ac51565b8d9e12d5825e21f05a0.rev' 2025-03-21T20:18:07.7932256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/pack/pack-14d950e4befa8ac51565b8d9e12d5825e21f05a0.idx' 2025-03-21T20:18:07.7933873Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/pack' 2025-03-21T20:18:07.7935278Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/info' 2025-03-21T20:18:07.7936810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/06/465b27698424cf4a04a5ca4904d50a3c966c45' 2025-03-21T20:18:07.7938339Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/06' 2025-03-21T20:18:07.7939848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/11/64316871594254203dc62d1f5525bea1016c7f' 2025-03-21T20:18:07.7941421Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/11' 2025-03-21T20:18:07.7942993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/bd/82d2aaf849c37256e4f146c101f247ebcc1adf' 2025-03-21T20:18:07.7944508Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/bd' 2025-03-21T20:18:07.7946031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/73/804037718f79f568d226fcf2187065e11ea935' 2025-03-21T20:18:07.7947550Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/73' 2025-03-21T20:18:07.7949255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/69/d590b97d7dc80b51ac3495c2d91ee5873240ad' 2025-03-21T20:18:07.7950789Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/69' 2025-03-21T20:18:07.7952351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/89/8a63148d40efc5c756b5e9bea8599b8c1e30dd' 2025-03-21T20:18:07.7953906Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/89' 2025-03-21T20:18:07.7955478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/bf/720c6ed96bab550b36b14fbdb7ef4cbe056c74' 2025-03-21T20:18:07.7957065Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/bf' 2025-03-21T20:18:07.7958592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/02/62610db6a8b9e278252ec88d98296e655d2221' 2025-03-21T20:18:07.7960116Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/02' 2025-03-21T20:18:07.7961627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/15/3b3618c84eaec0317f81f4ee56ee266a588680' 2025-03-21T20:18:07.7963154Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/15' 2025-03-21T20:18:07.7964675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/f5/26c35d46d498f53cf00b606806c311703e8545' 2025-03-21T20:18:07.7966197Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/f5' 2025-03-21T20:18:07.7967719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/9c/1900927569b4262bfa2bf59454cd8ef13ab20d' 2025-03-21T20:18:07.7969244Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/9c' 2025-03-21T20:18:07.7970766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/1e/3e18d68d2c974050defc50a5e351100aa98c3c' 2025-03-21T20:18:07.7972297Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/1e' 2025-03-21T20:18:07.7973820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/37/9014166243560bd8f170dcf5aabf2dfbe93a1e' 2025-03-21T20:18:07.7975436Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects/37' 2025-03-21T20:18:07.7976883Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/objects' 2025-03-21T20:18:07.7978173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/HEAD' 2025-03-21T20:18:07.7979463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/refs/heads/master' 2025-03-21T20:18:07.7980829Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/refs/heads' 2025-03-21T20:18:07.7982186Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/refs/tags' 2025-03-21T20:18:07.7983579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.7985027Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/refs/remotes/origin' 2025-03-21T20:18:07.7986450Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/refs/remotes' 2025-03-21T20:18:07.7987806Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/refs' 2025-03-21T20:18:07.7989162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/shallow' 2025-03-21T20:18:07.7990446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/packed-refs' 2025-03-21T20:18:07.7991832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/logs/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.7993344Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/logs/refs/remotes/origin' 2025-03-21T20:18:07.7994828Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/logs/refs/remotes' 2025-03-21T20:18:07.7996258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/logs/refs/heads/master' 2025-03-21T20:18:07.7997659Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/logs/refs/heads' 2025-03-21T20:18:07.7999054Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/logs/refs' 2025-03-21T20:18:07.8000370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/logs/HEAD' 2025-03-21T20:18:07.8001662Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/logs' 2025-03-21T20:18:07.8002950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/FETCH_HEAD' 2025-03-21T20:18:07.8004193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/index' 2025-03-21T20:18:07.8005434Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake' 2025-03-21T20:18:07.8006737Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/branches' 2025-03-21T20:18:07.8008192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/applypatch-msg.sample' 2025-03-21T20:18:07.8009708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/commit-msg.sample' 2025-03-21T20:18:07.8011145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/post-update.sample' 2025-03-21T20:18:07.8012595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/pre-applypatch.sample' 2025-03-21T20:18:07.8014043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/pre-commit.sample' 2025-03-21T20:18:07.8015505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/pre-merge-commit.sample' 2025-03-21T20:18:07.8016958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/pre-push.sample' 2025-03-21T20:18:07.8018386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/pre-receive.sample' 2025-03-21T20:18:07.8019840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/push-to-checkout.sample' 2025-03-21T20:18:07.8021351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/sendemail-validate.sample' 2025-03-21T20:18:07.8022795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/update.sample' 2025-03-21T20:18:07.8024236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:07.8025715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/pre-rebase.sample' 2025-03-21T20:18:07.8027188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:07.8028680Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/hooks' 2025-03-21T20:18:07.8029998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/info/exclude' 2025-03-21T20:18:07.8031297Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/info' 2025-03-21T20:18:07.8032595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/description' 2025-03-21T20:18:07.8033869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config' 2025-03-21T20:18:07.8035433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/objects/pack/pack-6806a18abcebea60a05812dd95c4e042ec3f95f6.pack' 2025-03-21T20:18:07.8037308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/objects/pack/pack-6806a18abcebea60a05812dd95c4e042ec3f95f6.rev' 2025-03-21T20:18:07.8039154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/objects/pack/pack-6806a18abcebea60a05812dd95c4e042ec3f95f6.idx' 2025-03-21T20:18:07.8040786Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/objects/pack' 2025-03-21T20:18:07.8042251Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/objects/info' 2025-03-21T20:18:07.8043684Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/objects' 2025-03-21T20:18:07.8044955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/HEAD' 2025-03-21T20:18:07.8046228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/refs/heads/cpp' 2025-03-21T20:18:07.8047577Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/refs/heads' 2025-03-21T20:18:07.8049113Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/refs/tags' 2025-03-21T20:18:07.8050511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.8051963Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/refs/remotes/origin' 2025-03-21T20:18:07.8053402Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/refs/remotes' 2025-03-21T20:18:07.8054755Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/refs' 2025-03-21T20:18:07.8056034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/shallow' 2025-03-21T20:18:07.8057287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/packed-refs' 2025-03-21T20:18:07.8058675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/logs/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.8060185Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/logs/refs/remotes/origin' 2025-03-21T20:18:07.8061666Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/logs/refs/remotes' 2025-03-21T20:18:07.8063071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/logs/refs/heads/cpp' 2025-03-21T20:18:07.8064463Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/logs/refs/heads' 2025-03-21T20:18:07.8065862Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/logs/refs' 2025-03-21T20:18:07.8067175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/logs/HEAD' 2025-03-21T20:18:07.8068451Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/logs' 2025-03-21T20:18:07.8069779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/index' 2025-03-21T20:18:07.8071026Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft' 2025-03-21T20:18:07.8072323Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/branches' 2025-03-21T20:18:07.8073714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/applypatch-msg.sample' 2025-03-21T20:18:07.8075242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/commit-msg.sample' 2025-03-21T20:18:07.8076721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/post-update.sample' 2025-03-21T20:18:07.8078158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/pre-applypatch.sample' 2025-03-21T20:18:07.8079577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/pre-commit.sample' 2025-03-21T20:18:07.8081014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/pre-merge-commit.sample' 2025-03-21T20:18:07.8082435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/pre-push.sample' 2025-03-21T20:18:07.8083837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/pre-receive.sample' 2025-03-21T20:18:07.8085299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/push-to-checkout.sample' 2025-03-21T20:18:07.8086794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/sendemail-validate.sample' 2025-03-21T20:18:07.8088229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/update.sample' 2025-03-21T20:18:07.8089662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:07.8091113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/pre-rebase.sample' 2025-03-21T20:18:07.8092576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:07.8093988Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/hooks' 2025-03-21T20:18:07.8095291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/info/exclude' 2025-03-21T20:18:07.8096586Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/info' 2025-03-21T20:18:07.8097873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/description' 2025-03-21T20:18:07.8099118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config' 2025-03-21T20:18:07.8100666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/objects/pack/pack-ae35c556b095b58eb3828a6b1beb170b60382aee.pack' 2025-03-21T20:18:07.8102505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/objects/pack/pack-ae35c556b095b58eb3828a6b1beb170b60382aee.rev' 2025-03-21T20:18:07.8104338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/objects/pack/pack-ae35c556b095b58eb3828a6b1beb170b60382aee.idx' 2025-03-21T20:18:07.8106180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/objects/pack/pack-3e761fcc198ecd4e545494dbf69e64e2459e9195.pack' 2025-03-21T20:18:07.8108024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/objects/pack/pack-3e761fcc198ecd4e545494dbf69e64e2459e9195.rev' 2025-03-21T20:18:07.8109964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/objects/pack/pack-3e761fcc198ecd4e545494dbf69e64e2459e9195.idx' 2025-03-21T20:18:07.8111638Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/objects/pack' 2025-03-21T20:18:07.8113018Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/objects/info' 2025-03-21T20:18:07.8114370Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/objects' 2025-03-21T20:18:07.8115634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/HEAD' 2025-03-21T20:18:07.8116877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/refs/heads/main' 2025-03-21T20:18:07.8118211Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/refs/heads' 2025-03-21T20:18:07.8119549Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/refs/tags' 2025-03-21T20:18:07.8120935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.8122359Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/refs/remotes/origin' 2025-03-21T20:18:07.8123764Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/refs/remotes' 2025-03-21T20:18:07.8125100Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/refs' 2025-03-21T20:18:07.8126370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/shallow' 2025-03-21T20:18:07.8127611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/packed-refs' 2025-03-21T20:18:07.8128974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/logs/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.8130454Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/logs/refs/remotes/origin' 2025-03-21T20:18:07.8131917Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/logs/refs/remotes' 2025-03-21T20:18:07.8133304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/logs/refs/heads/main' 2025-03-21T20:18:07.8134684Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/logs/refs/heads' 2025-03-21T20:18:07.8136059Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/logs/refs' 2025-03-21T20:18:07.8137346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/logs/HEAD' 2025-03-21T20:18:07.8138594Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/logs' 2025-03-21T20:18:07.8139866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/FETCH_HEAD' 2025-03-21T20:18:07.8141092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/index' 2025-03-21T20:18:07.8142374Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude' 2025-03-21T20:18:07.8143721Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/branches' 2025-03-21T20:18:07.8145126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/applypatch-msg.sample' 2025-03-21T20:18:07.8146575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/commit-msg.sample' 2025-03-21T20:18:07.8148141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/post-update.sample' 2025-03-21T20:18:07.8149638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/pre-applypatch.sample' 2025-03-21T20:18:07.8151083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/pre-commit.sample' 2025-03-21T20:18:07.8152539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/pre-merge-commit.sample' 2025-03-21T20:18:07.8153977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/pre-push.sample' 2025-03-21T20:18:07.8155381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/pre-receive.sample' 2025-03-21T20:18:07.8156834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/push-to-checkout.sample' 2025-03-21T20:18:07.8158319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/sendemail-validate.sample' 2025-03-21T20:18:07.8159758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/update.sample' 2025-03-21T20:18:07.8161193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:07.8162638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/pre-rebase.sample' 2025-03-21T20:18:07.8164100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:07.8165508Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/hooks' 2025-03-21T20:18:07.8166806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/info/exclude' 2025-03-21T20:18:07.8168110Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/info' 2025-03-21T20:18:07.8169401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/description' 2025-03-21T20:18:07.8170655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config' 2025-03-21T20:18:07.8172190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/objects/pack/pack-d298282394d77ad5bd98f37377ca53ca281ced60.pack' 2025-03-21T20:18:07.8174032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/objects/pack/pack-d298282394d77ad5bd98f37377ca53ca281ced60.rev' 2025-03-21T20:18:07.8175957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/objects/pack/pack-d298282394d77ad5bd98f37377ca53ca281ced60.idx' 2025-03-21T20:18:07.8177882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/objects/pack/pack-f020eb05e7c95f0bc101f0d31b5205ba30a06803.pack' 2025-03-21T20:18:07.8179720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/objects/pack/pack-f020eb05e7c95f0bc101f0d31b5205ba30a06803.rev' 2025-03-21T20:18:07.8181556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/objects/pack/pack-f020eb05e7c95f0bc101f0d31b5205ba30a06803.idx' 2025-03-21T20:18:07.8183169Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/objects/pack' 2025-03-21T20:18:07.8184564Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/objects/info' 2025-03-21T20:18:07.8185925Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/objects' 2025-03-21T20:18:07.8187196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/HEAD' 2025-03-21T20:18:07.8188455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/refs/heads/master' 2025-03-21T20:18:07.8189853Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/refs/heads' 2025-03-21T20:18:07.8191204Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/refs/tags' 2025-03-21T20:18:07.8192587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.8194019Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/refs/remotes/origin' 2025-03-21T20:18:07.8285348Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/refs/remotes' 2025-03-21T20:18:07.8287108Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/refs' 2025-03-21T20:18:07.8288427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/shallow' 2025-03-21T20:18:07.8289711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/packed-refs' 2025-03-21T20:18:07.8291093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/logs/refs/remotes/origin/HEAD' 2025-03-21T20:18:07.8292571Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/logs/refs/remotes/origin' 2025-03-21T20:18:07.8294044Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/logs/refs/remotes' 2025-03-21T20:18:07.8295451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/logs/refs/heads/master' 2025-03-21T20:18:07.8296837Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/logs/refs/heads' 2025-03-21T20:18:07.8298204Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/logs/refs' 2025-03-21T20:18:07.8299620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/logs/HEAD' 2025-03-21T20:18:07.8300884Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/logs' 2025-03-21T20:18:07.8302249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/FETCH_HEAD' 2025-03-21T20:18:07.8303468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/index' 2025-03-21T20:18:07.8304697Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11' 2025-03-21T20:18:07.8305894Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party' 2025-03-21T20:18:07.8306976Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules' 2025-03-21T20:18:07.8307953Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git' 2025-03-21T20:18:07.8309092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_coreml/dummy.swift' 2025-03-21T20:18:07.8310312Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_coreml' 2025-03-21T20:18:07.8311551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_coreml_debug/dummy.swift' 2025-03-21T20:18:07.8312832Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_coreml_debug' 2025-03-21T20:18:07.8314064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_mps/dummy.swift' 2025-03-21T20:18:07.8315253Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_mps' 2025-03-21T20:18:07.8316470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_mps_debug/dummy.swift' 2025-03-21T20:18:07.8317718Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_mps_debug' 2025-03-21T20:18:07.8318955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_xnnpack/dummy.swift' 2025-03-21T20:18:07.8320173Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_xnnpack' 2025-03-21T20:18:07.8321419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_xnnpack_debug/dummy.swift' 2025-03-21T20:18:07.8322710Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/backend_xnnpack_debug' 2025-03-21T20:18:07.8323937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/executorch/dummy.swift' 2025-03-21T20:18:07.8325114Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/executorch' 2025-03-21T20:18:07.8326321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/executorch_debug/dummy.swift' 2025-03-21T20:18:07.8327548Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/executorch_debug' 2025-03-21T20:18:07.8328770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_custom/dummy.swift' 2025-03-21T20:18:07.8329975Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_custom' 2025-03-21T20:18:07.8331308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_custom_debug/dummy.swift' 2025-03-21T20:18:07.8332591Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_custom_debug' 2025-03-21T20:18:07.8333916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_optimized/dummy.swift' 2025-03-21T20:18:07.8335170Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_optimized' 2025-03-21T20:18:07.8336450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_optimized_debug/dummy.swift' 2025-03-21T20:18:07.8337760Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_optimized_debug' 2025-03-21T20:18:07.8339035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_portable/dummy.swift' 2025-03-21T20:18:07.8340264Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_portable' 2025-03-21T20:18:07.8341540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_portable_debug/dummy.swift' 2025-03-21T20:18:07.8342843Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_portable_debug' 2025-03-21T20:18:07.8344126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_quantized/dummy.swift' 2025-03-21T20:18:07.8345378Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_quantized' 2025-03-21T20:18:07.8346649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_quantized_debug/dummy.swift' 2025-03-21T20:18:07.8348145Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift/kernels_quantized_debug' 2025-03-21T20:18:07.8349380Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.Package.swift' 2025-03-21T20:18:07.8350343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.buckconfig' 2025-03-21T20:18:07.8351294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/README.md' 2025-03-21T20:18:07.8352289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/build.sh' 2025-03-21T20:18:07.8353360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/ci_commit_pins/buck2.txt' 2025-03-21T20:18:07.8354533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/ci_commit_pins/pytorch.txt' 2025-03-21T20:18:07.8355712Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/ci_commit_pins' 2025-03-21T20:18:07.8356872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_android.sh' 2025-03-21T20:18:07.8358017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_base.sh' 2025-03-21T20:18:07.8359157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_buck.sh' 2025-03-21T20:18:07.8360302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_cache.sh' 2025-03-21T20:18:07.8361450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_clang.sh' 2025-03-21T20:18:07.8362600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_conda.sh' 2025-03-21T20:18:07.8363862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_docs_reqs.sh' 2025-03-21T20:18:07.8365100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_gcc.sh' 2025-03-21T20:18:07.8366232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_java.sh' 2025-03-21T20:18:07.8367396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_linter.sh' 2025-03-21T20:18:07.8368639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_openssl.sh' 2025-03-21T20:18:07.8369819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_pytorch.sh' 2025-03-21T20:18:07.8370976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/install_user.sh' 2025-03-21T20:18:07.8372085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common/utils.sh' 2025-03-21T20:18:07.8373153Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/common' 2025-03-21T20:18:07.8374229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/conda-env-ci.txt' 2025-03-21T20:18:07.8375336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/requirements-ci.txt' 2025-03-21T20:18:07.8376434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/ubuntu/Dockerfile' 2025-03-21T20:18:07.8377510Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker/ubuntu' 2025-03-21T20:18:07.8378535Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/docker' 2025-03-21T20:18:07.8379552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/__init__.py' 2025-03-21T20:18:07.8380625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/build-qnn-sdk.sh' 2025-03-21T20:18:07.8381825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/build_android_instrumentation.sh' 2025-03-21T20:18:07.8383036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/build_llama_android.sh' 2025-03-21T20:18:07.8384161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/download_hf_hub.sh' 2025-03-21T20:18:07.8385312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/gather_benchmark_configs.py' 2025-03-21T20:18:07.8386491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/gather_test_models.py' 2025-03-21T20:18:07.8387691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/setup-arm-baremetal-tools.sh' 2025-03-21T20:18:07.8388942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/setup-conda.sh' 2025-03-21T20:18:07.8390002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/setup-ios.sh' 2025-03-21T20:18:07.8391069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/setup-linux.sh' 2025-03-21T20:18:07.8392144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/setup-macos.sh' 2025-03-21T20:18:07.8393220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/setup-qnn-deps.sh' 2025-03-21T20:18:07.8394439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/setup-vulkan-linux-deps.sh' 2025-03-21T20:18:07.8395631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_ane_static_llama.sh' 2025-03-21T20:18:07.8396860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_eval_llama_mmlu.sh' 2025-03-21T20:18:07.8398047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_eval_llama_wikitext.sh' 2025-03-21T20:18:07.8399185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_ios_ci.sh' 2025-03-21T20:18:07.8400252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_llama.sh' 2025-03-21T20:18:07.8401362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_llama_runner_eager.sh' 2025-03-21T20:18:07.8402565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_llama_torchao_lowbit.sh' 2025-03-21T20:18:07.8403696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_llava.sh' 2025-03-21T20:18:07.8404760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_model.sh' 2025-03-21T20:18:07.8405839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_phi_3_mini.sh' 2025-03-21T20:18:07.8406984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_qnn_static_llama.sh' 2025-03-21T20:18:07.8407506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/test_quantized_aot_lib.sh' 2025-03-21T20:18:07.8408108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/tests/test_gather_benchmark_configs.py' 2025-03-21T20:18:07.8408578Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/tests' 2025-03-21T20:18:07.8409080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/unittest-buck2.sh' 2025-03-21T20:18:07.8409603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/unittest-linux-cmake.sh' 2025-03-21T20:18:07.8410093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/unittest-linux.sh' 2025-03-21T20:18:07.8410622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/unittest-macos-buck2.sh' 2025-03-21T20:18:07.8411140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/unittest-macos-cmake.sh' 2025-03-21T20:18:07.8411633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/unittest-macos.sh' 2025-03-21T20:18:07.8412078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/utils.sh' 2025-03-21T20:18:07.8412572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/wheel/__init__.py' 2025-03-21T20:18:07.8413072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/wheel/envvar_base.sh' 2025-03-21T20:18:07.8413583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/wheel/envvar_linux.sh' 2025-03-21T20:18:07.8414090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/wheel/envvar_macos.sh' 2025-03-21T20:18:07.8414626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/wheel/post_build_script.sh' 2025-03-21T20:18:07.8415154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/wheel/pre_build_script.sh' 2025-03-21T20:18:07.8415693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/wheel/test_base.py' 2025-03-21T20:18:07.8416244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/wheel/test_linux.py' 2025-03-21T20:18:07.8416737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/wheel/test_macos.py' 2025-03-21T20:18:07.8417212Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts/wheel' 2025-03-21T20:18:07.8417643Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci/scripts' 2025-03-21T20:18:07.8418051Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.ci' 2025-03-21T20:18:07.8418451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.clang-format' 2025-03-21T20:18:07.8418844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.clang-tidy' 2025-03-21T20:18:07.8419273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.cmake-format.yaml' 2025-03-21T20:18:07.8419669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.cmakelintrc' 2025-03-21T20:18:07.8420048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.flake8' 2025-03-21T20:18:07.8420577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/ISSUE_TEMPLATE/bug-report.yml' 2025-03-21T20:18:07.8421093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/ISSUE_TEMPLATE/config.yml' 2025-03-21T20:18:07.8421645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/ISSUE_TEMPLATE/documentation.yml' 2025-03-21T20:18:07.8422216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/ISSUE_TEMPLATE/feature-request.yml' 2025-03-21T20:18:07.8422711Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/ISSUE_TEMPLATE' 2025-03-21T20:18:07.8423173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/dependabot.yml' 2025-03-21T20:18:07.8423621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/ghstack_direct' 2025-03-21T20:18:07.8424091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/merge_rules.yaml' 2025-03-21T20:18:07.8424598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/pull_request_template.md' 2025-03-21T20:18:07.8425069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/pytorch-probot.yml' 2025-03-21T20:18:07.8425575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/scripts/check_labels.py' 2025-03-21T20:18:07.8426061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/scripts/cherry_pick.py' 2025-03-21T20:18:07.8426651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/scripts/extract_benchmark_results.py' 2025-03-21T20:18:07.8427143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/scripts/github_utils.py' 2025-03-21T20:18:07.8427629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/scripts/gitutils.py' 2025-03-21T20:18:07.8428116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/scripts/label_utils.py' 2025-03-21T20:18:07.8428756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/scripts/propose_ghstack_orig_pr.py' 2025-03-21T20:18:07.8429423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/scripts/test_extract_benchmark_results.py' 2025-03-21T20:18:07.8429963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/scripts/trymerge.py' 2025-03-21T20:18:07.8430494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/scripts/trymerge_explainer.py' 2025-03-21T20:18:07.8430951Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/scripts' 2025-03-21T20:18:07.8431450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/_android.yml' 2025-03-21T20:18:07.8431947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/_unittest.yml' 2025-03-21T20:18:07.8432470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/android-perf.yml' 2025-03-21T20:18:07.8433065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/android-release-artifacts.yml' 2025-03-21T20:18:07.8433587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/apple-perf.yml' 2025-03-21T20:18:07.8434060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/apple.yml' 2025-03-21T20:18:07.8434615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/build-wheels-linux.yml' 2025-03-21T20:18:07.8435170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/build-wheels-macos.yml' 2025-03-21T20:18:07.8435691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/check-labels.yml' 2025-03-21T20:18:07.8436205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/cherry-pick.yml' 2025-03-21T20:18:07.8436710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/doc-build.yml' 2025-03-21T20:18:07.8437237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/docker-builds.yml' 2025-03-21T20:18:07.8437750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/ghstack_land.yml' 2025-03-21T20:18:07.8438235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/lint.yml' 2025-03-21T20:18:07.8438721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/nightly.yml' 2025-03-21T20:18:07.8439224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/periodic.yml' 2025-03-21T20:18:07.8439692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/pull.yml' 2025-03-21T20:18:07.8440182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/trunk.yml' 2025-03-21T20:18:07.8440743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows/update-viablestrict.yml' 2025-03-21T20:18:07.8441222Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github/workflows' 2025-03-21T20:18:07.8441634Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.github' 2025-03-21T20:18:07.8442023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.gitignore' 2025-03-21T20:18:07.8442413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.gitmodules' 2025-03-21T20:18:07.8442835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.lintrunner.toml' 2025-03-21T20:18:07.8443272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.mypy.ini' 2025-03-21T20:18:07.8443679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/CMakeLists.txt' 2025-03-21T20:18:07.8444173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/CODEOWNERS' 2025-03-21T20:18:07.8444598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/CODE_OF_CONDUCT.md' 2025-03-21T20:18:07.8445021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/CONTRIBUTING.md' 2025-03-21T20:18:07.8445383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/LICENSE' 2025-03-21T20:18:07.8445800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/Package.swift' 2025-03-21T20:18:07.8446207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/README-wheel.md' 2025-03-21T20:18:07.8446589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/README.md' 2025-03-21T20:18:07.8446985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/Test.cmake' 2025-03-21T20:18:07.8447510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/.clang-format' 2025-03-21T20:18:07.8448273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/.gitignore' 2025-03-21T20:18:07.8448808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/CMakeLists.txt' 2025-03-21T20:18:07.8449317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/README.md' 2025-03-21T20:18:07.8449802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/TARGETS' 2025-03-21T20:18:07.8450382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/compiler/__init__.py' 2025-03-21T20:18:07.8451013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-03-21T20:18:07.8451554Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/compiler' 2025-03-21T20:18:07.8452134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-03-21T20:18:07.8452711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/partition/__init__.py' 2025-03-21T20:18:07.8453360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-03-21T20:18:07.8453913Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/partition' 2025-03-21T20:18:07.8454489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/quantizer/__init__.py' 2025-03-21T20:18:07.8455125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-03-21T20:18:07.8455680Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/quantizer' 2025-03-21T20:18:07.8456327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLAsset.h' 2025-03-21T20:18:07.8456999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLAsset.mm' 2025-03-21T20:18:07.8457699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLAssetManager.h' 2025-03-21T20:18:07.8458505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLAssetManager.mm' 2025-03-21T20:18:07.8459274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLComputeUnits.h' 2025-03-21T20:18:07.8460046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLDefaultModelExecutor.h' 2025-03-21T20:18:07.8460807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLDefaultModelExecutor.mm' 2025-03-21T20:18:07.8461471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLLogging.h' 2025-03-21T20:18:07.8462157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLLogging.mm' 2025-03-21T20:18:07.8462799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModel.h' 2025-03-21T20:18:07.8463465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModel.mm' 2025-03-21T20:18:07.8464167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModelCompiler.h' 2025-03-21T20:18:07.8464887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModelCompiler.mm' 2025-03-21T20:18:07.8465588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModelExecutor.h' 2025-03-21T20:18:07.8466294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModelLoader.h' 2025-03-21T20:18:07.8466994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModelLoader.mm' 2025-03-21T20:18:07.8467702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModelManager.h' 2025-03-21T20:18:07.8468405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModelManager.mm' 2025-03-21T20:18:07.8469148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLStrings.h' 2025-03-21T20:18:07.8469818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLStrings.mm' 2025-03-21T20:18:07.8470494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/MLModel_Prewarm.h' 2025-03-21T20:18:07.8471159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/MLModel_Prewarm.mm' 2025-03-21T20:18:07.8471844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/MLMultiArray_Copy.h' 2025-03-21T20:18:07.8472524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/MLMultiArray_Copy.mm' 2025-03-21T20:18:07.8473117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/asset.h' 2025-03-21T20:18:07.8473729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/asset.mm' 2025-03-21T20:18:07.8474447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/backend_delegate.h' 2025-03-21T20:18:07.8475193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/backend_delegate.mm' 2025-03-21T20:18:07.8476005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/com.apple.executorchcoreml_config.plist' 2025-03-21T20:18:07.8476722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/coreml_backend_delegate.mm' 2025-03-21T20:18:07.8477397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/model_event_logger.h' 2025-03-21T20:18:07.8478108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/model_logging_options.h' 2025-03-21T20:18:07.8478753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/model_metadata.h' 2025-03-21T20:18:07.8479394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/multiarray.h' 2025-03-21T20:18:07.8480024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/multiarray.mm' 2025-03-21T20:18:07.8480657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/serde_json.h' 2025-03-21T20:18:07.8481288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/serde_json.mm' 2025-03-21T20:18:07.8481886Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate' 2025-03-21T20:18:07.8482578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/include/coreml_backend/delegate.h' 2025-03-21T20:18:07.8483256Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/include/coreml_backend' 2025-03-21T20:18:07.8483848Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/include' 2025-03-21T20:18:07.8484550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem.cpp' 2025-03-21T20:18:07.8485260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem.hpp' 2025-03-21T20:18:07.8486031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem_metadata.hpp' 2025-03-21T20:18:07.8486835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem_metadata_keys.hpp' 2025-03-21T20:18:07.8487575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem_py.cpp' 2025-03-21T20:18:07.8488330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem_utils.cpp' 2025-03-21T20:18:07.8489076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem_utils.hpp' 2025-03-21T20:18:07.8489822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem_utils.mm' 2025-03-21T20:18:07.8490548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/memory_buffer.cpp' 2025-03-21T20:18:07.8491281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/memory_buffer.hpp' 2025-03-21T20:18:07.8491953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/memory_stream.cpp' 2025-03-21T20:18:07.8492628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/memory_stream.hpp' 2025-03-21T20:18:07.8493245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/range.hpp' 2025-03-21T20:18:07.8493977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/reversed_memory_stream.cpp' 2025-03-21T20:18:07.8494713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/reversed_memory_stream.hpp' 2025-03-21T20:18:07.8495325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2025-03-21T20:18:07.8495930Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs' 2025-03-21T20:18:07.8496553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/kvstore/database.cpp' 2025-03-21T20:18:07.8497177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/kvstore/database.hpp' 2025-03-21T20:18:07.8497864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/kvstore/json_key_value_store.cpp' 2025-03-21T20:18:07.8498568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/kvstore/json_key_value_store.hpp' 2025-03-21T20:18:07.8499232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/kvstore/key_value_store.cpp' 2025-03-21T20:18:07.8499906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/kvstore/key_value_store.hpp' 2025-03-21T20:18:07.8500547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/kvstore/sqlite_error.cpp' 2025-03-21T20:18:07.8501195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/kvstore/sqlite_error.hpp' 2025-03-21T20:18:07.8501821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/kvstore/statement.cpp' 2025-03-21T20:18:07.8502457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/kvstore/statement.hpp' 2025-03-21T20:18:07.8503067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/kvstore/types.hpp' 2025-03-21T20:18:07.8503660Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/kvstore' 2025-03-21T20:18:07.8504336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelAnalyzer.h' 2025-03-21T20:18:07.8505014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelAnalyzer.mm' 2025-03-21T20:18:07.8505703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelDebugInfo.h' 2025-03-21T20:18:07.8506446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelDebugInfo.mm' 2025-03-21T20:18:07.8507185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelDebugger.h' 2025-03-21T20:18:07.8507867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelDebugger.mm' 2025-03-21T20:18:07.8508549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelProfiler.h' 2025-03-21T20:18:07.8509305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelProfiler.mm' 2025-03-21T20:18:07.8510033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelStructurePath.h' 2025-03-21T20:18:07.8510748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLModelStructurePath.mm' 2025-03-21T20:18:07.8511508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLOperationProfilingInfo.h' 2025-03-21T20:18:07.8512258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLOperationProfilingInfo.mm' 2025-03-21T20:18:07.8512886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLPair.h' 2025-03-21T20:18:07.8513501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/ETCoreMLPair.mm' 2025-03-21T20:18:07.8514107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/hash_util.h' 2025-03-21T20:18:07.8514788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/model_event_logger_impl.h' 2025-03-21T20:18:07.8515506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/model_event_logger_impl.mm' 2025-03-21T20:18:07.8516166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/model_package_info.h' 2025-03-21T20:18:07.8516812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/model_package_info.mm' 2025-03-21T20:18:07.8517432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/program_path.h' 2025-03-21T20:18:07.8518042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk/program_path.mm' 2025-03-21T20:18:07.8518619Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/sdk' 2025-03-21T20:18:07.8519299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/BackendDelegateTests.mm' 2025-03-21T20:18:07.8520026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/CoreMLBackendDelegateTests.mm' 2025-03-21T20:18:07.8520654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/DatabaseTests.mm' 2025-03-21T20:18:07.8521368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/ETCoreMLAssetManagerTests.mm' 2025-03-21T20:18:07.8522087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/ETCoreMLAssetTests.mm' 2025-03-21T20:18:07.8522865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/ETCoreMLModelDebuggerTests.mm' 2025-03-21T20:18:07.8523574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/ETCoreMLModelManagerTests.mm' 2025-03-21T20:18:07.8524299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/ETCoreMLModelProfilerTests.mm' 2025-03-21T20:18:07.8525057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/ETCoreMLModelStructurePathTests.mm' 2025-03-21T20:18:07.8525698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/ETCoreMLTestUtils.h' 2025-03-21T20:18:07.8526362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/ETCoreMLTestUtils.mm' 2025-03-21T20:18:07.8527063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/InMemoryFileSystemTests.mm' 2025-03-21T20:18:07.8527733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/KeyValueStoreTests.mm' 2025-03-21T20:18:07.8528366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/MultiArrayTests.mm' 2025-03-21T20:18:07.8529052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-03-21T20:18:07.8529621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test/setup.md' 2025-03-21T20:18:07.8530204Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/test' 2025-03-21T20:18:07.8530811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/util/json_util.cpp' 2025-03-21T20:18:07.8531418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/util/json_util.hpp' 2025-03-21T20:18:07.8532046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/util/objc_array_util.h' 2025-03-21T20:18:07.8532680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/util/objc_json_serde.h' 2025-03-21T20:18:07.8533314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/util/objc_json_serde.mm' 2025-03-21T20:18:07.8533945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/util/objc_safe_cast.h' 2025-03-21T20:18:07.8534518Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/util' 2025-03-21T20:18:07.8535372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/workspace/executorchcoreml.xcodeproj/project.pbxproj' 2025-03-21T20:18:07.8536450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/workspace/executorchcoreml.xcodeproj/xcshareddata/xcschemes/executorchcoreml_tests.xcscheme' 2025-03-21T20:18:07.8537373Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/workspace/executorchcoreml.xcodeproj/xcshareddata/xcschemes' 2025-03-21T20:18:07.8538302Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/workspace/executorchcoreml.xcodeproj/xcshareddata' 2025-03-21T20:18:07.8539145Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/workspace/executorchcoreml.xcodeproj' 2025-03-21T20:18:07.8540060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/workspace/executorchcoreml.xcworkspace/contents.xcworkspacedata' 2025-03-21T20:18:07.8541051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/workspace/executorchcoreml.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist' 2025-03-21T20:18:07.8541938Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/workspace/executorchcoreml.xcworkspace/xcshareddata' 2025-03-21T20:18:07.8542734Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/workspace/executorchcoreml.xcworkspace' 2025-03-21T20:18:07.8543346Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/workspace' 2025-03-21T20:18:07.8543887Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime' 2025-03-21T20:18:07.8544463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/scripts/build_all.sh' 2025-03-21T20:18:07.8545038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/scripts/build_tests.sh' 2025-03-21T20:18:07.8545690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/scripts/generate_test_models.sh' 2025-03-21T20:18:07.8546320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/scripts/install_inmemoryfs.sh' 2025-03-21T20:18:07.8546969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/scripts/install_requirements.sh' 2025-03-21T20:18:07.8547537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/scripts/run_tests.sh' 2025-03-21T20:18:07.8548213Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/scripts' 2025-03-21T20:18:07.8548761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/setup.md' 2025-03-21T20:18:07.8549404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-03-21T20:18:07.8550036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-03-21T20:18:07.8550566Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml/test' 2025-03-21T20:18:07.8551074Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/coreml' 2025-03-21T20:18:07.8551587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/.clang-format' 2025-03-21T20:18:07.8552119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/CMakeLists.txt' 2025-03-21T20:18:07.8552594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/TARGETS' 2025-03-21T20:18:07.8553098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/__init__.py' 2025-03-21T20:18:07.8553762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/install_requirements.sh' 2025-03-21T20:18:07.8554307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/mps_preprocess.py' 2025-03-21T20:18:07.8554935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/__init__.py' 2025-03-21T20:18:07.8555539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/activation_ops.py' 2025-03-21T20:18:07.8556113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/binary_ops.py' 2025-03-21T20:18:07.8556673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/clamp_ops.py' 2025-03-21T20:18:07.8557265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/constant_ops.py' 2025-03-21T20:18:07.8557872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/convolution_ops.py' 2025-03-21T20:18:07.8558466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/indexing_ops.py' 2025-03-21T20:18:07.8559085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-03-21T20:18:07.8559682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/node_visitor.py' 2025-03-21T20:18:07.8560294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/normalization_ops.py' 2025-03-21T20:18:07.8560862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/op_clone.py' 2025-03-21T20:18:07.8561433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/op_getitem.py' 2025-03-21T20:18:07.8562046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-03-21T20:18:07.8562624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-03-21T20:18:07.8563182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/pad_ops.py' 2025-03-21T20:18:07.8563769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/pooling_ops.py' 2025-03-21T20:18:07.8564332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/range_ops.py' 2025-03-21T20:18:07.8564911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/reduce_ops.py' 2025-03-21T20:18:07.8565476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/shape_ops.py' 2025-03-21T20:18:07.8566054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators/unary_ops.py' 2025-03-21T20:18:07.8566587Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/operators' 2025-03-21T20:18:07.8567161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/partition/__init__.py' 2025-03-21T20:18:07.8567769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-03-21T20:18:07.8568309Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/partition' 2025-03-21T20:18:07.8568914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSBackend.mm' 2025-03-21T20:18:07.8569531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSCompiler.h' 2025-03-21T20:18:07.8570093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSCompiler.mm' 2025-03-21T20:18:07.8570696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSDelegateHeader.h' 2025-03-21T20:18:07.8571315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSDelegateHeader.mm' 2025-03-21T20:18:07.8571856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSDevice.h' 2025-03-21T20:18:07.8572416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSDevice.mm' 2025-03-21T20:18:07.8572975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSExecutor.h' 2025-03-21T20:18:07.8573546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSExecutor.mm' 2025-03-21T20:18:07.8574128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSGraphBuilder.h' 2025-03-21T20:18:07.8574733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSGraphBuilder.mm' 2025-03-21T20:18:07.8575274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSStream.h' 2025-03-21T20:18:07.8575833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/MPSStream.mm' 2025-03-21T20:18:07.8576482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/ActivationOps.mm' 2025-03-21T20:18:07.8577125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/BinaryOps.mm' 2025-03-21T20:18:07.8577740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/ClampOps.mm' 2025-03-21T20:18:07.8578374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/ConstantOps.mm' 2025-03-21T20:18:07.8579034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/ConvolutionOps.mm' 2025-03-21T20:18:07.8579665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/IndexingOps.mm' 2025-03-21T20:18:07.8580325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/LinearAlgebra.mm' 2025-03-21T20:18:07.8581009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/MPSGraphSequoiaOps.h' 2025-03-21T20:18:07.8581699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/MPSGraphVenturaOps.h' 2025-03-21T20:18:07.8582368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/NormalizationOps.mm' 2025-03-21T20:18:07.8583017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/OperationUtils.h' 2025-03-21T20:18:07.8583668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/OperationUtils.mm' 2025-03-21T20:18:07.8584341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/PadOps.mm' 2025-03-21T20:18:07.8585023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/PoolingOps.mm' 2025-03-21T20:18:07.8585672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/QuantDequant.mm' 2025-03-21T20:18:07.8586285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/RangeOps.mm' 2025-03-21T20:18:07.8586912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/ReduceOps.mm' 2025-03-21T20:18:07.8587520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/ShapeOps.mm' 2025-03-21T20:18:07.8588135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations/UnaryOps.mm' 2025-03-21T20:18:07.8588810Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime/operations' 2025-03-21T20:18:07.8589337Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/runtime' 2025-03-21T20:18:07.8589985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-03-21T20:18:07.8590629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-03-21T20:18:07.8591215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/serialization/schema.fbs' 2025-03-21T20:18:07.8591777Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/serialization' 2025-03-21T20:18:07.8592270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/setup.md' 2025-03-21T20:18:07.8592769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/targets.bzl' 2025-03-21T20:18:07.8593308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/test/test_mps.py' 2025-03-21T20:18:07.8593902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-03-21T20:18:07.8594504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-03-21T20:18:07.8595078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/test/test_mps_linear.py' 2025-03-21T20:18:07.8595642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/test/test_mps_models.py' 2025-03-21T20:18:07.8596243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-03-21T20:18:07.8596797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/test/test_mps_utils.py' 2025-03-21T20:18:07.8597313Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/test' 2025-03-21T20:18:07.8597850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/utils/mps_utils.py' 2025-03-21T20:18:07.8598409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/utils/quant_utils.py' 2025-03-21T20:18:07.8598925Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps/utils' 2025-03-21T20:18:07.8599484Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple/mps' 2025-03-21T20:18:07.8599994Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/apple' 2025-03-21T20:18:07.8600488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/CMakeLists.txt' 2025-03-21T20:18:07.8600939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/README.md' 2025-03-21T20:18:07.8601377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/TARGETS' 2025-03-21T20:18:07.8601866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/TARGETS' 2025-03-21T20:18:07.8602399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/_debug_passes.py' 2025-03-21T20:18:07.8603081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-03-21T20:18:07.8603696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-03-21T20:18:07.8604253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/arm_pass_manager.py' 2025-03-21T20:18:07.8604790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/arm_pass_utils.py' 2025-03-21T20:18:07.8605341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/cast_int64_pass.py' 2025-03-21T20:18:07.8605919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:18:07.8606574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-03-21T20:18:07.8607204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-03-21T20:18:07.8607830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-03-21T20:18:07.8608398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-03-21T20:18:07.8608986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-03-21T20:18:07.8609588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-03-21T20:18:07.8610145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/convert_to_clamp.py' 2025-03-21T20:18:07.8610753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/decompose_batchnorm_pass.py' 2025-03-21T20:18:07.8611316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/decompose_div_pass.py' 2025-03-21T20:18:07.8611923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-03-21T20:18:07.8612502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-03-21T20:18:07.8613100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-03-21T20:18:07.8613651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/decompose_select.py' 2025-03-21T20:18:07.8614308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-03-21T20:18:07.8614989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-03-21T20:18:07.8615558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/decompose_var_pass.py' 2025-03-21T20:18:07.8616218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-03-21T20:18:07.8616797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-03-21T20:18:07.8617391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-03-21T20:18:07.8618020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-03-21T20:18:07.8618608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-03-21T20:18:07.8619158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/insert_table_ops.py' 2025-03-21T20:18:07.8619803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py' 2025-03-21T20:18:07.8620368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-03-21T20:18:07.8620988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/meandim_to_averagepool_pass.py' 2025-03-21T20:18:07.8621529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-03-21T20:18:07.8622097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/remove_clone_pass.py' 2025-03-21T20:18:07.8622704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-03-21T20:18:07.8623300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-03-21T20:18:07.8623922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-03-21T20:18:07.8624573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-03-21T20:18:07.8625071Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/_passes' 2025-03-21T20:18:07.8625555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/arm_backend.py' 2025-03-21T20:18:07.8626034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/arm_vela.py' 2025-03-21T20:18:07.8626529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/ethosu_backend.py' 2025-03-21T20:18:07.8627063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/ethosu_partitioner.py' 2025-03-21T20:18:07.8627601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operator_support/TARGETS' 2025-03-21T20:18:07.8628168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operator_support/__init__.py' 2025-03-21T20:18:07.8628922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operator_support/convolution_support.py' 2025-03-21T20:18:07.8629591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operator_support/minmax_support.py' 2025-03-21T20:18:07.8630196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operator_support/pool_2d_support.py' 2025-03-21T20:18:07.8630813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-03-21T20:18:07.8631452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operator_support/right_shift_support.py' 2025-03-21T20:18:07.8632062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operator_support/slice_copy_support.py' 2025-03-21T20:18:07.8632675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operator_support/to_copy_support.py' 2025-03-21T20:18:07.8633338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-03-21T20:18:07.8633886Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operator_support' 2025-03-21T20:18:07.8634377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/TARGETS' 2025-03-21T20:18:07.8634912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/__init__.py' 2025-03-21T20:18:07.8635454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/node_visitor.py' 2025-03-21T20:18:07.8635978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_abs.py' 2025-03-21T20:18:07.8636489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_add.py' 2025-03-21T20:18:07.8637016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_amax.py' 2025-03-21T20:18:07.8637531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_amin.py' 2025-03-21T20:18:07.8638037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_any.py' 2025-03-21T20:18:07.8638593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_avg_pool2d.py' 2025-03-21T20:18:07.8639107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_bmm.py' 2025-03-21T20:18:07.8639625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_cat.py' 2025-03-21T20:18:07.8640149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_clamp.py' 2025-03-21T20:18:07.8640740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-03-21T20:18:07.8641266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_conv2d.py' 2025-03-21T20:18:07.8641777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_eq.py' 2025-03-21T20:18:07.8642287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_exp.py' 2025-03-21T20:18:07.8642815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_full.py' 2025-03-21T20:18:07.8643375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_ge.py' 2025-03-21T20:18:07.8643920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_get_item.py' 2025-03-21T20:18:07.8644492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_gt.py' 2025-03-21T20:18:07.8645000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_le.py' 2025-03-21T20:18:07.8645529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_log.py' 2025-03-21T20:18:07.8646032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_lt.py' 2025-03-21T20:18:07.8646592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_max_pool2d.py' 2025-03-21T20:18:07.8647132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_maximum.py' 2025-03-21T20:18:07.8647822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_minimum.py' 2025-03-21T20:18:07.8648343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_mul.py' 2025-03-21T20:18:07.8648894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_permute.py' 2025-03-21T20:18:07.8649449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_reciprocal.py' 2025-03-21T20:18:07.8649977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_repeat.py' 2025-03-21T20:18:07.8650523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_rescale.py' 2025-03-21T20:18:07.8651056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_rshift.py' 2025-03-21T20:18:07.8651592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_rsqrt.py' 2025-03-21T20:18:07.8652123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_sigmoid.py' 2025-03-21T20:18:07.8652653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_slice.py' 2025-03-21T20:18:07.8653162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_sub.py' 2025-03-21T20:18:07.8653676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_sum.py' 2025-03-21T20:18:07.8654193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_table.py' 2025-03-21T20:18:07.8654737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_tanh.py' 2025-03-21T20:18:07.8655275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_to_copy.py' 2025-03-21T20:18:07.8655885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-03-21T20:18:07.8656436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_transpose.py' 2025-03-21T20:18:07.8657040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-03-21T20:18:07.8657568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/op_view.py' 2025-03-21T20:18:07.8658206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/ops_binary.py' 2025-03-21T20:18:07.8658758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators/ops_unary.py' 2025-03-21T20:18:07.8659336Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/operators' 2025-03-21T20:18:07.8659835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/process_node.py' 2025-03-21T20:18:07.8660332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/quantizer/TARGETS' 2025-03-21T20:18:07.8660870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/quantizer/__init__.py' 2025-03-21T20:18:07.8661418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/quantizer/arm_quantizer.py' 2025-03-21T20:18:07.8662023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-03-21T20:18:07.8662638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/quantizer/quantization_annotator.py' 2025-03-21T20:18:07.8663231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/quantizer/quantization_config.py' 2025-03-21T20:18:07.8663747Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/quantizer' 2025-03-21T20:18:07.8664294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/runtime/EthosUBackend.cpp' 2025-03-21T20:18:07.8664792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/runtime/TARGETS' 2025-03-21T20:18:07.8665336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/runtime/VelaBinStream.cpp' 2025-03-21T20:18:07.8665892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/runtime/VelaBinStream.h' 2025-03-21T20:18:07.8666414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/runtime/targets.bzl' 2025-03-21T20:18:07.8666915Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/runtime' 2025-03-21T20:18:07.8667470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/scripts/build_executorch.sh' 2025-03-21T20:18:07.8668086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/scripts/build_executorch_runner.sh' 2025-03-21T20:18:07.8668755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/scripts/build_portable_kernels.sh' 2025-03-21T20:18:07.8669398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/scripts/build_quantized_ops_aot_lib.sh' 2025-03-21T20:18:07.8669904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/scripts/pre-commit' 2025-03-21T20:18:07.8670398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/scripts/pre-push' 2025-03-21T20:18:07.8670912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/scripts/run_fvp.sh' 2025-03-21T20:18:07.8671452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/scripts/setup-dev-env.sh' 2025-03-21T20:18:07.8671953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/scripts/utils.sh' 2025-03-21T20:18:07.8672439Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/scripts' 2025-03-21T20:18:07.8673002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/.coveragerc' 2025-03-21T20:18:07.8673521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/TARGETS' 2025-03-21T20:18:07.8674022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/common.py' 2025-03-21T20:18:07.8674511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/conftest.py' 2025-03-21T20:18:07.8675123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/misc/test_custom_partition.py' 2025-03-21T20:18:07.8675686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/misc/test_debug_feats.py' 2025-03-21T20:18:07.8676290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-03-21T20:18:07.8676880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-03-21T20:18:07.8677478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-03-21T20:18:07.8678093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-03-21T20:18:07.8678691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-03-21T20:18:07.8679401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-03-21T20:18:07.8679962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-03-21T20:18:07.8680477Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/misc' 2025-03-21T20:18:07.8681046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/models/test_conformer.py' 2025-03-21T20:18:07.8681610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/models/test_dl3_arm.py' 2025-03-21T20:18:07.8682149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/models/test_llama.py' 2025-03-21T20:18:07.8682718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/models/test_lstm_arm.py' 2025-03-21T20:18:07.8683322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-03-21T20:18:07.8683920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/models/test_nn_functional.py' 2025-03-21T20:18:07.8684499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/models/test_nn_modules.py' 2025-03-21T20:18:07.8685107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/models/test_torch_functions.py' 2025-03-21T20:18:07.8685670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/models/test_w2l_arm.py' 2025-03-21T20:18:07.8686181Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/models' 2025-03-21T20:18:07.8686707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_abs.py' 2025-03-21T20:18:07.8687217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_add.py' 2025-03-21T20:18:07.8687808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_amax.py' 2025-03-21T20:18:07.8688435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_amin.py' 2025-03-21T20:18:07.8688963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_any.py' 2025-03-21T20:18:07.8689518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-03-21T20:18:07.8690070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_batch_norm.py' 2025-03-21T20:18:07.8690619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_bitwise.py' 2025-03-21T20:18:07.8691130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_bmm.py' 2025-03-21T20:18:07.8691663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_cat.py' 2025-03-21T20:18:07.8692191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_clamp.py' 2025-03-21T20:18:07.8692735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_clone.py' 2025-03-21T20:18:07.8693320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-03-21T20:18:07.8693859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_conv1d.py' 2025-03-21T20:18:07.8694394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_conv2d.py' 2025-03-21T20:18:07.8694965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_conv_combos.py' 2025-03-21T20:18:07.8695547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-03-21T20:18:07.8696076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_div.py' 2025-03-21T20:18:07.8696585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_eq.py' 2025-03-21T20:18:07.8697097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_exp.py' 2025-03-21T20:18:07.8697644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_expand.py' 2025-03-21T20:18:07.8698170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_floor.py' 2025-03-21T20:18:07.8698707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_full.py' 2025-03-21T20:18:07.8699222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_ge.py' 2025-03-21T20:18:07.8699743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_gt.py' 2025-03-21T20:18:07.8700305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-03-21T20:18:07.8700867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_hardswish.py' 2025-03-21T20:18:07.8701412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_hardtanh.py' 2025-03-21T20:18:07.8701974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_layer_norm.py' 2025-03-21T20:18:07.8702536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_le.py' 2025-03-21T20:18:07.8703858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_linear.py' 2025-03-21T20:18:07.8704393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_log.py' 2025-03-21T20:18:07.8704931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_logical.py' 2025-03-21T20:18:07.8705501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-03-21T20:18:07.8706013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_lt.py' 2025-03-21T20:18:07.8706570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_max_pool.py' 2025-03-21T20:18:07.8707102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_maximum.py' 2025-03-21T20:18:07.8707661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_mean_dim.py' 2025-03-21T20:18:07.8708196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_minimum.py' 2025-03-21T20:18:07.8708793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_mm.py' 2025-03-21T20:18:07.8709312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_mul.py' 2025-03-21T20:18:07.8709851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_permute.py' 2025-03-21T20:18:07.8710426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_reciprocal.py' 2025-03-21T20:18:07.8710952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_relu.py' 2025-03-21T20:18:07.8711499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_repeat.py' 2025-03-21T20:18:07.8712032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_rshift.py' 2025-03-21T20:18:07.8712571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_rsqrt.py' 2025-03-21T20:18:07.8713107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_scalars.py' 2025-03-21T20:18:07.8713654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_select.py' 2025-03-21T20:18:07.8714196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_sigmoid.py' 2025-03-21T20:18:07.8714790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-03-21T20:18:07.8715358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-03-21T20:18:07.8715893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_slice.py' 2025-03-21T20:18:07.8716431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_softmax.py' 2025-03-21T20:18:07.8716958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_split.py' 2025-03-21T20:18:07.8717572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_squeeze.py' 2025-03-21T20:18:07.8718087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_sub.py' 2025-03-21T20:18:07.8718666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_sum.py' 2025-03-21T20:18:07.8719185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_tanh.py' 2025-03-21T20:18:07.8719735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_to_copy.py' 2025-03-21T20:18:07.8720282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-03-21T20:18:07.8720901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-03-21T20:18:07.8721421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_var.py' 2025-03-21T20:18:07.8721957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops/test_view.py' 2025-03-21T20:18:07.8722452Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/ops' 2025-03-21T20:18:07.8723061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-03-21T20:18:07.8723678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-03-21T20:18:07.8724269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-03-21T20:18:07.8724912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-03-21T20:18:07.8725554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-03-21T20:18:07.8726206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-03-21T20:18:07.8726833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-03-21T20:18:07.8727508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py' 2025-03-21T20:18:07.8728100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-03-21T20:18:07.8728797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-03-21T20:18:07.8729315Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/passes' 2025-03-21T20:18:07.8729817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/pytest.ini' 2025-03-21T20:18:07.8730457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-03-21T20:18:07.8730990Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/quantizer' 2025-03-21T20:18:07.8731513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/runner_utils.py' 2025-03-21T20:18:07.8732036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/setup_testing.sh' 2025-03-21T20:18:07.8732601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/targets.bzl' 2025-03-21T20:18:07.8733202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/test_arm_baremetal.sh' 2025-03-21T20:18:07.8733719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/test_model.py' 2025-03-21T20:18:07.8734251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/tester/__init__.py' 2025-03-21T20:18:07.8734865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-03-21T20:18:07.8735404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/tester/arm_tester.py' 2025-03-21T20:18:07.8735979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/tester/test_pipeline.py' 2025-03-21T20:18:07.8736496Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/tester' 2025-03-21T20:18:07.8737051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/tosautil/__init__.py' 2025-03-21T20:18:07.8737573Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test/tosautil' 2025-03-21T20:18:07.8738046Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/test' 2025-03-21T20:18:07.8738673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver/.git' 2025-03-21T20:18:07.8739339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver/.clang-format' 2025-03-21T20:18:07.8739998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver/.gitignore' 2025-03-21T20:18:07.8740674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver/CMakeLists.txt' 2025-03-21T20:18:07.8741337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver/LICENSE.txt' 2025-03-21T20:18:07.8741971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver/README.md' 2025-03-21T20:18:07.8742633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver/SECURITY.md' 2025-03-21T20:18:07.8743350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver/include/ethosu_driver.h' 2025-03-21T20:18:07.8744074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver/include/ethosu_types.h' 2025-03-21T20:18:07.8744785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver/include/pmu_ethosu.h' 2025-03-21T20:18:07.8745470Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver/include' 2025-03-21T20:18:07.8746192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver/src/ethosu55_interface.h' 2025-03-21T20:18:07.8746925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver/src/ethosu65_interface.h' 2025-03-21T20:18:07.8747807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver/src/ethosu85_interface.h' 2025-03-21T20:18:07.8748701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver/src/ethosu_config_u55.h' 2025-03-21T20:18:07.8749511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver/src/ethosu_config_u65.h' 2025-03-21T20:18:07.8750225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver/src/ethosu_config_u85.h' 2025-03-21T20:18:07.8750931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver/src/ethosu_device.h' 2025-03-21T20:18:07.8751663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver/src/ethosu_device_u55_u65.c' 2025-03-21T20:18:07.8752393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver/src/ethosu_device_u85.c' 2025-03-21T20:18:07.8753088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver/src/ethosu_driver.c' 2025-03-21T20:18:07.8753813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver/src/ethosu_interface.h' 2025-03-21T20:18:07.8754493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver/src/ethosu_log.h' 2025-03-21T20:18:07.8755176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver/src/ethosu_pmu.c' 2025-03-21T20:18:07.8755829Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver/src' 2025-03-21T20:18:07.8756527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver/zephyr/module.yml' 2025-03-21T20:18:07.8757205Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver/zephyr' 2025-03-21T20:18:07.8757856Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:07.8758458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/.git' 2025-03-21T20:18:07.8759112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/.clang-format' 2025-03-21T20:18:07.8759757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/.gitignore' 2025-03-21T20:18:07.8760395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/.gitmodules' 2025-03-21T20:18:07.8761121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/.pre-commit-config.yaml' 2025-03-21T20:18:07.8761782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/CMakeLists.txt' 2025-03-21T20:18:07.8762431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/LICENSE.txt' 2025-03-21T20:18:07.8763056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/README.md' 2025-03-21T20:18:07.8763763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/include/attribute.def' 2025-03-21T20:18:07.8764505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/include/attribute.h' 2025-03-21T20:18:07.8765277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/include/numpy_utils.h' 2025-03-21T20:18:07.8765986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/include/tosa_generated.h' 2025-03-21T20:18:07.8766775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/include/tosa_serialization_handler.h' 2025-03-21T20:18:07.8767438Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/include' 2025-03-21T20:18:07.8768114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/pyproject.toml' 2025-03-21T20:18:07.8768855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-03-21T20:18:07.8769650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-03-21T20:18:07.8770372Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/serializer' 2025-03-21T20:18:07.8771217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-03-21T20:18:07.8771942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-03-21T20:18:07.8772679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-03-21T20:18:07.8773431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-03-21T20:18:07.8774176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-03-21T20:18:07.8774920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-03-21T20:18:07.8775661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-03-21T20:18:07.8776360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-03-21T20:18:07.8777095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-03-21T20:18:07.8777910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-03-21T20:18:07.8778657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-03-21T20:18:07.8779397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-03-21T20:18:07.8780195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-03-21T20:18:07.8780887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-03-21T20:18:07.8781674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-03-21T20:18:07.8782429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-03-21T20:18:07.8783172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-03-21T20:18:07.8783939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-03-21T20:18:07.8784693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-03-21T20:18:07.8785455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-03-21T20:18:07.8786169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-03-21T20:18:07.8786909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-03-21T20:18:07.8787659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-03-21T20:18:07.8788395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-03-21T20:18:07.8789212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-03-21T20:18:07.8789928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-03-21T20:18:07.8790664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-03-21T20:18:07.8791381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-03-21T20:18:07.8792108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-03-21T20:18:07.8792881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-03-21T20:18:07.8793693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-03-21T20:18:07.8794392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-03-21T20:18:07.8795180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-03-21T20:18:07.8795875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-03-21T20:18:07.8796633Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python/tosa' 2025-03-21T20:18:07.8797339Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/python' 2025-03-21T20:18:07.8798039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/regenerate_headers.sh' 2025-03-21T20:18:07.8798697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-03-21T20:18:07.8799366Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/schema' 2025-03-21T20:18:07.8799986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-03-21T20:18:07.8800672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/src/numpy_utils.cpp' 2025-03-21T20:18:07.8801456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/src/tosa_serialization_handler.cpp' 2025-03-21T20:18:07.8802103Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/src' 2025-03-21T20:18:07.8802868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-03-21T20:18:07.8803597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-03-21T20:18:07.8804335Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit' 2025-03-21T20:18:07.8805027Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/test/scripts' 2025-03-21T20:18:07.8805817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/test/src/serialization_npy_test.cpp' 2025-03-21T20:18:07.8806600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/test/src/serialization_read_write.cpp' 2025-03-21T20:18:07.8807276Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/test/src' 2025-03-21T20:18:07.8807925Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/test' 2025-03-21T20:18:07.8808688Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-03-21T20:18:07.8809437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/third_party/half/ChangeLog.txt' 2025-03-21T20:18:07.8810178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/third_party/half/LICENSE.txt' 2025-03-21T20:18:07.8810897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/third_party/half/README.txt' 2025-03-21T20:18:07.8811667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/third_party/half/include/half.hpp' 2025-03-21T20:18:07.8812472Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/third_party/half/include' 2025-03-21T20:18:07.8813205Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/third_party/half' 2025-03-21T20:18:07.8813945Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/third_party' 2025-03-21T20:18:07.8814557Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib' 2025-03-21T20:18:07.8815087Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party' 2025-03-21T20:18:07.8815578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/tosa_backend.py' 2025-03-21T20:18:07.8816082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/tosa_mapping.py' 2025-03-21T20:18:07.8816600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/tosa_partitioner.py' 2025-03-21T20:18:07.8817125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/tosa_quant_utils.py' 2025-03-21T20:18:07.8817651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/tosa_specification.py' 2025-03-21T20:18:07.8818143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/tosa_utils.py' 2025-03-21T20:18:07.8818700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/util/arm_model_evaluator.py' 2025-03-21T20:18:07.8819181Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/util' 2025-03-21T20:18:07.8819625Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm' 2025-03-21T20:18:07.8820079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/backends.bzl' 2025-03-21T20:18:07.8820576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/.gitignore' 2025-03-21T20:18:07.8821080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/CMakeLists.txt' 2025-03-21T20:18:07.8821567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/README.md' 2025-03-21T20:18:07.8822052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/TARGETS' 2025-03-21T20:18:07.8822572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/__init__.py' 2025-03-21T20:18:07.8823087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/compiler.py' 2025-03-21T20:18:07.8823643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/compiler_utils.py' 2025-03-21T20:18:07.8824192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/export_example.py' 2025-03-21T20:18:07.8824730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/functions.yaml' 2025-03-21T20:18:07.8825317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-03-21T20:18:07.8825875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/functions_hifi.yaml' 2025-03-21T20:18:07.8826398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/fuse_ops.py' 2025-03-21T20:18:07.8827000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/graph_builder.py' 2025-03-21T20:18:07.8827579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/memory_constraints.py' 2025-03-21T20:18:07.8828185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/memory_planning.py' 2025-03-21T20:18:07.8828849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/ops_registrations.py' 2025-03-21T20:18:07.8829391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/pass_utils.py' 2025-03-21T20:18:07.8829901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/passes.py' 2025-03-21T20:18:07.8830443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/quantizer/TARGETS' 2025-03-21T20:18:07.8831051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-03-21T20:18:07.8831631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/quantizer/patterns.py' 2025-03-21T20:18:07.8832217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-03-21T20:18:07.8832768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/quantizer/utils.py' 2025-03-21T20:18:07.8833313Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/quantizer' 2025-03-21T20:18:07.8833911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/ref_implementations.py' 2025-03-21T20:18:07.8834435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/remove_ops.py' 2025-03-21T20:18:07.8834979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/reorder_ops.py' 2025-03-21T20:18:07.8835507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/replace_ops.py' 2025-03-21T20:18:07.8836049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/simplify_ops.py' 2025-03-21T20:18:07.8836679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-03-21T20:18:07.8837299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-03-21T20:18:07.8837902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-03-21T20:18:07.8838510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-03-21T20:18:07.8839142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-03-21T20:18:07.8839773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-03-21T20:18:07.8840418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-03-21T20:18:07.8841056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-03-21T20:18:07.8841593Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/tests' 2025-03-21T20:18:07.8842147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot/utils.py' 2025-03-21T20:18:07.8842704Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/aot' 2025-03-21T20:18:07.8843269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/build_cadence_fusionG3.sh' 2025-03-21T20:18:07.8843823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/build_cadence_hifi4.sh' 2025-03-21T20:18:07.8844380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/build_cadence_runner.sh' 2025-03-21T20:18:07.8844888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/cadence.cmake' 2025-03-21T20:18:07.8845422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/executor_runner.cpp' 2025-03-21T20:18:07.8846066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/CMakeLists.txt' 2025-03-21T20:18:07.8846648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/TARGETS' 2025-03-21T20:18:07.8847246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_add.cpp' 2025-03-21T20:18:07.8848036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_cat.cpp' 2025-03-21T20:18:07.8848647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_clamp.cpp' 2025-03-21T20:18:07.8849302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_dequantize.cpp' 2025-03-21T20:18:07.8849910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_div.cpp' 2025-03-21T20:18:07.8850568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_exp.cpp' 2025-03-21T20:18:07.8851194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_lt.cpp' 2025-03-21T20:18:07.8851803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_mean.cpp' 2025-03-21T20:18:07.8852422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_mul.cpp' 2025-03-21T20:18:07.8853129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_native_layer_norm.cpp' 2025-03-21T20:18:07.8853799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_permute_copy.cpp' 2025-03-21T20:18:07.8854435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_quantize.cpp' 2025-03-21T20:18:07.8855052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_rsqrt.cpp' 2025-03-21T20:18:07.8855673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_sigmoid.cpp' 2025-03-21T20:18:07.8856307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_slice_copy.cpp' 2025-03-21T20:18:07.8856944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_softmax.cpp' 2025-03-21T20:18:07.8857648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_sqrt.cpp' 2025-03-21T20:18:07.8858335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_sub.cpp' 2025-03-21T20:18:07.8858939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_tanh.cpp' 2025-03-21T20:18:07.8859616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_transpose_copy.cpp' 2025-03-21T20:18:07.8860220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/op_where.cpp' 2025-03-21T20:18:07.8860830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/operators.h' 2025-03-21T20:18:07.8861439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/targets.bzl' 2025-03-21T20:18:07.8862108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/tests/test_op_add.cpp' 2025-03-21T20:18:07.8862728Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/tests' 2025-03-21T20:18:07.8863344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/xt_macros.h' 2025-03-21T20:18:07.8863940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators/xt_utils.h' 2025-03-21T20:18:07.8864539Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/operators' 2025-03-21T20:18:07.8865213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/third-party/nnlib/CMakeLists.txt' 2025-03-21T20:18:07.8865837Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/third-party/nnlib' 2025-03-21T20:18:07.8866445Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3/third-party' 2025-03-21T20:18:07.8866970Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/fusion_g3' 2025-03-21T20:18:07.8867559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/kernels/CMakeLists.txt' 2025-03-21T20:18:07.8868097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/kernels/TARGETS' 2025-03-21T20:18:07.8868737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/kernels/kernels.cpp' 2025-03-21T20:18:07.8869294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/kernels/kernels.h' 2025-03-21T20:18:07.8869866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/kernels/targets.bzl' 2025-03-21T20:18:07.8870402Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/kernels' 2025-03-21T20:18:07.8871024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/CMakeLists.txt' 2025-03-21T20:18:07.8871574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/TARGETS' 2025-03-21T20:18:07.8872151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_add.cpp' 2025-03-21T20:18:07.8872791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_atan2.cpp' 2025-03-21T20:18:07.8873354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_cat.cpp' 2025-03-21T20:18:07.8874004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_clamp.cpp' 2025-03-21T20:18:07.8874699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_dequantize_per_tensor.cpp' 2025-03-21T20:18:07.8875277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_div.cpp' 2025-03-21T20:18:07.8875849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_full.cpp' 2025-03-21T20:18:07.8876459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_maximum.cpp' 2025-03-21T20:18:07.8877038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_mean.cpp' 2025-03-21T20:18:07.8877649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_minimum.cpp' 2025-03-21T20:18:07.8878217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_mul.cpp' 2025-03-21T20:18:07.8878856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_permute_copy.cpp' 2025-03-21T20:18:07.8879420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_pow.cpp' 2025-03-21T20:18:07.8880108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_quantize_per_tensor.cpp' 2025-03-21T20:18:07.8880774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_quantized_conv_out.cpp' 2025-03-21T20:18:07.8881512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_quantized_fully_connected_out.cpp' 2025-03-21T20:18:07.8882195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_quantized_layer_norm.cpp' 2025-03-21T20:18:07.8882868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_quantized_linear_out.cpp' 2025-03-21T20:18:07.8883541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_quantized_relu_out.cpp' 2025-03-21T20:18:07.8884153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_remainder.cpp' 2025-03-21T20:18:07.8884750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_rsqrt.cpp' 2025-03-21T20:18:07.8885351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_sigmoid.cpp' 2025-03-21T20:18:07.8885958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_softmax.cpp' 2025-03-21T20:18:07.8886528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_sub.cpp' 2025-03-21T20:18:07.8887108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_tanh.cpp' 2025-03-21T20:18:07.8887688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/op_where.cpp' 2025-03-21T20:18:07.8888338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/operators.h' 2025-03-21T20:18:07.8888960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators/targets.bzl' 2025-03-21T20:18:07.8889516Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/operators' 2025-03-21T20:18:07.8890157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party/nnlib/CMakeLists.txt' 2025-03-21T20:18:07.8890754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party/nnlib/TARGETS' 2025-03-21T20:18:07.8891387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party/nnlib/license.txt' 2025-03-21T20:18:07.8892130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party/nnlib/matmul_asym8uxasym8u_asym8u.cpp' 2025-03-21T20:18:07.8892908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party/nnlib/matmul_asym8uxasym8u_asym8u_macros.h' 2025-03-21T20:18:07.8893534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party/nnlib/targets.bzl' 2025-03-21T20:18:07.8894224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party/nnlib/xa_nn_broadcast_32.c' 2025-03-21T20:18:07.8894915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party/nnlib/xa_nn_broadcast_32_32.c' 2025-03-21T20:18:07.8895591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party/nnlib/xa_nn_concat_32.c' 2025-03-21T20:18:07.8896319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party/nnlib/xa_nn_elm_add_f32_broadcast.c' 2025-03-21T20:18:07.8897010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party/nnlib/xa_nn_elm_atan2_f32.c' 2025-03-21T20:18:07.8897745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party/nnlib/xa_nn_elm_clamp_f32_broadcast.c' 2025-03-21T20:18:07.8898480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party/nnlib/xa_nn_elm_div_f32_broadcast.c' 2025-03-21T20:18:07.8899224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party/nnlib/xa_nn_elm_div_mode_f32_broadcast.c' 2025-03-21T20:18:07.8899972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party/nnlib/xa_nn_elm_minimum_maximum_f32.c' 2025-03-21T20:18:07.8900692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party/nnlib/xa_nn_elm_mul_f32_broadcast.c' 2025-03-21T20:18:07.8901359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party/nnlib/xa_nn_elm_pow_f32.c' 2025-03-21T20:18:07.8902125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party/nnlib/xa_nn_elm_remainder_broadcast_f32.c' 2025-03-21T20:18:07.8902842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party/nnlib/xa_nn_elm_where_f32xf32_f32.c' 2025-03-21T20:18:07.8903523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party/nnlib/xa_nn_reduce_32_32.c' 2025-03-21T20:18:07.8904249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party/nnlib/xa_nn_transpose_32.c' 2025-03-21T20:18:07.8904985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party/nnlib/xa_nn_transpose_8.c' 2025-03-21T20:18:07.8905716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party/nnlib/xa_nnlib_matmul_unroll_macros.h' 2025-03-21T20:18:07.8906330Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party/nnlib' 2025-03-21T20:18:07.8906900Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi/third-party' 2025-03-21T20:18:07.8907400Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/hifi' 2025-03-21T20:18:07.8907964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/install_requirements.sh' 2025-03-21T20:18:07.8908669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/kernels/CMakeLists.txt' 2025-03-21T20:18:07.8909244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/kernels/TARGETS' 2025-03-21T20:18:07.8909855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/kernels/kernels.cpp' 2025-03-21T20:18:07.8910438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/kernels/kernels.h' 2025-03-21T20:18:07.8911038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/kernels/targets.bzl' 2025-03-21T20:18:07.8911629Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/kernels' 2025-03-21T20:18:07.8912266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/CMakeLists.txt' 2025-03-21T20:18:07.8912869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/TARGETS' 2025-03-21T20:18:07.8913576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/dequantize_per_tensor.cpp' 2025-03-21T20:18:07.8914217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/im2row_out.cpp' 2025-03-21T20:18:07.8914823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/op_add.cpp' 2025-03-21T20:18:07.8915488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/op_embedding.cpp' 2025-03-21T20:18:07.8916100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/op_full.cpp' 2025-03-21T20:18:07.8916757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/op_view_copy.cpp' 2025-03-21T20:18:07.8917369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/operators.h' 2025-03-21T20:18:07.8918079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/quantize_per_tensor.cpp' 2025-03-21T20:18:07.8918759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/quantized_conv_out.cpp' 2025-03-21T20:18:07.8919587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/quantized_fully_connected_out.cpp' 2025-03-21T20:18:07.8920289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/quantized_layer_norm.cpp' 2025-03-21T20:18:07.8921034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/quantized_linear_out.cpp' 2025-03-21T20:18:07.8921738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/quantized_matmul_out.cpp' 2025-03-21T20:18:07.8922379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/quantized_ops.h' 2025-03-21T20:18:07.8923072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/quantized_relu_out.cpp' 2025-03-21T20:18:07.8923724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/requantize_out.cpp' 2025-03-21T20:18:07.8924350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators/targets.bzl' 2025-03-21T20:18:07.8924934Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference/operators' 2025-03-21T20:18:07.8925472Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/reference' 2025-03-21T20:18:07.8925983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/runtime/TARGETS' 2025-03-21T20:18:07.8926528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/runtime/__init__.py' 2025-03-21T20:18:07.8927059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/runtime/et_pal.cpp' 2025-03-21T20:18:07.8927615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/runtime/executor.py' 2025-03-21T20:18:07.8928185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/runtime/executor_main.sh' 2025-03-21T20:18:07.8928715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/runtime/runtime.py' 2025-03-21T20:18:07.8929269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/runtime/targets.bzl' 2025-03-21T20:18:07.8929790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/runtime/utils.py' 2025-03-21T20:18:07.8930313Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/runtime' 2025-03-21T20:18:07.8930834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/.git' 2025-03-21T20:18:07.8931538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/.github/workflows/python-app.yml' 2025-03-21T20:18:07.8932181Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/.github/workflows' 2025-03-21T20:18:07.8932775Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/.github' 2025-03-21T20:18:07.8933325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/.gitignore' 2025-03-21T20:18:07.8933937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/CODE_OF_CONDUCT.md' 2025-03-21T20:18:07.8934518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/CONTRIBUTING.md' 2025-03-21T20:18:07.8935147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/LICENSE' 2025-03-21T20:18:07.8935759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/README.md' 2025-03-21T20:18:07.8936382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-03-21T20:18:07.8937001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-03-21T20:18:07.8937849Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/calibrator' 2025-03-21T20:18:07.8938520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-03-21T20:18:07.8939272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-03-21T20:18:07.8939951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-03-21T20:18:07.8940632Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/examples' 2025-03-21T20:18:07.8941242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-03-21T20:18:07.8942044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-03-21T20:18:07.8942790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-03-21T20:18:07.8943585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-03-21T20:18:07.8944301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-03-21T20:18:07.8945069Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple' 2025-03-21T20:18:07.8945847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-03-21T20:18:07.8946597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-03-21T20:18:07.8947360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-03-21T20:18:07.8948246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-03-21T20:18:07.8949089Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument' 2025-03-21T20:18:07.8949815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-03-21T20:18:07.8950667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-03-21T20:18:07.8951397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-03-21T20:18:07.8952336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-03-21T20:18:07.8953057Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute' 2025-03-21T20:18:07.8953846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/overview.md' 2025-03-21T20:18:07.8954604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-03-21T20:18:07.8955385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-03-21T20:18:07.8956079Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs' 2025-03-21T20:18:07.8956859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-03-21T20:18:07.8957627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-03-21T20:18:07.8958376Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils' 2025-03-21T20:18:07.8959132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-03-21T20:18:07.8959943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-03-21T20:18:07.8960657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-03-21T20:18:07.8961491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-03-21T20:18:07.8962223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-03-21T20:18:07.8962946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-03-21T20:18:07.8963728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-03-21T20:18:07.8964427Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable' 2025-03-21T20:18:07.8965233Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/inputgen' 2025-03-21T20:18:07.8965884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-03-21T20:18:07.8966608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-03-21T20:18:07.8967266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-03-21T20:18:07.8968086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-03-21T20:18:07.8968730Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto/specdb' 2025-03-21T20:18:07.8969416Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/facto' 2025-03-21T20:18:07.8970119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/requirements.txt' 2025-03-21T20:18:07.8970808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/setup.py' 2025-03-21T20:18:07.8971571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-03-21T20:18:07.8972405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-03-21T20:18:07.8973193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-03-21T20:18:07.8974087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-03-21T20:18:07.8974842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-03-21T20:18:07.8975609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-03-21T20:18:07.8976441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-03-21T20:18:07.8977148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-03-21T20:18:07.8978012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-03-21T20:18:07.8978709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-03-21T20:18:07.8979536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-03-21T20:18:07.8980302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-03-21T20:18:07.8981165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-03-21T20:18:07.8981913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-03-21T20:18:07.8982752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-03-21T20:18:07.8983408Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/test/inputgen' 2025-03-21T20:18:07.8984043Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO/test' 2025-03-21T20:18:07.8984647Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO' 2025-03-21T20:18:07.8985254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/TARGETS' 2025-03-21T20:18:07.8985827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/facto_util.py' 2025-03-21T20:18:07.8986443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/gen_header.py' 2025-03-21T20:18:07.8987116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/post_compilation.py' 2025-03-21T20:18:07.8987752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/targets.bzl' 2025-03-21T20:18:07.8988361Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils' 2025-03-21T20:18:07.8988958Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence' 2025-03-21T20:18:07.8989528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/README.md' 2025-03-21T20:18:07.8990041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/TARGETS' 2025-03-21T20:18:07.8990653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/diagrams/delegate.png' 2025-03-21T20:18:07.8991326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/diagrams/memory_permute.png' 2025-03-21T20:18:07.8992037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/diagrams/quantize_delegate.png' 2025-03-21T20:18:07.8992604Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/diagrams' 2025-03-21T20:18:07.8993229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_backend.py' 2025-03-21T20:18:07.8993921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_backend_delegate_passes/TARGETS' 2025-03-21T20:18:07.8994755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-03-21T20:18:07.8995592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-03-21T20:18:07.8996378Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_backend_delegate_passes' 2025-03-21T20:18:07.8997003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators/TARGETS' 2025-03-21T20:18:07.8997751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-03-21T20:18:07.8998332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators/add.py' 2025-03-21T20:18:07.8998987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators/conv2d.py' 2025-03-21T20:18:07.8999699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators/conv_relu.py' 2025-03-21T20:18:07.9000334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators/dropout.py' 2025-03-21T20:18:07.9001016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators/flatten.py' 2025-03-21T20:18:07.9001635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators/linear.py' 2025-03-21T20:18:07.9002320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators/op_base.py' 2025-03-21T20:18:07.9002935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators/ops.py' 2025-03-21T20:18:07.9003599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators/utils.py' 2025-03-21T20:18:07.9004278Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_operators' 2025-03-21T20:18:07.9004969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_partitioner.py' 2025-03-21T20:18:07.9005527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/example_quantizer.py' 2025-03-21T20:18:07.9006237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example/test_example_delegate.py' 2025-03-21T20:18:07.9006752Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/example' 2025-03-21T20:18:07.9007356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/CMakeLists.txt' 2025-03-21T20:18:07.9007878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/README.md' 2025-03-21T20:18:07.9008390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/__init__.py' 2025-03-21T20:18:07.9009153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/_passes/__init__.py' 2025-03-21T20:18:07.9009906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-03-21T20:18:07.9010513Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/_passes' 2025-03-21T20:18:07.9011073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/partitioner.py' 2025-03-21T20:18:07.9011675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/preprocess.py' 2025-03-21T20:18:07.9012288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/quantizer/__init__.py' 2025-03-21T20:18:07.9012947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/quantizer/annotator.py' 2025-03-21T20:18:07.9013536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/quantizer/qconfig.py' 2025-03-21T20:18:07.9014185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/quantizer/quantizer.py' 2025-03-21T20:18:07.9014757Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/quantizer' 2025-03-21T20:18:07.9015370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/requirements.txt' 2025-03-21T20:18:07.9016000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime/NeuronBackend.cpp' 2025-03-21T20:18:07.9016607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime/NeuronExecutor.cpp' 2025-03-21T20:18:07.9017359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime/include/NeuronBackend.h' 2025-03-21T20:18:07.9018073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime/include/NeuronBufferAllocator.h' 2025-03-21T20:18:07.9018778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime/include/NeuronExecutor.h' 2025-03-21T20:18:07.9019425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime/include/NeuronLog.h' 2025-03-21T20:18:07.9020172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime/include/NeuronPayloadHeader.h' 2025-03-21T20:18:07.9020944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime/include/api/APUWareUtilsLib.h' 2025-03-21T20:18:07.9021750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime/include/api/NeuronAdapterShim.h' 2025-03-21T20:18:07.9022442Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime/include/api' 2025-03-21T20:18:07.9023102Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime/include' 2025-03-21T20:18:07.9023678Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/runtime' 2025-03-21T20:18:07.9024306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/scripts/mtk_build.sh' 2025-03-21T20:18:07.9024873Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek/scripts' 2025-03-21T20:18:07.9025417Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/mediatek' 2025-03-21T20:18:07.9026006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/CMakeLists.txt' 2025-03-21T20:18:07.9026583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/README.md' 2025-03-21T20:18:07.9027093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/TARGETS' 2025-03-21T20:18:07.9027644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/TARGETS' 2025-03-21T20:18:07.9028239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/__init__.py' 2025-03-21T20:18:07.9029021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/annotate_decomposed.py' 2025-03-21T20:18:07.9029732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-03-21T20:18:07.9030336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-03-21T20:18:07.9030999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/constant_i64_to_i32.py' 2025-03-21T20:18:07.9031678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-03-21T20:18:07.9032477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py' 2025-03-21T20:18:07.9033113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/convert_to_linear.py' 2025-03-21T20:18:07.9033761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/decompose_any.py' 2025-03-21T20:18:07.9034364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-03-21T20:18:07.9035155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-03-21T20:18:07.9035763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-03-21T20:18:07.9036519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-03-21T20:18:07.9037139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-03-21T20:18:07.9037883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-03-21T20:18:07.9038600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-03-21T20:18:07.9039257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-03-21T20:18:07.9039926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/layout_transform.py' 2025-03-21T20:18:07.9040623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-03-21T20:18:07.9041344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-03-21T20:18:07.9041943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/recompose_prelu.py' 2025-03-21T20:18:07.9042689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-03-21T20:18:07.9043329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-03-21T20:18:07.9044005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-03-21T20:18:07.9044664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-03-21T20:18:07.9045320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/replace_inf_buffer.py' 2025-03-21T20:18:07.9045993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py' 2025-03-21T20:18:07.9046620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes/utils.py' 2025-03-21T20:18:07.9047183Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/_passes' 2025-03-21T20:18:07.9047925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/ir/CMakeLists.txt' 2025-03-21T20:18:07.9048529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/ir/TARGETS' 2025-03-21T20:18:07.9049069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-03-21T20:18:07.9049759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/ir/qcir_utils.cpp' 2025-03-21T20:18:07.9050374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/ir/qcir_utils.h' 2025-03-21T20:18:07.9050996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/ir/targets.bzl' 2025-03-21T20:18:07.9051545Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/ir' 2025-03-21T20:18:07.9052168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/python/CMakeLists.txt' 2025-03-21T20:18:07.9052946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/python/PyQnnManagerAdaptor.cpp' 2025-03-21T20:18:07.9053678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/python/PyQnnManagerAdaptor.h' 2025-03-21T20:18:07.9054458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/python/PyQnnWrapperAdaptor.cpp' 2025-03-21T20:18:07.9055250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/python/PyQnnWrapperAdaptor.h' 2025-03-21T20:18:07.9055826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/python/TARGETS' 2025-03-21T20:18:07.9056517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/python/targets.bzl' 2025-03-21T20:18:07.9057097Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/python' 2025-03-21T20:18:07.9057725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/CMakeLists.txt' 2025-03-21T20:18:07.9058410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/OpWrapper.cpp' 2025-03-21T20:18:07.9059015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/OpWrapper.h' 2025-03-21T20:18:07.9059708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/ParamWrapper.h' 2025-03-21T20:18:07.9060422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/QuantizeParamsWrapper.cpp' 2025-03-21T20:18:07.9061166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/QuantizeParamsWrapper.h' 2025-03-21T20:18:07.9061876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/ScalarParamWrapper.h' 2025-03-21T20:18:07.9062561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/TARGETS' 2025-03-21T20:18:07.9063242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/TensorParamWrapper.h' 2025-03-21T20:18:07.9064018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/TensorWrapper.cpp' 2025-03-21T20:18:07.9064661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/TensorWrapper.h' 2025-03-21T20:18:07.9065340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers/targets.bzl' 2025-03-21T20:18:07.9065947Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot/wrappers' 2025-03-21T20:18:07.9066532Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/aot' 2025-03-21T20:18:07.9067110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/README.md' 2025-03-21T20:18:07.9067675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/TARGETS' 2025-03-21T20:18:07.9068324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/__init__.py' 2025-03-21T20:18:07.9069037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/node_visitor.py' 2025-03-21T20:18:07.9069667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_abs.py' 2025-03-21T20:18:07.9070340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-03-21T20:18:07.9070977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_add.py' 2025-03-21T20:18:07.9071656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_arange.py' 2025-03-21T20:18:07.9072354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_argmin.py' 2025-03-21T20:18:07.9072963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-03-21T20:18:07.9073595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-03-21T20:18:07.9074201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_bmm.py' 2025-03-21T20:18:07.9074847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_cat.py' 2025-03-21T20:18:07.9075432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_ceil.py' 2025-03-21T20:18:07.9076062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_clamp.py' 2025-03-21T20:18:07.9076625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_conv2d.py' 2025-03-21T20:18:07.9077262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_cos.py' 2025-03-21T20:18:07.9077984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-03-21T20:18:07.9078598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_dequantize.py' 2025-03-21T20:18:07.9079194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_div.py' 2025-03-21T20:18:07.9079835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_embedding.py' 2025-03-21T20:18:07.9080481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_eq.py' 2025-03-21T20:18:07.9081072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_expand.py' 2025-03-21T20:18:07.9081689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_full.py' 2025-03-21T20:18:07.9082289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_full_like.py' 2025-03-21T20:18:07.9082911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_ge.py' 2025-03-21T20:18:07.9083507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_gelu.py' 2025-03-21T20:18:07.9084169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_group_norm.py' 2025-03-21T20:18:07.9084740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_gt.py' 2025-03-21T20:18:07.9085409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-03-21T20:18:07.9085991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_hardswish.py' 2025-03-21T20:18:07.9086626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-03-21T20:18:07.9087280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_index.py' 2025-03-21T20:18:07.9087940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_index_put.py' 2025-03-21T20:18:07.9088669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-03-21T20:18:07.9089276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-03-21T20:18:07.9089960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_le.py' 2025-03-21T20:18:07.9090565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_linear.py' 2025-03-21T20:18:07.9091183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_log.py' 2025-03-21T20:18:07.9091807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-03-21T20:18:07.9092480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_logical_not.py' 2025-03-21T20:18:07.9093028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_lt.py' 2025-03-21T20:18:07.9093712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_matmul.py' 2025-03-21T20:18:07.9094286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_max.py' 2025-03-21T20:18:07.9094899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-03-21T20:18:07.9095546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-03-21T20:18:07.9096129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_min.py' 2025-03-21T20:18:07.9096773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_mul.py' 2025-03-21T20:18:07.9097356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_ne.py' 2025-03-21T20:18:07.9097971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_neg.py' 2025-03-21T20:18:07.9098534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_or.py' 2025-03-21T20:18:07.9099156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_pad.py' 2025-03-21T20:18:07.9099702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_pow.py' 2025-03-21T20:18:07.9100397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_prelu.py' 2025-03-21T20:18:07.9101001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_quantize.py' 2025-03-21T20:18:07.9101623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_relu.py' 2025-03-21T20:18:07.9102217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_repeat.py' 2025-03-21T20:18:07.9102903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_reshape.py' 2025-03-21T20:18:07.9103529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-03-21T20:18:07.9104191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-03-21T20:18:07.9104940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_select_copy.py' 2025-03-21T20:18:07.9105531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-03-21T20:18:07.9106126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_sin.py' 2025-03-21T20:18:07.9106748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-03-21T20:18:07.9107417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-03-21T20:18:07.9108019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_softmax.py' 2025-03-21T20:18:07.9108767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-03-21T20:18:07.9109443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-03-21T20:18:07.9110069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_sqrt.py' 2025-03-21T20:18:07.9110666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_squeeze.py' 2025-03-21T20:18:07.9111290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_sub.py' 2025-03-21T20:18:07.9111891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-03-21T20:18:07.9112541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_tanh.py' 2025-03-21T20:18:07.9113113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_to.py' 2025-03-21T20:18:07.9113684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_topk.py' 2025-03-21T20:18:07.9114351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_transpose.py' 2025-03-21T20:18:07.9114932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-03-21T20:18:07.9115702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-03-21T20:18:07.9116435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-03-21T20:18:07.9117071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/op_where.py' 2025-03-21T20:18:07.9117668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/qnn_constants.py' 2025-03-21T20:18:07.9118365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/targets.bzl' 2025-03-21T20:18:07.9118943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders/utils.py' 2025-03-21T20:18:07.9119553Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/builders' 2025-03-21T20:18:07.9120113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/debugger/TARGETS' 2025-03-21T20:18:07.9120815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/debugger/utils.py' 2025-03-21T20:18:07.9121468Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/debugger' 2025-03-21T20:18:07.9122085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/partition/TARGETS' 2025-03-21T20:18:07.9122695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/partition/common_defs.py' 2025-03-21T20:18:07.9123313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-03-21T20:18:07.9124025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/partition/targets.bzl' 2025-03-21T20:18:07.9124595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/partition/utils.py' 2025-03-21T20:18:07.9125240Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/partition' 2025-03-21T20:18:07.9125808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/python/.gitignore' 2025-03-21T20:18:07.9126434Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/python' 2025-03-21T20:18:07.9127019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/qnn_preprocess.py' 2025-03-21T20:18:07.9127643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/quantizer/README.md' 2025-03-21T20:18:07.9128205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/quantizer/TARGETS' 2025-03-21T20:18:07.9128924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/quantizer/annotators.py' 2025-03-21T20:18:07.9129549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-03-21T20:18:07.9130443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-03-21T20:18:07.9131068Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/quantizer/observers' 2025-03-21T20:18:07.9131655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/quantizer/qconfig.py' 2025-03-21T20:18:07.9132298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/quantizer/quantizer.py' 2025-03-21T20:18:07.9132883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/quantizer/targets.bzl' 2025-03-21T20:18:07.9133531Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/quantizer' 2025-03-21T20:18:07.9134147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/CMakeLists.txt' 2025-03-21T20:18:07.9134770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/Logging.cpp' 2025-03-21T20:18:07.9135334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/Logging.h' 2025-03-21T20:18:07.9135989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/QnnExecuTorch.h' 2025-03-21T20:18:07.9136634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/QnnExecuTorchBackend.cpp' 2025-03-21T20:18:07.9137449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/QnnExecuTorchBackend.h' 2025-03-21T20:18:07.9138103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/QnnManager.cpp' 2025-03-21T20:18:07.9138739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/QnnManager.h' 2025-03-21T20:18:07.9139344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/SharedBuffer.cpp' 2025-03-21T20:18:07.9139963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/SharedBuffer.h' 2025-03-21T20:18:07.9140551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/TARGETS' 2025-03-21T20:18:07.9141135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/Utils.cpp' 2025-03-21T20:18:07.9141807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/Utils.h' 2025-03-21T20:18:07.9142465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/CMakeLists.txt' 2025-03-21T20:18:07.9143199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnBackendCache.cpp' 2025-03-21T20:18:07.9143852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnBackendCache.h' 2025-03-21T20:18:07.9144640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnBackendCommon.cpp' 2025-03-21T20:18:07.9145322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnBackendCommon.h' 2025-03-21T20:18:07.9146088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnBackendFactory.cpp' 2025-03-21T20:18:07.9146772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnBackendFactory.h' 2025-03-21T20:18:07.9147486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnContextCommon.cpp' 2025-03-21T20:18:07.9167406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnContextCommon.h' 2025-03-21T20:18:07.9168198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnCustomProtocol.cpp' 2025-03-21T20:18:07.9168867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnCustomProtocol.h' 2025-03-21T20:18:07.9169533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnDeviceCommon.cpp' 2025-03-21T20:18:07.9170180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnDeviceCommon.h' 2025-03-21T20:18:07.9170860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnFunctionInterface.h' 2025-03-21T20:18:07.9171508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnGraphCommon.cpp' 2025-03-21T20:18:07.9172145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnGraphCommon.h' 2025-03-21T20:18:07.9172809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnImplementation.cpp' 2025-03-21T20:18:07.9173642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnImplementation.h' 2025-03-21T20:18:07.9174331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnLogger.cpp' 2025-03-21T20:18:07.9174937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnLogger.h' 2025-03-21T20:18:07.9175568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnMemManager.cpp' 2025-03-21T20:18:07.9176196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnMemManager.h' 2025-03-21T20:18:07.9176810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnProfiler.cpp' 2025-03-21T20:18:07.9177432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnProfiler.h' 2025-03-21T20:18:07.9178134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnSysFunctionInterface.h' 2025-03-21T20:18:07.9178826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnSysImplementation.cpp' 2025-03-21T20:18:07.9179491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/QnnSysImplementation.h' 2025-03-21T20:18:07.9180159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpBackend.h' 2025-03-21T20:18:07.9180885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpBackendCache.cpp' 2025-03-21T20:18:07.9181594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpBackendCache.h' 2025-03-21T20:18:07.9182287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpContext.cpp' 2025-03-21T20:18:07.9182961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpContext.h' 2025-03-21T20:18:07.9183726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpContextCustomConfig.h' 2025-03-21T20:18:07.9184404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpDevice.cpp' 2025-03-21T20:18:07.9185067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpDevice.h' 2025-03-21T20:18:07.9185829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpDeviceCustomConfig.h' 2025-03-21T20:18:07.9186637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpDevicePlatformInfoConfig.h' 2025-03-21T20:18:07.9187306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpGraph.cpp' 2025-03-21T20:18:07.9187965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpGraph.h' 2025-03-21T20:18:07.9188808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpGraphCustomConfig.cpp' 2025-03-21T20:18:07.9189648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/HtpGraphCustomConfig.h' 2025-03-21T20:18:07.9190527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/aarch64/HtpContextCustomConfig.cpp' 2025-03-21T20:18:07.9191354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/aarch64/HtpDeviceCustomConfig.cpp' 2025-03-21T20:18:07.9192201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/aarch64/HtpDevicePlatformInfoConfig.cpp' 2025-03-21T20:18:07.9193022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/aarch64/HtpGraphCustomConfig.cpp' 2025-03-21T20:18:07.9193708Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/aarch64' 2025-03-21T20:18:07.9194517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/x86_64/HtpContextCustomConfig.cpp' 2025-03-21T20:18:07.9195337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/x86_64/HtpDeviceCustomConfig.cpp' 2025-03-21T20:18:07.9196171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/x86_64/HtpDevicePlatformInfoConfig.cpp' 2025-03-21T20:18:07.9196979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/x86_64/HtpGraphCustomConfig.cpp' 2025-03-21T20:18:07.9197656Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend/x86_64' 2025-03-21T20:18:07.9198298Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends/htpbackend' 2025-03-21T20:18:07.9198876Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/backends' 2025-03-21T20:18:07.9199419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime/targets.bzl' 2025-03-21T20:18:07.9199936Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/runtime' 2025-03-21T20:18:07.9200463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/scripts/build.sh' 2025-03-21T20:18:07.9200978Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/scripts' 2025-03-21T20:18:07.9201536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/serialization/TARGETS' 2025-03-21T20:18:07.9202165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-03-21T20:18:07.9202756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/serialization/qc_schema.py' 2025-03-21T20:18:07.9203397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-03-21T20:18:07.9203969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/serialization/targets.bzl' 2025-03-21T20:18:07.9204533Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/serialization' 2025-03-21T20:18:07.9205004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/setup.md' 2025-03-21T20:18:07.9205553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/targets.bzl' 2025-03-21T20:18:07.9206104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/tests/TARGETS' 2025-03-21T20:18:07.9206627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/tests/models.py' 2025-03-21T20:18:07.9207204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-03-21T20:18:07.9207723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/tests/utils.py' 2025-03-21T20:18:07.9208227Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/tests' 2025-03-21T20:18:07.9208734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/utils/TARGETS' 2025-03-21T20:18:07.9209269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/utils/constants.py' 2025-03-21T20:18:07.9209799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/utils/targets.bzl' 2025-03-21T20:18:07.9210319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/utils/utils.py' 2025-03-21T20:18:07.9210820Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm/utils' 2025-03-21T20:18:07.9211295Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/qualcomm' 2025-03-21T20:18:07.9211745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/test/README.md' 2025-03-21T20:18:07.9212200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/test/TARGETS' 2025-03-21T20:18:07.9212777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/test/multi_method_delegate_test.cpp' 2025-03-21T20:18:07.9213257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/test/targets.bzl' 2025-03-21T20:18:07.9213701Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/test' 2025-03-21T20:18:07.9214187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/TARGETS' 2025-03-21T20:18:07.9214685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/__init__.py' 2025-03-21T20:18:07.9215242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/addmm_mm_to_linear.py' 2025-03-21T20:18:07.9215814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/convert_dtype_pass.py' 2025-03-21T20:18:07.9216353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/decompose_sdpa.py' 2025-03-21T20:18:07.9216997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-03-21T20:18:07.9217605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-03-21T20:18:07.9218182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-03-21T20:18:07.9218743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/fuse_dequant_linear.py' 2025-03-21T20:18:07.9219288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/fuse_view_copy.py' 2025-03-21T20:18:07.9219886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/mean_to_sum_div.py' 2025-03-21T20:18:07.9220498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/rank_0_to_rank_1.py' 2025-03-21T20:18:07.9221038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/remove_clone_ops.py' 2025-03-21T20:18:07.9221656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-03-21T20:18:07.9222156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/targets.bzl' 2025-03-21T20:18:07.9222874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-03-21T20:18:07.9223570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-03-21T20:18:07.9224178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-03-21T20:18:07.9224699Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/test' 2025-03-21T20:18:07.9225189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/utils.py' 2025-03-21T20:18:07.9225832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-03-21T20:18:07.9226315Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/transforms' 2025-03-21T20:18:07.9226825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/CMakeLists.txt' 2025-03-21T20:18:07.9227295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/README.md' 2025-03-21T20:18:07.9227768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/TARGETS' 2025-03-21T20:18:07.9228250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/__init__.py' 2025-03-21T20:18:07.9228821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/_passes/TARGETS' 2025-03-21T20:18:07.9229362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/_passes/__init__.py' 2025-03-21T20:18:07.9229963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-03-21T20:18:07.9230611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-03-21T20:18:07.9231170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/_passes/remove_asserts.py' 2025-03-21T20:18:07.9231837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-03-21T20:18:07.9232435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-03-21T20:18:07.9233067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-03-21T20:18:07.9233663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-03-21T20:18:07.9234183Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/_passes' 2025-03-21T20:18:07.9234807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/cmake/ShaderLibrary.cmake' 2025-03-21T20:18:07.9235355Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/cmake' 2025-03-21T20:18:07.9235870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/custom_ops_lib.py' 2025-03-21T20:18:07.9236397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/docs/android_demo.md' 2025-03-21T20:18:07.9236896Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/docs' 2025-03-21T20:18:07.9237383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/op_registry.py' 2025-03-21T20:18:07.9237922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/partitioner/TARGETS' 2025-03-21T20:18:07.9238538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-03-21T20:18:07.9239082Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/partitioner' 2025-03-21T20:18:07.9239592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/quantizer/TARGETS' 2025-03-21T20:18:07.9240183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-03-21T20:18:07.9240701Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/quantizer' 2025-03-21T20:18:07.9241267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/VulkanBackend.cpp' 2025-03-21T20:18:07.9241883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/VulkanDelegateHeader.cpp' 2025-03-21T20:18:07.9242494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/VulkanDelegateHeader.h' 2025-03-21T20:18:07.9243046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api/Context.cpp' 2025-03-21T20:18:07.9243582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api/Context.h' 2025-03-21T20:18:07.9244192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api/ShaderRegistry.cpp' 2025-03-21T20:18:07.9244770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api/ShaderRegistry.h' 2025-03-21T20:18:07.9245304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api/api.h' 2025-03-21T20:18:07.9245957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api/containers/ParamsBuffer.cpp' 2025-03-21T20:18:07.9246606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api/containers/ParamsBuffer.h' 2025-03-21T20:18:07.9247250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api/containers/StagingBuffer.h' 2025-03-21T20:18:07.9248047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api/containers/Tensor.cpp' 2025-03-21T20:18:07.9248652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api/containers/Tensor.h' 2025-03-21T20:18:07.9249252Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api/containers' 2025-03-21T20:18:07.9251733Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/api' 2025-03-21T20:18:07.9252368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-03-21T20:18:07.9252978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ComputeGraph.cpp' 2025-03-21T20:18:07.9253553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ComputeGraph.h' 2025-03-21T20:18:07.9254156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/GraphConfig.cpp' 2025-03-21T20:18:07.9254724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/GraphConfig.h' 2025-03-21T20:18:07.9255301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/Logging.cpp' 2025-03-21T20:18:07.9255850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/Logging.h' 2025-03-21T20:18:07.9256495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers/Constant.cpp' 2025-03-21T20:18:07.9257116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers/Constant.h' 2025-03-21T20:18:07.9257824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers/PushConstantData.cpp' 2025-03-21T20:18:07.9258506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers/PushConstantData.h' 2025-03-21T20:18:07.9259181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers/SharedObject.cpp' 2025-03-21T20:18:07.9259832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers/SharedObject.h' 2025-03-21T20:18:07.9260459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers/SymInt.cpp' 2025-03-21T20:18:07.9261063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers/SymInt.h' 2025-03-21T20:18:07.9261675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers/Types.cpp' 2025-03-21T20:18:07.9262283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers/Types.h' 2025-03-21T20:18:07.9262891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers/Value.h' 2025-03-21T20:18:07.9263500Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/containers' 2025-03-21T20:18:07.9264092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/BlitNode.cpp' 2025-03-21T20:18:07.9264677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/BlitNode.h' 2025-03-21T20:18:07.9265290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/DispatchNode.cpp' 2025-03-21T20:18:07.9265906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/DispatchNode.h' 2025-03-21T20:18:07.9266564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/ExecuteNode.cpp' 2025-03-21T20:18:07.9267172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/ExecuteNode.h' 2025-03-21T20:18:07.9267875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/OperatorRegistry.cpp' 2025-03-21T20:18:07.9268517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/OperatorRegistry.h' 2025-03-21T20:18:07.9269207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/PrepackNode.cpp' 2025-03-21T20:18:07.9269809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/PrepackNode.h' 2025-03-21T20:18:07.9270452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/activations.h' 2025-03-21T20:18:07.9271150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.glsl' 2025-03-21T20:18:07.9271854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-03-21T20:18:07.9272560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.glsl' 2025-03-21T20:18:07.9273282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-03-21T20:18:07.9273957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.glsl' 2025-03-21T20:18:07.9274637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-03-21T20:18:07.9275256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.glsl' 2025-03-21T20:18:07.9275877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-03-21T20:18:07.9276515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.glsl' 2025-03-21T20:18:07.9277161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-03-21T20:18:07.9277792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.glsl' 2025-03-21T20:18:07.9278439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-03-21T20:18:07.9279079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.glsl' 2025-03-21T20:18:07.9279710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-03-21T20:18:07.9280506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.glsl' 2025-03-21T20:18:07.9281291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-03-21T20:18:07.9281979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/broadcasting_utils.h' 2025-03-21T20:18:07.9282717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.glsl' 2025-03-21T20:18:07.9283457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-03-21T20:18:07.9284123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.glsl' 2025-03-21T20:18:07.9284791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-03-21T20:18:07.9285401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.glsl' 2025-03-21T20:18:07.9286012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-03-21T20:18:07.9286632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.glsl' 2025-03-21T20:18:07.9287252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-03-21T20:18:07.9287861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.glsl' 2025-03-21T20:18:07.9288478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-03-21T20:18:07.9289108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.glsl' 2025-03-21T20:18:07.9289739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-03-21T20:18:07.9290455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.glsl' 2025-03-21T20:18:07.9291159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-03-21T20:18:07.9291907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.glsl' 2025-03-21T20:18:07.9292641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-03-21T20:18:07.9293388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.glsl' 2025-03-21T20:18:07.9294122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-03-21T20:18:07.9294845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.glsl' 2025-03-21T20:18:07.9295558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-03-21T20:18:07.9296197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.glsl' 2025-03-21T20:18:07.9296823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-03-21T20:18:07.9297513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.glsl' 2025-03-21T20:18:07.9298245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-03-21T20:18:07.9299098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.glsl' 2025-03-21T20:18:07.9299879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-03-21T20:18:07.9300580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.glsl' 2025-03-21T20:18:07.9301272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-03-21T20:18:07.9301923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.glsl' 2025-03-21T20:18:07.9302567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-03-21T20:18:07.9303279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.glsl' 2025-03-21T20:18:07.9303998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-03-21T20:18:07.9304632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.glsl' 2025-03-21T20:18:07.9305275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-03-21T20:18:07.9305879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.glsl' 2025-03-21T20:18:07.9306488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-03-21T20:18:07.9307092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/full.glsl' 2025-03-21T20:18:07.9307694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-03-21T20:18:07.9308333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.glsl' 2025-03-21T20:18:07.9309057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-03-21T20:18:07.9309715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.glsl' 2025-03-21T20:18:07.9310386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-03-21T20:18:07.9311037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.glsl' 2025-03-21T20:18:07.9311685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-03-21T20:18:07.9312394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.glsl' 2025-03-21T20:18:07.9313091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-03-21T20:18:07.9313740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/indexing_utils.h' 2025-03-21T20:18:07.9314515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.glsl' 2025-03-21T20:18:07.9315244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-03-21T20:18:07.9315881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.glsl' 2025-03-21T20:18:07.9316523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-03-21T20:18:07.9317203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.glsl' 2025-03-21T20:18:07.9317898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-03-21T20:18:07.9318681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.glsl' 2025-03-21T20:18:07.9319479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-03-21T20:18:07.9320144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.glsl' 2025-03-21T20:18:07.9320817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-03-21T20:18:07.9321476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.glsl' 2025-03-21T20:18:07.9322145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-03-21T20:18:07.9322755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.glsl' 2025-03-21T20:18:07.9323523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-03-21T20:18:07.9324175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.glsl' 2025-03-21T20:18:07.9324818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-03-21T20:18:07.9325505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.glsl' 2025-03-21T20:18:07.9326192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-03-21T20:18:07.9326830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.glsl' 2025-03-21T20:18:07.9327451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-03-21T20:18:07.9328096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.glsl' 2025-03-21T20:18:07.9328737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml' 2025-03-21T20:18:07.9329381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.glsl' 2025-03-21T20:18:07.9330126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml' 2025-03-21T20:18:07.9330919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.glsl' 2025-03-21T20:18:07.9331624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml' 2025-03-21T20:18:07.9332252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.glsl' 2025-03-21T20:18:07.9332865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-03-21T20:18:07.9333528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.glsl' 2025-03-21T20:18:07.9334204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-03-21T20:18:07.9334904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.glsl' 2025-03-21T20:18:07.9335597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-03-21T20:18:07.9336275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.glsl' 2025-03-21T20:18:07.9336967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-03-21T20:18:07.9337754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.glsl' 2025-03-21T20:18:07.9338613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-03-21T20:18:07.9339287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.glsl' 2025-03-21T20:18:07.9339963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml' 2025-03-21T20:18:07.9340644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.glsl' 2025-03-21T20:18:07.9341337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml' 2025-03-21T20:18:07.9342021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.glsl' 2025-03-21T20:18:07.9342704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml' 2025-03-21T20:18:07.9343383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.glsl' 2025-03-21T20:18:07.9344061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml' 2025-03-21T20:18:07.9344748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.glsl' 2025-03-21T20:18:07.9345421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml' 2025-03-21T20:18:07.9346161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.glsl' 2025-03-21T20:18:07.9346968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml' 2025-03-21T20:18:07.9347814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.glsl' 2025-03-21T20:18:07.9348484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml' 2025-03-21T20:18:07.9349223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.glsl' 2025-03-21T20:18:07.9349898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml' 2025-03-21T20:18:07.9350600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.glsl' 2025-03-21T20:18:07.9351292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml' 2025-03-21T20:18:07.9351919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.glsl' 2025-03-21T20:18:07.9352542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-03-21T20:18:07.9353172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.glsl' 2025-03-21T20:18:07.9353798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-03-21T20:18:07.9354593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.glsl' 2025-03-21T20:18:07.9355290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml' 2025-03-21T20:18:07.9355892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/view.glsl' 2025-03-21T20:18:07.9356500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-03-21T20:18:07.9357085Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/glsl' 2025-03-21T20:18:07.9357703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Arange.cpp' 2025-03-21T20:18:07.9358337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/BatchNorm.cpp' 2025-03-21T20:18:07.9358974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/BinaryOp.cpp' 2025-03-21T20:18:07.9359565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Cat.cpp' 2025-03-21T20:18:07.9360173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Clone.cpp' 2025-03-21T20:18:07.9360845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Clone.h' 2025-03-21T20:18:07.9361492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Convolution.cpp' 2025-03-21T20:18:07.9362199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Copy.cpp' 2025-03-21T20:18:07.9362877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Copy.h' 2025-03-21T20:18:07.9363504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Embedding.cpp' 2025-03-21T20:18:07.9364106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Flip.cpp' 2025-03-21T20:18:07.9364710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Full.cpp' 2025-03-21T20:18:07.9365345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/GridPriors.cpp' 2025-03-21T20:18:07.9366003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/IndexSelect.cpp' 2025-03-21T20:18:07.9366702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Linear.cpp' 2025-03-21T20:18:07.9367325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/MatMul.cpp' 2025-03-21T20:18:07.9367923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/MatMul.h' 2025-03-21T20:18:07.9368605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/NativeLayerNorm.cpp' 2025-03-21T20:18:07.9369200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Pad.cpp' 2025-03-21T20:18:07.9369832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Permute.cpp' 2025-03-21T20:18:07.9370437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Permute.h' 2025-03-21T20:18:07.9371049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Pool.cpp' 2025-03-21T20:18:07.9371723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/QuantizedLinear.cpp' 2025-03-21T20:18:07.9372344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Reduce.cpp' 2025-03-21T20:18:07.9372963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Repeat.cpp' 2025-03-21T20:18:07.9373654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/RepeatInterleave.cpp' 2025-03-21T20:18:07.9374330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/RepeatInterleave.h' 2025-03-21T20:18:07.9375005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/RotaryEmbedding.cpp' 2025-03-21T20:18:07.9375644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/SDPA.cpp' 2025-03-21T20:18:07.9376295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Select.cpp' 2025-03-21T20:18:07.9376907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Slice.cpp' 2025-03-21T20:18:07.9377501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Slice.h' 2025-03-21T20:18:07.9378194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Softmax.cpp' 2025-03-21T20:18:07.9378848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Softmax.h' 2025-03-21T20:18:07.9379469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Split.cpp' 2025-03-21T20:18:07.9380083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Squeeze.cpp' 2025-03-21T20:18:07.9380714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Staging.cpp' 2025-03-21T20:18:07.9381319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Staging.h' 2025-03-21T20:18:07.9381934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/ToCopy.cpp' 2025-03-21T20:18:07.9382583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Transpose.cpp' 2025-03-21T20:18:07.9383250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Transpose.h' 2025-03-21T20:18:07.9383883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/UnaryOp.cpp' 2025-03-21T20:18:07.9384514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Unsqueeze.cpp' 2025-03-21T20:18:07.9385153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/Upsample.cpp' 2025-03-21T20:18:07.9385758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/View.cpp' 2025-03-21T20:18:07.9386361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/View.h' 2025-03-21T20:18:07.9387003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils/DimUtils.h' 2025-03-21T20:18:07.9387702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils/KernelUtils.cpp' 2025-03-21T20:18:07.9388379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils/KernelUtils.h' 2025-03-21T20:18:07.9389169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils/QPackUtils.cpp' 2025-03-21T20:18:07.9389856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils/QPackUtils.h' 2025-03-21T20:18:07.9390533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils/ScalarUtils.h' 2025-03-21T20:18:07.9391227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils/TensorUtils.cpp' 2025-03-21T20:18:07.9391893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils/TensorUtils.h' 2025-03-21T20:18:07.9392530Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl/utils' 2025-03-21T20:18:07.9393118Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/impl' 2025-03-21T20:18:07.9393850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/utils/BindingUtils.cpp' 2025-03-21T20:18:07.9394554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/utils/BindingUtils.h' 2025-03-21T20:18:07.9395244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/utils/ShaderNameUtils.cpp' 2025-03-21T20:18:07.9395961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/utils/ShaderNameUtils.h' 2025-03-21T20:18:07.9396631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/utils/StagingUtils.cpp' 2025-03-21T20:18:07.9397273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/utils/StagingUtils.h' 2025-03-21T20:18:07.9397892Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops/utils' 2025-03-21T20:18:07.9398467Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph/ops' 2025-03-21T20:18:07.9399019Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/graph' 2025-03-21T20:18:07.9399584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/utils/MacroUtils.h' 2025-03-21T20:18:07.9400168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/utils/StorageUtils.h' 2025-03-21T20:18:07.9400740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/utils/StringUtils.h' 2025-03-21T20:18:07.9401297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/utils/VecUtils.h' 2025-03-21T20:18:07.9401853Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/utils' 2025-03-21T20:18:07.9402415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Adapter.cpp' 2025-03-21T20:18:07.9402971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Adapter.h' 2025-03-21T20:18:07.9403536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Command.cpp' 2025-03-21T20:18:07.9404099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Command.h' 2025-03-21T20:18:07.9404683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Descriptor.cpp' 2025-03-21T20:18:07.9405268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Descriptor.h' 2025-03-21T20:18:07.9405831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Device.cpp' 2025-03-21T20:18:07.9406389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Device.h' 2025-03-21T20:18:07.9406967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Exception.cpp' 2025-03-21T20:18:07.9407573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Exception.h' 2025-03-21T20:18:07.9408134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Fence.cpp' 2025-03-21T20:18:07.9408726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Fence.h' 2025-03-21T20:18:07.9409355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Pipeline.cpp' 2025-03-21T20:18:07.9409913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Pipeline.h' 2025-03-21T20:18:07.9410502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/QueryPool.cpp' 2025-03-21T20:18:07.9411066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/QueryPool.h' 2025-03-21T20:18:07.9411636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Runtime.cpp' 2025-03-21T20:18:07.9412196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Runtime.h' 2025-03-21T20:18:07.9412762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Shader.cpp' 2025-03-21T20:18:07.9413312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Shader.h' 2025-03-21T20:18:07.9413908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/Types.h' 2025-03-21T20:18:07.9414460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/VkUtils.h' 2025-03-21T20:18:07.9415090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/memory/Allocation.cpp' 2025-03-21T20:18:07.9415719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/memory/Allocation.h' 2025-03-21T20:18:07.9416341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/memory/Allocator.cpp' 2025-03-21T20:18:07.9417042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/memory/Allocator.h' 2025-03-21T20:18:07.9417645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/memory/Buffer.cpp' 2025-03-21T20:18:07.9418243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/memory/Buffer.h' 2025-03-21T20:18:07.9418837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/memory/Image.cpp' 2025-03-21T20:18:07.9419431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/memory/Image.h' 2025-03-21T20:18:07.9420044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/memory/vma_api.cpp' 2025-03-21T20:18:07.9420655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/memory/vma_api.h' 2025-03-21T20:18:07.9421239Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/memory' 2025-03-21T20:18:07.9421797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api/vk_api.h' 2025-03-21T20:18:07.9422340Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime/vk_api' 2025-03-21T20:18:07.9422850Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/runtime' 2025-03-21T20:18:07.9423490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/serialization/TARGETS' 2025-03-21T20:18:07.9424118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/serialization/schema.fbs' 2025-03-21T20:18:07.9424746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/serialization/targets.bzl' 2025-03-21T20:18:07.9425386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-03-21T20:18:07.9426029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-03-21T20:18:07.9426683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-03-21T20:18:07.9427238Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/serialization' 2025-03-21T20:18:07.9427726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/targets.bzl' 2025-03-21T20:18:07.9428266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/CMakeLists.txt' 2025-03-21T20:18:07.9428859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/TARGETS' 2025-03-21T20:18:07.9429441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/compute_api_tests.bzl' 2025-03-21T20:18:07.9430002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-03-21T20:18:07.9430674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl/binary_op_nobroadcast__test.glsl' 2025-03-21T20:18:07.9431257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl/fill_buffer.glsl' 2025-03-21T20:18:07.9431865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl/fill_texture__test.glsl' 2025-03-21T20:18:07.9432467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl/idx_fill_buffer.glsl' 2025-03-21T20:18:07.9433064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl/idx_fill_texture.glsl' 2025-03-21T20:18:07.9433640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl/indexing_utils.h' 2025-03-21T20:18:07.9434248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl/reference_matmul.glsl' 2025-03-21T20:18:07.9434857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl/scalar_add_buffer.glsl' 2025-03-21T20:18:07.9435467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl/scalar_add_texture.glsl' 2025-03-21T20:18:07.9436045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl/test_shader.glsl' 2025-03-21T20:18:07.9436566Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/glsl' 2025-03-21T20:18:07.9437105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/TARGETS' 2025-03-21T20:18:07.9437641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/cases.py' 2025-03-21T20:18:07.9438280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-03-21T20:18:07.9439031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-03-21T20:18:07.9439738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/linear_weight_int4_test.cpp' 2025-03-21T20:18:07.9440471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/rotary_embedding_test.cpp' 2025-03-21T20:18:07.9441042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/sdpa_test.cpp' 2025-03-21T20:18:07.9441610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/targets.bzl' 2025-03-21T20:18:07.9442222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-03-21T20:18:07.9442875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-03-21T20:18:07.9443525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-03-21T20:18:07.9444202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-03-21T20:18:07.9444859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-03-21T20:18:07.9445469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-03-21T20:18:07.9446045Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests/utils' 2025-03-21T20:18:07.9446600Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/op_tests' 2025-03-21T20:18:07.9447172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/test_serialization.py' 2025-03-21T20:18:07.9447915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-03-21T20:18:07.9448546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-03-21T20:18:07.9449097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/utils/test_utils.cpp' 2025-03-21T20:18:07.9449654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/utils/test_utils.h' 2025-03-21T20:18:07.9450175Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/utils' 2025-03-21T20:18:07.9450793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test/vulkan_compute_api_test.cpp' 2025-03-21T20:18:07.9451281Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/test' 2025-03-21T20:18:07.9451890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/.git' 2025-03-21T20:18:07.9452565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/.cmake-format.py' 2025-03-21T20:18:07.9453233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/.gitattributes' 2025-03-21T20:18:07.9454008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/.github/ISSUE_TEMPLATE/bug_report.md' 2025-03-21T20:18:07.9454954Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/.github/ISSUE_TEMPLATE' 2025-03-21T20:18:07.9455695Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/.github' 2025-03-21T20:18:07.9456325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/.gitignore' 2025-03-21T20:18:07.9456953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/BUILD.gn' 2025-03-21T20:18:07.9457567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/BUILD.md' 2025-03-21T20:18:07.9458235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/CMakeLists.txt' 2025-03-21T20:18:07.9458915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/CODE_OF_CONDUCT.md' 2025-03-21T20:18:07.9459567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/LICENSE.txt' 2025-03-21T20:18:07.9460192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/README.md' 2025-03-21T20:18:07.9460931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/cmake/Copyright_cmake.txt' 2025-03-21T20:18:07.9461688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/cmake/cmake_uninstall.cmake.in' 2025-03-21T20:18:07.9462358Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/cmake' 2025-03-21T20:18:07.9463187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vk_video/vulkan_video_codec_h264std.h' 2025-03-21T20:18:07.9464054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vk_video/vulkan_video_codec_h264std_decode.h' 2025-03-21T20:18:07.9464914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vk_video/vulkan_video_codec_h264std_encode.h' 2025-03-21T20:18:07.9465746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vk_video/vulkan_video_codec_h265std.h' 2025-03-21T20:18:07.9466604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vk_video/vulkan_video_codec_h265std_decode.h' 2025-03-21T20:18:07.9467469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vk_video/vulkan_video_codec_h265std_encode.h' 2025-03-21T20:18:07.9468291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vk_video/vulkan_video_codecs_common.h' 2025-03-21T20:18:07.9469185Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vk_video' 2025-03-21T20:18:07.9469894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vulkan/vk_icd.h' 2025-03-21T20:18:07.9470693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vulkan/vk_layer.h' 2025-03-21T20:18:07.9471429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vulkan/vk_platform.h' 2025-03-21T20:18:07.9472235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vulkan/vk_sdk_platform.h' 2025-03-21T20:18:07.9472945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vulkan/vulkan.h' 2025-03-21T20:18:07.9473659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vulkan/vulkan.hpp' 2025-03-21T20:18:07.9474417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vulkan/vulkan_android.h' 2025-03-21T20:18:07.9475271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vulkan/vulkan_beta.h' 2025-03-21T20:18:07.9476020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vulkan/vulkan_core.h' 2025-03-21T20:18:07.9476773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vulkan/vulkan_directfb.h' 2025-03-21T20:18:07.9477532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vulkan/vulkan_enums.hpp' 2025-03-21T20:18:07.9478325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vulkan/vulkan_format_traits.hpp' 2025-03-21T20:18:07.9479093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vulkan/vulkan_fuchsia.h' 2025-03-21T20:18:07.9479843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vulkan/vulkan_funcs.hpp' 2025-03-21T20:18:07.9480630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vulkan/vulkan_ggp.h' 2025-03-21T20:18:07.9481819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vulkan/vulkan_handles.hpp' 2025-03-21T20:18:07.9482574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vulkan/vulkan_hash.hpp' 2025-03-21T20:18:07.9483299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vulkan/vulkan_ios.h' 2025-03-21T20:18:07.9484049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vulkan/vulkan_macos.h' 2025-03-21T20:18:07.9484788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vulkan/vulkan_metal.h' 2025-03-21T20:18:07.9485539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vulkan/vulkan_raii.hpp' 2025-03-21T20:18:07.9486282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vulkan/vulkan_screen.h' 2025-03-21T20:18:07.9487146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vulkan/vulkan_structs.hpp' 2025-03-21T20:18:07.9487960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vulkan/vulkan_vi.h' 2025-03-21T20:18:07.9488758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vulkan/vulkan_wayland.h' 2025-03-21T20:18:07.9489508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vulkan/vulkan_win32.h' 2025-03-21T20:18:07.9490234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vulkan/vulkan_xcb.h' 2025-03-21T20:18:07.9490981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vulkan/vulkan_xlib.h' 2025-03-21T20:18:07.9491758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vulkan/vulkan_xlib_xrandr.h' 2025-03-21T20:18:07.9492477Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include/vulkan' 2025-03-21T20:18:07.9493148Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/include' 2025-03-21T20:18:07.9493889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-03-21T20:18:07.9494589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-03-21T20:18:07.9495304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-03-21T20:18:07.9495999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-03-21T20:18:07.9496691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-03-21T20:18:07.9497376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-03-21T20:18:07.9498114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-03-21T20:18:07.9498849Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools' 2025-03-21T20:18:07.9499573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/validusage.json' 2025-03-21T20:18:07.9500242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vk.xml' 2025-03-21T20:18:07.9501046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-03-21T20:18:07.9501726Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers/registry' 2025-03-21T20:18:07.9502342Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:07.9502992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/.git' 2025-03-21T20:18:07.9503727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/.gitignore' 2025-03-21T20:18:07.9504422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/.travis.yml' 2025-03-21T20:18:07.9505166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/CHANGELOG.md' 2025-03-21T20:18:07.9505878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/CMakeLists.txt' 2025-03-21T20:18:07.9506541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/Doxyfile' 2025-03-21T20:18:07.9507244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/LICENSE.txt' 2025-03-21T20:18:07.9507918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/README.md' 2025-03-21T20:18:07.9508726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/bin/Shader.frag.spv' 2025-03-21T20:18:07.9509463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/bin/Shader.vert.spv' 2025-03-21T20:18:07.9510283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/bin/VmaSample_Release_vs2019.exe' 2025-03-21T20:18:07.9510967Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/bin' 2025-03-21T20:18:07.9511682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/.nojekyll' 2025-03-21T20:18:07.9512488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/gfx/Aliasing.png' 2025-03-21T20:18:07.9513372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/gfx/Linear_allocator_1_algo_default.png' 2025-03-21T20:18:07.9514253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/gfx/Linear_allocator_2_algo_linear.png' 2025-03-21T20:18:07.9515128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/gfx/Linear_allocator_3_free_at_once.png' 2025-03-21T20:18:07.9515974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/gfx/Linear_allocator_4_stack.png' 2025-03-21T20:18:07.9516854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/gfx/Linear_allocator_5_ring_buffer.png' 2025-03-21T20:18:07.9517790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/gfx/Linear_allocator_7_double_stack.png' 2025-03-21T20:18:07.9518538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/gfx/Margins_1.png' 2025-03-21T20:18:07.9519292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/gfx/Margins_2.png' 2025-03-21T20:18:07.9520089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/gfx/VMA_class_diagram.png' 2025-03-21T20:18:07.9520874Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/gfx' 2025-03-21T20:18:07.9521762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/allocation_annotation.html' 2025-03-21T20:18:07.9522580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/annotated.html' 2025-03-21T20:18:07.9523304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/bc_s.png' 2025-03-21T20:18:07.9524033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/bdwn.png' 2025-03-21T20:18:07.9524861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/choosing_memory_type.html' 2025-03-21T20:18:07.9525618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/classes.html' 2025-03-21T20:18:07.9526350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/closed.png' 2025-03-21T20:18:07.9527149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/configuration.html' 2025-03-21T20:18:07.9527967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/custom_memory_pools.html' 2025-03-21T20:18:07.9528872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/debugging_memory_usage.html' 2025-03-21T20:18:07.9529676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/defragmentation.html' 2025-03-21T20:18:07.9530456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/deprecated.html' 2025-03-21T20:18:07.9531374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/dir_d44c64559bbebec7f509842c48db8b23.html' 2025-03-21T20:18:07.9532103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/doc.png' 2025-03-21T20:18:07.9532843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/doxygen.css' 2025-03-21T20:18:07.9533586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/doxygen.svg' 2025-03-21T20:18:07.9534417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/dynsections.js' 2025-03-21T20:18:07.9535297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/enabling_buffer_device_address.html' 2025-03-21T20:18:07.9536043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/files.html' 2025-03-21T20:18:07.9536818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/folderclosed.png' 2025-03-21T20:18:07.9537650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/folderopen.png' 2025-03-21T20:18:07.9538477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/functions.html' 2025-03-21T20:18:07.9539275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/functions_vars.html' 2025-03-21T20:18:07.9540165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/general_considerations.html' 2025-03-21T20:18:07.9540923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/globals.html' 2025-03-21T20:18:07.9541702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/globals_defs.html' 2025-03-21T20:18:07.9542489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/globals_enum.html' 2025-03-21T20:18:07.9543264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/globals_eval.html' 2025-03-21T20:18:07.9544072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/globals_func.html' 2025-03-21T20:18:07.9544840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/globals_type.html' 2025-03-21T20:18:07.9545670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/group__group__alloc.html' 2025-03-21T20:18:07.9546545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/group__group__init.html' 2025-03-21T20:18:07.9547374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/group__group__stats.html' 2025-03-21T20:18:07.9548366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/group__group__virtual.html' 2025-03-21T20:18:07.9549187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/index.html' 2025-03-21T20:18:07.9549916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/jquery.js' 2025-03-21T20:18:07.9550711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/memory_mapping.html' 2025-03-21T20:18:07.9551443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/menu.js' 2025-03-21T20:18:07.9552185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/menudata.js' 2025-03-21T20:18:07.9552936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/modules.html' 2025-03-21T20:18:07.9553721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/nav_f.png' 2025-03-21T20:18:07.9554578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/nav_g.png' 2025-03-21T20:18:07.9555413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/nav_h.png' 2025-03-21T20:18:07.9556146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/open.png' 2025-03-21T20:18:07.9556971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/opengl_interop.html' 2025-03-21T20:18:07.9558204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/pages.html' 2025-03-21T20:18:07.9559002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/quick_start.html' 2025-03-21T20:18:07.9559840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/resource_aliasing.html' 2025-03-21T20:18:07.9560620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_0.html' 2025-03-21T20:18:07.9561392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_0.js' 2025-03-21T20:18:07.9562187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_1.html' 2025-03-21T20:18:07.9563466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_1.js' 2025-03-21T20:18:07.9564251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_10.html' 2025-03-21T20:18:07.9565031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_10.js' 2025-03-21T20:18:07.9565809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_11.html' 2025-03-21T20:18:07.9566591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_11.js' 2025-03-21T20:18:07.9567369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_2.html' 2025-03-21T20:18:07.9568221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_2.js' 2025-03-21T20:18:07.9569412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_3.html' 2025-03-21T20:18:07.9570177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_3.js' 2025-03-21T20:18:07.9570947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_4.html' 2025-03-21T20:18:07.9571720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_4.js' 2025-03-21T20:18:07.9572557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_5.html' 2025-03-21T20:18:07.9573331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_5.js' 2025-03-21T20:18:07.9574199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_6.html' 2025-03-21T20:18:07.9575431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_6.js' 2025-03-21T20:18:07.9576207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_7.html' 2025-03-21T20:18:07.9576983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_7.js' 2025-03-21T20:18:07.9577760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_8.html' 2025-03-21T20:18:07.9578533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_8.js' 2025-03-21T20:18:07.9579309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_9.html' 2025-03-21T20:18:07.9580081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_9.js' 2025-03-21T20:18:07.9581369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_a.html' 2025-03-21T20:18:07.9582146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_a.js' 2025-03-21T20:18:07.9582921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_b.html' 2025-03-21T20:18:07.9583683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_b.js' 2025-03-21T20:18:07.9584462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_c.html' 2025-03-21T20:18:07.9585221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_c.js' 2025-03-21T20:18:07.9586011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_d.html' 2025-03-21T20:18:07.9586827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_d.js' 2025-03-21T20:18:07.9587615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_e.html' 2025-03-21T20:18:07.9588375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_e.js' 2025-03-21T20:18:07.9589229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_f.html' 2025-03-21T20:18:07.9590001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/all_f.js' 2025-03-21T20:18:07.9590959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/classes_0.html' 2025-03-21T20:18:07.9591807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/classes_0.js' 2025-03-21T20:18:07.9592595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/close.svg' 2025-03-21T20:18:07.9593394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/defines_0.html' 2025-03-21T20:18:07.9594199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/defines_0.js' 2025-03-21T20:18:07.9594989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/enums_0.html' 2025-03-21T20:18:07.9595783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/enums_0.js' 2025-03-21T20:18:07.9596658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/enumvalues_0.html' 2025-03-21T20:18:07.9597478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/enumvalues_0.js' 2025-03-21T20:18:07.9598260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/files_0.html' 2025-03-21T20:18:07.9599051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/files_0.js' 2025-03-21T20:18:07.9599874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/functions_0.html' 2025-03-21T20:18:07.9600675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/functions_0.js' 2025-03-21T20:18:07.9601483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/groups_0.html' 2025-03-21T20:18:07.9602265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/groups_0.js' 2025-03-21T20:18:07.9603131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/groups_1.html' 2025-03-21T20:18:07.9603919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/groups_1.js' 2025-03-21T20:18:07.9604727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/groups_2.html' 2025-03-21T20:18:07.9605508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/groups_2.js' 2025-03-21T20:18:07.9606310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/groups_3.html' 2025-03-21T20:18:07.9607149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/groups_3.js' 2025-03-21T20:18:07.9607949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/mag_sel.svg' 2025-03-21T20:18:07.9608879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/nomatches.html' 2025-03-21T20:18:07.9609683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/pages_0.html' 2025-03-21T20:18:07.9610454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/pages_0.js' 2025-03-21T20:18:07.9611256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/pages_1.html' 2025-03-21T20:18:07.9612035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/pages_1.js' 2025-03-21T20:18:07.9612843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/pages_2.html' 2025-03-21T20:18:07.9613618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/pages_2.js' 2025-03-21T20:18:07.9614421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/pages_3.html' 2025-03-21T20:18:07.9615247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/pages_3.js' 2025-03-21T20:18:07.9616053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/pages_4.html' 2025-03-21T20:18:07.9616830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/pages_4.js' 2025-03-21T20:18:07.9617623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/pages_5.html' 2025-03-21T20:18:07.9618394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/pages_5.js' 2025-03-21T20:18:07.9619184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/pages_6.html' 2025-03-21T20:18:07.9619973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/pages_6.js' 2025-03-21T20:18:07.9620820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/pages_7.html' 2025-03-21T20:18:07.9621608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/pages_7.js' 2025-03-21T20:18:07.9622392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/pages_8.html' 2025-03-21T20:18:07.9623183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/pages_8.js' 2025-03-21T20:18:07.9624085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/pages_9.html' 2025-03-21T20:18:07.9624867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/pages_9.js' 2025-03-21T20:18:07.9625710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/pages_a.html' 2025-03-21T20:18:07.9626498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/pages_a.js' 2025-03-21T20:18:07.9627270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/search.css' 2025-03-21T20:18:07.9628052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/search.js' 2025-03-21T20:18:07.9628924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/search_l.png' 2025-03-21T20:18:07.9629792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/search_m.png' 2025-03-21T20:18:07.9630589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/search_r.png' 2025-03-21T20:18:07.9631395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/searchdata.js' 2025-03-21T20:18:07.9632197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/typedefs_0.html' 2025-03-21T20:18:07.9633020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/typedefs_0.js' 2025-03-21T20:18:07.9633832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/typedefs_1.html' 2025-03-21T20:18:07.9634643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/typedefs_1.js' 2025-03-21T20:18:07.9635455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/variables_0.html' 2025-03-21T20:18:07.9636271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/variables_0.js' 2025-03-21T20:18:07.9637084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/variables_1.html' 2025-03-21T20:18:07.9637887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/variables_1.js' 2025-03-21T20:18:07.9638710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/variables_2.html' 2025-03-21T20:18:07.9639503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/variables_2.js' 2025-03-21T20:18:07.9640316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/variables_3.html' 2025-03-21T20:18:07.9641175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/variables_3.js' 2025-03-21T20:18:07.9642055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/variables_4.html' 2025-03-21T20:18:07.9642854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/variables_4.js' 2025-03-21T20:18:07.9643672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/variables_5.html' 2025-03-21T20:18:07.9644472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/variables_5.js' 2025-03-21T20:18:07.9645367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/variables_6.html' 2025-03-21T20:18:07.9646171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/variables_6.js' 2025-03-21T20:18:07.9646992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/variables_7.html' 2025-03-21T20:18:07.9647947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/variables_7.js' 2025-03-21T20:18:07.9648777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/variables_8.html' 2025-03-21T20:18:07.9649578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/variables_8.js' 2025-03-21T20:18:07.9650416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/variables_9.html' 2025-03-21T20:18:07.9651221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/variables_9.js' 2025-03-21T20:18:07.9652047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/variables_a.html' 2025-03-21T20:18:07.9652846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/variables_a.js' 2025-03-21T20:18:07.9653667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/variables_b.html' 2025-03-21T20:18:07.9654472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/variables_b.js' 2025-03-21T20:18:07.9655294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/variables_c.html' 2025-03-21T20:18:07.9656089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search/variables_c.js' 2025-03-21T20:18:07.9656861Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/search' 2025-03-21T20:18:07.9657670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/splitbar.png' 2025-03-21T20:18:07.9658551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/statistics.html' 2025-03-21T20:18:07.9659480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/staying_within_budget.html' 2025-03-21T20:18:07.9660316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_allocation.html' 2025-03-21T20:18:07.9661347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_allocation_create_info-members.html' 2025-03-21T20:18:07.9662246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_allocation_create_info.html' 2025-03-21T20:18:07.9663180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_allocation_info-members.html' 2025-03-21T20:18:07.9664042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_allocation_info.html' 2025-03-21T20:18:07.9664897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_allocator.html' 2025-03-21T20:18:07.9665835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_allocator_create_info-members.html' 2025-03-21T20:18:07.9666739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_allocator_create_info.html' 2025-03-21T20:18:07.9667703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_allocator_info-members.html' 2025-03-21T20:18:07.9668574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_allocator_info.html' 2025-03-21T20:18:07.9669511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_budget-members.html' 2025-03-21T20:18:07.9670338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_budget.html' 2025-03-21T20:18:07.9671243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_defragmentation_context.html' 2025-03-21T20:18:07.9672196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_defragmentation_info-members.html' 2025-03-21T20:18:07.9673095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_defragmentation_info.html' 2025-03-21T20:18:07.9674094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_defragmentation_move-members.html' 2025-03-21T20:18:07.9674984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_defragmentation_move.html' 2025-03-21T20:18:07.9676059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_defragmentation_pass_move_info-members.html' 2025-03-21T20:18:07.9677051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_defragmentation_pass_move_info.html' 2025-03-21T20:18:07.9677996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_defragmentation_stats-members.html' 2025-03-21T20:18:07.9678943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_defragmentation_stats.html' 2025-03-21T20:18:07.9679881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_detailed_statistics-members.html' 2025-03-21T20:18:07.9680766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_detailed_statistics.html' 2025-03-21T20:18:07.9681728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_device_memory_callbacks-members.html' 2025-03-21T20:18:07.9682625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_device_memory_callbacks.html' 2025-03-21T20:18:07.9683428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_pool.html' 2025-03-21T20:18:07.9684346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_pool_create_info-members.html' 2025-03-21T20:18:07.9685224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_pool_create_info.html' 2025-03-21T20:18:07.9686104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_statistics-members.html' 2025-03-21T20:18:07.9686943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_statistics.html' 2025-03-21T20:18:07.9687858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_total_statistics-members.html' 2025-03-21T20:18:07.9688728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_total_statistics.html' 2025-03-21T20:18:07.9689607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_virtual_allocation.html' 2025-03-21T20:18:07.9690598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_virtual_allocation_create_info-members.html' 2025-03-21T20:18:07.9691594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_virtual_allocation_create_info.html' 2025-03-21T20:18:07.9692539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_virtual_allocation_info-members.html' 2025-03-21T20:18:07.9693507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_virtual_allocation_info.html' 2025-03-21T20:18:07.9694404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_virtual_block.html' 2025-03-21T20:18:07.9695365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_virtual_block_create_info-members.html' 2025-03-21T20:18:07.9696274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_virtual_block_create_info.html' 2025-03-21T20:18:07.9697251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_vulkan_functions-members.html' 2025-03-21T20:18:07.9698114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/struct_vma_vulkan_functions.html' 2025-03-21T20:18:07.9698873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/sync_off.png' 2025-03-21T20:18:07.9699667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/sync_on.png' 2025-03-21T20:18:07.9700410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/tab_a.png' 2025-03-21T20:18:07.9701136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/tab_b.png' 2025-03-21T20:18:07.9701879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/tab_h.png' 2025-03-21T20:18:07.9702605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/tab_s.png' 2025-03-21T20:18:07.9703345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/tabs.css' 2025-03-21T20:18:07.9704138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/usage_patterns.html' 2025-03-21T20:18:07.9704960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/virtual_allocator.html' 2025-03-21T20:18:07.9705818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/vk__mem__alloc_8h.html' 2025-03-21T20:18:07.9706698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/vk_amd_device_coherent_memory.html' 2025-03-21T20:18:07.9707543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/vk_ext_memory_priority.html' 2025-03-21T20:18:07.9708419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html/vk_khr_dedicated_allocation.html' 2025-03-21T20:18:07.9709220Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs/html' 2025-03-21T20:18:07.9709926Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/docs' 2025-03-21T20:18:07.9710730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/include/vk_mem_alloc.h' 2025-03-21T20:18:07.9711506Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/include' 2025-03-21T20:18:07.9712236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/media/Thumbnail.png' 2025-03-21T20:18:07.9713007Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/media' 2025-03-21T20:18:07.9713725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/.editorconfig' 2025-03-21T20:18:07.9714449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/CMakeLists.txt' 2025-03-21T20:18:07.9715165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/Common.cpp' 2025-03-21T20:18:07.9715867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/Common.h' 2025-03-21T20:18:07.9716661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/Shaders/CMakeLists.txt' 2025-03-21T20:18:07.9717464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/Shaders/CompileShaders.bat' 2025-03-21T20:18:07.9718281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/Shaders/Shader.frag' 2025-03-21T20:18:07.9719040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/Shaders/Shader.vert' 2025-03-21T20:18:07.9719891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/Shaders/SparseBindingTest.comp' 2025-03-21T20:18:07.9720630Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/Shaders' 2025-03-21T20:18:07.9721418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/SparseBindingTest.cpp' 2025-03-21T20:18:07.9722180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/SparseBindingTest.h' 2025-03-21T20:18:07.9722887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/Tests.cpp' 2025-03-21T20:18:07.9723582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/Tests.h' 2025-03-21T20:18:07.9724309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/VmaUsage.cpp' 2025-03-21T20:18:07.9725005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/VmaUsage.h' 2025-03-21T20:18:07.9725763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/VulkanSample.cpp' 2025-03-21T20:18:07.9726581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src/vk_mem_alloc.natvis' 2025-03-21T20:18:07.9727343Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/src' 2025-03-21T20:18:07.9728272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDump.schema.json' 2025-03-21T20:18:07.9729120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-03-21T20:18:07.9729931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/README.md' 2025-03-21T20:18:07.9730856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/README_files/ExampleOutput.png' 2025-03-21T20:18:07.9731769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/README_files/Legend_Bkg.png' 2025-03-21T20:18:07.9732698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/README_files/Legend_Buffer_1.png' 2025-03-21T20:18:07.9733636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/README_files/Legend_Buffer_2.png' 2025-03-21T20:18:07.9734563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/README_files/Legend_Buffer_3.png' 2025-03-21T20:18:07.9735505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/README_files/Legend_Buffer_4.png' 2025-03-21T20:18:07.9736427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/README_files/Legend_Details.png' 2025-03-21T20:18:07.9737354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/README_files/Legend_Image_1.png' 2025-03-21T20:18:07.9738280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/README_files/Legend_Image_2.png' 2025-03-21T20:18:07.9739257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/README_files/Legend_Image_3.png' 2025-03-21T20:18:07.9740182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/README_files/Legend_Image_4.png' 2025-03-21T20:18:07.9741142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/README_files/Legend_Image_Linear.png' 2025-03-21T20:18:07.9742091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/README_files/Legend_Image_Unknown.png' 2025-03-21T20:18:07.9743028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/README_files/Legend_Unknown.png' 2025-03-21T20:18:07.9743893Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/README_files' 2025-03-21T20:18:07.9744779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/Sample.json' 2025-03-21T20:18:07.9745611Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis' 2025-03-21T20:18:07.9746320Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools' 2025-03-21T20:18:07.9746987Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:07.9747540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/.git' 2025-03-21T20:18:07.9748384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/.github/workflows/build.yml' 2025-03-21T20:18:07.9749159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/.github/workflows/update.yml' 2025-03-21T20:18:07.9749828Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/.github/workflows' 2025-03-21T20:18:07.9750449Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/.github' 2025-03-21T20:18:07.9751019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/.gitignore' 2025-03-21T20:18:07.9751619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/CMakeLists.txt' 2025-03-21T20:18:07.9752204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/LICENSE.md' 2025-03-21T20:18:07.9752773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/README.md' 2025-03-21T20:18:07.9753458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/cmake/volkConfig.cmake.in' 2025-03-21T20:18:07.9754048Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/cmake' 2025-03-21T20:18:07.9754647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/generate.py' 2025-03-21T20:18:07.9755445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/test/cmake_using_installed_headers/CMakeLists.txt' 2025-03-21T20:18:07.9756201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/test/cmake_using_installed_headers/main.c' 2025-03-21T20:18:07.9756965Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/test/cmake_using_installed_headers' 2025-03-21T20:18:07.9757820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/test/cmake_using_source_directly/CMakeLists.txt' 2025-03-21T20:18:07.9758551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/test/cmake_using_source_directly/main.c' 2025-03-21T20:18:07.9759303Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/test/cmake_using_source_directly' 2025-03-21T20:18:07.9760133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/test/cmake_using_subdir_headers/CMakeLists.txt' 2025-03-21T20:18:07.9760975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/test/cmake_using_subdir_headers/main.c' 2025-03-21T20:18:07.9761783Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/test/cmake_using_subdir_headers' 2025-03-21T20:18:07.9762564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/test/cmake_using_subdir_static/CMakeLists.txt' 2025-03-21T20:18:07.9763290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/test/cmake_using_subdir_static/main.c' 2025-03-21T20:18:07.9764027Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/test/cmake_using_subdir_static' 2025-03-21T20:18:07.9764656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/test/run_tests.sh' 2025-03-21T20:18:07.9765246Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/test' 2025-03-21T20:18:07.9765805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/volk.c' 2025-03-21T20:18:07.9766351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk/volk.h' 2025-03-21T20:18:07.9766923Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk' 2025-03-21T20:18:07.9767458Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party' 2025-03-21T20:18:07.9768005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/TARGETS' 2025-03-21T20:18:07.9768568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/config.json' 2025-03-21T20:18:07.9769224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.glsl' 2025-03-21T20:18:07.9769862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-03-21T20:18:07.9770540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.glsl' 2025-03-21T20:18:07.9771210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-03-21T20:18:07.9771818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.glsl' 2025-03-21T20:18:07.9772442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-03-21T20:18:07.9773084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.glsl' 2025-03-21T20:18:07.9773729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-03-21T20:18:07.9774482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.glsl' 2025-03-21T20:18:07.9775178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-03-21T20:18:07.9775789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.glsl' 2025-03-21T20:18:07.9776802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-03-21T20:18:07.9777566Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/glsl' 2025-03-21T20:18:07.9778207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/include/app.h' 2025-03-21T20:18:07.9778852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/include/architecture.h' 2025-03-21T20:18:07.9779487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/include/buffers.h' 2025-03-21T20:18:07.9780091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/include/stats.h' 2025-03-21T20:18:07.9780734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/include/textures.h' 2025-03-21T20:18:07.9781335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/include/utils.h' 2025-03-21T20:18:07.9781963Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/include' 2025-03-21T20:18:07.9782969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/src/main.cpp' 2025-03-21T20:18:07.9783548Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo/src' 2025-03-21T20:18:07.9784423Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools/gpuinfo' 2025-03-21T20:18:07.9785076Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/tools' 2025-03-21T20:18:07.9785550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/utils.py' 2025-03-21T20:18:07.9786103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/vulkan_preprocess.py' 2025-03-21T20:18:07.9786565Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan' 2025-03-21T20:18:07.9787081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/CMakeLists.txt' 2025-03-21T20:18:07.9787558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/README.md' 2025-03-21T20:18:07.9788031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/TARGETS' 2025-03-21T20:18:07.9788516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/__init__.py' 2025-03-21T20:18:07.9789114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/TARGETS' 2025-03-21T20:18:07.9789671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/__init__.py' 2025-03-21T20:18:07.9790347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-03-21T20:18:07.9790967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:18:07.9791550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-03-21T20:18:07.9792136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-03-21T20:18:07.9792865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-03-21T20:18:07.9793507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-03-21T20:18:07.9794109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-03-21T20:18:07.9794749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-03-21T20:18:07.9795390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-03-21T20:18:07.9795983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/remove_getitem_op.py' 2025-03-21T20:18:07.9796597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-03-21T20:18:07.9797156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-03-21T20:18:07.9797679Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/_passes' 2025-03-21T20:18:07.9798249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/cmake/Dependencies.cmake' 2025-03-21T20:18:07.9798766Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/cmake' 2025-03-21T20:18:07.9799289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/TARGETS' 2025-03-21T20:18:07.9799847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/__init__.py' 2025-03-21T20:18:07.9800420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/node_visitor.py' 2025-03-21T20:18:07.9800972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_abs.py' 2025-03-21T20:18:07.9801502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_add.py' 2025-03-21T20:18:07.9802057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_addmm.py' 2025-03-21T20:18:07.9802660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-03-21T20:18:07.9803192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_bmm.py' 2025-03-21T20:18:07.9803807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_cat.py' 2025-03-21T20:18:07.9804363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_ceiling.py' 2025-03-21T20:18:07.9804929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_clamp.py' 2025-03-21T20:18:07.9805485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_conv2d.py' 2025-03-21T20:18:07.9806031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_div.py' 2025-03-21T20:18:07.9806682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-03-21T20:18:07.9807331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-03-21T20:18:07.9807926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_elu.py' 2025-03-21T20:18:07.9808542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_floor.py' 2025-03-21T20:18:07.9809114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_hardswish.py' 2025-03-21T20:18:07.9809692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-03-21T20:18:07.9810268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-03-21T20:18:07.9810824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_linear.py' 2025-03-21T20:18:07.9811489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-03-21T20:18:07.9812047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_max_dim.py' 2025-03-21T20:18:07.9812646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-03-21T20:18:07.9813211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_maximum.py' 2025-03-21T20:18:07.9813789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-03-21T20:18:07.9814344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_minimum.py' 2025-03-21T20:18:07.9814979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_multiply.py' 2025-03-21T20:18:07.9815530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_negate.py' 2025-03-21T20:18:07.9816103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_permute.py' 2025-03-21T20:18:07.9816650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_prelu.py' 2025-03-21T20:18:07.9817260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-03-21T20:18:07.9817798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_relu.py' 2025-03-21T20:18:07.9818342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-03-21T20:18:07.9818896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_sdpa.py' 2025-03-21T20:18:07.9819451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-03-21T20:18:07.9820032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-03-21T20:18:07.9820606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-03-21T20:18:07.9821220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_softmax.py' 2025-03-21T20:18:07.9821771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_square.py' 2025-03-21T20:18:07.9822357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_square_root.py' 2025-03-21T20:18:07.9822963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_squeeze.py' 2025-03-21T20:18:07.9823701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-03-21T20:18:07.9824364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-03-21T20:18:07.9824912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_sub.py' 2025-03-21T20:18:07.9825463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/op_to_copy.py' 2025-03-21T20:18:07.9826032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators/quant_params.py' 2025-03-21T20:18:07.9826573Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/operators' 2025-03-21T20:18:07.9827105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/TARGETS' 2025-03-21T20:18:07.9827673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/config/TARGETS' 2025-03-21T20:18:07.9828256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/config/__init__.py' 2025-03-21T20:18:07.9828964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-03-21T20:18:07.9829640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-03-21T20:18:07.9830269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/config/node_configs.py' 2025-03-21T20:18:07.9830936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-03-21T20:18:07.9831584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-03-21T20:18:07.9832157Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/config' 2025-03-21T20:18:07.9832714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/configs.py' 2025-03-21T20:18:07.9833326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-03-21T20:18:07.9833891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-03-21T20:18:07.9834477Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/graphs' 2025-03-21T20:18:07.9835102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-03-21T20:18:07.9835699Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/partition' 2025-03-21T20:18:07.9836221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/quantizer/TARGETS' 2025-03-21T20:18:07.9836838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-03-21T20:18:07.9837478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-03-21T20:18:07.9838083Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/quantizer' 2025-03-21T20:18:07.9838696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/XNNCompiler.cpp' 2025-03-21T20:18:07.9839259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/XNNCompiler.h' 2025-03-21T20:18:07.9839815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/XNNExecutor.cpp' 2025-03-21T20:18:07.9840361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/XNNExecutor.h' 2025-03-21T20:18:07.9840917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/XNNHeader.cpp' 2025-03-21T20:18:07.9841509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/XNNHeader.h' 2025-03-21T20:18:07.9842108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/XNNPACKBackend.cpp' 2025-03-21T20:18:07.9842646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/XNNStatus.h' 2025-03-21T20:18:07.9843245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/XNNWeightsCache.cpp' 2025-03-21T20:18:07.9843813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/XNNWeightsCache.h' 2025-03-21T20:18:07.9844449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/profiling/XNNProfiler.cpp' 2025-03-21T20:18:07.9845058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/profiling/XNNProfiler.h' 2025-03-21T20:18:07.9845645Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/profiling' 2025-03-21T20:18:07.9846204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/utils/utils.cpp' 2025-03-21T20:18:07.9846761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/utils/utils.h' 2025-03-21T20:18:07.9847308Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime/utils' 2025-03-21T20:18:07.9847998Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/runtime' 2025-03-21T20:18:07.9848564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/serialization/TARGETS' 2025-03-21T20:18:07.9849175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-03-21T20:18:07.9849756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/serialization/schema.fbs' 2025-03-21T20:18:07.9850328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/serialization/targets.bzl' 2025-03-21T20:18:07.9850992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-03-21T20:18:07.9851664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-03-21T20:18:07.9852285Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/serialization' 2025-03-21T20:18:07.9852774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/targets.bzl' 2025-03-21T20:18:07.9853428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/CMakeLists.txt' 2025-03-21T20:18:07.9854011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/TARGETS' 2025-03-21T20:18:07.9854593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-03-21T20:18:07.9855127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/edsr.py' 2025-03-21T20:18:07.9855721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-03-21T20:18:07.9856320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/inception_v3.py' 2025-03-21T20:18:07.9856902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/inception_v4.py' 2025-03-21T20:18:07.9857535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-03-21T20:18:07.9858107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/mobilebert.py' 2025-03-21T20:18:07.9858704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-03-21T20:18:07.9859291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-03-21T20:18:07.9859845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/resnet.py' 2025-03-21T20:18:07.9860452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-03-21T20:18:07.9861062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/very_big_model.py' 2025-03-21T20:18:07.9861595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models/w2l.py' 2025-03-21T20:18:07.9862138Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/models' 2025-03-21T20:18:07.9862681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_abs.py' 2025-03-21T20:18:07.9863219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_add.py' 2025-03-21T20:18:07.9863809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-03-21T20:18:07.9864392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-03-21T20:18:07.9864943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-03-21T20:18:07.9865479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_cat.py' 2025-03-21T20:18:07.9866032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-03-21T20:18:07.9866664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-03-21T20:18:07.9867224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-03-21T20:18:07.9867781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-03-21T20:18:07.9868402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-03-21T20:18:07.9869076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_div.py' 2025-03-21T20:18:07.9869617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_elu.py' 2025-03-21T20:18:07.9870175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_floor.py' 2025-03-21T20:18:07.9870747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-03-21T20:18:07.9871328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-03-21T20:18:07.9871910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-03-21T20:18:07.9872483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_linear.py' 2025-03-21T20:18:07.9873030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-03-21T20:18:07.9873602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-03-21T20:18:07.9874162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-03-21T20:18:07.9874748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-03-21T20:18:07.9875308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-03-21T20:18:07.9875875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-03-21T20:18:07.9876446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-03-21T20:18:07.9877000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_negate.py' 2025-03-21T20:18:07.9877575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_permute.py' 2025-03-21T20:18:07.9878110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_pow.py' 2025-03-21T20:18:07.9878673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-03-21T20:18:07.9879312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-03-21T20:18:07.9879864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_relu.py' 2025-03-21T20:18:07.9880418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-03-21T20:18:07.9880970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-03-21T20:18:07.9881527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-03-21T20:18:07.9882119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-03-21T20:18:07.9882681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-03-21T20:18:07.9883290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-03-21T20:18:07.9883901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_square.py' 2025-03-21T20:18:07.9884535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-03-21T20:18:07.9885086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops/test_sub.py' 2025-03-21T20:18:07.9885605Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/ops' 2025-03-21T20:18:07.9886264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-03-21T20:18:07.9886909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-03-21T20:18:07.9887633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-03-21T20:18:07.9888279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-03-21T20:18:07.9888935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-03-21T20:18:07.9889592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-03-21T20:18:07.9890287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-03-21T20:18:07.9890827Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/passes' 2025-03-21T20:18:07.9891508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-03-21T20:18:07.9892154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-03-21T20:18:07.9892887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-03-21T20:18:07.9893453Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/quantizer' 2025-03-21T20:18:07.9894084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/runtime/test_runtime_utils.cpp' 2025-03-21T20:18:07.9894757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/runtime/test_xnn_weights_cache.cpp' 2025-03-21T20:18:07.9895379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/runtime/test_xnnexecutor.cpp' 2025-03-21T20:18:07.9895931Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/runtime' 2025-03-21T20:18:07.9896602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-03-21T20:18:07.9897251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-03-21T20:18:07.9897829Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/serialization' 2025-03-21T20:18:07.9898422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/targets.bzl' 2025-03-21T20:18:07.9899002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-03-21T20:18:07.9899689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-03-21T20:18:07.9900222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/tester/TARGETS' 2025-03-21T20:18:07.9900779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/tester/__init__.py' 2025-03-21T20:18:07.9901337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/tester/tester.py' 2025-03-21T20:18:07.9901873Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test/tester' 2025-03-21T20:18:07.9902392Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/test' 2025-03-21T20:18:07.9902940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/.git' 2025-03-21T20:18:07.9903539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/.gitignore' 2025-03-21T20:18:07.9904149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/CMakeLists.txt' 2025-03-21T20:18:07.9904718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/LICENSE' 2025-03-21T20:18:07.9905289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/README.md' 2025-03-21T20:18:07.9905948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/bench/alt-element.cc' 2025-03-21T20:18:07.9906606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/bench/from-alt-array.cc' 2025-03-21T20:18:07.9907285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/bench/from-ieee-array.cc' 2025-03-21T20:18:07.9907928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/bench/ieee-element.cc' 2025-03-21T20:18:07.9908568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/bench/to-alt-array.cc' 2025-03-21T20:18:07.9909311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/bench/to-ieee-array.cc' 2025-03-21T20:18:07.9909924Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/bench' 2025-03-21T20:18:07.9910676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/cmake/DownloadGoogleBenchmark.cmake' 2025-03-21T20:18:07.9911386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/cmake/DownloadGoogleTest.cmake' 2025-03-21T20:18:07.9912075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/cmake/DownloadPSimd.cmake' 2025-03-21T20:18:07.9912673Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/cmake' 2025-03-21T20:18:07.9913290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-03-21T20:18:07.9913942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-03-21T20:18:07.9914561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/include/fp16.h' 2025-03-21T20:18:07.9915277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-03-21T20:18:07.9915928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-03-21T20:18:07.9916562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-03-21T20:18:07.9917239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/include/fp16/bitcasts.h' 2025-03-21T20:18:07.9917873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/include/fp16/fp16.h' 2025-03-21T20:18:07.9918509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/include/fp16/psimd.h' 2025-03-21T20:18:07.9919169Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/include/fp16' 2025-03-21T20:18:07.9919779Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/include' 2025-03-21T20:18:07.9920393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/jni/Android.mk' 2025-03-21T20:18:07.9921026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/jni/Application.mk' 2025-03-21T20:18:07.9921635Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/jni' 2025-03-21T20:18:07.9922327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/test/alt-from-fp32-value.cc' 2025-03-21T20:18:07.9923013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/test/alt-to-fp32-bits.cc' 2025-03-21T20:18:07.9923684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/test/alt-to-fp32-psimd.cc' 2025-03-21T20:18:07.9924365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/test/alt-to-fp32-value.cc' 2025-03-21T20:18:07.9925047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/test/alt-to-fp32x2-psimd.cc' 2025-03-21T20:18:07.9925685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/test/bitcasts.cc' 2025-03-21T20:18:07.9926378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/test/ieee-from-fp32-value.cc' 2025-03-21T20:18:07.9927060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/test/ieee-to-fp32-bits.cc' 2025-03-21T20:18:07.9927738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/test/ieee-to-fp32-psimd.cc' 2025-03-21T20:18:07.9928416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/test/ieee-to-fp32-value.cc' 2025-03-21T20:18:07.9929119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/test/ieee-to-fp32x2-psimd.cc' 2025-03-21T20:18:07.9929931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/test/peachpy/alt-xmm-to-fp32-xmm-avx.cc' 2025-03-21T20:18:07.9930752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/test/peachpy/alt-xmm-to-fp32-ymm-avx2.cc' 2025-03-21T20:18:07.9931402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-03-21T20:18:07.9932060Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/test/peachpy' 2025-03-21T20:18:07.9932664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/test/tables.cc' 2025-03-21T20:18:07.9933275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/test/tables.h' 2025-03-21T20:18:07.9933873Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/test' 2025-03-21T20:18:07.9934528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/third-party/THHalf.h' 2025-03-21T20:18:07.9935192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/third-party/eigen-half.h' 2025-03-21T20:18:07.9935917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/third-party/float16-compressor.h' 2025-03-21T20:18:07.9936558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/third-party/half.hpp' 2025-03-21T20:18:07.9937255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/third-party/npy-halffloat.h' 2025-03-21T20:18:07.9937897Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16/third-party' 2025-03-21T20:18:07.9938488Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16' 2025-03-21T20:18:07.9939040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/.git' 2025-03-21T20:18:07.9939628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/.gitignore' 2025-03-21T20:18:07.9940229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/.travis.yml' 2025-03-21T20:18:07.9940826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/BUILD.bazel' 2025-03-21T20:18:07.9941450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/CMakeLists.txt' 2025-03-21T20:18:07.9942026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/LICENSE' 2025-03-21T20:18:07.9942620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/README.md' 2025-03-21T20:18:07.9943203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/WORKSPACE' 2025-03-21T20:18:07.9943841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/bench/divide.cc' 2025-03-21T20:18:07.9944448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/bench/init.cc' 2025-03-21T20:18:07.9945148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/bench/multiply.cc' 2025-03-21T20:18:07.9945784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/bench/quotient.cc' 2025-03-21T20:18:07.9946491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/bench/round-down.cc' 2025-03-21T20:18:07.9947100Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/bench' 2025-03-21T20:18:07.9948024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/cmake/DownloadGoogleBenchmark.cmake' 2025-03-21T20:18:07.9948815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/cmake/DownloadGoogleTest.cmake' 2025-03-21T20:18:07.9949435Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/cmake' 2025-03-21T20:18:07.9950062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-03-21T20:18:07.9950650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-03-21T20:18:07.9951282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/include/fxdiv.h' 2025-03-21T20:18:07.9951900Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/include' 2025-03-21T20:18:07.9952521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/jni/Android.mk' 2025-03-21T20:18:07.9953160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/jni/Application.mk' 2025-03-21T20:18:07.9953771Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/jni' 2025-03-21T20:18:07.9954429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/test/multiply-high.cc' 2025-03-21T20:18:07.9955064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/test/quotient.cc' 2025-03-21T20:18:07.9955659Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv/test' 2025-03-21T20:18:07.9956231Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:07.9956781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/TARGETS' 2025-03-21T20:18:07.9957351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/.git' 2025-03-21T20:18:07.9957957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/.bazelrc' 2025-03-21T20:18:07.9958573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/.clang-format' 2025-03-21T20:18:07.9959367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/.github/workflows/build-linux-windows.yml' 2025-03-21T20:18:07.9960066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/.github/workflows/build.yml' 2025-03-21T20:18:07.9960923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/.github/workflows/on-pr-approved.yml' 2025-03-21T20:18:07.9961717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/.github/workflows/on-pr-merge-to-master.yml' 2025-03-21T20:18:07.9962511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/.github/workflows/on-push.yml' 2025-03-21T20:18:07.9963313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/.github/workflows/sde-tests-linux-windows.yml' 2025-03-21T20:18:07.9964014Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/.github/workflows' 2025-03-21T20:18:07.9964642Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/.github' 2025-03-21T20:18:07.9965261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/.gitignore' 2025-03-21T20:18:07.9965874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/BUILD.bazel' 2025-03-21T20:18:07.9966517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/CMakeLists.txt' 2025-03-21T20:18:07.9967153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/CONTRIBUTING.md' 2025-03-21T20:18:07.9967737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/LICENSE' 2025-03-21T20:18:07.9968349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/README.md' 2025-03-21T20:18:07.9968950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/WORKSPACE' 2025-03-21T20:18:07.9969606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/BUILD.bazel' 2025-03-21T20:18:07.9970296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/average-pooling.cc' 2025-03-21T20:18:07.9971033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/batch-matrix-multiply.cc' 2025-03-21T20:18:07.9971680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/bf16-gemm.cc' 2025-03-21T20:18:07.9972307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/bgemm.h' 2025-03-21T20:18:07.9972937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/binary.cc' 2025-03-21T20:18:07.9973639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/channel-shuffle.cc' 2025-03-21T20:18:07.9974246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/conv.h' 2025-03-21T20:18:07.9974919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/convolution.cc' 2025-03-21T20:18:07.9975530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/dconv.h' 2025-03-21T20:18:07.9976238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/deconvolution.cc' 2025-03-21T20:18:07.9977568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/dwconv.h' 2025-03-21T20:18:07.9978329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-conv-hwc2chw.cc' 2025-03-21T20:18:07.9978993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-dwconv.cc' 2025-03-21T20:18:07.9979680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-dwconv2d-chw.cc' 2025-03-21T20:18:07.9980377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-f32acc-gemm.cc' 2025-03-21T20:18:07.9981061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-f32acc-igemm.cc' 2025-03-21T20:18:07.9981763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-f32acc-rdsum.cc' 2025-03-21T20:18:07.9982450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-f32acc-rsum.cc' 2025-03-21T20:18:07.9983144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-gemm-minmax.cc' 2025-03-21T20:18:07.9983781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-gemm.cc' 2025-03-21T20:18:07.9984429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-igemm.cc' 2025-03-21T20:18:07.9985169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-raddstoreexpminusmax.cc' 2025-03-21T20:18:07.9985819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-rmax.cc' 2025-03-21T20:18:07.9986460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-rmin.cc' 2025-03-21T20:18:07.9987126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-rminmax.cc' 2025-03-21T20:18:07.9987760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-rsum.cc' 2025-03-21T20:18:07.9988394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-spmm.cc' 2025-03-21T20:18:07.9989125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f16-vcmul.cc' 2025-03-21T20:18:07.9989767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-bgemm.cc' 2025-03-21T20:18:07.9990449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-conv-hwc.cc' 2025-03-21T20:18:07.9991140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-conv-hwc2chw.cc' 2025-03-21T20:18:07.9991803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-dwconv.cc' 2025-03-21T20:18:07.9992487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-dwconv2d-chw.cc' 2025-03-21T20:18:07.9993262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-gemm-goi-minmax.cc' 2025-03-21T20:18:07.9993940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-gemm-minmax.cc' 2025-03-21T20:18:07.9994640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-gemm.cc' 2025-03-21T20:18:07.9995283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-igemm.cc' 2025-03-21T20:18:07.9995974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-im2col-gemm.cc' 2025-03-21T20:18:07.9996646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-qc4w-gemm.cc' 2025-03-21T20:18:07.9997335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-qc8w-gemm.cc' 2025-03-21T20:18:07.9998041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-raddexpminusmax.cc' 2025-03-21T20:18:07.9998731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-raddextexp.cc' 2025-03-21T20:18:07.9999471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-raddstoreexpminusmax.cc' 2025-03-21T20:18:08.0000116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-rdsum.cc' 2025-03-21T20:18:08.0000768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-rmax.cc' 2025-03-21T20:18:08.0001411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-rmin.cc' 2025-03-21T20:18:08.0002089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-rminmax.cc' 2025-03-21T20:18:08.0002727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-rsum.cc' 2025-03-21T20:18:08.0003396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-softmax.cc' 2025-03-21T20:18:08.0004037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-spmm.cc' 2025-03-21T20:18:08.0004691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-vcmul.cc' 2025-03-21T20:18:08.0005420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-vscaleexpminusmax.cc' 2025-03-21T20:18:08.0006122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/f32-vscaleextexp.cc' 2025-03-21T20:18:08.0006807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/fully-connected.cc' 2025-03-21T20:18:08.0007497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/gemm-benchmark.cc' 2025-03-21T20:18:08.0008164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/gemm-benchmark.h' 2025-03-21T20:18:08.0008782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/gemm.h' 2025-03-21T20:18:08.0009499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/max-pooling.cc' 2025-03-21T20:18:08.0010195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/models/BUILD' 2025-03-21T20:18:08.0010892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/models/benchmark.cc' 2025-03-21T20:18:08.0011603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/models/fp32-attention.cc' 2025-03-21T20:18:08.0012353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/models/fp32-mobilenet-v1.cc' 2025-03-21T20:18:08.0013087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/models/fp32-mobilenet-v2.cc' 2025-03-21T20:18:08.0013872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/models/fp32-mobilenet-v3-large.cc' 2025-03-21T20:18:08.0014650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/models/fp32-mobilenet-v3-small.cc' 2025-03-21T20:18:08.0015330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/models/models.h' 2025-03-21T20:18:08.0016036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/models/qd8-attention.cc' 2025-03-21T20:18:08.0016786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/models/qs8-mobilenet-v2.cc' 2025-03-21T20:18:08.0017452Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/models' 2025-03-21T20:18:08.0018152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/packq-benchmark.cc' 2025-03-21T20:18:08.0018829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/packq-benchmark.h' 2025-03-21T20:18:08.0019529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/packw-benchmark.h' 2025-03-21T20:18:08.0020146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/prelu.cc' 2025-03-21T20:18:08.0020846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qd8-f16-qb4w-gemm.cc' 2025-03-21T20:18:08.0021542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qd8-f16-qc4w-gemm.cc' 2025-03-21T20:18:08.0022233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qd8-f16-qc8w-gemm.cc' 2025-03-21T20:18:08.0022928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qd8-f32-qb4w-gemm.cc' 2025-03-21T20:18:08.0023613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qd8-f32-qc4w-gemm.cc' 2025-03-21T20:18:08.0024308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qd8-f32-qc8w-gemm.cc' 2025-03-21T20:18:08.0025049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qp8-f32-qb4w-gemm.cc' 2025-03-21T20:18:08.0025751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qp8-f32-qc4w-gemm.cc' 2025-03-21T20:18:08.0026465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qs8-dwconv.cc' 2025-03-21T20:18:08.0027115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qs8-gemm.cc' 2025-03-21T20:18:08.0027755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qs8-packw.cc' 2025-03-21T20:18:08.0028463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qs8-qc8w-gemm-fp32.cc' 2025-03-21T20:18:08.0029190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qs8-rdsum.cc' 2025-03-21T20:18:08.0029840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qs8-rsum.cc' 2025-03-21T20:18:08.0030516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qu8-gemm-fp32.cc' 2025-03-21T20:18:08.0031211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qu8-gemm-rndnu.cc' 2025-03-21T20:18:08.0031848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qu8-gemm.cc' 2025-03-21T20:18:08.0032500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qu8-rdsum.cc' 2025-03-21T20:18:08.0033144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/qu8-rsum.cc' 2025-03-21T20:18:08.0033817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/rsum-benchmark.h' 2025-03-21T20:18:08.0034596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/scaled-dot-product-attention.cc' 2025-03-21T20:18:08.0035229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/softmax.cc' 2025-03-21T20:18:08.0035919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/spmm-benchmark.h' 2025-03-21T20:18:08.0036530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/spmm.h' 2025-03-21T20:18:08.0037161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/unary.cc' 2025-03-21T20:18:08.0037781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/utils.cc' 2025-03-21T20:18:08.0038404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/utils.h' 2025-03-21T20:18:08.0039034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/vbinary.cc' 2025-03-21T20:18:08.0039675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/vunary.cc' 2025-03-21T20:18:08.0040318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/x16-packw.cc' 2025-03-21T20:18:08.0041024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/x32-packw.cc' 2025-03-21T20:18:08.0041701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/x8-lut.cc' 2025-03-21T20:18:08.0042346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/x8-packq.cc' 2025-03-21T20:18:08.0042980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/x8-packw.cc' 2025-03-21T20:18:08.0043652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/xN-transposec.cc' 2025-03-21T20:18:08.0044328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench/xx-transposev.cc' 2025-03-21T20:18:08.0044949Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/bench' 2025-03-21T20:18:08.0045644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/build_config/BUILD.bazel' 2025-03-21T20:18:08.0046296Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/build_config' 2025-03-21T20:18:08.0046930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/build_defs.bzl' 2025-03-21T20:18:08.0047562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/build_params.bzl' 2025-03-21T20:18:08.0048388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/build_srcs.bzl' 2025-03-21T20:18:08.0049103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/DownloadCpuinfo.cmake' 2025-03-21T20:18:08.0049812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/DownloadFXdiv.cmake' 2025-03-21T20:18:08.0050569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/DownloadGoogleBenchmark.cmake' 2025-03-21T20:18:08.0051311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/DownloadGoogleTest.cmake' 2025-03-21T20:18:08.0052016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/DownloadKleidiAI.cmake' 2025-03-21T20:18:08.0052757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/DownloadPThreadPool.cmake' 2025-03-21T20:18:08.0053435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/aarch64.toolchain' 2025-03-21T20:18:08.0054102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/armhf.toolchain' 2025-03-21T20:18:08.0054859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/aarch32_microkernels.cmake' 2025-03-21T20:18:08.0055604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/aarch64_microkernels.cmake' 2025-03-21T20:18:08.0056375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/armsimd32_microkernels.cmake' 2025-03-21T20:18:08.0057245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/avx256skx_microkernels.cmake' 2025-03-21T20:18:08.0058103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/avx256vnni_microkernels.cmake' 2025-03-21T20:18:08.0058895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/avx256vnnigfni_microkernels.cmake' 2025-03-21T20:18:08.0059639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/avx2_microkernels.cmake' 2025-03-21T20:18:08.0060399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/avx512amx_microkernels.cmake' 2025-03-21T20:18:08.0061152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/avx512f_microkernels.cmake' 2025-03-21T20:18:08.0061924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/avx512fp16_microkernels.cmake' 2025-03-21T20:18:08.0062695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/avx512skx_microkernels.cmake' 2025-03-21T20:18:08.0063464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/avx512vbmi_microkernels.cmake' 2025-03-21T20:18:08.0064235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/avx512vnni_microkernels.cmake' 2025-03-21T20:18:08.0065028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/avx512vnnigfni_microkernels.cmake' 2025-03-21T20:18:08.0065766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/avx_microkernels.cmake' 2025-03-21T20:18:08.0066518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/avxvnni_microkernels.cmake' 2025-03-21T20:18:08.0067303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/avxvnniint8_microkernels.cmake' 2025-03-21T20:18:08.0068033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/f16c_microkernels.cmake' 2025-03-21T20:18:08.0068853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/fma3_microkernels.cmake' 2025-03-21T20:18:08.0069625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/fp16arith_microkernels.cmake' 2025-03-21T20:18:08.0070372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/hexagon_microkernels.cmake' 2025-03-21T20:18:08.0071107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/hvx_microkernels.cmake' 2025-03-21T20:18:08.0071807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/microkernels.cmake' 2025-03-21T20:18:08.0072593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/neon_aarch64_microkernels.cmake' 2025-03-21T20:18:08.0073324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/neon_microkernels.cmake' 2025-03-21T20:18:08.0074186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/neonbf16_microkernels.cmake' 2025-03-21T20:18:08.0075034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/neondot_aarch64_microkernels.cmake' 2025-03-21T20:18:08.0075797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/neondot_microkernels.cmake' 2025-03-21T20:18:08.0076611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/neondotfp16arith_microkernels.cmake' 2025-03-21T20:18:08.0077423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/neonfma_aarch64_microkernels.cmake' 2025-03-21T20:18:08.0078167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/neonfma_microkernels.cmake' 2025-03-21T20:18:08.0078938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/neonfp16_microkernels.cmake' 2025-03-21T20:18:08.0079774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/neonfp16arith_aarch64_microkernels.cmake' 2025-03-21T20:18:08.0080576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/neonfp16arith_microkernels.cmake' 2025-03-21T20:18:08.0081336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/neoni8mm_microkernels.cmake' 2025-03-21T20:18:08.0082098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/neonsme2_microkernels.cmake' 2025-03-21T20:18:08.0082841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/neonsme_microkernels.cmake' 2025-03-21T20:18:08.0083599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/neonv8_microkernels.cmake' 2025-03-21T20:18:08.0084324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/rvv_microkernels.cmake' 2025-03-21T20:18:08.0085119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/rvvfp16arith_microkernels.cmake' 2025-03-21T20:18:08.0086796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/scalar_microkernels.cmake' 2025-03-21T20:18:08.0088447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/sme_aarch64_microkernels.cmake' 2025-03-21T20:18:08.0090204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/sme_microkernels.cmake' 2025-03-21T20:18:08.0091802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/sse2_microkernels.cmake' 2025-03-21T20:18:08.0093411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/sse41_microkernels.cmake' 2025-03-21T20:18:08.0095010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/sse_microkernels.cmake' 2025-03-21T20:18:08.0096708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/ssse3_microkernels.cmake' 2025-03-21T20:18:08.0098390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/wasm32_microkernels.cmake' 2025-03-21T20:18:08.0099993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/wasm_microkernels.cmake' 2025-03-21T20:18:08.0124663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/wasmrelaxedsimd32_microkernels.cmake' 2025-03-21T20:18:08.0127602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/wasmrelaxedsimd_microkernels.cmake' 2025-03-21T20:18:08.0130422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/wasmsimd32_microkernels.cmake' 2025-03-21T20:18:08.0132904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen/wasmsimd_microkernels.cmake' 2025-03-21T20:18:08.0135202Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/gen' 2025-03-21T20:18:08.0137635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/hexagon.toolchain' 2025-03-21T20:18:08.0140094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/riscv64.toolchain' 2025-03-21T20:18:08.0142475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake/x64_arm64.toolchain' 2025-03-21T20:18:08.0144894Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/cmake' 2025-03-21T20:18:08.0147255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/doc/dwconv.md' 2025-03-21T20:18:08.0150001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/doc/microkernel-enumerators.md' 2025-03-21T20:18:08.0152723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/doc/microkernel-naming-conventions.md' 2025-03-21T20:18:08.0155276Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/doc' 2025-03-21T20:18:08.0157302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/emscripten.bzl' 2025-03-21T20:18:08.0159200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/BUILD' 2025-03-21T20:18:08.0165640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/aarch32_microkernels.bzl' 2025-03-21T20:18:08.0168713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/aarch64_microkernels.bzl' 2025-03-21T20:18:08.0171751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/armsimd32_microkernels.bzl' 2025-03-21T20:18:08.0174764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx256skx_microkernels.bzl' 2025-03-21T20:18:08.0178001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx256vnni_microkernels.bzl' 2025-03-21T20:18:08.0181205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx256vnnigfni_microkernels.bzl' 2025-03-21T20:18:08.0184500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx2_microkernels.bzl' 2025-03-21T20:18:08.0187577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx512amx_microkernels.bzl' 2025-03-21T20:18:08.0190866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx512f_microkernels.bzl' 2025-03-21T20:18:08.0194062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx512fp16_microkernels.bzl' 2025-03-21T20:18:08.0197259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx512skx_microkernels.bzl' 2025-03-21T20:18:08.0199908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx512vbmi_microkernels.bzl' 2025-03-21T20:18:08.0201741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx512vnni_microkernels.bzl' 2025-03-21T20:18:08.0203320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx512vnnigfni_microkernels.bzl' 2025-03-21T20:18:08.0204873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avx_microkernels.bzl' 2025-03-21T20:18:08.0206368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avxvnni_microkernels.bzl' 2025-03-21T20:18:08.0207915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/avxvnniint8_microkernels.bzl' 2025-03-21T20:18:08.0209470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/f16c_microkernels.bzl' 2025-03-21T20:18:08.0210963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/fma3_microkernels.bzl' 2025-03-21T20:18:08.0212486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/fp16arith_microkernels.bzl' 2025-03-21T20:18:08.0214023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/hexagon_microkernels.bzl' 2025-03-21T20:18:08.0215538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/hvx_microkernels.bzl' 2025-03-21T20:18:08.0217014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/microkernels.bzl' 2025-03-21T20:18:08.0218533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neon_aarch64_microkernels.bzl' 2025-03-21T20:18:08.0220072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neon_microkernels.bzl' 2025-03-21T20:18:08.0221593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neonbf16_microkernels.bzl' 2025-03-21T20:18:08.0223160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neondot_aarch64_microkernels.bzl' 2025-03-21T20:18:08.0224844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neondot_microkernels.bzl' 2025-03-21T20:18:08.0226490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neondotfp16arith_microkernels.bzl' 2025-03-21T20:18:08.0228120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neonfma_aarch64_microkernels.bzl' 2025-03-21T20:18:08.0229777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neonfma_microkernels.bzl' 2025-03-21T20:18:08.0231306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neonfp16_microkernels.bzl' 2025-03-21T20:18:08.0232934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neonfp16arith_aarch64_microkernels.bzl' 2025-03-21T20:18:08.0234579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neonfp16arith_microkernels.bzl' 2025-03-21T20:18:08.0236142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neoni8mm_microkernels.bzl' 2025-03-21T20:18:08.0237664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neonsme2_microkernels.bzl' 2025-03-21T20:18:08.0239195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neonsme_microkernels.bzl' 2025-03-21T20:18:08.0240720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/neonv8_microkernels.bzl' 2025-03-21T20:18:08.0242232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/rvv_microkernels.bzl' 2025-03-21T20:18:08.0243776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/rvvfp16arith_microkernels.bzl' 2025-03-21T20:18:08.0245325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/scalar_microkernels.bzl' 2025-03-21T20:18:08.0246873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/sme_aarch64_microkernels.bzl' 2025-03-21T20:18:08.0248910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/sme_microkernels.bzl' 2025-03-21T20:18:08.0250413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/sse2_microkernels.bzl' 2025-03-21T20:18:08.0251917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/sse41_microkernels.bzl' 2025-03-21T20:18:08.0253424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/sse_microkernels.bzl' 2025-03-21T20:18:08.0254928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/ssse3_microkernels.bzl' 2025-03-21T20:18:08.0256431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/wasm32_microkernels.bzl' 2025-03-21T20:18:08.0257944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/wasm_microkernels.bzl' 2025-03-21T20:18:08.0259646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/wasmrelaxedsimd32_microkernels.bzl' 2025-03-21T20:18:08.0261366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/wasmrelaxedsimd_microkernels.bzl' 2025-03-21T20:18:08.0262964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/wasmsimd32_microkernels.bzl' 2025-03-21T20:18:08.0264512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen/wasmsimd_microkernels.bzl' 2025-03-21T20:18:08.0265951Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/gen' 2025-03-21T20:18:08.0267395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/include/experiments-config.h' 2025-03-21T20:18:08.0268949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/include/xnnpack.h' 2025-03-21T20:18:08.0270363Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/include' 2025-03-21T20:18:08.0271757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/preamble.js.lds' 2025-03-21T20:18:08.0273241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/build-android-arm64.sh' 2025-03-21T20:18:08.0274803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/build-android-armv7.sh' 2025-03-21T20:18:08.0276359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/build-android-x86.sh' 2025-03-21T20:18:08.0277897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/build-linux-aarch64.sh' 2025-03-21T20:18:08.0279445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/build-linux-armhf.sh' 2025-03-21T20:18:08.0280988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/build-linux-riscv64.sh' 2025-03-21T20:18:08.0282503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/build-local.sh' 2025-03-21T20:18:08.0283987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/build-qurt-v68.sh' 2025-03-21T20:18:08.0285533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/build-windows-arm64.cmd' 2025-03-21T20:18:08.0287090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/build-windows-x64.cmd' 2025-03-21T20:18:08.0288643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/build-windows-x86.cmd' 2025-03-21T20:18:08.0290144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-03-21T20:18:08.0291671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-03-21T20:18:08.0293223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-benchmarks.sh' 2025-03-21T20:18:08.0294853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-bf16-gemm.sh' 2025-03-21T20:18:08.0296500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-03-21T20:18:08.0298090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f16-dwconv.sh' 2025-03-21T20:18:08.0299678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f16-dwconv2d-chw.sh' 2025-03-21T20:18:08.0301282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f16-f32-vcvt.sh' 2025-03-21T20:18:08.0302889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f16-f32acc-rdsum.sh' 2025-03-21T20:18:08.0304495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f16-f32acc-rsum.sh' 2025-03-21T20:18:08.0306074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f16-gemm.sh' 2025-03-21T20:18:08.0307666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f16-ibilinear-chw.sh' 2025-03-21T20:18:08.0309356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f16-ibilinear.sh' 2025-03-21T20:18:08.0310918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f16-igemm.sh' 2025-03-21T20:18:08.0312568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f16-raddstoreexpminusmax.sh' 2025-03-21T20:18:08.0314236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f16-rminmax.sh' 2025-03-21T20:18:08.0315788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f16-rsum.sh' 2025-03-21T20:18:08.0317315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f16-spmm.sh' 2025-03-21T20:18:08.0318867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f16-vbinary.sh' 2025-03-21T20:18:08.0320435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f16-vclamp.sh' 2025-03-21T20:18:08.0321976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f16-velu.sh' 2025-03-21T20:18:08.0323527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f16-vhswish.sh' 2025-03-21T20:18:08.0325088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f16-vlrelu.sh' 2025-03-21T20:18:08.0326656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f16-vmulcaddc.sh' 2025-03-21T20:18:08.0328214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f16-vrnd.sh' 2025-03-21T20:18:08.0329814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f16-vrsqrt.sh' 2025-03-21T20:18:08.0331458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f16-vsigmoid.sh' 2025-03-21T20:18:08.0333011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f16-vsqrt.sh' 2025-03-21T20:18:08.0334544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f16-vtanh.sh' 2025-03-21T20:18:08.0336098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f16-vunary.sh' 2025-03-21T20:18:08.0337659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-avgpool.sh' 2025-03-21T20:18:08.0339237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-conv-hwc.sh' 2025-03-21T20:18:08.0340801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-dwconv.sh' 2025-03-21T20:18:08.0342396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-dwconv2d-chw.sh' 2025-03-21T20:18:08.0343999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-f16-vcvt.sh' 2025-03-21T20:18:08.0345547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-gemm.sh' 2025-03-21T20:18:08.0347125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-ibilinear-chw.sh' 2025-03-21T20:18:08.0349003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-ibilinear.sh' 2025-03-21T20:18:08.0350577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-igemm.sh' 2025-03-21T20:18:08.0352134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-maxpool.sh' 2025-03-21T20:18:08.0353703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-ppmm.sh' 2025-03-21T20:18:08.0355267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-qc4w-gemm.sh' 2025-03-21T20:18:08.0356852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-qc8w-gemm.sh' 2025-03-21T20:18:08.0358444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-qc8w-spmm.sh' 2025-03-21T20:18:08.0360029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-qs8-vcvt.sh' 2025-03-21T20:18:08.0361653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-raddexpminusmax.sh' 2025-03-21T20:18:08.0363307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-raddextexp.sh' 2025-03-21T20:18:08.0365098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-raddstoreexpminusmax.sh' 2025-03-21T20:18:08.0366821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-rdsum.sh' 2025-03-21T20:18:08.0368380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-rminmax.sh' 2025-03-21T20:18:08.0369929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-rsum.sh' 2025-03-21T20:18:08.0371471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-spmm.sh' 2025-03-21T20:18:08.0373029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-vbinary.sh' 2025-03-21T20:18:08.0374598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-vclamp.sh' 2025-03-21T20:18:08.0376138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-vcmul.sh' 2025-03-21T20:18:08.0377710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-vcopysign.sh' 2025-03-21T20:18:08.0379280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-velu.sh' 2025-03-21T20:18:08.0380811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-vexp.sh' 2025-03-21T20:18:08.0382346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-vgelu.sh' 2025-03-21T20:18:08.0384005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-vhswish.sh' 2025-03-21T20:18:08.0385633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-vlog.sh' 2025-03-21T20:18:08.0387175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-vlrelu.sh' 2025-03-21T20:18:08.0388891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-vmulcaddc.sh' 2025-03-21T20:18:08.0390460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-vrelu.sh' 2025-03-21T20:18:08.0391997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-vrnd.sh' 2025-03-21T20:18:08.0393553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-vrsqrt.sh' 2025-03-21T20:18:08.0395312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-vscaleexpminusmax.sh' 2025-03-21T20:18:08.0396977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-vscaleextexp.sh' 2025-03-21T20:18:08.0398581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-vsigmoid.sh' 2025-03-21T20:18:08.0400228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-vsqrt.sh' 2025-03-21T20:18:08.0401825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-vtanh.sh' 2025-03-21T20:18:08.0403360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-f32-vunary.sh' 2025-03-21T20:18:08.0404916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-qs8-dwconv.sh' 2025-03-21T20:18:08.0406492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-qs8-f16-vcvt.sh' 2025-03-21T20:18:08.0408159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-qs8-f32-vcvt.sh' 2025-03-21T20:18:08.0410773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-qs8-gemm.sh' 2025-03-21T20:18:08.0412331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-qs8-igemm.sh' 2025-03-21T20:18:08.0413876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-qs8-rdsum.sh' 2025-03-21T20:18:08.0415410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-qs8-rsum.sh' 2025-03-21T20:18:08.0416937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-qs8-vadd.sh' 2025-03-21T20:18:08.0418465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-qs8-vcvt.sh' 2025-03-21T20:18:08.0420012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-qs8-vlrelu.sh' 2025-03-21T20:18:08.0421552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-qs8-vmul.sh' 2025-03-21T20:18:08.0423084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-qu8-rdsum.sh' 2025-03-21T20:18:08.0424622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-qu8-rsum.sh' 2025-03-21T20:18:08.0426179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-s32-f32-vcvt.sh' 2025-03-21T20:18:08.0427774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-s8-ibilinear.sh' 2025-03-21T20:18:08.0429515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-tests-and-benchmarks.sh' 2025-03-21T20:18:08.0431131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-tests.sh' 2025-03-21T20:18:08.0432664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-x16-packw.sh' 2025-03-21T20:18:08.0434205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-x32-packb.sh' 2025-03-21T20:18:08.0435865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-x32-packw.sh' 2025-03-21T20:18:08.0437414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-x32-packx.sh' 2025-03-21T20:18:08.0439022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-x32-zerob.sh' 2025-03-21T20:18:08.0440555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-x8-lut.sh' 2025-03-21T20:18:08.0442084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-x8-packw.sh' 2025-03-21T20:18:08.0443635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-x8-vclamp.sh' 2025-03-21T20:18:08.0445220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-xN-transpose.sh' 2025-03-21T20:18:08.0446711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/genxnn' 2025-03-21T20:18:08.0448361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/run-on-hexagon-device.sh' 2025-03-21T20:18:08.0449940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/run-on-hexagon-sim.sh' 2025-03-21T20:18:08.0451466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-03-21T20:18:08.0452915Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/scripts' 2025-03-21T20:18:08.0454309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/allocator.c' 2025-03-21T20:18:08.0455887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-gemm/c2-neonbf16-bfdot-lane-ld128.c.in' 2025-03-21T20:18:08.0457561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-gemm/c8-neon-shland.c.in' 2025-03-21T20:18:08.0459126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-gemm/c8-neon-zip.c.in' 2025-03-21T20:18:08.0460661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-gemm/c8-neonbf16.c.in' 2025-03-21T20:18:08.0462361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-gemm/gen/bf16-gemm-1x4c8-minmax-neonbf16-bfdot.c' 2025-03-21T20:18:08.0464223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-gemm/gen/bf16-gemm-1x4c8-minmax-neonbf16-bfmlal.c' 2025-03-21T20:18:08.0466081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-gemm/gen/bf16-gemm-1x4c8-minmax-neonfma-shland.c' 2025-03-21T20:18:08.0467924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-gemm/gen/bf16-gemm-1x4c8-minmax-neonfma-zip.c' 2025-03-21T20:18:08.0469923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-gemm/gen/bf16-gemm-1x8c2-minmax-neonbf16-bfdot-lane-ld128.c' 2025-03-21T20:18:08.0471957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-gemm/gen/bf16-gemm-2x4c8-minmax-neonbf16-bfdot.c' 2025-03-21T20:18:08.0473893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-gemm/gen/bf16-gemm-2x4c8-minmax-neonbf16-bfmlal.c' 2025-03-21T20:18:08.0475749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-gemm/gen/bf16-gemm-2x4c8-minmax-neonfma-shland.c' 2025-03-21T20:18:08.0477585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-gemm/gen/bf16-gemm-2x4c8-minmax-neonfma-zip.c' 2025-03-21T20:18:08.0479432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-gemm/gen/bf16-gemm-3x4c8-minmax-neonbf16-bfdot.c' 2025-03-21T20:18:08.0481282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-gemm/gen/bf16-gemm-3x4c8-minmax-neonbf16-bfmlal.c' 2025-03-21T20:18:08.0483141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-gemm/gen/bf16-gemm-3x4c8-minmax-neonfma-shland.c' 2025-03-21T20:18:08.0484983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-gemm/gen/bf16-gemm-3x4c8-minmax-neonfma-zip.c' 2025-03-21T20:18:08.0486813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-gemm/gen/bf16-gemm-4x4c8-minmax-neonbf16-bfdot.c' 2025-03-21T20:18:08.0488666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-gemm/gen/bf16-gemm-4x4c8-minmax-neonbf16-bfmlal.c' 2025-03-21T20:18:08.0490526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-gemm/gen/bf16-gemm-4x4c8-minmax-neonfma-shland.c' 2025-03-21T20:18:08.0492370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-gemm/gen/bf16-gemm-4x4c8-minmax-neonfma-zip.c' 2025-03-21T20:18:08.0494271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-gemm/gen/bf16-gemm-4x8c2-minmax-neonbf16-bfdot-lane-ld128.c' 2025-03-21T20:18:08.0496193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-gemm/gen/bf16-gemm-5x4c8-minmax-neonbf16-bfdot.c' 2025-03-21T20:18:08.0498059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-gemm/gen/bf16-gemm-5x4c8-minmax-neonbf16-bfmlal.c' 2025-03-21T20:18:08.0499907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-gemm/gen/bf16-gemm-5x4c8-minmax-neonfma-shland.c' 2025-03-21T20:18:08.0501750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-gemm/gen/bf16-gemm-5x4c8-minmax-neonfma-zip.c' 2025-03-21T20:18:08.0503650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-gemm/gen/bf16-gemm-5x8c2-minmax-neonbf16-bfdot-lane-ld128.c' 2025-03-21T20:18:08.0505630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-gemm/gen/bf16-gemm-6x8c2-minmax-neonbf16-bfdot-lane-ld128.c' 2025-03-21T20:18:08.0507426Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-gemm/gen' 2025-03-21T20:18:08.0508981Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-gemm' 2025-03-21T20:18:08.0510522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-vunary/neon.c.in' 2025-03-21T20:18:08.0512015Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/bf16-vunary' 2025-03-21T20:18:08.0513426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/cache.c' 2025-03-21T20:18:08.0514890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/configs/argmaxpool-config.c' 2025-03-21T20:18:08.0516434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/configs/avgpool-config.c' 2025-03-21T20:18:08.0518043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/configs/binary-elementwise-config.c' 2025-03-21T20:18:08.0519624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/configs/cmul-config.c' 2025-03-21T20:18:08.0521168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/configs/conv-hwc2chw-config.c' 2025-03-21T20:18:08.0522728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/configs/dwconv-config.c' 2025-03-21T20:18:08.0524281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/configs/dwconv2d-chw-config.c' 2025-03-21T20:18:08.0525866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/configs/experiments-config.c' 2025-03-21T20:18:08.0527412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/configs/gemm-config.c' 2025-03-21T20:18:08.0528923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/configs/hardware-config.c' 2025-03-21T20:18:08.0530493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/configs/ibilinear-chw-config.c' 2025-03-21T20:18:08.0532067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/configs/ibilinear-config.c' 2025-03-21T20:18:08.0533625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/configs/lut32norm-config.c' 2025-03-21T20:18:08.0535177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/configs/maxpool-config.c' 2025-03-21T20:18:08.0536704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/configs/pack-lh-config.c' 2025-03-21T20:18:08.0538239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/configs/pavgpool-config.c' 2025-03-21T20:18:08.0539873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/configs/raddstoreexpminusmax-config.c' 2025-03-21T20:18:08.0541490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/configs/reduce-config.c' 2025-03-21T20:18:08.0543044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/configs/rmax-config.c' 2025-03-21T20:18:08.0544609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/configs/spmm-config.c' 2025-03-21T20:18:08.0546139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/configs/transpose-config.c' 2025-03-21T20:18:08.0547910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/configs/unary-elementwise-config.c' 2025-03-21T20:18:08.0549568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/configs/unpool-config.c' 2025-03-21T20:18:08.0551116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/configs/vmulcaddc-config.c' 2025-03-21T20:18:08.0552659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/configs/x8-lut-config.c' 2025-03-21T20:18:08.0554177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/configs/xx-fill-config.c' 2025-03-21T20:18:08.0555699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/configs/xx-pad-config.c' 2025-03-21T20:18:08.0557199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/configs/zip-config.c' 2025-03-21T20:18:08.0558658Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/configs' 2025-03-21T20:18:08.0560066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/datatype.c' 2025-03-21T20:18:08.0561519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/enums/allocation-type.c' 2025-03-21T20:18:08.0563047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/enums/datatype-strings.c' 2025-03-21T20:18:08.0564585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/enums/microkernel-type.c' 2025-03-21T20:18:08.0566076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/enums/node-type.c' 2025-03-21T20:18:08.0567547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/enums/operator-type.c' 2025-03-21T20:18:08.0569004Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/enums' 2025-03-21T20:18:08.0570608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-f16c-c8.c' 2025-03-21T20:18:08.0572435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c' 2025-03-21T20:18:08.0574243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-f16c-c8.c' 2025-03-21T20:18:08.0576055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c' 2025-03-21T20:18:08.0577899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-minmax.h' 2025-03-21T20:18:08.0579516Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool' 2025-03-21T20:18:08.0581268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c' 2025-03-21T20:18:08.0583043Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw' 2025-03-21T20:18:08.0584675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/f16-dwconv-minmax-multipass.h' 2025-03-21T20:18:08.0586380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/f16-dwconv-minmax-unipass.h' 2025-03-21T20:18:08.0588155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-25p16c-minmax-fma3-acc2.c' 2025-03-21T20:18:08.0590031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-25p16c-minmax-fma3.c' 2025-03-21T20:18:08.0591879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-25p16c-minmax-neonfp16arith-acc2.c' 2025-03-21T20:18:08.0593789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-25p16c-minmax-neonfp16arith.c' 2025-03-21T20:18:08.0595658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-25p32c-minmax-fma3-acc2.c' 2025-03-21T20:18:08.0597466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-25p32c-minmax-fma3.c' 2025-03-21T20:18:08.0599321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-25p32c-minmax-neonfp16arith-acc2.c' 2025-03-21T20:18:08.0601231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-25p32c-minmax-neonfp16arith.c' 2025-03-21T20:18:08.0603077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3-acc2.c' 2025-03-21T20:18:08.0604856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3.c' 2025-03-21T20:18:08.0606713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-neonfp16arith-acc2.c' 2025-03-21T20:18:08.0608608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-neonfp16arith.c' 2025-03-21T20:18:08.0610446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3-acc2.c' 2025-03-21T20:18:08.0612238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3.c' 2025-03-21T20:18:08.0614151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-neonfp16arith-acc2.c' 2025-03-21T20:18:08.0616105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-neonfp16arith.c' 2025-03-21T20:18:08.0617936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-3p32c-minmax-fma3-acc2.c' 2025-03-21T20:18:08.0619736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-3p32c-minmax-fma3.c' 2025-03-21T20:18:08.0621584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-3p32c-minmax-neonfp16arith-acc2.c' 2025-03-21T20:18:08.0623469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-3p32c-minmax-neonfp16arith.c' 2025-03-21T20:18:08.0625303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-3p8c-minmax-fma3-acc2.c' 2025-03-21T20:18:08.0627085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-3p8c-minmax-fma3.c' 2025-03-21T20:18:08.0628966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-3p8c-minmax-neonfp16arith-acc2.c' 2025-03-21T20:18:08.0630848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-3p8c-minmax-neonfp16arith.c' 2025-03-21T20:18:08.0632682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3-acc2.c' 2025-03-21T20:18:08.0634475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3.c' 2025-03-21T20:18:08.0636318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-neonfp16arith-acc2.c' 2025-03-21T20:18:08.0638224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-neonfp16arith.c' 2025-03-21T20:18:08.0640069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-4p32c-minmax-fma3-acc2.c' 2025-03-21T20:18:08.0641849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-4p32c-minmax-fma3.c' 2025-03-21T20:18:08.0643688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-4p32c-minmax-neonfp16arith-acc2.c' 2025-03-21T20:18:08.0645584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-4p32c-minmax-neonfp16arith.c' 2025-03-21T20:18:08.0647418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-4p8c-minmax-fma3-acc2.c' 2025-03-21T20:18:08.0649510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-4p8c-minmax-fma3.c' 2025-03-21T20:18:08.0651359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-4p8c-minmax-neonfp16arith-acc2.c' 2025-03-21T20:18:08.0653323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-4p8c-minmax-neonfp16arith.c' 2025-03-21T20:18:08.0655221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c' 2025-03-21T20:18:08.0657102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-5f5m5l16c8s4r-minmax-fma3.c' 2025-03-21T20:18:08.0659038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-5f5m5l16c8s4r-minmax-neonfp16arith-acc2.c' 2025-03-21T20:18:08.0661037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-5f5m5l16c8s4r-minmax-neonfp16arith.c' 2025-03-21T20:18:08.0662969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c' 2025-03-21T20:18:08.0664822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-5f5m5l32c8s4r-minmax-fma3.c' 2025-03-21T20:18:08.0666744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-5f5m5l32c8s4r-minmax-neonfp16arith-acc2.c' 2025-03-21T20:18:08.0668789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-5f5m5l32c8s4r-minmax-neonfp16arith.c' 2025-03-21T20:18:08.0670731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c' 2025-03-21T20:18:08.0672595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-5f5m5l8c8s4r-minmax-fma3.c' 2025-03-21T20:18:08.0674511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-5f5m5l8c8s4r-minmax-neonfp16arith-acc2.c' 2025-03-21T20:18:08.0676485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-5f5m5l8c8s4r-minmax-neonfp16arith.c' 2025-03-21T20:18:08.0678415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-6f6m7l16c8s4r-minmax-fma3-acc2.c' 2025-03-21T20:18:08.0680304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-6f6m7l16c8s4r-minmax-fma3.c' 2025-03-21T20:18:08.0682233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-6f6m7l16c8s4r-minmax-neonfp16arith-acc2.c' 2025-03-21T20:18:08.0684224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-6f6m7l16c8s4r-minmax-neonfp16arith.c' 2025-03-21T20:18:08.0686255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-6f6m7l32c8s4r-minmax-fma3-acc2.c' 2025-03-21T20:18:08.0688205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-6f6m7l32c8s4r-minmax-fma3.c' 2025-03-21T20:18:08.0690131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-6f6m7l32c8s4r-minmax-neonfp16arith-acc2.c' 2025-03-21T20:18:08.0692134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-6f6m7l32c8s4r-minmax-neonfp16arith.c' 2025-03-21T20:18:08.0694068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-6f6m7l8c8s4r-minmax-fma3-acc2.c' 2025-03-21T20:18:08.0695929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-6f6m7l8c8s4r-minmax-fma3.c' 2025-03-21T20:18:08.0697857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-6f6m7l8c8s4r-minmax-neonfp16arith-acc2.c' 2025-03-21T20:18:08.0699834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-6f6m7l8c8s4r-minmax-neonfp16arith.c' 2025-03-21T20:18:08.0701760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-8f8m9l16c8s4r-minmax-fma3-acc2.c' 2025-03-21T20:18:08.0703640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-8f8m9l16c8s4r-minmax-fma3.c' 2025-03-21T20:18:08.0705575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-8f8m9l16c8s4r-minmax-neonfp16arith-acc2.c' 2025-03-21T20:18:08.0707560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-8f8m9l16c8s4r-minmax-neonfp16arith.c' 2025-03-21T20:18:08.0709561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-8f8m9l32c8s4r-minmax-fma3-acc2.c' 2025-03-21T20:18:08.0711440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-8f8m9l32c8s4r-minmax-fma3.c' 2025-03-21T20:18:08.0713375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-8f8m9l32c8s4r-minmax-neonfp16arith-acc2.c' 2025-03-21T20:18:08.0715376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-8f8m9l32c8s4r-minmax-neonfp16arith.c' 2025-03-21T20:18:08.0717307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-8f8m9l8c8s4r-minmax-fma3-acc2.c' 2025-03-21T20:18:08.0719179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-8f8m9l8c8s4r-minmax-fma3.c' 2025-03-21T20:18:08.0721097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-8f8m9l8c8s4r-minmax-neonfp16arith-acc2.c' 2025-03-21T20:18:08.0723127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-8f8m9l8c8s4r-minmax-neonfp16arith.c' 2025-03-21T20:18:08.0725071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3-acc2.c' 2025-03-21T20:18:08.0726860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3.c' 2025-03-21T20:18:08.0728709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-neonfp16arith-acc2.c' 2025-03-21T20:18:08.0730609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-neonfp16arith.c' 2025-03-21T20:18:08.0732467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-9p32c-minmax-fma3-acc2.c' 2025-03-21T20:18:08.0734267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-9p32c-minmax-fma3.c' 2025-03-21T20:18:08.0736118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-9p32c-minmax-neonfp16arith-acc2.c' 2025-03-21T20:18:08.0738025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-9p32c-minmax-neonfp16arith.c' 2025-03-21T20:18:08.0739873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-fma3-acc2.c' 2025-03-21T20:18:08.0741673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-fma3.c' 2025-03-21T20:18:08.0743534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-neonfp16arith-acc2.c' 2025-03-21T20:18:08.0745425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-neonfp16arith.c' 2025-03-21T20:18:08.0747088Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/gen' 2025-03-21T20:18:08.0748880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/multipass-fma3.c.in' 2025-03-21T20:18:08.0750561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/multipass-neonfp16arith.c.in' 2025-03-21T20:18:08.0752226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/unipass-fma3.c.in' 2025-03-21T20:18:08.0753872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv/unipass-neonfp16arith.c.in' 2025-03-21T20:18:08.0755457Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv' 2025-03-21T20:18:08.0757063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/3x3p1-neonfp16arith.c.in' 2025-03-21T20:18:08.0758912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/3x3s2p1-neonfp16arith.c.in' 2025-03-21T20:18:08.0760658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/5x5p2-neonfp16arith.c.in' 2025-03-21T20:18:08.0762482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/5x5s2p2-neonfp16arith.c.in' 2025-03-21T20:18:08.0764410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-1x8-acc2.c' 2025-03-21T20:18:08.0766523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-1x8-acc3.c' 2025-03-21T20:18:08.0768649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-1x8-acc4.c' 2025-03-21T20:18:08.0770739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-1x8.c' 2025-03-21T20:18:08.0772819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-2x8-acc2.c' 2025-03-21T20:18:08.0774905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-2x8.c' 2025-03-21T20:18:08.0776969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-3x8.c' 2025-03-21T20:18:08.0779019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-4x8.c' 2025-03-21T20:18:08.0781090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-5x8.c' 2025-03-21T20:18:08.0783148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-6x8.c' 2025-03-21T20:18:08.0785242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-1x8-acc2.c' 2025-03-21T20:18:08.0787390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-1x8-acc3.c' 2025-03-21T20:18:08.0789566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-1x8-acc4.c' 2025-03-21T20:18:08.0791686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-1x8.c' 2025-03-21T20:18:08.0793799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-2x8-acc2.c' 2025-03-21T20:18:08.0795964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-2x8.c' 2025-03-21T20:18:08.0798103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-3x8.c' 2025-03-21T20:18:08.0800185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-4x8.c' 2025-03-21T20:18:08.0802296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8-acc2.c' 2025-03-21T20:18:08.0804410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8-acc3.c' 2025-03-21T20:18:08.0806519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8-acc4.c' 2025-03-21T20:18:08.0808625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8-acc5.c' 2025-03-21T20:18:08.0810709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8.c' 2025-03-21T20:18:08.0812792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-2x8-acc2.c' 2025-03-21T20:18:08.0814904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-2x8-acc3.c' 2025-03-21T20:18:08.0816990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-2x8.c' 2025-03-21T20:18:08.0819068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-3x8-acc2.c' 2025-03-21T20:18:08.0821155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-3x8.c' 2025-03-21T20:18:08.0823238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-4x8-acc2.c' 2025-03-21T20:18:08.0825328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-4x8.c' 2025-03-21T20:18:08.0827391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-5x8.c' 2025-03-21T20:18:08.0829537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8-acc2.c' 2025-03-21T20:18:08.0831675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8-acc3.c' 2025-03-21T20:18:08.0833882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8-acc4.c' 2025-03-21T20:18:08.0836081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8-acc5.c' 2025-03-21T20:18:08.0838186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8.c' 2025-03-21T20:18:08.0840286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-2x8-acc2.c' 2025-03-21T20:18:08.0842410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-2x8-acc3.c' 2025-03-21T20:18:08.0844520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-2x8.c' 2025-03-21T20:18:08.0846633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-3x8-acc2.c' 2025-03-21T20:18:08.0848914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-3x8.c' 2025-03-21T20:18:08.0850747Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw/gen' 2025-03-21T20:18:08.0852326Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-dwconv2d-chw' 2025-03-21T20:18:08.0853892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/avx512skx.c.in' 2025-03-21T20:18:08.0855458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/f16-f32-vcvt.h' 2025-03-21T20:18:08.0856983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/f16c.c.in' 2025-03-21T20:18:08.0858611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u16.c' 2025-03-21T20:18:08.0860356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u24.c' 2025-03-21T20:18:08.0862110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u32.c' 2025-03-21T20:18:08.0863866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u8.c' 2025-03-21T20:18:08.0865608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int32-u16.c' 2025-03-21T20:18:08.0867360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int32-u24.c' 2025-03-21T20:18:08.0869192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int32-u32.c' 2025-03-21T20:18:08.0871051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int32-u8.c' 2025-03-21T20:18:08.0872881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx512skx-u16.c' 2025-03-21T20:18:08.0874628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx512skx-u32.c' 2025-03-21T20:18:08.0876363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-f16c-u16.c' 2025-03-21T20:18:08.0878050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-f16c-u8.c' 2025-03-21T20:18:08.0879787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u16.c' 2025-03-21T20:18:08.0881557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u24.c' 2025-03-21T20:18:08.0883328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u32.c' 2025-03-21T20:18:08.0885090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u8.c' 2025-03-21T20:18:08.0886853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int32-u16.c' 2025-03-21T20:18:08.0888621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int32-u24.c' 2025-03-21T20:18:08.0890393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int32-u32.c' 2025-03-21T20:18:08.0892151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int32-u8.c' 2025-03-21T20:18:08.0893904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-neonfp16-u16.c' 2025-03-21T20:18:08.0895634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-neonfp16-u8.c' 2025-03-21T20:18:08.0897365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c' 2025-03-21T20:18:08.0899087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u2.c' 2025-03-21T20:18:08.0900800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u3.c' 2025-03-21T20:18:08.0902520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c' 2025-03-21T20:18:08.0904269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u16.c' 2025-03-21T20:18:08.0906101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u24.c' 2025-03-21T20:18:08.0907922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u32.c' 2025-03-21T20:18:08.0909740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u8.c' 2025-03-21T20:18:08.0911513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int32-u16.c' 2025-03-21T20:18:08.0913264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int32-u24.c' 2025-03-21T20:18:08.0915048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int32-u32.c' 2025-03-21T20:18:08.0916816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int32-u8.c' 2025-03-21T20:18:08.0918584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u16.c' 2025-03-21T20:18:08.0920369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u24.c' 2025-03-21T20:18:08.0922147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u32.c' 2025-03-21T20:18:08.0923921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u8.c' 2025-03-21T20:18:08.0925699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int32-u16.c' 2025-03-21T20:18:08.0927471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int32-u24.c' 2025-03-21T20:18:08.0929244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int32-u32.c' 2025-03-21T20:18:08.0931006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int32-u8.c' 2025-03-21T20:18:08.0932844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-wasmrelaxedsimd-int16-u16.c' 2025-03-21T20:18:08.0934753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-wasmrelaxedsimd-int16-u24.c' 2025-03-21T20:18:08.0936643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-wasmrelaxedsimd-int16-u32.c' 2025-03-21T20:18:08.0938538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-wasmrelaxedsimd-int16-u8.c' 2025-03-21T20:18:08.0940421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-wasmrelaxedsimd-int32-u16.c' 2025-03-21T20:18:08.0942386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-wasmrelaxedsimd-int32-u24.c' 2025-03-21T20:18:08.0944333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-wasmrelaxedsimd-int32-u32.c' 2025-03-21T20:18:08.0946215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-wasmrelaxedsimd-int32-u8.c' 2025-03-21T20:18:08.0948218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-wasmsimd-int16-u16.c' 2025-03-21T20:18:08.0950086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-wasmsimd-int16-u24.c' 2025-03-21T20:18:08.0951915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-wasmsimd-int16-u32.c' 2025-03-21T20:18:08.0953720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-wasmsimd-int16-u8.c' 2025-03-21T20:18:08.0955526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-wasmsimd-int32-u16.c' 2025-03-21T20:18:08.0957337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-wasmsimd-int32-u24.c' 2025-03-21T20:18:08.0959139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-wasmsimd-int32-u32.c' 2025-03-21T20:18:08.0960950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen/f16-f32-vcvt-wasmsimd-int32-u8.c' 2025-03-21T20:18:08.0962630Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/gen' 2025-03-21T20:18:08.0964186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/neon-int16.c.in' 2025-03-21T20:18:08.0965757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/neon-int32.c.in' 2025-03-21T20:18:08.0967312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/neonfp16.c.in' 2025-03-21T20:18:08.0968855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/scalar.c.in' 2025-03-21T20:18:08.0970404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/sse-int16.c.in' 2025-03-21T20:18:08.0971959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/sse-int32.c.in' 2025-03-21T20:18:08.0973551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/wasmsimd-int16.c.in' 2025-03-21T20:18:08.0975165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt/wasmsimd-int32.c.in' 2025-03-21T20:18:08.0976834Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32-vcvt' 2025-03-21T20:18:08.0978578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.0980624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x8-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.0982603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-3x16-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.0984568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x16-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.0986549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x8-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.0988528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-5x16-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.0990576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-5x8-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.0992544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-6x8-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.0994514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-7x8-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.0996293Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-gemm/gen' 2025-03-21T20:18:08.0997857Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-gemm' 2025-03-21T20:18:08.0999631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x16-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.1001632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x8-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.1003620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-3x16-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.1005612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-4x16-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.1007607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-4x8-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.1009594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-5x16-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.1010536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-5x8-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.1011539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-6x8-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.1012526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-7x8-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.1013253Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-igemm/gen' 2025-03-21T20:18:08.1013967Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-igemm' 2025-03-21T20:18:08.1014668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rdsum/avx.c.in' 2025-03-21T20:18:08.1015419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rdsum/avx512skx.c.in' 2025-03-21T20:18:08.1016315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-avx512skx-c128.c' 2025-03-21T20:18:08.1017220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-avx512skx-c16.c' 2025-03-21T20:18:08.1018106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-avx512skx-c32.c' 2025-03-21T20:18:08.1019001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-avx512skx-c64.c' 2025-03-21T20:18:08.1019866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-f16c-c128.c' 2025-03-21T20:18:08.1020735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-f16c-c16.c' 2025-03-21T20:18:08.1021585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-f16c-c32.c' 2025-03-21T20:18:08.1022444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-f16c-c64.c' 2025-03-21T20:18:08.1023397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-minmax-neonfp16arith-c16.c' 2025-03-21T20:18:08.1024362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-minmax-neonfp16arith-c32.c' 2025-03-21T20:18:08.1025339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-minmax-neonfp16arith-c64.c' 2025-03-21T20:18:08.1026067Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rdsum/gen' 2025-03-21T20:18:08.1026788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rdsum/neon.c.in' 2025-03-21T20:18:08.1027492Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rdsum' 2025-03-21T20:18:08.1028287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rsum/avx512skx.c.in' 2025-03-21T20:18:08.1029092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rsum/f16c.c.in' 2025-03-21T20:18:08.1029989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-avx512skx-u128-acc4.c' 2025-03-21T20:18:08.1030837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-avx512skx-u16.c' 2025-03-21T20:18:08.1031727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-avx512skx-u32-acc2.c' 2025-03-21T20:18:08.1032605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-avx512skx-u48-acc3.c' 2025-03-21T20:18:08.1033495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-avx512skx-u64-acc2.c' 2025-03-21T20:18:08.1034376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-avx512skx-u64-acc4.c' 2025-03-21T20:18:08.1035234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u16-acc2.c' 2025-03-21T20:18:08.1036075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u24-acc3.c' 2025-03-21T20:18:08.1036932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc2.c' 2025-03-21T20:18:08.1037786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc4.c' 2025-03-21T20:18:08.1038616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u8.c' 2025-03-21T20:18:08.1039519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u16-acc2.c' 2025-03-21T20:18:08.1040434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u24-acc3.c' 2025-03-21T20:18:08.1041342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u32-acc2.c' 2025-03-21T20:18:08.1042253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u32-acc4.c' 2025-03-21T20:18:08.1043119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u4.c' 2025-03-21T20:18:08.1044002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u8.c' 2025-03-21T20:18:08.1044727Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rsum/gen' 2025-03-21T20:18:08.1045561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rsum/neonfp16arith.c.in' 2025-03-21T20:18:08.1046325Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-f32acc-rsum' 2025-03-21T20:18:08.1047161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/1x16-aarch64-neonfp16arith-ld32.S.in' 2025-03-21T20:18:08.1048141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/1x16-aarch64-neonfp16arith-ld64.S.in' 2025-03-21T20:18:08.1048965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/1x8-aarch64-neonfp16arith-ld64.S.in' 2025-03-21T20:18:08.1049797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/4x16-aarch64-neonfp16arith-ld32.S.in' 2025-03-21T20:18:08.1050621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/4x16-aarch64-neonfp16arith-ld64.S.in' 2025-03-21T20:18:08.1051449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/4x8-aarch64-neonfp16arith-ld64.S.in' 2025-03-21T20:18:08.1052311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/6x16-aarch64-neonfp16arith-cortex-a55.S.in' 2025-03-21T20:18:08.1053193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/6x16-aarch64-neonfp16arith-cortex-a55r0.S.in' 2025-03-21T20:18:08.1054055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/6x16-aarch64-neonfp16arith-cortex-a75.S.in' 2025-03-21T20:18:08.1054899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/6x16-aarch64-neonfp16arith-ld32.S.in' 2025-03-21T20:18:08.1055715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/6x16-aarch64-neonfp16arith-ld64.S.in' 2025-03-21T20:18:08.1056550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/6x8-aarch64-neonfp16arith-ld64.S.in' 2025-03-21T20:18:08.1057357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/8x8-aarch64-neonfp16arith-ld64.S.in' 2025-03-21T20:18:08.1058101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/avx2-broadcast.c.in' 2025-03-21T20:18:08.1058869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/avx512fp16-broadcast.c.in' 2025-03-21T20:18:08.1059824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S' 2025-03-21T20:18:08.1060765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S' 2025-03-21T20:18:08.1061627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-1x16-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.1062597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-1x16-minmax-neonfp16arith-ld64.c' 2025-03-21T20:18:08.1063566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-1x32-minmax-avx512fp16-broadcast.c' 2025-03-21T20:18:08.1064443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-1x64-minmax-avx512fp16-broadcast.c' 2025-03-21T20:18:08.1065387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-1x8-minmax-asm-aarch64-neonfp16arith-ld64.S' 2025-03-21T20:18:08.1066241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-1x8-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.1067120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-1x8-minmax-neonfp16arith-ld64.c' 2025-03-21T20:18:08.1067972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-3x16-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.1068979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-4x16-minmax-asm-aarch64-neonfp16arith-ld32.S' 2025-03-21T20:18:08.1069918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S' 2025-03-21T20:18:08.1070790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-4x16-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.1071662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-4x16-minmax-neonfp16arith-ld64.c' 2025-03-21T20:18:08.1072561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-4x32-minmax-avx512fp16-broadcast.c' 2025-03-21T20:18:08.1073440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-4x64-minmax-avx512fp16-broadcast.c' 2025-03-21T20:18:08.1074386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-4x8-minmax-asm-aarch64-neonfp16arith-ld64.S' 2025-03-21T20:18:08.1075238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-4x8-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.1076106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-4x8-minmax-neonfp16arith-ld64.c' 2025-03-21T20:18:08.1076967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-5x16-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.1077846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-5x32-minmax-avx512fp16-broadcast.c' 2025-03-21T20:18:08.1078740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-5x64-minmax-avx512fp16-broadcast.c' 2025-03-21T20:18:08.1079635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-5x8-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.1080688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S' 2025-03-21T20:18:08.1081687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S' 2025-03-21T20:18:08.1082676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S' 2025-03-21T20:18:08.1083621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-ld32.S' 2025-03-21T20:18:08.1084562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S' 2025-03-21T20:18:08.1085433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-6x16-minmax-neonfp16arith-ld64.c' 2025-03-21T20:18:08.1086318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-6x32-minmax-avx512fp16-broadcast.c' 2025-03-21T20:18:08.1087191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-6x64-minmax-avx512fp16-broadcast.c' 2025-03-21T20:18:08.1088143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-6x8-minmax-asm-aarch64-neonfp16arith-ld64.S' 2025-03-21T20:18:08.1088988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-6x8-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.1089868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-6x8-minmax-neonfp16arith-ld64.c' 2025-03-21T20:18:08.1090747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-7x32-minmax-avx512fp16-broadcast.c' 2025-03-21T20:18:08.1091633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-7x64-minmax-avx512fp16-broadcast.c' 2025-03-21T20:18:08.1092477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-7x8-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.1093358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-8x16-minmax-neonfp16arith-ld64.c' 2025-03-21T20:18:08.1094233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-8x32-minmax-avx512fp16-broadcast.c' 2025-03-21T20:18:08.1095122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-8x64-minmax-avx512fp16-broadcast.c' 2025-03-21T20:18:08.1096058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-8x8-minmax-asm-aarch64-neonfp16arith-ld64.S' 2025-03-21T20:18:08.1096993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemm-8x8-minmax-neonfp16arith-ld64.c' 2025-03-21T20:18:08.1098003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemminc-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S' 2025-03-21T20:18:08.1098900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemminc-1x16-minmax-neonfp16arith-ld64.c' 2025-03-21T20:18:08.1099857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemminc-1x8-minmax-asm-aarch64-neonfp16arith-ld64.S' 2025-03-21T20:18:08.1100756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemminc-1x8-minmax-neonfp16arith-ld64.c' 2025-03-21T20:18:08.1101712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemminc-4x16-minmax-asm-aarch64-neonfp16arith-ld32.S' 2025-03-21T20:18:08.1102613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemminc-4x16-minmax-neonfp16arith-ld64.c' 2025-03-21T20:18:08.1103570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemminc-4x8-minmax-asm-aarch64-neonfp16arith-ld64.S' 2025-03-21T20:18:08.1104458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemminc-4x8-minmax-neonfp16arith-ld64.c' 2025-03-21T20:18:08.1105482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemminc-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S' 2025-03-21T20:18:08.1106502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemminc-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S' 2025-03-21T20:18:08.1107463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemminc-6x16-minmax-asm-aarch64-neonfp16arith-ld32.S' 2025-03-21T20:18:08.1108360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemminc-6x16-minmax-neonfp16arith-ld64.c' 2025-03-21T20:18:08.1109369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemminc-6x8-minmax-asm-aarch64-neonfp16arith-ld64.S' 2025-03-21T20:18:08.1110275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemminc-6x8-minmax-neonfp16arith-ld64.c' 2025-03-21T20:18:08.1111175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemminc-8x16-minmax-neonfp16arith-ld64.c' 2025-03-21T20:18:08.1112146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemminc-8x8-minmax-asm-aarch64-neonfp16arith-ld64.S' 2025-03-21T20:18:08.1113028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen/f16-gemminc-8x8-minmax-neonfp16arith-ld64.c' 2025-03-21T20:18:08.1113781Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/gen' 2025-03-21T20:18:08.1114532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm/neonfp16arith-ld64.c.in' 2025-03-21T20:18:08.1115319Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-gemm' 2025-03-21T20:18:08.1116255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p16.c' 2025-03-21T20:18:08.1117152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p4.c' 2025-03-21T20:18:08.1118066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p8.c' 2025-03-21T20:18:08.1118800Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-ibilinear-chw/gen' 2025-03-21T20:18:08.1119588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-ibilinear-chw/neonfp16arith.c.in' 2025-03-21T20:18:08.1120297Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-ibilinear-chw' 2025-03-21T20:18:08.1121007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-ibilinear/fma3.c.in' 2025-03-21T20:18:08.1121815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-ibilinear/gen/f16-ibilinear-fma3-c16.c' 2025-03-21T20:18:08.1122628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-ibilinear/gen/f16-ibilinear-fma3-c8.c' 2025-03-21T20:18:08.1123488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-ibilinear/gen/f16-ibilinear-neonfp16arith-c16.c' 2025-03-21T20:18:08.1124344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-ibilinear/gen/f16-ibilinear-neonfp16arith-c8.c' 2025-03-21T20:18:08.1125052Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-ibilinear/gen' 2025-03-21T20:18:08.1125808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-ibilinear/neonfp16arith.c.in' 2025-03-21T20:18:08.1126492Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-ibilinear' 2025-03-21T20:18:08.1127236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/avx2-broadcast.c.in' 2025-03-21T20:18:08.1128007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/avx512fp16-broadcast.c.in' 2025-03-21T20:18:08.1128953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S' 2025-03-21T20:18:08.1129886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S' 2025-03-21T20:18:08.1130893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld32.S' 2025-03-21T20:18:08.1131875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S' 2025-03-21T20:18:08.1132864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S' 2025-03-21T20:18:08.1133851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S' 2025-03-21T20:18:08.1134832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S' 2025-03-21T20:18:08.1135768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld32.S' 2025-03-21T20:18:08.1136724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S' 2025-03-21T20:18:08.1137583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/gen/f16-igemm-1x16-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.1138462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/gen/f16-igemm-1x16-minmax-neonfp16arith-ld64.c' 2025-03-21T20:18:08.1139368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/gen/f16-igemm-1x32-minmax-avx512fp16-broadcast.c' 2025-03-21T20:18:08.1140257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/gen/f16-igemm-1x64-minmax-avx512fp16-broadcast.c' 2025-03-21T20:18:08.1141124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/gen/f16-igemm-1x8-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.1141997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/gen/f16-igemm-1x8-minmax-neonfp16arith-ld64.c' 2025-03-21T20:18:08.1142866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/gen/f16-igemm-3x16-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.1143721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/gen/f16-igemm-4x16-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.1144620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/gen/f16-igemm-4x16-minmax-neonfp16arith-ld64.c' 2025-03-21T20:18:08.1145509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/gen/f16-igemm-4x32-minmax-avx512fp16-broadcast.c' 2025-03-21T20:18:08.1146416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/gen/f16-igemm-4x64-minmax-avx512fp16-broadcast.c' 2025-03-21T20:18:08.1147273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/gen/f16-igemm-4x8-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.1148464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/gen/f16-igemm-4x8-minmax-neonfp16arith-ld64.c' 2025-03-21T20:18:08.1149451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/gen/f16-igemm-5x16-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.1150362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/gen/f16-igemm-5x32-minmax-avx512fp16-broadcast.c' 2025-03-21T20:18:08.1151257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/gen/f16-igemm-5x64-minmax-avx512fp16-broadcast.c' 2025-03-21T20:18:08.1152136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/gen/f16-igemm-5x8-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.1153026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/gen/f16-igemm-6x16-minmax-neonfp16arith-ld64.c' 2025-03-21T20:18:08.1153935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/gen/f16-igemm-6x32-minmax-avx512fp16-broadcast.c' 2025-03-21T20:18:08.1154828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/gen/f16-igemm-6x64-minmax-avx512fp16-broadcast.c' 2025-03-21T20:18:08.1155701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/gen/f16-igemm-6x8-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.1156577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/gen/f16-igemm-6x8-minmax-neonfp16arith-ld64.c' 2025-03-21T20:18:08.1157486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/gen/f16-igemm-7x32-minmax-avx512fp16-broadcast.c' 2025-03-21T20:18:08.1158384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/gen/f16-igemm-7x64-minmax-avx512fp16-broadcast.c' 2025-03-21T20:18:08.1159250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/gen/f16-igemm-7x8-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.1160129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/gen/f16-igemm-8x16-minmax-neonfp16arith-ld64.c' 2025-03-21T20:18:08.1161032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/gen/f16-igemm-8x32-minmax-avx512fp16-broadcast.c' 2025-03-21T20:18:08.1161922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/gen/f16-igemm-8x64-minmax-avx512fp16-broadcast.c' 2025-03-21T20:18:08.1162807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/gen/f16-igemm-8x8-minmax-neonfp16arith-ld64.c' 2025-03-21T20:18:08.1163495Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/gen' 2025-03-21T20:18:08.1164260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm/neonfp16arith-ld64.c.in' 2025-03-21T20:18:08.1164920Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-igemm' 2025-03-21T20:18:08.1165827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-f16c-c8.c' 2025-03-21T20:18:08.1166757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c' 2025-03-21T20:18:08.1167500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-minmax.h' 2025-03-21T20:18:08.1168185Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool' 2025-03-21T20:18:08.1169030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-avx2-c8.c' 2025-03-21T20:18:08.1169934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c' 2025-03-21T20:18:08.1170761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-avx2-c8.c' 2025-03-21T20:18:08.1171645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c' 2025-03-21T20:18:08.1172406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-minmax.h' 2025-03-21T20:18:08.1173098Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool' 2025-03-21T20:18:08.1173816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/f16-qs8-vcvt.h' 2025-03-21T20:18:08.1174676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u16.c' 2025-03-21T20:18:08.1175513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u24.c' 2025-03-21T20:18:08.1176358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c' 2025-03-21T20:18:08.1177196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u64.c' 2025-03-21T20:18:08.1178046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u8.c' 2025-03-21T20:18:08.1178882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u1.c' 2025-03-21T20:18:08.1179729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u2.c' 2025-03-21T20:18:08.1180564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u3.c' 2025-03-21T20:18:08.1181408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u4.c' 2025-03-21T20:18:08.1182300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u1.c' 2025-03-21T20:18:08.1183186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u2.c' 2025-03-21T20:18:08.1184023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u3.c' 2025-03-21T20:18:08.1184867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c' 2025-03-21T20:18:08.1185573Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen' 2025-03-21T20:18:08.1186325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/neonfp16arith.c.in' 2025-03-21T20:18:08.1187009Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt' 2025-03-21T20:18:08.1187857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/avx2-rr1-p2.c.in' 2025-03-21T20:18:08.1188951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u16-acc2.c' 2025-03-21T20:18:08.1189943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u16.c' 2025-03-21T20:18:08.1190971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc2.c' 2025-03-21T20:18:08.1191983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc4.c' 2025-03-21T20:18:08.1192975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c' 2025-03-21T20:18:08.1193984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc2.c' 2025-03-21T20:18:08.1195012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc5.c' 2025-03-21T20:18:08.1195994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u40.c' 2025-03-21T20:18:08.1197208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc2.c' 2025-03-21T20:18:08.1198324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc3.c' 2025-03-21T20:18:08.1199347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u48.c' 2025-03-21T20:18:08.1200516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc2.c' 2025-03-21T20:18:08.1201619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc4.c' 2025-03-21T20:18:08.1202702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u64.c' 2025-03-21T20:18:08.1203769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u72-acc3.c' 2025-03-21T20:18:08.1204856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u72.c' 2025-03-21T20:18:08.1205906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc2.c' 2025-03-21T20:18:08.1206998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc5.c' 2025-03-21T20:18:08.1208006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u80.c' 2025-03-21T20:18:08.1209162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc2.c' 2025-03-21T20:18:08.1210219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc3.c' 2025-03-21T20:18:08.1211374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc6.c' 2025-03-21T20:18:08.1212396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u96.c' 2025-03-21T20:18:08.1213536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32-acc2.c' 2025-03-21T20:18:08.1214677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32-acc4.c' 2025-03-21T20:18:08.1215843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c' 2025-03-21T20:18:08.1216951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u40-acc2.c' 2025-03-21T20:18:08.1218106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u40-acc5.c' 2025-03-21T20:18:08.1219241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u40.c' 2025-03-21T20:18:08.1220470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u48-acc2.c' 2025-03-21T20:18:08.1221603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u48-acc3.c' 2025-03-21T20:18:08.1222727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u48.c' 2025-03-21T20:18:08.1223835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u64-acc2.c' 2025-03-21T20:18:08.1224992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u64-acc4.c' 2025-03-21T20:18:08.1226057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u64.c' 2025-03-21T20:18:08.1227263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u72-acc3.c' 2025-03-21T20:18:08.1228339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u72.c' 2025-03-21T20:18:08.1229569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u80-acc2.c' 2025-03-21T20:18:08.1230679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u80-acc5.c' 2025-03-21T20:18:08.1231795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u80.c' 2025-03-21T20:18:08.1232935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u96-acc2.c' 2025-03-21T20:18:08.1234164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u96-acc3.c' 2025-03-21T20:18:08.1235272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u96-acc6.c' 2025-03-21T20:18:08.1236396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u96.c' 2025-03-21T20:18:08.1237223Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen' 2025-03-21T20:18:08.1238241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/neonfp16arith-rr2-p2.c.in' 2025-03-21T20:18:08.1239055Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax' 2025-03-21T20:18:08.1239921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/avx512fp16.c.in' 2025-03-21T20:18:08.1240668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/avx512skx.c.in' 2025-03-21T20:18:08.1241491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/f16-rmax-f16c-u32.c' 2025-03-21T20:18:08.1242332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmax-avx512fp16-u128-acc2.c' 2025-03-21T20:18:08.1243316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmax-avx512fp16-u128-acc4.c' 2025-03-21T20:18:08.1244158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmax-avx512fp16-u32.c' 2025-03-21T20:18:08.1245071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmax-avx512fp16-u64-acc2.c' 2025-03-21T20:18:08.1245921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmax-avx512fp16-u96-acc3.c' 2025-03-21T20:18:08.1246773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmax-avx512skx-u16.c' 2025-03-21T20:18:08.1247812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmax-avx512skx-u32-acc2.c' 2025-03-21T20:18:08.1248746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmax-avx512skx-u48-acc3.c' 2025-03-21T20:18:08.1249599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmax-avx512skx-u64-acc2.c' 2025-03-21T20:18:08.1250494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmax-avx512skx-u64-acc4.c' 2025-03-21T20:18:08.1251377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u16-acc2.c' 2025-03-21T20:18:08.1252369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u24-acc3.c' 2025-03-21T20:18:08.1253265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u32-acc2.c' 2025-03-21T20:18:08.1254195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u32-acc4.c' 2025-03-21T20:18:08.1255043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u8.c' 2025-03-21T20:18:08.1255894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmax-scalar-u1.c' 2025-03-21T20:18:08.1256808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c' 2025-03-21T20:18:08.1257824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmax-scalar-u3-acc3.c' 2025-03-21T20:18:08.1258653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmax-scalar-u4-acc2.c' 2025-03-21T20:18:08.1259535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmax-scalar-u4-acc4.c' 2025-03-21T20:18:08.1260398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmin-avx512fp16-u128-acc2.c' 2025-03-21T20:18:08.1261304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmin-avx512fp16-u128-acc4.c' 2025-03-21T20:18:08.1262185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmin-avx512fp16-u32.c' 2025-03-21T20:18:08.1263106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmin-avx512fp16-u64-acc2.c' 2025-03-21T20:18:08.1263968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmin-avx512fp16-u96-acc3.c' 2025-03-21T20:18:08.1264839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmin-avx512skx-u16.c' 2025-03-21T20:18:08.1265703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmin-avx512skx-u32-acc2.c' 2025-03-21T20:18:08.1266619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmin-avx512skx-u48-acc3.c' 2025-03-21T20:18:08.1267487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmin-avx512skx-u64-acc2.c' 2025-03-21T20:18:08.1268385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmin-avx512skx-u64-acc4.c' 2025-03-21T20:18:08.1269336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u16-acc1.c' 2025-03-21T20:18:08.1270268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u16-acc2.c' 2025-03-21T20:18:08.1271184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u24-acc2.c' 2025-03-21T20:18:08.1272094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u24-acc3.c' 2025-03-21T20:18:08.1273013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u24.c' 2025-03-21T20:18:08.1273891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u32-acc2.c' 2025-03-21T20:18:08.1274883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u32-acc4.c' 2025-03-21T20:18:08.1275789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u32.c' 2025-03-21T20:18:08.1276723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u64-acc2.c' 2025-03-21T20:18:08.1277612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u64-acc4.c' 2025-03-21T20:18:08.1278520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u64.c' 2025-03-21T20:18:08.1279372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u8.c' 2025-03-21T20:18:08.1280232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmin-scalar-u1.c' 2025-03-21T20:18:08.1281042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmin-scalar-u2-acc2.c' 2025-03-21T20:18:08.1281977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmin-scalar-u3-acc3.c' 2025-03-21T20:18:08.1282816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmin-scalar-u4-acc2.c' 2025-03-21T20:18:08.1283704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rmin-scalar-u4-acc4.c' 2025-03-21T20:18:08.1284585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rminmax-avx512fp16-u128-acc2.c' 2025-03-21T20:18:08.1285488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rminmax-avx512fp16-u128-acc4.c' 2025-03-21T20:18:08.1286379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rminmax-avx512fp16-u32.c' 2025-03-21T20:18:08.1287388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rminmax-avx512fp16-u64-acc2.c' 2025-03-21T20:18:08.1288271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rminmax-avx512fp16-u96-acc3.c' 2025-03-21T20:18:08.1289164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rminmax-avx512skx-u16.c' 2025-03-21T20:18:08.1290034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rminmax-avx512skx-u32-acc2.c' 2025-03-21T20:18:08.1290977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rminmax-avx512skx-u48-acc3.c' 2025-03-21T20:18:08.1291872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rminmax-avx512skx-u64-acc2.c' 2025-03-21T20:18:08.1292855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rminmax-avx512skx-u64-acc4.c' 2025-03-21T20:18:08.1293813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u16-acc1.c' 2025-03-21T20:18:08.1294759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u16-acc2.c' 2025-03-21T20:18:08.1295641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u24-acc2.c' 2025-03-21T20:18:08.1296637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u24-acc3.c' 2025-03-21T20:18:08.1297510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u24.c' 2025-03-21T20:18:08.1298457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u32-acc2.c' 2025-03-21T20:18:08.1299348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u32-acc4.c' 2025-03-21T20:18:08.1300262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u32.c' 2025-03-21T20:18:08.1301196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u64-acc2.c' 2025-03-21T20:18:08.1302171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u64-acc4.c' 2025-03-21T20:18:08.1303050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u64.c' 2025-03-21T20:18:08.1303964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u8.c' 2025-03-21T20:18:08.1304801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rminmax-scalar-u1.c' 2025-03-21T20:18:08.1305783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c' 2025-03-21T20:18:08.1306665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rminmax-scalar-u3-acc3.c' 2025-03-21T20:18:08.1307523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rminmax-scalar-u4-acc2.c' 2025-03-21T20:18:08.1308426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen/f16-rminmax-scalar-u4-acc4.c' 2025-03-21T20:18:08.1309297Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/gen' 2025-03-21T20:18:08.1310107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/neonfp16arith.c.in' 2025-03-21T20:18:08.1310936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax/scalar.c.in' 2025-03-21T20:18:08.1311720Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rminmax' 2025-03-21T20:18:08.1312518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rsum/avx512fp16.c.in' 2025-03-21T20:18:08.1313414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rsum/gen/f16-rsum-avx512fp16-u128-acc2.c' 2025-03-21T20:18:08.1314259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rsum/gen/f16-rsum-avx512fp16-u128-acc4.c' 2025-03-21T20:18:08.1315126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rsum/gen/f16-rsum-avx512fp16-u32.c' 2025-03-21T20:18:08.1315990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rsum/gen/f16-rsum-avx512fp16-u64-acc2.c' 2025-03-21T20:18:08.1316889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rsum/gen/f16-rsum-avx512fp16-u96-acc3.c' 2025-03-21T20:18:08.1317760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rsum/gen/f16-rsum-neonfp16arith-u16-acc2.c' 2025-03-21T20:18:08.1318669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rsum/gen/f16-rsum-neonfp16arith-u24-acc3.c' 2025-03-21T20:18:08.1319507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rsum/gen/f16-rsum-neonfp16arith-u32-acc2.c' 2025-03-21T20:18:08.1320474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rsum/gen/f16-rsum-neonfp16arith-u32-acc4.c' 2025-03-21T20:18:08.1321319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rsum/gen/f16-rsum-neonfp16arith-u8.c' 2025-03-21T20:18:08.1322084Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rsum/gen' 2025-03-21T20:18:08.1322892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rsum/neonfp16arith.c.in' 2025-03-21T20:18:08.1323616Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-rsum' 2025-03-21T20:18:08.1324606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-spmm/gen/f16-spmm-16x1-minmax-neonfp16arith-pipelined.c' 2025-03-21T20:18:08.1325582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-spmm/gen/f16-spmm-16x1-minmax-neonfp16arith-x2.c' 2025-03-21T20:18:08.1326460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-spmm/gen/f16-spmm-16x1-minmax-neonfp16arith.c' 2025-03-21T20:18:08.1327446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-spmm/gen/f16-spmm-24x1-minmax-neonfp16arith-pipelined.c' 2025-03-21T20:18:08.1328349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-spmm/gen/f16-spmm-24x1-minmax-neonfp16arith-x2.c' 2025-03-21T20:18:08.1329355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-spmm/gen/f16-spmm-24x1-minmax-neonfp16arith.c' 2025-03-21T20:18:08.1330363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-spmm/gen/f16-spmm-32x1-minmax-neonfp16arith-pipelined.c' 2025-03-21T20:18:08.1331303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-spmm/gen/f16-spmm-32x1-minmax-neonfp16arith-x2.c' 2025-03-21T20:18:08.1332184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-spmm/gen/f16-spmm-32x1-minmax-neonfp16arith.c' 2025-03-21T20:18:08.1333177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-spmm/gen/f16-spmm-8x1-minmax-neonfp16arith-pipelined.c' 2025-03-21T20:18:08.1334048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-spmm/gen/f16-spmm-8x1-minmax-neonfp16arith-x2.c' 2025-03-21T20:18:08.1335031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-spmm/gen/f16-spmm-8x1-minmax-neonfp16arith.c' 2025-03-21T20:18:08.1335752Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-spmm/gen' 2025-03-21T20:18:08.1336571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-spmm/neonfp16arith-pipelined.c.in' 2025-03-21T20:18:08.1337379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-spmm/neonfp16arith.c.in' 2025-03-21T20:18:08.1338091Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-spmm' 2025-03-21T20:18:08.1338884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vabs/f16-vabs.h' 2025-03-21T20:18:08.1339595Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vabs' 2025-03-21T20:18:08.1340420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/f16-vadd.h' 2025-03-21T20:18:08.1341150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/f16-vaddc.h' 2025-03-21T20:18:08.1341935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/f16-vcmul.h' 2025-03-21T20:18:08.1342638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/f16-vdiv.h' 2025-03-21T20:18:08.1343469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/f16-vdivc.h' 2025-03-21T20:18:08.1344195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/f16-vmax.h' 2025-03-21T20:18:08.1344973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/f16-vmaxc.h' 2025-03-21T20:18:08.1345701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/f16-vmin.h' 2025-03-21T20:18:08.1346508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/f16-vminc.h' 2025-03-21T20:18:08.1347259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/f16-vmul.h' 2025-03-21T20:18:08.1348266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/f16-vmulc.h' 2025-03-21T20:18:08.1349079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/f16-vprelu.h' 2025-03-21T20:18:08.1349873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/f16-vpreluc.h' 2025-03-21T20:18:08.1350604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/f16-vrdivc.h' 2025-03-21T20:18:08.1351422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/f16-vrpreluc.h' 2025-03-21T20:18:08.1352177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/f16-vrsubc.h' 2025-03-21T20:18:08.1352979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/f16-vsqrdiff.h' 2025-03-21T20:18:08.1353741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/f16-vsqrdiffc.h' 2025-03-21T20:18:08.1354461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/f16-vsub.h' 2025-03-21T20:18:08.1355222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/f16-vsubc.h' 2025-03-21T20:18:08.1356091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vadd-avx512fp16-u32.c' 2025-03-21T20:18:08.1357059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vadd-avx512fp16-u64.c' 2025-03-21T20:18:08.1357860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vadd-f16c-u16.c' 2025-03-21T20:18:08.1358696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vadd-f16c-u8.c' 2025-03-21T20:18:08.1359521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vadd-fp16arith-u1.c' 2025-03-21T20:18:08.1360410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vadd-fp16arith-u2.c' 2025-03-21T20:18:08.1361268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vadd-fp16arith-u4.c' 2025-03-21T20:18:08.1362169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vadd-neonfp16arith-u16.c' 2025-03-21T20:18:08.1363022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vadd-neonfp16arith-u8.c' 2025-03-21T20:18:08.1363906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vaddc-avx512fp16-u32.c' 2025-03-21T20:18:08.1364846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vaddc-avx512fp16-u64.c' 2025-03-21T20:18:08.1365844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vaddc-f16c-u16.c' 2025-03-21T20:18:08.1366647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vaddc-f16c-u8.c' 2025-03-21T20:18:08.1367525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vaddc-fp16arith-u1.c' 2025-03-21T20:18:08.1368352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vaddc-fp16arith-u2.c' 2025-03-21T20:18:08.1369221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vaddc-fp16arith-u4.c' 2025-03-21T20:18:08.1370121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vaddc-neonfp16arith-u16.c' 2025-03-21T20:18:08.1371038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vaddc-neonfp16arith-u8.c' 2025-03-21T20:18:08.1371934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vdiv-aarch64-neonfp16arith-u16.c' 2025-03-21T20:18:08.1372885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vdiv-aarch64-neonfp16arith-u8.c' 2025-03-21T20:18:08.1373775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vdiv-avx512fp16-u32.c' 2025-03-21T20:18:08.1374674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vdiv-avx512fp16-u64.c' 2025-03-21T20:18:08.1375494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vdiv-f16c-u16.c' 2025-03-21T20:18:08.1376332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vdiv-f16c-u8.c' 2025-03-21T20:18:08.1377159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vdiv-fp16arith-u1.c' 2025-03-21T20:18:08.1378044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vdiv-fp16arith-u2.c' 2025-03-21T20:18:08.1378848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vdiv-fp16arith-u4.c' 2025-03-21T20:18:08.1379854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vdivc-aarch64-neonfp16arith-u16.c' 2025-03-21T20:18:08.1380753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vdivc-aarch64-neonfp16arith-u8.c' 2025-03-21T20:18:08.1381595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vdivc-avx512fp16-u32.c' 2025-03-21T20:18:08.1382544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vdivc-avx512fp16-u64.c' 2025-03-21T20:18:08.1383345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vdivc-f16c-u16.c' 2025-03-21T20:18:08.1384258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vdivc-f16c-u8.c' 2025-03-21T20:18:08.1385104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vdivc-fp16arith-u1.c' 2025-03-21T20:18:08.1385988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vdivc-fp16arith-u2.c' 2025-03-21T20:18:08.1386818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vdivc-fp16arith-u4.c' 2025-03-21T20:18:08.1387696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmax-avx512fp16-u32.c' 2025-03-21T20:18:08.1388512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmax-avx512fp16-u64.c' 2025-03-21T20:18:08.1389500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmax-f16c-u16.c' 2025-03-21T20:18:08.1390296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmax-f16c-u8.c' 2025-03-21T20:18:08.1391215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmax-fp16arith-u1.c' 2025-03-21T20:18:08.1392041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmax-fp16arith-u2.c' 2025-03-21T20:18:08.1392899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmax-fp16arith-u4.c' 2025-03-21T20:18:08.1393804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmax-neonfp16arith-u16.c' 2025-03-21T20:18:08.1394724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmax-neonfp16arith-u8.c' 2025-03-21T20:18:08.1395559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmaxc-avx512fp16-u32.c' 2025-03-21T20:18:08.1396443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmaxc-avx512fp16-u64.c' 2025-03-21T20:18:08.1397250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmaxc-f16c-u16.c' 2025-03-21T20:18:08.1398105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmaxc-f16c-u8.c' 2025-03-21T20:18:08.1398959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmaxc-fp16arith-u1.c' 2025-03-21T20:18:08.1399839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmaxc-fp16arith-u2.c' 2025-03-21T20:18:08.1400732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmaxc-fp16arith-u4.c' 2025-03-21T20:18:08.1401641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmaxc-neonfp16arith-u16.c' 2025-03-21T20:18:08.1402528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmaxc-neonfp16arith-u8.c' 2025-03-21T20:18:08.1403457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmin-avx512fp16-u32.c' 2025-03-21T20:18:08.1404289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmin-avx512fp16-u64.c' 2025-03-21T20:18:08.1405138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmin-f16c-u16.c' 2025-03-21T20:18:08.1405937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmin-f16c-u8.c' 2025-03-21T20:18:08.1406786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmin-fp16arith-u1.c' 2025-03-21T20:18:08.1407634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmin-fp16arith-u2.c' 2025-03-21T20:18:08.1408574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmin-fp16arith-u4.c' 2025-03-21T20:18:08.1409427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmin-neonfp16arith-u16.c' 2025-03-21T20:18:08.1410272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmin-neonfp16arith-u8.c' 2025-03-21T20:18:08.1411164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vminc-avx512fp16-u32.c' 2025-03-21T20:18:08.1411973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vminc-avx512fp16-u64.c' 2025-03-21T20:18:08.1412877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vminc-f16c-u16.c' 2025-03-21T20:18:08.1413672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vminc-f16c-u8.c' 2025-03-21T20:18:08.1414562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vminc-fp16arith-u1.c' 2025-03-21T20:18:08.1415390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vminc-fp16arith-u2.c' 2025-03-21T20:18:08.1416243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vminc-fp16arith-u4.c' 2025-03-21T20:18:08.1417133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vminc-neonfp16arith-u16.c' 2025-03-21T20:18:08.1418048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vminc-neonfp16arith-u8.c' 2025-03-21T20:18:08.1418943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmul-avx512fp16-u32.c' 2025-03-21T20:18:08.1419872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmul-avx512fp16-u64.c' 2025-03-21T20:18:08.1420671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmul-f16c-u16.c' 2025-03-21T20:18:08.1421518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmul-f16c-u8.c' 2025-03-21T20:18:08.1422367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmul-fp16arith-u1.c' 2025-03-21T20:18:08.1423239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmul-fp16arith-u2.c' 2025-03-21T20:18:08.1424066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmul-fp16arith-u4.c' 2025-03-21T20:18:08.1425014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmul-neonfp16arith-u16.c' 2025-03-21T20:18:08.1425837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmul-neonfp16arith-u8.c' 2025-03-21T20:18:08.1426783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmulc-avx512fp16-u32.c' 2025-03-21T20:18:08.1427623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmulc-avx512fp16-u64.c' 2025-03-21T20:18:08.1428471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmulc-f16c-u16.c' 2025-03-21T20:18:08.1429343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmulc-f16c-u8.c' 2025-03-21T20:18:08.1430202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmulc-fp16arith-u1.c' 2025-03-21T20:18:08.1431084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmulc-fp16arith-u2.c' 2025-03-21T20:18:08.1431991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmulc-fp16arith-u4.c' 2025-03-21T20:18:08.1432856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmulc-neonfp16arith-u16.c' 2025-03-21T20:18:08.1433758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vmulc-neonfp16arith-u8.c' 2025-03-21T20:18:08.1434604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vprelu-avx512fp16-u32.c' 2025-03-21T20:18:08.1435524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vprelu-avx512fp16-u64.c' 2025-03-21T20:18:08.1436353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vprelu-f16c-u16.c' 2025-03-21T20:18:08.1437223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vprelu-f16c-u8.c' 2025-03-21T20:18:08.1438188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vprelu-neonfp16arith-u16.c' 2025-03-21T20:18:08.1439054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vprelu-neonfp16arith-u8.c' 2025-03-21T20:18:08.1439928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vpreluc-avx512fp16-u32.c' 2025-03-21T20:18:08.1440814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vpreluc-avx512fp16-u64.c' 2025-03-21T20:18:08.1441700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vpreluc-f16c-u16.c' 2025-03-21T20:18:08.1442512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vpreluc-f16c-u8.c' 2025-03-21T20:18:08.1443499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vpreluc-neonfp16arith-u16.c' 2025-03-21T20:18:08.1444361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vpreluc-neonfp16arith-u8.c' 2025-03-21T20:18:08.1445325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vrdivc-aarch64-neonfp16arith-u16.c' 2025-03-21T20:18:08.1446253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vrdivc-aarch64-neonfp16arith-u8.c' 2025-03-21T20:18:08.1447150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vrdivc-avx512fp16-u32.c' 2025-03-21T20:18:08.1448157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vrdivc-avx512fp16-u64.c' 2025-03-21T20:18:08.1449017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vrdivc-f16c-u16.c' 2025-03-21T20:18:08.1449797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vrdivc-f16c-u8.c' 2025-03-21T20:18:08.1450736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vrdivc-fp16arith-u1.c' 2025-03-21T20:18:08.1451578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vrdivc-fp16arith-u2.c' 2025-03-21T20:18:08.1452464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vrdivc-fp16arith-u4.c' 2025-03-21T20:18:08.1453316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vrpreluc-avx512fp16-u32.c' 2025-03-21T20:18:08.1454191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vrpreluc-avx512fp16-u64.c' 2025-03-21T20:18:08.1455149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vrpreluc-f16c-u16.c' 2025-03-21T20:18:08.1456121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vrpreluc-f16c-u8.c' 2025-03-21T20:18:08.1457000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vrpreluc-neonfp16arith-u16.c' 2025-03-21T20:18:08.1457922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vrpreluc-neonfp16arith-u8.c' 2025-03-21T20:18:08.1458768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vrsubc-avx512fp16-u32.c' 2025-03-21T20:18:08.1459681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vrsubc-avx512fp16-u64.c' 2025-03-21T20:18:08.1460571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vrsubc-f16c-u16.c' 2025-03-21T20:18:08.1461426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vrsubc-f16c-u8.c' 2025-03-21T20:18:08.1462261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vrsubc-fp16arith-u1.c' 2025-03-21T20:18:08.1463146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vrsubc-fp16arith-u2.c' 2025-03-21T20:18:08.1463963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vrsubc-fp16arith-u4.c' 2025-03-21T20:18:08.1464945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vrsubc-neonfp16arith-u16.c' 2025-03-21T20:18:08.1465809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vrsubc-neonfp16arith-u8.c' 2025-03-21T20:18:08.1466714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsqrdiff-avx512fp16-u32.c' 2025-03-21T20:18:08.1467563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsqrdiff-avx512fp16-u64.c' 2025-03-21T20:18:08.1468393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u16.c' 2025-03-21T20:18:08.1469343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u8.c' 2025-03-21T20:18:08.1470224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsqrdiff-fp16arith-u1.c' 2025-03-21T20:18:08.1471124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsqrdiff-fp16arith-u2.c' 2025-03-21T20:18:08.1471971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsqrdiff-fp16arith-u4.c' 2025-03-21T20:18:08.1472965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsqrdiff-neonfp16arith-u16.c' 2025-03-21T20:18:08.1473814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsqrdiff-neonfp16arith-u8.c' 2025-03-21T20:18:08.1474835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsqrdiffc-avx512fp16-u32.c' 2025-03-21T20:18:08.1475693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsqrdiffc-avx512fp16-u64.c' 2025-03-21T20:18:08.1476566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u16.c' 2025-03-21T20:18:08.1477399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u8.c' 2025-03-21T20:18:08.1478331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsqrdiffc-fp16arith-u1.c' 2025-03-21T20:18:08.1479223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsqrdiffc-fp16arith-u2.c' 2025-03-21T20:18:08.1480092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsqrdiffc-fp16arith-u4.c' 2025-03-21T20:18:08.1558432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsqrdiffc-neonfp16arith-u16.c' 2025-03-21T20:18:08.1559344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsqrdiffc-neonfp16arith-u8.c' 2025-03-21T20:18:08.1560174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsub-avx512fp16-u32.c' 2025-03-21T20:18:08.1560978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsub-avx512fp16-u64.c' 2025-03-21T20:18:08.1561782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsub-f16c-u16.c' 2025-03-21T20:18:08.1562572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsub-f16c-u8.c' 2025-03-21T20:18:08.1563366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsub-fp16arith-u1.c' 2025-03-21T20:18:08.1564158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsub-fp16arith-u2.c' 2025-03-21T20:18:08.1564949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsub-fp16arith-u4.c' 2025-03-21T20:18:08.1565779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsub-neonfp16arith-u16.c' 2025-03-21T20:18:08.1566593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsub-neonfp16arith-u8.c' 2025-03-21T20:18:08.1567387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsubc-avx512fp16-u32.c' 2025-03-21T20:18:08.1568393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsubc-avx512fp16-u64.c' 2025-03-21T20:18:08.1569246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsubc-f16c-u16.c' 2025-03-21T20:18:08.1570012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsubc-f16c-u8.c' 2025-03-21T20:18:08.1570800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsubc-fp16arith-u1.c' 2025-03-21T20:18:08.1571597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsubc-fp16arith-u2.c' 2025-03-21T20:18:08.1572384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsubc-fp16arith-u4.c' 2025-03-21T20:18:08.1573208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsubc-neonfp16arith-u16.c' 2025-03-21T20:18:08.1574028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen/f16-vsubc-neonfp16arith-u8.c' 2025-03-21T20:18:08.1574725Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/gen' 2025-03-21T20:18:08.1575470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/vop-avx512fp16.c.in' 2025-03-21T20:18:08.1576180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/vop-f16c.c.in' 2025-03-21T20:18:08.1576923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/vop-fp16arith.c.in' 2025-03-21T20:18:08.1577689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/vop-neonfp16arith.c.in' 2025-03-21T20:18:08.1578437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/vopc-avx512fp16.c.in' 2025-03-21T20:18:08.1579151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/vopc-f16c.c.in' 2025-03-21T20:18:08.1579895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/vopc-fp16arith.c.in' 2025-03-21T20:18:08.1580664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary/vopc-neonfp16arith.c.in' 2025-03-21T20:18:08.1581349Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vbinary' 2025-03-21T20:18:08.1582042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vclamp/f16-vclamp.h' 2025-03-21T20:18:08.1582723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vclamp/f16c.c.in' 2025-03-21T20:18:08.1583489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vclamp/gen/f16-vclamp-f16c-u16.c' 2025-03-21T20:18:08.1584311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vclamp/gen/f16-vclamp-f16c-u8.c' 2025-03-21T20:18:08.1585133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vclamp/gen/f16-vclamp-neonfp16arith-u16.c' 2025-03-21T20:18:08.1586013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vclamp/gen/f16-vclamp-neonfp16arith-u8.c' 2025-03-21T20:18:08.1586830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vclamp/gen/f16-vclamp-rvvfp16arith-u1v.c' 2025-03-21T20:18:08.1587651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vclamp/gen/f16-vclamp-rvvfp16arith-u2v.c' 2025-03-21T20:18:08.1588463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vclamp/gen/f16-vclamp-rvvfp16arith-u4v.c' 2025-03-21T20:18:08.1589364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vclamp/gen/f16-vclamp-rvvfp16arith-u8v.c' 2025-03-21T20:18:08.1590095Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vclamp/gen' 2025-03-21T20:18:08.1590827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vclamp/neonfp16arith.c.in' 2025-03-21T20:18:08.1591560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vclamp/rvvfp16arith.c.in' 2025-03-21T20:18:08.1592225Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vclamp' 2025-03-21T20:18:08.1593049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vcmul/gen/f16-vcmul-neonfp16arith-u16.c' 2025-03-21T20:18:08.1593862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vcmul/gen/f16-vcmul-neonfp16arith-u32.c' 2025-03-21T20:18:08.1594670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vcmul/gen/f16-vcmul-neonfp16arith-u8.c' 2025-03-21T20:18:08.1595356Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vcmul/gen' 2025-03-21T20:18:08.1596086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vcmul/neonfp16arith.c.in' 2025-03-21T20:18:08.1596751Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vcmul' 2025-03-21T20:18:08.1597476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-velu/avx2-rr1-p3.c.in' 2025-03-21T20:18:08.1598149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-velu/f16-velu.h' 2025-03-21T20:18:08.1598940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u16.c' 2025-03-21T20:18:08.1599716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u8.c' 2025-03-21T20:18:08.1600558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-velu/gen/f16-velu-neonfp16arith-rr1-p3-u16.c' 2025-03-21T20:18:08.1601450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-velu/gen/f16-velu-neonfp16arith-rr1-p3-u8.c' 2025-03-21T20:18:08.1602190Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-velu/gen' 2025-03-21T20:18:08.1602949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-velu/neonfp16arith-rr1-p3.c.in' 2025-03-21T20:18:08.1603614Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-velu' 2025-03-21T20:18:08.1604309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vhswish/f16-vhswish.h' 2025-03-21T20:18:08.1604989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vhswish/f16c.c.in' 2025-03-21T20:18:08.1605780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vhswish/gen/f16-vhswish-f16c-u16.c' 2025-03-21T20:18:08.1606548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vhswish/gen/f16-vhswish-f16c-u8.c' 2025-03-21T20:18:08.1607389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vhswish/gen/f16-vhswish-neonfp16arith-u16.c' 2025-03-21T20:18:08.1608214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vhswish/gen/f16-vhswish-neonfp16arith-u8.c' 2025-03-21T20:18:08.1608921Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vhswish/gen' 2025-03-21T20:18:08.1609650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vhswish/neonfp16arith.c.in' 2025-03-21T20:18:08.1610336Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vhswish' 2025-03-21T20:18:08.1611021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vlrelu/f16-vlrelu.h' 2025-03-21T20:18:08.1611704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vlrelu/f16c.c.in' 2025-03-21T20:18:08.1612464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vlrelu/gen/f16-vlrelu-f16c-u16.c' 2025-03-21T20:18:08.1613237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vlrelu/gen/f16-vlrelu-f16c-u8.c' 2025-03-21T20:18:08.1614056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vlrelu/gen/f16-vlrelu-neonfp16arith-u16.c' 2025-03-21T20:18:08.1614878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vlrelu/gen/f16-vlrelu-neonfp16arith-u8.c' 2025-03-21T20:18:08.1615566Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vlrelu/gen' 2025-03-21T20:18:08.1616298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vlrelu/neonfp16arith.c.in' 2025-03-21T20:18:08.1617026Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vlrelu' 2025-03-21T20:18:08.1617773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vmulcaddc/fma3.c.in' 2025-03-21T20:18:08.1618635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vmulcaddc/gen/f16-vmulcaddc-c16-minmax-fma3-2x.c' 2025-03-21T20:18:08.1619550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vmulcaddc/gen/f16-vmulcaddc-c16-minmax-neonfp16arith-2x.c' 2025-03-21T20:18:08.1620417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-fma3-2x.c' 2025-03-21T20:18:08.1621325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-neonfp16arith-2x.c' 2025-03-21T20:18:08.1622045Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vmulcaddc/gen' 2025-03-21T20:18:08.1622790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vmulcaddc/neonfp16arith.c.in' 2025-03-21T20:18:08.1623483Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vmulcaddc' 2025-03-21T20:18:08.1624152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vneg/f16-vneg.h' 2025-03-21T20:18:08.1624815Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vneg' 2025-03-21T20:18:08.1625492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrnd/f16-vrndd.h' 2025-03-21T20:18:08.1626185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrnd/f16-vrndne.h' 2025-03-21T20:18:08.1626860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrnd/f16-vrndu.h' 2025-03-21T20:18:08.1627544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrnd/f16-vrndz.h' 2025-03-21T20:18:08.1628203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrnd/f16c.c.in' 2025-03-21T20:18:08.1629043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrnd/gen/f16-vrndd-f16c-u16.c' 2025-03-21T20:18:08.1629784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrnd/gen/f16-vrndd-f16c-u8.c' 2025-03-21T20:18:08.1630608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrnd/gen/f16-vrndd-neonfp16arith-u16.c' 2025-03-21T20:18:08.1631422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrnd/gen/f16-vrndd-neonfp16arith-u8.c' 2025-03-21T20:18:08.1632184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrnd/gen/f16-vrndne-f16c-u16.c' 2025-03-21T20:18:08.1632924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrnd/gen/f16-vrndne-f16c-u8.c' 2025-03-21T20:18:08.1633798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrnd/gen/f16-vrndne-neonfp16arith-u16.c' 2025-03-21T20:18:08.1634669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrnd/gen/f16-vrndne-neonfp16arith-u8.c' 2025-03-21T20:18:08.1635412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrnd/gen/f16-vrndu-f16c-u16.c' 2025-03-21T20:18:08.1636157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrnd/gen/f16-vrndu-f16c-u8.c' 2025-03-21T20:18:08.1636953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrnd/gen/f16-vrndu-neonfp16arith-u16.c' 2025-03-21T20:18:08.1637761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrnd/gen/f16-vrndu-neonfp16arith-u8.c' 2025-03-21T20:18:08.1638503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrnd/gen/f16-vrndz-f16c-u16.c' 2025-03-21T20:18:08.1639256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrnd/gen/f16-vrndz-f16c-u8.c' 2025-03-21T20:18:08.1640054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrnd/gen/f16-vrndz-neonfp16arith-u16.c' 2025-03-21T20:18:08.1640859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrnd/gen/f16-vrndz-neonfp16arith-u8.c' 2025-03-21T20:18:08.1641535Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrnd/gen' 2025-03-21T20:18:08.1642269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrnd/neonfp16arith.c.in' 2025-03-21T20:18:08.1642924Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrnd' 2025-03-21T20:18:08.1643626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrsqrt/f16-vrsqrt.h' 2025-03-21T20:18:08.1644333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrsqrt/f16c-rsqrt.c.in' 2025-03-21T20:18:08.1645137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrsqrt/gen/f16-vrsqrt-f16c-rsqrt-u16.c' 2025-03-21T20:18:08.1645935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrsqrt/gen/f16-vrsqrt-f16c-rsqrt-u32.c' 2025-03-21T20:18:08.1646740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrsqrt/gen/f16-vrsqrt-f16c-rsqrt-u8.c' 2025-03-21T20:18:08.1647594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrsqrt/gen/f16-vrsqrt-neonfp16arith-rsqrt-u16.c' 2025-03-21T20:18:08.1648630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrsqrt/gen/f16-vrsqrt-neonfp16arith-rsqrt-u32.c' 2025-03-21T20:18:08.1649473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrsqrt/gen/f16-vrsqrt-neonfp16arith-rsqrt-u8.c' 2025-03-21T20:18:08.1650260Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrsqrt/gen' 2025-03-21T20:18:08.1651094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrsqrt/neonfp16arith-rsqrt.c.in' 2025-03-21T20:18:08.1651765Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vrsqrt' 2025-03-21T20:18:08.1652459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/avx2.c.in' 2025-03-21T20:18:08.1653171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/f16-vsigmoid.h' 2025-03-21T20:18:08.1654144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u16.c' 2025-03-21T20:18:08.1655105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u24.c' 2025-03-21T20:18:08.1656068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u32.c' 2025-03-21T20:18:08.1657028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u40.c' 2025-03-21T20:18:08.1657988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u48.c' 2025-03-21T20:18:08.1658942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u56.c' 2025-03-21T20:18:08.1659913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u64.c' 2025-03-21T20:18:08.1660857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u8.c' 2025-03-21T20:18:08.1661719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u16.c' 2025-03-21T20:18:08.1662571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u24.c' 2025-03-21T20:18:08.1663428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u32.c' 2025-03-21T20:18:08.1664279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u40.c' 2025-03-21T20:18:08.1665131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u48.c' 2025-03-21T20:18:08.1665982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u56.c' 2025-03-21T20:18:08.1666893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u64.c' 2025-03-21T20:18:08.1667733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u8.c' 2025-03-21T20:18:08.1668737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u16.c' 2025-03-21T20:18:08.1669585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u24.c' 2025-03-21T20:18:08.1670450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u32.c' 2025-03-21T20:18:08.1671300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u40.c' 2025-03-21T20:18:08.1672161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u48.c' 2025-03-21T20:18:08.1673007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u56.c' 2025-03-21T20:18:08.1673863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u64.c' 2025-03-21T20:18:08.1674699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u8.c' 2025-03-21T20:18:08.1675659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u16.c' 2025-03-21T20:18:08.1676587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u24.c' 2025-03-21T20:18:08.1677518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u32.c' 2025-03-21T20:18:08.1678436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u40.c' 2025-03-21T20:18:08.1679366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u48.c' 2025-03-21T20:18:08.1680286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u56.c' 2025-03-21T20:18:08.1681219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u64.c' 2025-03-21T20:18:08.1682140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u8.c' 2025-03-21T20:18:08.1683087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u16.c' 2025-03-21T20:18:08.1684100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u24.c' 2025-03-21T20:18:08.1685043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u32.c' 2025-03-21T20:18:08.1686047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u40.c' 2025-03-21T20:18:08.1686984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u48.c' 2025-03-21T20:18:08.1687927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u56.c' 2025-03-21T20:18:08.1688865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u64.c' 2025-03-21T20:18:08.1689803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u8.c' 2025-03-21T20:18:08.1690502Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/gen' 2025-03-21T20:18:08.1691243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid/neonfp16arith.c.in' 2025-03-21T20:18:08.1691922Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsigmoid' 2025-03-21T20:18:08.1692606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqr/f16-vsqr.h' 2025-03-21T20:18:08.1693267Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqr' 2025-03-21T20:18:08.1694007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqrt/avx512fp16-sqrt.c.in' 2025-03-21T20:18:08.1694732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqrt/avx512skx-sqrt.c.in' 2025-03-21T20:18:08.1695414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqrt/f16-vsqrt.h' 2025-03-21T20:18:08.1696112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqrt/f16c-rsqrt.c.in' 2025-03-21T20:18:08.1696816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqrt/f16c-sqrt.c.in' 2025-03-21T20:18:08.1697543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqrt/fp16arith-sqrt.c.in' 2025-03-21T20:18:08.1698433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqrt/gen/f16-vsqrt-aarch64-neonfp16arith-sqrt-u16.c' 2025-03-21T20:18:08.1699310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqrt/gen/f16-vsqrt-aarch64-neonfp16arith-sqrt-u32.c' 2025-03-21T20:18:08.1700198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqrt/gen/f16-vsqrt-aarch64-neonfp16arith-sqrt-u8.c' 2025-03-21T20:18:08.1701073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqrt/gen/f16-vsqrt-avx512fp16-sqrt-u128.c' 2025-03-21T20:18:08.1701943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqrt/gen/f16-vsqrt-avx512fp16-sqrt-u32.c' 2025-03-21T20:18:08.1702756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqrt/gen/f16-vsqrt-avx512fp16-sqrt-u64.c' 2025-03-21T20:18:08.1703561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqrt/gen/f16-vsqrt-avx512skx-sqrt-u16.c' 2025-03-21T20:18:08.1704376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqrt/gen/f16-vsqrt-avx512skx-sqrt-u32.c' 2025-03-21T20:18:08.1705184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqrt/gen/f16-vsqrt-avx512skx-sqrt-u64.c' 2025-03-21T20:18:08.1705980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u16.c' 2025-03-21T20:18:08.1706767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u32.c' 2025-03-21T20:18:08.1707561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u8.c' 2025-03-21T20:18:08.1708342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqrt/gen/f16-vsqrt-f16c-sqrt-u16.c' 2025-03-21T20:18:08.1709200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqrt/gen/f16-vsqrt-f16c-sqrt-u32.c' 2025-03-21T20:18:08.1709977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqrt/gen/f16-vsqrt-f16c-sqrt-u8.c' 2025-03-21T20:18:08.1710796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqrt/gen/f16-vsqrt-fp16arith-sqrt-u1.c' 2025-03-21T20:18:08.1711606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqrt/gen/f16-vsqrt-fp16arith-sqrt-u2.c' 2025-03-21T20:18:08.1712421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqrt/gen/f16-vsqrt-fp16arith-sqrt-u4.c' 2025-03-21T20:18:08.1713297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqrt/gen/f16-vsqrt-neonfp16arith-nr1fma1adj-u16.c' 2025-03-21T20:18:08.1714180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqrt/gen/f16-vsqrt-neonfp16arith-nr1fma1adj-u32.c' 2025-03-21T20:18:08.1715039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqrt/gen/f16-vsqrt-neonfp16arith-nr1fma1adj-u8.c' 2025-03-21T20:18:08.1715732Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqrt/gen' 2025-03-21T20:18:08.1716518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqrt/neonfp16arith-nr1fma1adj.c.in' 2025-03-21T20:18:08.1717335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqrt/neonfp16arith-sqrt.c.in' 2025-03-21T20:18:08.1718001Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vsqrt' 2025-03-21T20:18:08.1718791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/avx-expm1minus.c.in' 2025-03-21T20:18:08.1719519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/avx-polynomial.c.in' 2025-03-21T20:18:08.1720206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/f16-vtanh.h' 2025-03-21T20:18:08.1721232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u16.c' 2025-03-21T20:18:08.1722261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u24.c' 2025-03-21T20:18:08.1723285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u32.c' 2025-03-21T20:18:08.1724309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u40.c' 2025-03-21T20:18:08.1725321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u48.c' 2025-03-21T20:18:08.1726346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u56.c' 2025-03-21T20:18:08.1727368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u64.c' 2025-03-21T20:18:08.1728387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u72.c' 2025-03-21T20:18:08.1729391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u8.c' 2025-03-21T20:18:08.1730421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u80.c' 2025-03-21T20:18:08.1731335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u16.c' 2025-03-21T20:18:08.1732241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u24.c' 2025-03-21T20:18:08.1733176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u32.c' 2025-03-21T20:18:08.1734076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u40.c' 2025-03-21T20:18:08.1735041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u48.c' 2025-03-21T20:18:08.1736019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u56.c' 2025-03-21T20:18:08.1736926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u64.c' 2025-03-21T20:18:08.1737826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u72.c' 2025-03-21T20:18:08.1738733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u8.c' 2025-03-21T20:18:08.1739639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u80.c' 2025-03-21T20:18:08.1740552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u16.c' 2025-03-21T20:18:08.1741449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u24.c' 2025-03-21T20:18:08.1742355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u32.c' 2025-03-21T20:18:08.1743259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u40.c' 2025-03-21T20:18:08.1744165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u48.c' 2025-03-21T20:18:08.1745070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u56.c' 2025-03-21T20:18:08.1745978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u64.c' 2025-03-21T20:18:08.1746878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u72.c' 2025-03-21T20:18:08.1747921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u8.c' 2025-03-21T20:18:08.1748890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u80.c' 2025-03-21T20:18:08.1749794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u16.c' 2025-03-21T20:18:08.1750700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u24.c' 2025-03-21T20:18:08.1751602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u32.c' 2025-03-21T20:18:08.1752587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u40.c' 2025-03-21T20:18:08.1753631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u48.c' 2025-03-21T20:18:08.1754529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u56.c' 2025-03-21T20:18:08.1755435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u64.c' 2025-03-21T20:18:08.1756339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u72.c' 2025-03-21T20:18:08.1757246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u8.c' 2025-03-21T20:18:08.1758148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u80.c' 2025-03-21T20:18:08.1759054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u16.c' 2025-03-21T20:18:08.1759952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u24.c' 2025-03-21T20:18:08.1760864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u32.c' 2025-03-21T20:18:08.1761769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u40.c' 2025-03-21T20:18:08.1762680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u48.c' 2025-03-21T20:18:08.1763584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u56.c' 2025-03-21T20:18:08.1764491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u64.c' 2025-03-21T20:18:08.1765395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u72.c' 2025-03-21T20:18:08.1766302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u8.c' 2025-03-21T20:18:08.1767200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u80.c' 2025-03-21T20:18:08.1768078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u16.c' 2025-03-21T20:18:08.1768936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u24.c' 2025-03-21T20:18:08.1769846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u32.c' 2025-03-21T20:18:08.1770770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u40.c' 2025-03-21T20:18:08.1771629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u48.c' 2025-03-21T20:18:08.1772496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u56.c' 2025-03-21T20:18:08.1773357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u64.c' 2025-03-21T20:18:08.1774219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u72.c' 2025-03-21T20:18:08.1775082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u8.c' 2025-03-21T20:18:08.1775949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u80.c' 2025-03-21T20:18:08.1776876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u16.c' 2025-03-21T20:18:08.1777792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u24.c' 2025-03-21T20:18:08.1778699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u32.c' 2025-03-21T20:18:08.1779614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u40.c' 2025-03-21T20:18:08.1780516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u48.c' 2025-03-21T20:18:08.1781424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u56.c' 2025-03-21T20:18:08.1782330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u64.c' 2025-03-21T20:18:08.1783242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u72.c' 2025-03-21T20:18:08.1784139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u8.c' 2025-03-21T20:18:08.1785043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u80.c' 2025-03-21T20:18:08.1785947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u16.c' 2025-03-21T20:18:08.1786909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u24.c' 2025-03-21T20:18:08.1787866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u32.c' 2025-03-21T20:18:08.1788842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u40.c' 2025-03-21T20:18:08.1789752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u48.c' 2025-03-21T20:18:08.1790663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u56.c' 2025-03-21T20:18:08.1791563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u64.c' 2025-03-21T20:18:08.1792483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u72.c' 2025-03-21T20:18:08.1793382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u8.c' 2025-03-21T20:18:08.1794296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u80.c' 2025-03-21T20:18:08.1795162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u16.c' 2025-03-21T20:18:08.1796033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u24.c' 2025-03-21T20:18:08.1796892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u32.c' 2025-03-21T20:18:08.1797772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u40.c' 2025-03-21T20:18:08.1798631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u48.c' 2025-03-21T20:18:08.1799502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u56.c' 2025-03-21T20:18:08.1800367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u64.c' 2025-03-21T20:18:08.1801240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u72.c' 2025-03-21T20:18:08.1802096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u8.c' 2025-03-21T20:18:08.1802954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u80.c' 2025-03-21T20:18:08.1804015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u16.c' 2025-03-21T20:18:08.1805050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u24.c' 2025-03-21T20:18:08.1806044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u32.c' 2025-03-21T20:18:08.1807023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u40.c' 2025-03-21T20:18:08.1808015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u48.c' 2025-03-21T20:18:08.1808999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u56.c' 2025-03-21T20:18:08.1809984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u64.c' 2025-03-21T20:18:08.1810967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u72.c' 2025-03-21T20:18:08.1811954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u8.c' 2025-03-21T20:18:08.1812935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u80.c' 2025-03-21T20:18:08.1813947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u16.c' 2025-03-21T20:18:08.1814957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u24.c' 2025-03-21T20:18:08.1815972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u32.c' 2025-03-21T20:18:08.1816971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u40.c' 2025-03-21T20:18:08.1817978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u48.c' 2025-03-21T20:18:08.1818974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u56.c' 2025-03-21T20:18:08.1819987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u64.c' 2025-03-21T20:18:08.1820986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u72.c' 2025-03-21T20:18:08.1822040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u8.c' 2025-03-21T20:18:08.1823088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u80.c' 2025-03-21T20:18:08.1824090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u16.c' 2025-03-21T20:18:08.1825111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u24.c' 2025-03-21T20:18:08.1826123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u32.c' 2025-03-21T20:18:08.1827127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u40.c' 2025-03-21T20:18:08.1828142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u48.c' 2025-03-21T20:18:08.1829204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u56.c' 2025-03-21T20:18:08.1830225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u64.c' 2025-03-21T20:18:08.1831223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u72.c' 2025-03-21T20:18:08.1832234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u8.c' 2025-03-21T20:18:08.1833233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u80.c' 2025-03-21T20:18:08.1833936Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/gen' 2025-03-21T20:18:08.1834740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh/neonfp16arith-expm1minus.c.in' 2025-03-21T20:18:08.1835417Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vtanh' 2025-03-21T20:18:08.1836089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vunary/f16c.c.in' 2025-03-21T20:18:08.1836909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vunary/gen/f16-vabs-neonfp16arith-u16.c' 2025-03-21T20:18:08.1837709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vunary/gen/f16-vabs-neonfp16arith-u8.c' 2025-03-21T20:18:08.1838523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vunary/gen/f16-vabs-sse2-u16.c' 2025-03-21T20:18:08.1839273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vunary/gen/f16-vabs-sse2-u8.c' 2025-03-21T20:18:08.1840140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vunary/gen/f16-vneg-neonfp16arith-u16.c' 2025-03-21T20:18:08.1840942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vunary/gen/f16-vneg-neonfp16arith-u8.c' 2025-03-21T20:18:08.1841703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vunary/gen/f16-vneg-sse2-u16.c' 2025-03-21T20:18:08.1842442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vunary/gen/f16-vneg-sse2-u8.c' 2025-03-21T20:18:08.1843204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vunary/gen/f16-vsqr-f16c-u16.c' 2025-03-21T20:18:08.1843945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vunary/gen/f16-vsqr-f16c-u8.c' 2025-03-21T20:18:08.1844747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vunary/gen/f16-vsqr-neonfp16arith-u16.c' 2025-03-21T20:18:08.1845556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vunary/gen/f16-vsqr-neonfp16arith-u8.c' 2025-03-21T20:18:08.1846238Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vunary/gen' 2025-03-21T20:18:08.1846973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vunary/neonfp16arith.c.in' 2025-03-21T20:18:08.1847865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vunary/sse2.c.in' 2025-03-21T20:18:08.1848600Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-vunary' 2025-03-21T20:18:08.1849408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-argmaxpool/f32-argmaxpool-4x-neon-c4.c' 2025-03-21T20:18:08.1850232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-argmaxpool/f32-argmaxpool-4x-rvv-u1v.c' 2025-03-21T20:18:08.1851055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c' 2025-03-21T20:18:08.1851869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-argmaxpool/f32-argmaxpool-4x-sse2-c4.c' 2025-03-21T20:18:08.1852709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-argmaxpool/f32-argmaxpool-4x-wasmsimd-c4.c' 2025-03-21T20:18:08.1853536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-argmaxpool/f32-argmaxpool-9p8x-neon-c4.c' 2025-03-21T20:18:08.1854357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-argmaxpool/f32-argmaxpool-9p8x-rvv-u1v.c' 2025-03-21T20:18:08.1855309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c' 2025-03-21T20:18:08.1856128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-argmaxpool/f32-argmaxpool-9p8x-sse2-c4.c' 2025-03-21T20:18:08.1857055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-argmaxpool/f32-argmaxpool-9p8x-wasmsimd-c4.c' 2025-03-21T20:18:08.1857861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-argmaxpool/f32-argmaxpool-9x-neon-c4.c' 2025-03-21T20:18:08.1858677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-argmaxpool/f32-argmaxpool-9x-rvv-u1v.c' 2025-03-21T20:18:08.1859494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c' 2025-03-21T20:18:08.1860314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-argmaxpool/f32-argmaxpool-9x-sse2-c4.c' 2025-03-21T20:18:08.1861145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-argmaxpool/f32-argmaxpool-9x-wasmsimd-c4.c' 2025-03-21T20:18:08.1861850Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-argmaxpool' 2025-03-21T20:18:08.1862671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-avgpool/f32-avgpool-9p8x-minmax-neon-c4.c' 2025-03-21T20:18:08.1863511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c' 2025-03-21T20:18:08.1864344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-avgpool/f32-avgpool-9p8x-minmax-sse-c4.c' 2025-03-21T20:18:08.1865183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-avgpool/f32-avgpool-9p8x-minmax-wasm-c1.c' 2025-03-21T20:18:08.1866066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-avgpool/f32-avgpool-9p8x-minmax-wasmsimd-arm-c4.c' 2025-03-21T20:18:08.1866933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-avgpool/f32-avgpool-9p8x-minmax-wasmsimd-x86-c4.c' 2025-03-21T20:18:08.1867760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-avgpool/f32-avgpool-9x-minmax-neon-c4.c' 2025-03-21T20:18:08.1868584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c' 2025-03-21T20:18:08.1869470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-avgpool/f32-avgpool-9x-minmax-sse-c4.c' 2025-03-21T20:18:08.1870282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-avgpool/f32-avgpool-9x-minmax-wasm-c1.c' 2025-03-21T20:18:08.1871155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-avgpool/f32-avgpool-9x-minmax-wasmsimd-arm-c4.c' 2025-03-21T20:18:08.1872012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-avgpool/f32-avgpool-9x-minmax-wasmsimd-x86-c4.c' 2025-03-21T20:18:08.1872836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-avgpool/f32-avgpool-minmax.h' 2025-03-21T20:18:08.1873752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-avgpool/gen/f32-avgpool-9p8x-minmax-rvv-c1v.c' 2025-03-21T20:18:08.1874608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-avgpool/gen/f32-avgpool-9p8x-minmax-rvv-c2v.c' 2025-03-21T20:18:08.1875440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-avgpool/gen/f32-avgpool-9x-minmax-rvv-c1v.c' 2025-03-21T20:18:08.1876285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-avgpool/gen/f32-avgpool-9x-minmax-rvv-c2v.c' 2025-03-21T20:18:08.1876988Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-avgpool/gen' 2025-03-21T20:18:08.1877708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-avgpool/rvv_9p8x.c.in' 2025-03-21T20:18:08.1878399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-avgpool/rvv_9x.c.in' 2025-03-21T20:18:08.1879087Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-avgpool' 2025-03-21T20:18:08.1879864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-conv-hwc/3x3s2p0p1c3-neon-x1.c.in' 2025-03-21T20:18:08.1880648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-conv-hwc/3x3s2p0p1c3-neon-x2.c.in' 2025-03-21T20:18:08.1881423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-conv-hwc/3x3s2p1c3-neon-x1.c.in' 2025-03-21T20:18:08.1882201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-conv-hwc/3x3s2p1c3-neon-x2.c.in' 2025-03-21T20:18:08.1883065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-conv-hwc/f32-conv-hwc-3x3s2p0p1c3x4-scalar-1x1.c' 2025-03-21T20:18:08.1883907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-conv-hwc/f32-conv-hwc-3x3s2p1c3x4-scalar-1x1.c' 2025-03-21T20:18:08.1884852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x4-aarch64-neonfma-2x1.c' 2025-03-21T20:18:08.1885785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x4-aarch64-neonfma-2x2.c' 2025-03-21T20:18:08.1886661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x4-neon-2x1.c' 2025-03-21T20:18:08.1887525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x4-neon-2x2.c' 2025-03-21T20:18:08.1888485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x8-aarch64-neonfma-2x1.c' 2025-03-21T20:18:08.1889478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x8-aarch64-neonfma-2x2.c' 2025-03-21T20:18:08.1891024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x8-neon-2x1.c' 2025-03-21T20:18:08.1891883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x8-neon-2x2.c' 2025-03-21T20:18:08.1892812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x4-aarch64-neonfma-2x1.c' 2025-03-21T20:18:08.1893729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x4-aarch64-neonfma-2x2.c' 2025-03-21T20:18:08.1894604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x4-neon-2x1.c' 2025-03-21T20:18:08.1895458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x4-neon-2x2.c' 2025-03-21T20:18:08.1896378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x8-aarch64-neonfma-2x1.c' 2025-03-21T20:18:08.1897289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x8-aarch64-neonfma-2x2.c' 2025-03-21T20:18:08.1898161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x8-neon-2x1.c' 2025-03-21T20:18:08.1899010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x8-neon-2x2.c' 2025-03-21T20:18:08.1899730Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-conv-hwc/gen' 2025-03-21T20:18:08.1900408Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-conv-hwc' 2025-03-21T20:18:08.1901362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-aarch64-neonfma-2x2.c' 2025-03-21T20:18:08.1902248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-neon-2x2.c' 2025-03-21T20:18:08.1903147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c' 2025-03-21T20:18:08.1904018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-1x1.c' 2025-03-21T20:18:08.1904902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c' 2025-03-21T20:18:08.1905806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-wasmsimd-2x2.c' 2025-03-21T20:18:08.1906587Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-conv-hwc2chw' 2025-03-21T20:18:08.1907539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma-cortex-a55.S' 2025-03-21T20:18:08.1908481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma.S' 2025-03-21T20:18:08.1909382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/f32-dwconv-minmax-multipass.h' 2025-03-21T20:18:08.1910179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/f32-dwconv-minmax-unipass.h' 2025-03-21T20:18:08.1910935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/f32-dwconv-multipass.h' 2025-03-21T20:18:08.1911684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/f32-dwconv-unipass.h' 2025-03-21T20:18:08.1912527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx-acc2.c' 2025-03-21T20:18:08.1913341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx.c' 2025-03-21T20:18:08.1914212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f-acc2.c' 2025-03-21T20:18:08.1915051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f.c' 2025-03-21T20:18:08.1915919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-fma3-acc2.c' 2025-03-21T20:18:08.1916744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-fma3.c' 2025-03-21T20:18:08.1917603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-neon-acc2.c' 2025-03-21T20:18:08.1918419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-neon.c' 2025-03-21T20:18:08.1919304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-neonfma-acc2.c' 2025-03-21T20:18:08.1920139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-neonfma.c' 2025-03-21T20:18:08.1921010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c' 2025-03-21T20:18:08.1921838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar.c' 2025-03-21T20:18:08.1922693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-wasm-acc2.c' 2025-03-21T20:18:08.1923569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-wasm.c' 2025-03-21T20:18:08.1924395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c' 2025-03-21T20:18:08.1925252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar.c' 2025-03-21T20:18:08.1926118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar-acc2.c' 2025-03-21T20:18:08.1926945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar.c' 2025-03-21T20:18:08.1927817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-wasm-acc2.c' 2025-03-21T20:18:08.1928632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-wasm.c' 2025-03-21T20:18:08.1929462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar-acc2.c' 2025-03-21T20:18:08.1930259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar.c' 2025-03-21T20:18:08.1931136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p32c-minmax-avx512f-acc2.c' 2025-03-21T20:18:08.1931978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p32c-minmax-avx512f.c' 2025-03-21T20:18:08.1932835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neon-acc2.c' 2025-03-21T20:18:08.1933658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neon.c' 2025-03-21T20:18:08.1934529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neonfma-acc2.c' 2025-03-21T20:18:08.1935363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neonfma.c' 2025-03-21T20:18:08.1936251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-sse-acc2.c' 2025-03-21T20:18:08.1937086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-sse.c' 2025-03-21T20:18:08.1938002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-wasmrelaxedsimd-acc2.c' 2025-03-21T20:18:08.1938953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-wasmrelaxedsimd-fma-acc2.c' 2025-03-21T20:18:08.1939859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.1940807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-wasmrelaxedsimd.c' 2025-03-21T20:18:08.1941755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-wasmsimd-arm-acc2.c' 2025-03-21T20:18:08.1942637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.1943527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-wasmsimd-x86-acc2.c' 2025-03-21T20:18:08.1944406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.1945276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p4c-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.1946089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p4c-wasmsimd.c' 2025-03-21T20:18:08.1946924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx-acc2.c' 2025-03-21T20:18:08.1947928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx.c' 2025-03-21T20:18:08.1948833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3-acc2.c' 2025-03-21T20:18:08.1949670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3.c' 2025-03-21T20:18:08.1950515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neon-acc2.c' 2025-03-21T20:18:08.1951342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neon.c' 2025-03-21T20:18:08.1952200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neonfma-acc2.c' 2025-03-21T20:18:08.1953048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neonfma.c' 2025-03-21T20:18:08.1953923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse-acc2.c' 2025-03-21T20:18:08.1954752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse.c' 2025-03-21T20:18:08.1955662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-wasmrelaxedsimd-acc2.c' 2025-03-21T20:18:08.1956617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-wasmrelaxedsimd-fma-acc2.c' 2025-03-21T20:18:08.1957519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.1958515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-wasmrelaxedsimd.c' 2025-03-21T20:18:08.1959472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-wasmsimd-arm-acc2.c' 2025-03-21T20:18:08.1960348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.1961242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-wasmsimd-x86-acc2.c' 2025-03-21T20:18:08.1962119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.1962982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p8c-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.1963795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-25p8c-wasmsimd.c' 2025-03-21T20:18:08.1964690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-minmax-scalar-acc2.c' 2025-03-21T20:18:08.1965559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-minmax-scalar.c' 2025-03-21T20:18:08.1966413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-scalar-acc2.c' 2025-03-21T20:18:08.1967242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-scalar.c' 2025-03-21T20:18:08.1968158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c' 2025-03-21T20:18:08.1969014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar.c' 2025-03-21T20:18:08.1969877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-scalar-acc2.c' 2025-03-21T20:18:08.1970708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-scalar.c' 2025-03-21T20:18:08.1971610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-minmax-wasm-acc2.c' 2025-03-21T20:18:08.1972464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-minmax-wasm.c' 2025-03-21T20:18:08.1973329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-scalar-acc2.c' 2025-03-21T20:18:08.1974161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-scalar.c' 2025-03-21T20:18:08.1975169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3f3m3l4c4s4r-minmax-wasmsimd-arm-acc2.c' 2025-03-21T20:18:08.1976131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3f3m3l4c4s4r-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.1977079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3f3m3l4c4s4r-minmax-wasmsimd-x86-acc2.c' 2025-03-21T20:18:08.1977988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3f3m3l4c4s4r-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.1978863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3f3m3l4c4s4r-wasmsimd-acc2.c' 2025-03-21T20:18:08.1979708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3f3m3l4c4s4r-wasmsimd.c' 2025-03-21T20:18:08.1980656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3f3m3l8c4s4r-minmax-wasmsimd-arm-acc2.c' 2025-03-21T20:18:08.1981555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3f3m3l8c4s4r-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.1982497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3f3m3l8c4s4r-minmax-wasmsimd-x86-acc2.c' 2025-03-21T20:18:08.1983406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3f3m3l8c4s4r-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.1984278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3f3m3l8c4s4r-wasmsimd-acc2.c' 2025-03-21T20:18:08.1985118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3f3m3l8c4s4r-wasmsimd.c' 2025-03-21T20:18:08.1985963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx-acc2.c' 2025-03-21T20:18:08.1986775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx.c' 2025-03-21T20:18:08.1987644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f-acc2.c' 2025-03-21T20:18:08.1988473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f.c' 2025-03-21T20:18:08.1989387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3-acc2.c' 2025-03-21T20:18:08.1990204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3.c' 2025-03-21T20:18:08.1991060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-neon-acc2.c' 2025-03-21T20:18:08.1991931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-neon.c' 2025-03-21T20:18:08.1992873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-neonfma-acc2.c' 2025-03-21T20:18:08.1993704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-neonfma.c' 2025-03-21T20:18:08.1994567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c' 2025-03-21T20:18:08.1995390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar.c' 2025-03-21T20:18:08.1996245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-wasm-acc2.c' 2025-03-21T20:18:08.1997056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-wasm.c' 2025-03-21T20:18:08.1997867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c' 2025-03-21T20:18:08.1998663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar.c' 2025-03-21T20:18:08.1999515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p2c-minmax-scalar-acc2.c' 2025-03-21T20:18:08.2000361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p2c-minmax-scalar.c' 2025-03-21T20:18:08.2001201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p2c-minmax-wasm-acc2.c' 2025-03-21T20:18:08.2002024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p2c-minmax-wasm.c' 2025-03-21T20:18:08.2002833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p2c-scalar-acc2.c' 2025-03-21T20:18:08.2003631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p2c-scalar.c' 2025-03-21T20:18:08.2004492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p32c-minmax-avx512f-acc2.c' 2025-03-21T20:18:08.2005341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p32c-minmax-avx512f.c' 2025-03-21T20:18:08.2006182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-neon-acc2.c' 2025-03-21T20:18:08.2007004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-neon.c' 2025-03-21T20:18:08.2007859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-neonfma-acc2.c' 2025-03-21T20:18:08.2008778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-neonfma.c' 2025-03-21T20:18:08.2009667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-sse-acc2.c' 2025-03-21T20:18:08.2010478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-sse.c' 2025-03-21T20:18:08.2011388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-wasmrelaxedsimd-acc2.c' 2025-03-21T20:18:08.2012337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-wasmrelaxedsimd-fma-acc2.c' 2025-03-21T20:18:08.2013248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.2014137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-wasmrelaxedsimd.c' 2025-03-21T20:18:08.2015023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-wasmsimd-arm-acc2.c' 2025-03-21T20:18:08.2015895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.2016779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-wasmsimd-x86-acc2.c' 2025-03-21T20:18:08.2017658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.2018519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p4c-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.2019323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p4c-wasmsimd.c' 2025-03-21T20:18:08.2020156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-avx-acc2.c' 2025-03-21T20:18:08.2020978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-avx.c' 2025-03-21T20:18:08.2021819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-fma3-acc2.c' 2025-03-21T20:18:08.2022637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-fma3.c' 2025-03-21T20:18:08.2023484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neon-acc2.c' 2025-03-21T20:18:08.2024294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neon.c' 2025-03-21T20:18:08.2025160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neonfma-acc2.c' 2025-03-21T20:18:08.2026103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neonfma.c' 2025-03-21T20:18:08.2027001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse-acc2.c' 2025-03-21T20:18:08.2027814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse.c' 2025-03-21T20:18:08.2028802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-wasmrelaxedsimd-acc2.c' 2025-03-21T20:18:08.2029740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-wasmrelaxedsimd-fma-acc2.c' 2025-03-21T20:18:08.2030663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.2031550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-wasmrelaxedsimd.c' 2025-03-21T20:18:08.2032449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-wasmsimd-arm-acc2.c' 2025-03-21T20:18:08.2033308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.2034210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-wasmsimd-x86-acc2.c' 2025-03-21T20:18:08.2035067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.2035945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p8c-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.2036735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-3p8c-wasmsimd.c' 2025-03-21T20:18:08.2037588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx-acc2.c' 2025-03-21T20:18:08.2038395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx.c' 2025-03-21T20:18:08.2039264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f-acc2.c' 2025-03-21T20:18:08.2040099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f.c' 2025-03-21T20:18:08.2040951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3-acc2.c' 2025-03-21T20:18:08.2041764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3.c' 2025-03-21T20:18:08.2042673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-neon-acc2.c' 2025-03-21T20:18:08.2043490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-neon.c' 2025-03-21T20:18:08.2044410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-neonfma-acc2.c' 2025-03-21T20:18:08.2045244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-neonfma.c' 2025-03-21T20:18:08.2046108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c' 2025-03-21T20:18:08.2046938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar.c' 2025-03-21T20:18:08.2048012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-wasm-acc2.c' 2025-03-21T20:18:08.2048835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-wasm.c' 2025-03-21T20:18:08.2049648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c' 2025-03-21T20:18:08.2050441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar.c' 2025-03-21T20:18:08.2051299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p2c-minmax-scalar-acc2.c' 2025-03-21T20:18:08.2052136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p2c-minmax-scalar.c' 2025-03-21T20:18:08.2052978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p2c-minmax-wasm-acc2.c' 2025-03-21T20:18:08.2053792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p2c-minmax-wasm.c' 2025-03-21T20:18:08.2054600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p2c-scalar-acc2.c' 2025-03-21T20:18:08.2055393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p2c-scalar.c' 2025-03-21T20:18:08.2056253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p32c-minmax-avx512f-acc2.c' 2025-03-21T20:18:08.2057101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p32c-minmax-avx512f.c' 2025-03-21T20:18:08.2057943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-neon-acc2.c' 2025-03-21T20:18:08.2058783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-neon.c' 2025-03-21T20:18:08.2059743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-neonfma-acc2.c' 2025-03-21T20:18:08.2060589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-neonfma.c' 2025-03-21T20:18:08.2061490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-sse-acc2.c' 2025-03-21T20:18:08.2062303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-sse.c' 2025-03-21T20:18:08.2063210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-wasmrelaxedsimd-acc2.c' 2025-03-21T20:18:08.2064158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-wasmrelaxedsimd-fma-acc2.c' 2025-03-21T20:18:08.2065067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.2065974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-wasmrelaxedsimd.c' 2025-03-21T20:18:08.2066857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-wasmsimd-arm-acc2.c' 2025-03-21T20:18:08.2067726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.2068657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-wasmsimd-x86-acc2.c' 2025-03-21T20:18:08.2069529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.2070392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p4c-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.2071202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p4c-wasmsimd.c' 2025-03-21T20:18:08.2072037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-avx-acc2.c' 2025-03-21T20:18:08.2072862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-avx.c' 2025-03-21T20:18:08.2073703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-fma3-acc2.c' 2025-03-21T20:18:08.2074517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-fma3.c' 2025-03-21T20:18:08.2075373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neon-acc2.c' 2025-03-21T20:18:08.2076182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neon.c' 2025-03-21T20:18:08.2077112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neonfma-acc2.c' 2025-03-21T20:18:08.2077995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neonfma.c' 2025-03-21T20:18:08.2078843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse-acc2.c' 2025-03-21T20:18:08.2079648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse.c' 2025-03-21T20:18:08.2080594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-wasmrelaxedsimd-acc2.c' 2025-03-21T20:18:08.2081532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-wasmrelaxedsimd-fma-acc2.c' 2025-03-21T20:18:08.2082450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.2083324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-wasmrelaxedsimd.c' 2025-03-21T20:18:08.2084222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-wasmsimd-arm-acc2.c' 2025-03-21T20:18:08.2085075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.2085980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-wasmsimd-x86-acc2.c' 2025-03-21T20:18:08.2086847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.2087713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p8c-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.2088511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-4p8c-wasmsimd.c' 2025-03-21T20:18:08.2089431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c16s1r-minmax-avx512f-acc2.c' 2025-03-21T20:18:08.2090316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c16s1r-minmax-avx512f.c' 2025-03-21T20:18:08.2091209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c4s4r-minmax-sse-acc2.c' 2025-03-21T20:18:08.2092059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c4s4r-minmax-sse.c' 2025-03-21T20:18:08.2092955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c8s4r-minmax-avx-acc2.c' 2025-03-21T20:18:08.2093861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c8s4r-minmax-avx.c' 2025-03-21T20:18:08.2094755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c' 2025-03-21T20:18:08.2095662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c8s4r-minmax-fma3.c' 2025-03-21T20:18:08.2096565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-minmax-scalar-acc2.c' 2025-03-21T20:18:08.2097426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-minmax-scalar.c' 2025-03-21T20:18:08.2098328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-minmax-wasm-acc2.c' 2025-03-21T20:18:08.2099179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-minmax-wasm.c' 2025-03-21T20:18:08.2100037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-scalar-acc2.c' 2025-03-21T20:18:08.2100862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-scalar.c' 2025-03-21T20:18:08.2101804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f-acc2.c' 2025-03-21T20:18:08.2102690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c' 2025-03-21T20:18:08.2103585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c' 2025-03-21T20:18:08.2104445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c8s4r-minmax-fma3.c' 2025-03-21T20:18:08.2105329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-neon-acc2.c' 2025-03-21T20:18:08.2106186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-neon.c' 2025-03-21T20:18:08.2107087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-neonfma-acc2.c' 2025-03-21T20:18:08.2107971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-neonfma.c' 2025-03-21T20:18:08.2108908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-sse-acc2.c' 2025-03-21T20:18:08.2109771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-sse.c' 2025-03-21T20:18:08.2110718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-wasmrelaxedsimd-acc2.c' 2025-03-21T20:18:08.2111768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-wasmrelaxedsimd-fma-acc2.c' 2025-03-21T20:18:08.2112766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.2113703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-wasmrelaxedsimd.c' 2025-03-21T20:18:08.2114632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-wasmsimd-arm-acc2.c' 2025-03-21T20:18:08.2115550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.2116483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-wasmsimd-x86-acc2.c' 2025-03-21T20:18:08.2117400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.2118341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-wasmrelaxedsimd-fma-acc2.c' 2025-03-21T20:18:08.2119256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.2120131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-wasmsimd-acc2.c' 2025-03-21T20:18:08.2120983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-wasmsimd.c' 2025-03-21T20:18:08.2121870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neon-acc2.c' 2025-03-21T20:18:08.2122743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neon.c' 2025-03-21T20:18:08.2123648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neonfma-acc2.c' 2025-03-21T20:18:08.2124543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neonfma.c' 2025-03-21T20:18:08.2125427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-sse-acc2.c' 2025-03-21T20:18:08.2126294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-sse.c' 2025-03-21T20:18:08.2127166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-avx-acc2.c' 2025-03-21T20:18:08.2128093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-avx.c' 2025-03-21T20:18:08.2128976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c' 2025-03-21T20:18:08.2129892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c' 2025-03-21T20:18:08.2130767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-6f6m7l16c4s4r-minmax-sse-acc2.c' 2025-03-21T20:18:08.2131653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-6f6m7l16c4s4r-minmax-sse.c' 2025-03-21T20:18:08.2132544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-6f6m7l16c8s4r-minmax-avx-acc2.c' 2025-03-21T20:18:08.2133410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-6f6m7l16c8s4r-minmax-avx.c' 2025-03-21T20:18:08.2134301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-minmax-scalar-acc2.c' 2025-03-21T20:18:08.2135174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-minmax-scalar.c' 2025-03-21T20:18:08.2136050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-minmax-wasm-acc2.c' 2025-03-21T20:18:08.2136936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-minmax-wasm.c' 2025-03-21T20:18:08.2137788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-scalar-acc2.c' 2025-03-21T20:18:08.2138612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-scalar.c' 2025-03-21T20:18:08.2139505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-neon-acc2.c' 2025-03-21T20:18:08.2140355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-neon.c' 2025-03-21T20:18:08.2141268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-neonfma-acc2.c' 2025-03-21T20:18:08.2142147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-neonfma.c' 2025-03-21T20:18:08.2143030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-sse-acc2.c' 2025-03-21T20:18:08.2143876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-sse.c' 2025-03-21T20:18:08.2144767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-neon-acc2.c' 2025-03-21T20:18:08.2145669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-neon.c' 2025-03-21T20:18:08.2146639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-neonfma-acc2.c' 2025-03-21T20:18:08.2147511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-neonfma.c' 2025-03-21T20:18:08.2148665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-sse-acc2.c' 2025-03-21T20:18:08.2149530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-sse.c' 2025-03-21T20:18:08.2150421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx-acc2.c' 2025-03-21T20:18:08.2151275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx.c' 2025-03-21T20:18:08.2152180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-7f6m6l16c8s4r-minmax-fma3-acc2.c' 2025-03-21T20:18:08.2153038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-7f6m6l16c8s4r-minmax-fma3.c' 2025-03-21T20:18:08.2153946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-7f6m6l32c8s4r-minmax-fma3-acc2.c' 2025-03-21T20:18:08.2154811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-7f6m6l32c8s4r-minmax-fma3.c' 2025-03-21T20:18:08.2155711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-7f6m6l8c8s4r-minmax-fma3-acc2.c' 2025-03-21T20:18:08.2156563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-7f6m6l8c8s4r-minmax-fma3.c' 2025-03-21T20:18:08.2157458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse-acc2.c' 2025-03-21T20:18:08.2158315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse.c' 2025-03-21T20:18:08.2159237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c8s4r-minmax-avx-acc2.c' 2025-03-21T20:18:08.2160088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c8s4r-minmax-avx.c' 2025-03-21T20:18:08.2161002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-minmax-scalar-acc2.c' 2025-03-21T20:18:08.2161885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-minmax-scalar.c' 2025-03-21T20:18:08.2162883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-minmax-wasm-acc2.c' 2025-03-21T20:18:08.2163802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-minmax-wasm.c' 2025-03-21T20:18:08.2164668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-scalar-acc2.c' 2025-03-21T20:18:08.2165496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-scalar.c' 2025-03-21T20:18:08.2166392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neon-acc2.c' 2025-03-21T20:18:08.2167245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neon.c' 2025-03-21T20:18:08.2168164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neonfma-acc2.c' 2025-03-21T20:18:08.2169042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neonfma.c' 2025-03-21T20:18:08.2169917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-sse-acc2.c' 2025-03-21T20:18:08.2170785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-sse.c' 2025-03-21T20:18:08.2171673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-neon-acc2.c' 2025-03-21T20:18:08.2172543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-neon.c' 2025-03-21T20:18:08.2173446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-neonfma-acc2.c' 2025-03-21T20:18:08.2174328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-neonfma.c' 2025-03-21T20:18:08.2175219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-sse-acc2.c' 2025-03-21T20:18:08.2176080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-sse.c' 2025-03-21T20:18:08.2176958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c8s4r-minmax-avx-acc2.c' 2025-03-21T20:18:08.2177817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c8s4r-minmax-avx.c' 2025-03-21T20:18:08.2178660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx-acc2.c' 2025-03-21T20:18:08.2179513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar.c' 2025-03-21T20:18:08.2180328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx.c' 2025-03-21T20:18:08.2181263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f-acc2.c' 2025-03-21T20:18:08.2182103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f.c' 2025-03-21T20:18:08.2182957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3-acc2.c' 2025-03-21T20:18:08.2183777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3.c' 2025-03-21T20:18:08.2184637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-neon-acc2.c' 2025-03-21T20:18:08.2185455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-neon.c' 2025-03-21T20:18:08.2186329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-neonfma-acc2.c' 2025-03-21T20:18:08.2187162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-neonfma.c' 2025-03-21T20:18:08.2188027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c' 2025-03-21T20:18:08.2188923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar.c' 2025-03-21T20:18:08.2189777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-wasm-acc2.c' 2025-03-21T20:18:08.2190585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-wasm.c' 2025-03-21T20:18:08.2191408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c' 2025-03-21T20:18:08.2192263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p2c-minmax-scalar-acc2.c' 2025-03-21T20:18:08.2193107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p2c-minmax-scalar.c' 2025-03-21T20:18:08.2193945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p2c-minmax-wasm-acc2.c' 2025-03-21T20:18:08.2194768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p2c-minmax-wasm.c' 2025-03-21T20:18:08.2195573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p2c-scalar-acc2.c' 2025-03-21T20:18:08.2196417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p2c-scalar.c' 2025-03-21T20:18:08.2197344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p32c-minmax-avx512f-acc2.c' 2025-03-21T20:18:08.2198180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p32c-minmax-avx512f.c' 2025-03-21T20:18:08.2199033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-neon-acc2.c' 2025-03-21T20:18:08.2199851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-neon.c' 2025-03-21T20:18:08.2200726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-neonfma-acc2.c' 2025-03-21T20:18:08.2201556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-neonfma.c' 2025-03-21T20:18:08.2202406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-sse-acc2.c' 2025-03-21T20:18:08.2203216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-sse.c' 2025-03-21T20:18:08.2204136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-wasmrelaxedsimd-acc2.c' 2025-03-21T20:18:08.2205079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-wasmrelaxedsimd-fma-acc2.c' 2025-03-21T20:18:08.2205997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.2206882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-wasmrelaxedsimd.c' 2025-03-21T20:18:08.2207783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-wasmsimd-arm-acc2.c' 2025-03-21T20:18:08.2208643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.2209544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-wasmsimd-x86-acc2.c' 2025-03-21T20:18:08.2210406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.2211274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p4c-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.2212101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p4c-wasmsimd-acc2.c' 2025-03-21T20:18:08.2212905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p4c-wasmsimd.c' 2025-03-21T20:18:08.2213792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-avx-acc2.c' 2025-03-21T20:18:08.2214664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-avx.c' 2025-03-21T20:18:08.2215500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-fma3-acc2.c' 2025-03-21T20:18:08.2216322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-fma3.c' 2025-03-21T20:18:08.2217162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neon-acc2.c' 2025-03-21T20:18:08.2217985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neon.c' 2025-03-21T20:18:08.2218845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neonfma-acc2.c' 2025-03-21T20:18:08.2219686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neonfma.c' 2025-03-21T20:18:08.2220518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse-acc2.c' 2025-03-21T20:18:08.2221322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse.c' 2025-03-21T20:18:08.2222244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-wasmrelaxedsimd-acc2.c' 2025-03-21T20:18:08.2223180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-wasmrelaxedsimd-fma-acc2.c' 2025-03-21T20:18:08.2224098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.2224974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-wasmrelaxedsimd.c' 2025-03-21T20:18:08.2225904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-wasmsimd-arm-acc2.c' 2025-03-21T20:18:08.2226763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.2227663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-wasmsimd-x86-acc2.c' 2025-03-21T20:18:08.2228526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.2229477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p8c-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.2230364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p8c-wasmsimd-acc2.c' 2025-03-21T20:18:08.2231176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen/f32-dwconv-9p8c-wasmsimd.c' 2025-03-21T20:18:08.2231921Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/gen' 2025-03-21T20:18:08.2232667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/multipass-avx.c.in' 2025-03-21T20:18:08.2233411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/multipass-avx512.c.in' 2025-03-21T20:18:08.2234156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/multipass-neon.c.in' 2025-03-21T20:18:08.2234908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/multipass-scalar.c.in' 2025-03-21T20:18:08.2235650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/multipass-sse.c.in' 2025-03-21T20:18:08.2236407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/multipass-wasmsimd.c.in' 2025-03-21T20:18:08.2237135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/unipass-avx.c.in' 2025-03-21T20:18:08.2237865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/unipass-avx512.c.in' 2025-03-21T20:18:08.2238607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/unipass-neon.c.in' 2025-03-21T20:18:08.2239342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/unipass-scalar.c.in' 2025-03-21T20:18:08.2240073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/unipass-sse.c.in' 2025-03-21T20:18:08.2240815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv/unipass-wasmsimd.c.in' 2025-03-21T20:18:08.2241482Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv' 2025-03-21T20:18:08.2242238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/3x3p1-neon.c.in' 2025-03-21T20:18:08.2242994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/3x3p1-scalar.c.in' 2025-03-21T20:18:08.2243746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/3x3p1-sse.c.in' 2025-03-21T20:18:08.2244492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/3x3p1-ssse3.c.in' 2025-03-21T20:18:08.2245336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/3x3p1-wasmsimd-loadsplat.c.in' 2025-03-21T20:18:08.2246139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/3x3p1-wasmsimd-splat.c.in' 2025-03-21T20:18:08.2246970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/3x3s2p1-neon.c.in' 2025-03-21T20:18:08.2248352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/3x3s2p1-scalar.c.in' 2025-03-21T20:18:08.2249119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/3x3s2p1-sse.c.in' 2025-03-21T20:18:08.2249959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/3x3s2p1-wasmsimd-loadsplat.c.in' 2025-03-21T20:18:08.2250790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/3x3s2p1-wasmsimd-splat.c.in' 2025-03-21T20:18:08.2251536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/5x5p2-neon.c.in' 2025-03-21T20:18:08.2252304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/5x5p2-scalar.c.in' 2025-03-21T20:18:08.2253042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/5x5p2-sse.c.in' 2025-03-21T20:18:08.2253888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/5x5p2-wasmsimd-loadsplat.c.in' 2025-03-21T20:18:08.2254692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/5x5p2-wasmsimd-splat.c.in' 2025-03-21T20:18:08.2255462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/5x5s2p2-neon.c.in' 2025-03-21T20:18:08.2256230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/5x5s2p2-scalar.c.in' 2025-03-21T20:18:08.2256991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/5x5s2p2-sse.c.in' 2025-03-21T20:18:08.2257829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/5x5s2p2-wasmsimd-loadsplat.c.in' 2025-03-21T20:18:08.2258640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/5x5s2p2-wasmsimd-splat.c.in' 2025-03-21T20:18:08.2259662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-1x4-acc2.c' 2025-03-21T20:18:08.2260667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-1x4-acc3.c' 2025-03-21T20:18:08.2261682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-1x4-acc4.c' 2025-03-21T20:18:08.2262660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-1x4.c' 2025-03-21T20:18:08.2263673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-2x4-acc2.c' 2025-03-21T20:18:08.2264755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-2x4.c' 2025-03-21T20:18:08.2265818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-3x4.c' 2025-03-21T20:18:08.2266791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-4x4.c' 2025-03-21T20:18:08.2267783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-5x4.c' 2025-03-21T20:18:08.2268837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-6x4.c' 2025-03-21T20:18:08.2269795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-1x4-acc2.c' 2025-03-21T20:18:08.2270735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-1x4-acc3.c' 2025-03-21T20:18:08.2271681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-1x4-acc4.c' 2025-03-21T20:18:08.2272597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-1x4.c' 2025-03-21T20:18:08.2273542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-2x4-acc2.c' 2025-03-21T20:18:08.2274453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-2x4.c' 2025-03-21T20:18:08.2275375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-3x4.c' 2025-03-21T20:18:08.2276305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-4x4.c' 2025-03-21T20:18:08.2277227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-5x4.c' 2025-03-21T20:18:08.2278136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-6x4.c' 2025-03-21T20:18:08.2279102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc2.c' 2025-03-21T20:18:08.2280046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc3.c' 2025-03-21T20:18:08.2281003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc4.c' 2025-03-21T20:18:08.2281973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1.c' 2025-03-21T20:18:08.2282979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c' 2025-03-21T20:18:08.2283898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1.c' 2025-03-21T20:18:08.2284830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-3x1.c' 2025-03-21T20:18:08.2285746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c' 2025-03-21T20:18:08.2286681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-5x1.c' 2025-03-21T20:18:08.2287598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-6x1.c' 2025-03-21T20:18:08.2288535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc2.c' 2025-03-21T20:18:08.2289458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc3.c' 2025-03-21T20:18:08.2290393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc4.c' 2025-03-21T20:18:08.2291295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-1x4.c' 2025-03-21T20:18:08.2292236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-2x4-acc2.c' 2025-03-21T20:18:08.2293133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-2x4.c' 2025-03-21T20:18:08.2294042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-3x4.c' 2025-03-21T20:18:08.2294944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-4x4.c' 2025-03-21T20:18:08.2295858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-5x4.c' 2025-03-21T20:18:08.2296754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-6x4.c' 2025-03-21T20:18:08.2297703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc2.c' 2025-03-21T20:18:08.2298639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc3.c' 2025-03-21T20:18:08.2299693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc4.c' 2025-03-21T20:18:08.2300660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4.c' 2025-03-21T20:18:08.2301617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4-acc2.c' 2025-03-21T20:18:08.2302528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4.c' 2025-03-21T20:18:08.2303455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-3x4.c' 2025-03-21T20:18:08.2304368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-4x4.c' 2025-03-21T20:18:08.2305295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-5x4.c' 2025-03-21T20:18:08.2306209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-6x4.c' 2025-03-21T20:18:08.2307282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-arm-loadsplat-1x4-acc2.c' 2025-03-21T20:18:08.2308345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-arm-loadsplat-1x4-acc3.c' 2025-03-21T20:18:08.2309479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-arm-loadsplat-1x4-acc4.c' 2025-03-21T20:18:08.2310502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-arm-loadsplat-1x4.c' 2025-03-21T20:18:08.2311568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-arm-loadsplat-2x4-acc2.c' 2025-03-21T20:18:08.2312595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-arm-loadsplat-2x4.c' 2025-03-21T20:18:08.2313637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-arm-loadsplat-3x4.c' 2025-03-21T20:18:08.2314657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-arm-loadsplat-4x4.c' 2025-03-21T20:18:08.2315693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-arm-loadsplat-5x4.c' 2025-03-21T20:18:08.2316781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-arm-loadsplat-6x4.c' 2025-03-21T20:18:08.2317823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-arm-splat-1x4-acc2.c' 2025-03-21T20:18:08.2318902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-arm-splat-1x4-acc3.c' 2025-03-21T20:18:08.2319938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-arm-splat-1x4-acc4.c' 2025-03-21T20:18:08.2320931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-arm-splat-1x4.c' 2025-03-21T20:18:08.2321973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-arm-splat-2x4-acc2.c' 2025-03-21T20:18:08.2322971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-arm-splat-2x4.c' 2025-03-21T20:18:08.2323975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-arm-splat-3x4.c' 2025-03-21T20:18:08.2324990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-arm-splat-4x4.c' 2025-03-21T20:18:08.2325985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-arm-splat-5x4.c' 2025-03-21T20:18:08.2326989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-arm-splat-6x4.c' 2025-03-21T20:18:08.2328042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-x86-loadsplat-1x4-acc2.c' 2025-03-21T20:18:08.2329112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-x86-loadsplat-1x4-acc3.c' 2025-03-21T20:18:08.2330164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-x86-loadsplat-1x4-acc4.c' 2025-03-21T20:18:08.2331193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-x86-loadsplat-1x4.c' 2025-03-21T20:18:08.2332242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-x86-loadsplat-2x4-acc2.c' 2025-03-21T20:18:08.2333274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-x86-loadsplat-2x4.c' 2025-03-21T20:18:08.2334297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-x86-loadsplat-3x4.c' 2025-03-21T20:18:08.2335386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-x86-loadsplat-4x4.c' 2025-03-21T20:18:08.2336454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-x86-loadsplat-5x4.c' 2025-03-21T20:18:08.2337488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-x86-loadsplat-6x4.c' 2025-03-21T20:18:08.2338509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-x86-splat-1x4-acc2.c' 2025-03-21T20:18:08.2339552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-x86-splat-1x4-acc3.c' 2025-03-21T20:18:08.2340575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-x86-splat-1x4-acc4.c' 2025-03-21T20:18:08.2341583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-x86-splat-1x4.c' 2025-03-21T20:18:08.2342610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-x86-splat-2x4-acc2.c' 2025-03-21T20:18:08.2343614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-x86-splat-2x4.c' 2025-03-21T20:18:08.2344607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-x86-splat-3x4.c' 2025-03-21T20:18:08.2345603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-x86-splat-4x4.c' 2025-03-21T20:18:08.2346601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-x86-splat-5x4.c' 2025-03-21T20:18:08.2347599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-wasmsimd-x86-splat-6x4.c' 2025-03-21T20:18:08.2348864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-1x4-acc2.c' 2025-03-21T20:18:08.2349897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-1x4-acc3.c' 2025-03-21T20:18:08.2350918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-1x4-acc4.c' 2025-03-21T20:18:08.2351914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-1x4.c' 2025-03-21T20:18:08.2353017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-2x4-acc2.c' 2025-03-21T20:18:08.2354082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-2x4.c' 2025-03-21T20:18:08.2355064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-3x4.c' 2025-03-21T20:18:08.2356061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-4x4.c' 2025-03-21T20:18:08.2357009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-1x4-acc2.c' 2025-03-21T20:18:08.2357962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-1x4-acc3.c' 2025-03-21T20:18:08.2358910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-1x4-acc4.c' 2025-03-21T20:18:08.2359840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-1x4.c' 2025-03-21T20:18:08.2360783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-2x4-acc2.c' 2025-03-21T20:18:08.2361718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-2x4.c' 2025-03-21T20:18:08.2362640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-3x4.c' 2025-03-21T20:18:08.2363567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-4x4.c' 2025-03-21T20:18:08.2364523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c' 2025-03-21T20:18:08.2365487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc3.c' 2025-03-21T20:18:08.2366450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc4.c' 2025-03-21T20:18:08.2367396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1.c' 2025-03-21T20:18:08.2368350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c' 2025-03-21T20:18:08.2369289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1.c' 2025-03-21T20:18:08.2370270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-3x1.c' 2025-03-21T20:18:08.2371262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-4x1.c' 2025-03-21T20:18:08.2372199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc2.c' 2025-03-21T20:18:08.2373145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc3.c' 2025-03-21T20:18:08.2374075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc4.c' 2025-03-21T20:18:08.2375001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4.c' 2025-03-21T20:18:08.2375942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-2x4-acc2.c' 2025-03-21T20:18:08.2376862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-2x4.c' 2025-03-21T20:18:08.2377769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-3x4.c' 2025-03-21T20:18:08.2378690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-4x4.c' 2025-03-21T20:18:08.2379754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-wasmsimd-arm-loadsplat-1x4-acc2.c' 2025-03-21T20:18:08.2380829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-wasmsimd-arm-loadsplat-1x4-acc3.c' 2025-03-21T20:18:08.2381903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-wasmsimd-arm-loadsplat-1x4-acc4.c' 2025-03-21T20:18:08.2382953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-wasmsimd-arm-loadsplat-1x4.c' 2025-03-21T20:18:08.2384016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-wasmsimd-arm-loadsplat-2x4-acc2.c' 2025-03-21T20:18:08.2385069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-wasmsimd-arm-loadsplat-2x4.c' 2025-03-21T20:18:08.2386101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-wasmsimd-arm-loadsplat-3x4.c' 2025-03-21T20:18:08.2387146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-wasmsimd-arm-loadsplat-4x4.c' 2025-03-21T20:18:08.2388251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-wasmsimd-arm-splat-1x4-acc2.c' 2025-03-21T20:18:08.2389401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-wasmsimd-arm-splat-1x4-acc3.c' 2025-03-21T20:18:08.2390441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-wasmsimd-arm-splat-1x4-acc4.c' 2025-03-21T20:18:08.2391462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-wasmsimd-arm-splat-1x4.c' 2025-03-21T20:18:08.2392511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-wasmsimd-arm-splat-2x4-acc2.c' 2025-03-21T20:18:08.2393540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-wasmsimd-arm-splat-2x4.c' 2025-03-21T20:18:08.2394552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-wasmsimd-arm-splat-3x4.c' 2025-03-21T20:18:08.2395574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-wasmsimd-arm-splat-4x4.c' 2025-03-21T20:18:08.2396638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-wasmsimd-x86-loadsplat-1x4-acc2.c' 2025-03-21T20:18:08.2397714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-wasmsimd-x86-loadsplat-1x4-acc3.c' 2025-03-21T20:18:08.2398787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-wasmsimd-x86-loadsplat-1x4-acc4.c' 2025-03-21T20:18:08.2399830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-wasmsimd-x86-loadsplat-1x4.c' 2025-03-21T20:18:08.2400895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-wasmsimd-x86-loadsplat-2x4-acc2.c' 2025-03-21T20:18:08.2401939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-wasmsimd-x86-loadsplat-2x4.c' 2025-03-21T20:18:08.2402973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-wasmsimd-x86-loadsplat-3x4.c' 2025-03-21T20:18:08.2404013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-wasmsimd-x86-loadsplat-4x4.c' 2025-03-21T20:18:08.2405076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-wasmsimd-x86-splat-1x4-acc2.c' 2025-03-21T20:18:08.2406176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-wasmsimd-x86-splat-1x4-acc3.c' 2025-03-21T20:18:08.2407262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-wasmsimd-x86-splat-1x4-acc4.c' 2025-03-21T20:18:08.2408275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-wasmsimd-x86-splat-1x4.c' 2025-03-21T20:18:08.2409331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-wasmsimd-x86-splat-2x4-acc2.c' 2025-03-21T20:18:08.2410360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-wasmsimd-x86-splat-2x4.c' 2025-03-21T20:18:08.2411364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-wasmsimd-x86-splat-3x4.c' 2025-03-21T20:18:08.2412378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-wasmsimd-x86-splat-4x4.c' 2025-03-21T20:18:08.2413399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-1x4-acc2.c' 2025-03-21T20:18:08.2414416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-1x4-acc3.c' 2025-03-21T20:18:08.2415424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-1x4-acc4.c' 2025-03-21T20:18:08.2416450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-1x4-acc5.c' 2025-03-21T20:18:08.2417426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-1x4.c' 2025-03-21T20:18:08.2418445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-2x4-acc2.c' 2025-03-21T20:18:08.2419451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-2x4-acc3.c' 2025-03-21T20:18:08.2420449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-2x4.c' 2025-03-21T20:18:08.2421457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-3x4-acc2.c' 2025-03-21T20:18:08.2422445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-3x4.c' 2025-03-21T20:18:08.2423500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-4x4-acc2.c' 2025-03-21T20:18:08.2424481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-4x4.c' 2025-03-21T20:18:08.2425507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-5x4.c' 2025-03-21T20:18:08.2426450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4-acc2.c' 2025-03-21T20:18:08.2427380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4-acc3.c' 2025-03-21T20:18:08.2428329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4-acc4.c' 2025-03-21T20:18:08.2429329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4-acc5.c' 2025-03-21T20:18:08.2430250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4.c' 2025-03-21T20:18:08.2431186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-2x4-acc2.c' 2025-03-21T20:18:08.2432133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-2x4-acc3.c' 2025-03-21T20:18:08.2433047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-2x4.c' 2025-03-21T20:18:08.2433994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-3x4-acc2.c' 2025-03-21T20:18:08.2434896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-3x4.c' 2025-03-21T20:18:08.2435838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-4x4-acc2.c' 2025-03-21T20:18:08.2436748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-4x4.c' 2025-03-21T20:18:08.2437669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-5x4.c' 2025-03-21T20:18:08.2438619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc2.c' 2025-03-21T20:18:08.2439576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc3.c' 2025-03-21T20:18:08.2440521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc4.c' 2025-03-21T20:18:08.2441523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c' 2025-03-21T20:18:08.2442524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1.c' 2025-03-21T20:18:08.2443466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c' 2025-03-21T20:18:08.2444427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc3.c' 2025-03-21T20:18:08.2445348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1.c' 2025-03-21T20:18:08.2446306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1-acc2.c' 2025-03-21T20:18:08.2447222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1.c' 2025-03-21T20:18:08.2448328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc2.c' 2025-03-21T20:18:08.2449277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc3.c' 2025-03-21T20:18:08.2450222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc4.c' 2025-03-21T20:18:08.2451152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc5.c' 2025-03-21T20:18:08.2452071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4.c' 2025-03-21T20:18:08.2452997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-2x4-acc2.c' 2025-03-21T20:18:08.2453937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-2x4-acc3.c' 2025-03-21T20:18:08.2454837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-2x4.c' 2025-03-21T20:18:08.2455789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-3x4-acc2.c' 2025-03-21T20:18:08.2456686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-3x4.c' 2025-03-21T20:18:08.2457626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-4x4-acc2.c' 2025-03-21T20:18:08.2458619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-4x4.c' 2025-03-21T20:18:08.2459597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-5x4.c' 2025-03-21T20:18:08.2460649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-arm-loadsplat-1x4-acc2.c' 2025-03-21T20:18:08.2461719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-arm-loadsplat-1x4-acc3.c' 2025-03-21T20:18:08.2462775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-arm-loadsplat-1x4-acc4.c' 2025-03-21T20:18:08.2463841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-arm-loadsplat-1x4-acc5.c' 2025-03-21T20:18:08.2464870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-arm-loadsplat-1x4.c' 2025-03-21T20:18:08.2465935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-arm-loadsplat-2x4-acc2.c' 2025-03-21T20:18:08.2466991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-arm-loadsplat-2x4-acc3.c' 2025-03-21T20:18:08.2468027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-arm-loadsplat-2x4.c' 2025-03-21T20:18:08.2469134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-arm-loadsplat-3x4-acc2.c' 2025-03-21T20:18:08.2470179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-arm-loadsplat-3x4.c' 2025-03-21T20:18:08.2471228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-arm-loadsplat-4x4-acc2.c' 2025-03-21T20:18:08.2472270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-arm-loadsplat-4x4.c' 2025-03-21T20:18:08.2473293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-arm-loadsplat-5x4.c' 2025-03-21T20:18:08.2474329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-arm-splat-1x4-acc2.c' 2025-03-21T20:18:08.2475346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-arm-splat-1x4-acc3.c' 2025-03-21T20:18:08.2476461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-arm-splat-1x4-acc4.c' 2025-03-21T20:18:08.2477489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-arm-splat-1x4-acc5.c' 2025-03-21T20:18:08.2478560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-arm-splat-1x4.c' 2025-03-21T20:18:08.2479585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-arm-splat-2x4-acc2.c' 2025-03-21T20:18:08.2480616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-arm-splat-2x4-acc3.c' 2025-03-21T20:18:08.2481612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-arm-splat-2x4.c' 2025-03-21T20:18:08.2482655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-arm-splat-3x4-acc2.c' 2025-03-21T20:18:08.2483651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-arm-splat-3x4.c' 2025-03-21T20:18:08.2484687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-arm-splat-4x4-acc2.c' 2025-03-21T20:18:08.2485685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-arm-splat-4x4.c' 2025-03-21T20:18:08.2486694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-arm-splat-5x4.c' 2025-03-21T20:18:08.2487746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-x86-loadsplat-1x4-acc2.c' 2025-03-21T20:18:08.2488811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-x86-loadsplat-1x4-acc3.c' 2025-03-21T20:18:08.2489864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-x86-loadsplat-1x4-acc4.c' 2025-03-21T20:18:08.2490934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-x86-loadsplat-1x4-acc5.c' 2025-03-21T20:18:08.2491955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-x86-loadsplat-1x4.c' 2025-03-21T20:18:08.2493014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-x86-loadsplat-2x4-acc2.c' 2025-03-21T20:18:08.2494065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-x86-loadsplat-2x4-acc3.c' 2025-03-21T20:18:08.2495152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-x86-loadsplat-2x4.c' 2025-03-21T20:18:08.2496255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-x86-loadsplat-3x4-acc2.c' 2025-03-21T20:18:08.2497287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-x86-loadsplat-3x4.c' 2025-03-21T20:18:08.2498332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-x86-loadsplat-4x4-acc2.c' 2025-03-21T20:18:08.2499294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4-acc2.c' 2025-03-21T20:18:08.2500321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-x86-loadsplat-4x4.c' 2025-03-21T20:18:08.2501353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-x86-loadsplat-5x4.c' 2025-03-21T20:18:08.2502377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-x86-splat-1x4-acc2.c' 2025-03-21T20:18:08.2503420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-x86-splat-1x4-acc3.c' 2025-03-21T20:18:08.2504446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-x86-splat-1x4-acc4.c' 2025-03-21T20:18:08.2505480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-x86-splat-1x4-acc5.c' 2025-03-21T20:18:08.2506469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-x86-splat-1x4.c' 2025-03-21T20:18:08.2507512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-x86-splat-2x4-acc2.c' 2025-03-21T20:18:08.2508534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-x86-splat-2x4-acc3.c' 2025-03-21T20:18:08.2509589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-x86-splat-2x4.c' 2025-03-21T20:18:08.2510609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-x86-splat-3x4-acc2.c' 2025-03-21T20:18:08.2511610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-x86-splat-3x4.c' 2025-03-21T20:18:08.2512686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-x86-splat-4x4-acc2.c' 2025-03-21T20:18:08.2513745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-x86-splat-4x4.c' 2025-03-21T20:18:08.2514730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-wasmsimd-x86-splat-5x4.c' 2025-03-21T20:18:08.2515754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4-acc2.c' 2025-03-21T20:18:08.2516795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4-acc3.c' 2025-03-21T20:18:08.2517827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4-acc4.c' 2025-03-21T20:18:08.2518838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4-acc5.c' 2025-03-21T20:18:08.2519832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4.c' 2025-03-21T20:18:08.2520845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-2x4-acc2.c' 2025-03-21T20:18:08.2521875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-2x4-acc3.c' 2025-03-21T20:18:08.2522859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-2x4.c' 2025-03-21T20:18:08.2523882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-3x4-acc2.c' 2025-03-21T20:18:08.2524862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-3x4.c' 2025-03-21T20:18:08.2525826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4-acc3.c' 2025-03-21T20:18:08.2526778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4-acc4.c' 2025-03-21T20:18:08.2527732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4-acc5.c' 2025-03-21T20:18:08.2528654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4.c' 2025-03-21T20:18:08.2529663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-2x4-acc2.c' 2025-03-21T20:18:08.2530604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-2x4-acc3.c' 2025-03-21T20:18:08.2531588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-2x4.c' 2025-03-21T20:18:08.2532533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-3x4-acc2.c' 2025-03-21T20:18:08.2533460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-3x4.c' 2025-03-21T20:18:08.2534419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc2.c' 2025-03-21T20:18:08.2535389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc3.c' 2025-03-21T20:18:08.2536343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc4.c' 2025-03-21T20:18:08.2537315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c' 2025-03-21T20:18:08.2538245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1.c' 2025-03-21T20:18:08.2539220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c' 2025-03-21T20:18:08.2540179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc3.c' 2025-03-21T20:18:08.2541116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1.c' 2025-03-21T20:18:08.2542078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1-acc2.c' 2025-03-21T20:18:08.2543016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1.c' 2025-03-21T20:18:08.2543953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc2.c' 2025-03-21T20:18:08.2544887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc3.c' 2025-03-21T20:18:08.2545833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc4.c' 2025-03-21T20:18:08.2546769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc5.c' 2025-03-21T20:18:08.2547918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4.c' 2025-03-21T20:18:08.2549017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4-acc2.c' 2025-03-21T20:18:08.2549969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4-acc3.c' 2025-03-21T20:18:08.2550881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4.c' 2025-03-21T20:18:08.2551836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-3x4-acc2.c' 2025-03-21T20:18:08.2552754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-3x4.c' 2025-03-21T20:18:08.2553832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-arm-loadsplat-1x4-acc2.c' 2025-03-21T20:18:08.2554896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-arm-loadsplat-1x4-acc3.c' 2025-03-21T20:18:08.2555975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-arm-loadsplat-1x4-acc4.c' 2025-03-21T20:18:08.2557042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-arm-loadsplat-1x4-acc5.c' 2025-03-21T20:18:08.2558100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-arm-loadsplat-1x4.c' 2025-03-21T20:18:08.2559162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-arm-loadsplat-2x4-acc2.c' 2025-03-21T20:18:08.2560239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-arm-loadsplat-2x4-acc3.c' 2025-03-21T20:18:08.2561294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-arm-loadsplat-2x4.c' 2025-03-21T20:18:08.2562373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-arm-loadsplat-3x4-acc2.c' 2025-03-21T20:18:08.2563407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-arm-loadsplat-3x4.c' 2025-03-21T20:18:08.2564464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-arm-splat-1x4-acc2.c' 2025-03-21T20:18:08.2565562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-arm-splat-1x4-acc3.c' 2025-03-21T20:18:08.2566729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-arm-splat-1x4-acc4.c' 2025-03-21T20:18:08.2567770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-arm-splat-1x4-acc5.c' 2025-03-21T20:18:08.2568800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-arm-splat-1x4.c' 2025-03-21T20:18:08.2569844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-arm-splat-2x4-acc2.c' 2025-03-21T20:18:08.2570913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-arm-splat-2x4-acc3.c' 2025-03-21T20:18:08.2571926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-arm-splat-2x4.c' 2025-03-21T20:18:08.2572978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-arm-splat-3x4-acc2.c' 2025-03-21T20:18:08.2573986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-arm-splat-3x4.c' 2025-03-21T20:18:08.2575064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-x86-loadsplat-1x4-acc2.c' 2025-03-21T20:18:08.2576130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-x86-loadsplat-1x4-acc3.c' 2025-03-21T20:18:08.2577201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-x86-loadsplat-1x4-acc4.c' 2025-03-21T20:18:08.2578264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-x86-loadsplat-1x4-acc5.c' 2025-03-21T20:18:08.2579312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-x86-loadsplat-1x4.c' 2025-03-21T20:18:08.2580378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-x86-loadsplat-2x4-acc2.c' 2025-03-21T20:18:08.2581454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-x86-loadsplat-2x4-acc3.c' 2025-03-21T20:18:08.2582486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-x86-loadsplat-2x4.c' 2025-03-21T20:18:08.2583619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-x86-loadsplat-3x4-acc2.c' 2025-03-21T20:18:08.2584699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-x86-loadsplat-3x4.c' 2025-03-21T20:18:08.2585750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-x86-splat-1x4-acc2.c' 2025-03-21T20:18:08.2586786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-x86-splat-1x4-acc3.c' 2025-03-21T20:18:08.2587832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-x86-splat-1x4-acc4.c' 2025-03-21T20:18:08.2588933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-x86-splat-1x4-acc5.c' 2025-03-21T20:18:08.2589977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-x86-splat-1x4.c' 2025-03-21T20:18:08.2591016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-x86-splat-2x4-acc2.c' 2025-03-21T20:18:08.2592064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-x86-splat-2x4-acc3.c' 2025-03-21T20:18:08.2593073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-x86-splat-2x4.c' 2025-03-21T20:18:08.2594123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-x86-splat-3x4-acc2.c' 2025-03-21T20:18:08.2595126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-wasmsimd-x86-splat-3x4.c' 2025-03-21T20:18:08.2595867Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw/gen' 2025-03-21T20:18:08.2596576Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-dwconv2d-chw' 2025-03-21T20:18:08.2597316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/avx512skx.c.in' 2025-03-21T20:18:08.2598517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/f16c.c.in' 2025-03-21T20:18:08.2600096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/f32-f16-vcvt.h' 2025-03-21T20:18:08.2601739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u16.c' 2025-03-21T20:18:08.2603439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u24.c' 2025-03-21T20:18:08.2605198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u32.c' 2025-03-21T20:18:08.2606945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u8.c' 2025-03-21T20:18:08.2608665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx512skx-u16.c' 2025-03-21T20:18:08.2610484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx512skx-u32.c' 2025-03-21T20:18:08.2612220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-f16c-u16.c' 2025-03-21T20:18:08.2613921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-f16c-u8.c' 2025-03-21T20:18:08.2615638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u16.c' 2025-03-21T20:18:08.2617359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u24.c' 2025-03-21T20:18:08.2619060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u32.c' 2025-03-21T20:18:08.2620750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u8.c' 2025-03-21T20:18:08.2622474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-neonfp16-u16.c' 2025-03-21T20:18:08.2624225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-neonfp16-u8.c' 2025-03-21T20:18:08.2625994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-rvvfp16arith-u1v.c' 2025-03-21T20:18:08.2627790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-rvvfp16arith-u2v.c' 2025-03-21T20:18:08.2629651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-rvvfp16arith-u4v.c' 2025-03-21T20:18:08.2631450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-rvvfp16arith-u8v.c' 2025-03-21T20:18:08.2633249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u1.c' 2025-03-21T20:18:08.2635053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u2.c' 2025-03-21T20:18:08.2636853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u3.c' 2025-03-21T20:18:08.2638657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c' 2025-03-21T20:18:08.2640508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u1.c' 2025-03-21T20:18:08.2642345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c' 2025-03-21T20:18:08.2644132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u3.c' 2025-03-21T20:18:08.2645907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u4.c' 2025-03-21T20:18:08.2647832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u16.c' 2025-03-21T20:18:08.2649598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u24.c' 2025-03-21T20:18:08.2651290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u32.c' 2025-03-21T20:18:08.2653010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u8.c' 2025-03-21T20:18:08.2654710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u16.c' 2025-03-21T20:18:08.2656417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u24.c' 2025-03-21T20:18:08.2658125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u32.c' 2025-03-21T20:18:08.2659834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u8.c' 2025-03-21T20:18:08.2661599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-wasmrelaxedsimd-u16.c' 2025-03-21T20:18:08.2663432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-wasmrelaxedsimd-u24.c' 2025-03-21T20:18:08.2665257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-wasmrelaxedsimd-u32.c' 2025-03-21T20:18:08.2667077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-wasmrelaxedsimd-u8.c' 2025-03-21T20:18:08.2668910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-wasmsimd-u16.c' 2025-03-21T20:18:08.2670679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-wasmsimd-u24.c' 2025-03-21T20:18:08.2672421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-wasmsimd-u32.c' 2025-03-21T20:18:08.2674161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen/f32-f16-vcvt-wasmsimd-u8.c' 2025-03-21T20:18:08.2675904Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/gen' 2025-03-21T20:18:08.2677435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/neon.c.in' 2025-03-21T20:18:08.2679029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/neonfp16.c.in' 2025-03-21T20:18:08.2680600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/rvvfp16arith.c.in' 2025-03-21T20:18:08.2682206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/scalar-bitcast.c.in' 2025-03-21T20:18:08.2683801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/scalar-fabsf.c.in' 2025-03-21T20:18:08.2685347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/sse.c.in' 2025-03-21T20:18:08.2686880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt/wasmsimd.c.in' 2025-03-21T20:18:08.2688403Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-f16-vcvt' 2025-03-21T20:18:08.2690032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/1x12-aarch64-neonfma-cortex-a53.S.in' 2025-03-21T20:18:08.2691779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/1x8-aarch32-neon-cortex-a53.S.in' 2025-03-21T20:18:08.2693506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/1x8-aarch64-neon-ld128-acc2.S.in' 2025-03-21T20:18:08.2695256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/1x8-aarch64-neonfma-cortex-a53.S.in' 2025-03-21T20:18:08.2697013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/1x8-aarch64-neonfma-cortex-a75.S.in' 2025-03-21T20:18:08.2698755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/1x8-aarch64-neonfma-ld128-acc2.S.in' 2025-03-21T20:18:08.2700526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/1x8-aarch64-neonfma-ld128-acc4.S.in' 2025-03-21T20:18:08.2702263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/1x8-aarch64-neonfma-ld128.S.in' 2025-03-21T20:18:08.2703987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/1x8-aarch64-neonfma-ld64-acc2.S.in' 2025-03-21T20:18:08.2705751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/1x8-aarch64-neonfma-ld64-acc4.S.in' 2025-03-21T20:18:08.2707474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/1x8-aarch64-neonfma-ld64.S.in' 2025-03-21T20:18:08.2709234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/4x1-aarch64-neonfma-ld128.S.in' 2025-03-21T20:18:08.2711020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/4x1-aarch64-neonfma-ld64.S.in' 2025-03-21T20:18:08.2712754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/4x12-aarch64-neonfma-cortex-a53.S.in' 2025-03-21T20:18:08.2714581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/4x2-aarch64-neonfma-cortex-a75.S.in' 2025-03-21T20:18:08.2716300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/4x2-aarch64-neonfma-ld128.S.in' 2025-03-21T20:18:08.2717999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/4x2-aarch64-neonfma-ld64.S.in' 2025-03-21T20:18:08.2719675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/4x4-aarch32-vfp-ld64.S.in' 2025-03-21T20:18:08.2721363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/4x4-linear-aarch32-vfp-ld64.S.in' 2025-03-21T20:18:08.2723094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/4x8-aarch32-neon-cortex-a53.S.in' 2025-03-21T20:18:08.2724841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/4x8-aarch32-neon-cortex-a55.S.in' 2025-03-21T20:18:08.2726559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/4x8-aarch32-neon-cortex-a7.S.in' 2025-03-21T20:18:08.2728278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/4x8-aarch32-neon-cortex-a75.S.in' 2025-03-21T20:18:08.2729972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/4x8-aarch32-neon-ld64.S.in' 2025-03-21T20:18:08.2731666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/4x8-aarch64-neonfma-cortex-a53.S.in' 2025-03-21T20:18:08.2733421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/4x8-aarch64-neonfma-cortex-a55.S.in' 2025-03-21T20:18:08.2735175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/4x8-aarch64-neonfma-cortex-a75.S.in' 2025-03-21T20:18:08.2736906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/4x8-aarch64-neonfma-ld128.S.in' 2025-03-21T20:18:08.2738610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/4x8-aarch64-neonfma-ld64.S.in' 2025-03-21T20:18:08.2740339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/5x8-aarch64-neonfma-cortex-a75.S.in' 2025-03-21T20:18:08.2742098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/6x8-aarch64-neonfma-cortex-a53.S.in' 2025-03-21T20:18:08.2743859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/6x8-aarch64-neonfma-cortex-a55.S.in' 2025-03-21T20:18:08.2745621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/6x8-aarch64-neonfma-cortex-a73.S.in' 2025-03-21T20:18:08.2747436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/6x8-aarch64-neonfma-cortex-a75.S.in' 2025-03-21T20:18:08.2749424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/6x8-aarch64-neonfma-ld128.S.in' 2025-03-21T20:18:08.2751132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/6x8-aarch64-neonfma-ld64.S.in' 2025-03-21T20:18:08.2752768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/MRx2-neon-ld64.c.in' 2025-03-21T20:18:08.2754325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/MRx2c4-sse.c.in' 2025-03-21T20:18:08.2755899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/MRx2c4-wasmsimd.c.in' 2025-03-21T20:18:08.2757456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/MRxNRv-rvv.c.in' 2025-03-21T20:18:08.2759009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/avx-broadcast.c.in' 2025-03-21T20:18:08.2760572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/avx-shuffle4.c.in' 2025-03-21T20:18:08.2762147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/avx512-broadcast.c.in' 2025-03-21T20:18:08.2763854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-16x32-minmax-hvx-broadcast.c' 2025-03-21T20:18:08.2765768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S' 2025-03-21T20:18:08.2767692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x128-minmax-hvx-broadcast.c' 2025-03-21T20:18:08.2769612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x16-minmax-aarch64-neonfma-lane-ld128.c' 2025-03-21T20:18:08.2771523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x16-minmax-avx-broadcast.c' 2025-03-21T20:18:08.2773352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x16-minmax-avx512f-broadcast.c' 2025-03-21T20:18:08.2775199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x16-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.2777034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x16-minmax-neon-lane-ld128.c' 2025-03-21T20:18:08.2778872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x16s4-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.2780719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x32-minmax-avx512f-broadcast.c' 2025-03-21T20:18:08.2782645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x32-minmax-hvx-broadcast.c' 2025-03-21T20:18:08.2784411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c' 2025-03-21T20:18:08.2786175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x4-minmax-wasm.c' 2025-03-21T20:18:08.2787870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c' 2025-03-21T20:18:08.2789610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x4-relu-wasm.c' 2025-03-21T20:18:08.2791268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x4-scalar.c' 2025-03-21T20:18:08.2792941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x4v-minmax-rvv.c' 2025-03-21T20:18:08.2794630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x4v-relu-rvv.c' 2025-03-21T20:18:08.2796273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x4v-rvv.c' 2025-03-21T20:18:08.2797985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x64-minmax-hvx-broadcast.c' 2025-03-21T20:18:08.2799870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c' 2025-03-21T20:18:08.2801828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-aarch64-neonfma-lane-ld64.c' 2025-03-21T20:18:08.2803807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch32-neon-cortex-a53-prfm.S' 2025-03-21T20:18:08.2805810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch32-neon-cortex-a53.S' 2025-03-21T20:18:08.2807794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2-prfm.S' 2025-03-21T20:18:08.2809811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2.S' 2025-03-21T20:18:08.2811812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S' 2025-03-21T20:18:08.2813841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S' 2025-03-21T20:18:08.2815870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S' 2025-03-21T20:18:08.2817903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S' 2025-03-21T20:18:08.2819981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2-prfm.S' 2025-03-21T20:18:08.2822069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S' 2025-03-21T20:18:08.2824130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4-prfm.S' 2025-03-21T20:18:08.2826136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S' 2025-03-21T20:18:08.2828130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S' 2025-03-21T20:18:08.2830144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S' 2025-03-21T20:18:08.2832144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2-prfm.S' 2025-03-21T20:18:08.2834157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2.S' 2025-03-21T20:18:08.2836171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4-prfm.S' 2025-03-21T20:18:08.2838190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4.S' 2025-03-21T20:18:08.2840180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S' 2025-03-21T20:18:08.2842145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64.S' 2025-03-21T20:18:08.2844016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-avx-broadcast.c' 2025-03-21T20:18:08.2845830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.2847782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-neon-dup-ld64.c' 2025-03-21T20:18:08.2849593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-neon-lane-ld128.c' 2025-03-21T20:18:08.2851411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-neon-lane-ld64.c' 2025-03-21T20:18:08.2853237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-neonfma-dup-ld64.c' 2025-03-21T20:18:08.2855024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse-dup.c' 2025-03-21T20:18:08.2856877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse-load1.c' 2025-03-21T20:18:08.2858823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.2860810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.2862761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-wasmrelaxedsimd-loadsplat.c' 2025-03-21T20:18:08.2864688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-wasmrelaxedsimd-splat.c' 2025-03-21T20:18:08.2866610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-wasmsimd-arm-loadsplat.c' 2025-03-21T20:18:08.2868488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-wasmsimd-arm-splat.c' 2025-03-21T20:18:08.2870427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-wasmsimd-x86-loadsplat.c' 2025-03-21T20:18:08.2872306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-minmax-wasmsimd-x86-splat.c' 2025-03-21T20:18:08.2874228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-relu-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.2876181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-relu-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.2878065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-relu-wasmsimd-loadsplat.c' 2025-03-21T20:18:08.2879935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-relu-wasmsimd-splat.c' 2025-03-21T20:18:08.2881906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.2884003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.2885969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-wasmsimd-loadsplat.c' 2025-03-21T20:18:08.2887848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8-wasmsimd-splat.c' 2025-03-21T20:18:08.2889787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-neon.c' 2025-03-21T20:18:08.2891648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-neonfma.c' 2025-03-21T20:18:08.2893539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-sse.c' 2025-03-21T20:18:08.2895514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.2897517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-wasmrelaxedsimd.c' 2025-03-21T20:18:08.2899436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.2901533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.2903502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8s4-relu-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.2905434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8s4-relu-wasmsimd.c' 2025-03-21T20:18:08.2907365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8s4-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.2909371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-1x8s4-wasmsimd.c' 2025-03-21T20:18:08.2917000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-2x128-minmax-hvx-broadcast.c' 2025-03-21T20:18:08.2918932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-2x16-minmax-aarch64-neonfma-lane-ld128.c' 2025-03-21T20:18:08.2920834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-2x16-minmax-neon-lane-ld128.c' 2025-03-21T20:18:08.2922605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c' 2025-03-21T20:18:08.2924311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-2x4-minmax-wasm.c' 2025-03-21T20:18:08.2925995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c' 2025-03-21T20:18:08.2927668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-2x4-relu-wasm.c' 2025-03-21T20:18:08.2929304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-2x4-scalar.c' 2025-03-21T20:18:08.2931091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-3x16-minmax-aarch64-neonfma-lane-ld128.c' 2025-03-21T20:18:08.2932967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-3x16-minmax-avx-broadcast.c' 2025-03-21T20:18:08.2934771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-3x16-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.2936690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-3x16-minmax-neon-lane-ld128.c' 2025-03-21T20:18:08.2938586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-3x16s4-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.2940367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-3x8-minmax-sse-dup.c' 2025-03-21T20:18:08.2942097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-3x8-minmax-sse-load1.c' 2025-03-21T20:18:08.2943969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-3x8-minmax-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.2945940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-3x8-minmax-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.2948072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-3x8-minmax-wasmrelaxedsimd-loadsplat.c' 2025-03-21T20:18:08.2950071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-3x8-minmax-wasmrelaxedsimd-splat.c' 2025-03-21T20:18:08.2951968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-3x8-minmax-wasmsimd-arm-loadsplat.c' 2025-03-21T20:18:08.2953843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-3x8-minmax-wasmsimd-arm-splat.c' 2025-03-21T20:18:08.2955721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-3x8-minmax-wasmsimd-x86-loadsplat.c' 2025-03-21T20:18:08.2957596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-3x8-minmax-wasmsimd-x86-splat.c' 2025-03-21T20:18:08.2959504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-3x8-relu-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.2961439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-3x8-relu-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.2963301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-3x8-relu-wasmsimd-loadsplat.c' 2025-03-21T20:18:08.2965104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-3x8-relu-wasmsimd-splat.c' 2025-03-21T20:18:08.2966953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-3x8-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.2968825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-3x8-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.2970630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-3x8-wasmsimd-loadsplat.c' 2025-03-21T20:18:08.2972379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-3x8-wasmsimd-splat.c' 2025-03-21T20:18:08.2974212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-3x8s4-minmax-sse.c' 2025-03-21T20:18:08.2976082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-3x8s4-minmax-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.2977937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-3x8s4-minmax-wasmrelaxedsimd.c' 2025-03-21T20:18:08.2979747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-3x8s4-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.2981546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-3x8s4-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.2983375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-3x8s4-relu-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.2985168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-3x8s4-relu-wasmsimd.c' 2025-03-21T20:18:08.2986931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-3x8s4-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.2988704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-3x8s4-wasmsimd.c' 2025-03-21T20:18:08.2990506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x1-minmax-asm-aarch64-neonfma-ld128.S' 2025-03-21T20:18:08.2992430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x1-minmax-asm-aarch64-neonfma-ld64.S' 2025-03-21T20:18:08.2994387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x12-minmax-asm-aarch64-neonfma-cortex-a53.S' 2025-03-21T20:18:08.2996358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x16-minmax-aarch64-neonfma-lane-ld128.c' 2025-03-21T20:18:08.2998227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x16-minmax-avx-broadcast.c' 2025-03-21T20:18:08.3000046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x16-minmax-avx512f-broadcast.c' 2025-03-21T20:18:08.3001858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x16-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3003663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x16-minmax-neon-lane-ld128.c' 2025-03-21T20:18:08.3005493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x16s4-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3007360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x2-minmax-aarch64-neonfma-lane-ld64.c' 2025-03-21T20:18:08.3009403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S' 2025-03-21T20:18:08.3011467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75.S' 2025-03-21T20:18:08.3013420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S' 2025-03-21T20:18:08.3015342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-ld64.S' 2025-03-21T20:18:08.3017196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x2-minmax-neon-lane-ld64.c' 2025-03-21T20:18:08.3018953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c' 2025-03-21T20:18:08.3020658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x2-minmax-wasm.c' 2025-03-21T20:18:08.3022362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x2-relu-scalar.c' 2025-03-21T20:18:08.3024027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x2-relu-wasm.c' 2025-03-21T20:18:08.3025665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x2-scalar.c' 2025-03-21T20:18:08.3027316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x2c4-minmax-sse.c' 2025-03-21T20:18:08.3029167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x2c4-minmax-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3031035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x2c4-minmax-wasmrelaxedsimd.c' 2025-03-21T20:18:08.3032857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x2c4-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.3034651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x2c4-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.3036468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x2c4-relu-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3038253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x2c4-relu-wasmsimd.c' 2025-03-21T20:18:08.3040021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x2c4-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3041751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x2c4-wasmsimd.c' 2025-03-21T20:18:08.3043508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x32-minmax-avx512f-broadcast.c' 2025-03-21T20:18:08.3045364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x4-asm-aarch32-vfp-ld64.S' 2025-03-21T20:18:08.3047234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x4-minmax-asm-aarch32-vfp-ld64.S' 2025-03-21T20:18:08.3049180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c' 2025-03-21T20:18:08.3050878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x4-minmax-wasm.c' 2025-03-21T20:18:08.3052557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c' 2025-03-21T20:18:08.3054223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x4-relu-wasm.c' 2025-03-21T20:18:08.3055859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x4-scalar.c' 2025-03-21T20:18:08.3057568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x64-minmax-hvx-broadcast.c' 2025-03-21T20:18:08.3059439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-minmax-aarch64-neonfma-lane-ld128.c' 2025-03-21T20:18:08.3061375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-minmax-aarch64-neonfma-lane-ld64.c' 2025-03-21T20:18:08.3063330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch32-neon-cortex-a53-prfm.S' 2025-03-21T20:18:08.3065307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch32-neon-cortex-a53.S' 2025-03-21T20:18:08.3067258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch32-neon-cortex-a55.S' 2025-03-21T20:18:08.3069255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch32-neon-cortex-a7.S' 2025-03-21T20:18:08.3071237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch32-neon-cortex-a75-prfm.S' 2025-03-21T20:18:08.3073211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch32-neon-cortex-a75.S' 2025-03-21T20:18:08.3075130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch32-neon-ld64.S' 2025-03-21T20:18:08.3077090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S' 2025-03-21T20:18:08.3079127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S' 2025-03-21T20:18:08.3081221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S' 2025-03-21T20:18:08.3083332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S' 2025-03-21T20:18:08.3085335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S' 2025-03-21T20:18:08.3087287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S' 2025-03-21T20:18:08.3089212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-ld64.S' 2025-03-21T20:18:08.3091071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-minmax-avx-broadcast.c' 2025-03-21T20:18:08.3092874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3094673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-dup-ld128.c' 2025-03-21T20:18:08.3096464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-dup-ld64.c' 2025-03-21T20:18:08.3098284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-lane-ld128.c' 2025-03-21T20:18:08.3100082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-lane-ld64.c' 2025-03-21T20:18:08.3101899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-minmax-neonfma-dup-ld128.c' 2025-03-21T20:18:08.3103746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-minmax-neonfma-dup-ld64.c' 2025-03-21T20:18:08.3105509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse-dup.c' 2025-03-21T20:18:08.3107241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse-load1.c' 2025-03-21T20:18:08.3109155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-minmax-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.3111118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-minmax-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.3113058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-minmax-wasmrelaxedsimd-loadsplat.c' 2025-03-21T20:18:08.3114974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-minmax-wasmrelaxedsimd-splat.c' 2025-03-21T20:18:08.3116935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-minmax-wasmsimd-arm-loadsplat.c' 2025-03-21T20:18:08.3118803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-minmax-wasmsimd-arm-splat.c' 2025-03-21T20:18:08.3120727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-minmax-wasmsimd-x86-loadsplat.c' 2025-03-21T20:18:08.3122599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-minmax-wasmsimd-x86-splat.c' 2025-03-21T20:18:08.3124493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-relu-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.3126456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-relu-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.3128342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-relu-wasmsimd-loadsplat.c' 2025-03-21T20:18:08.3130144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-relu-wasmsimd-splat.c' 2025-03-21T20:18:08.3131979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.3133850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.3135656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-wasmsimd-loadsplat.c' 2025-03-21T20:18:08.3137404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8-wasmsimd-splat.c' 2025-03-21T20:18:08.3139123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-neon.c' 2025-03-21T20:18:08.3140843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-neonfma.c' 2025-03-21T20:18:08.3142565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-sse.c' 2025-03-21T20:18:08.3144354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3146224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-wasmrelaxedsimd.c' 2025-03-21T20:18:08.3148180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.3150026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.3151851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8s4-relu-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3153726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8s4-relu-wasmsimd.c' 2025-03-21T20:18:08.3155558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8s4-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3157291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-4x8s4-wasmsimd.c' 2025-03-21T20:18:08.3159108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x16-minmax-aarch64-neonfma-lane-ld128.c' 2025-03-21T20:18:08.3160987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x16-minmax-avx-broadcast.c' 2025-03-21T20:18:08.3162806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x16-minmax-avx512f-broadcast.c' 2025-03-21T20:18:08.3164632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x16-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3166442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x16-minmax-neon-lane-ld128.c' 2025-03-21T20:18:08.3168265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x16s4-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3170101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x32-minmax-avx512f-broadcast.c' 2025-03-21T20:18:08.3171984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x8-minmax-aarch64-neonfma-lane-ld64.c' 2025-03-21T20:18:08.3173983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S' 2025-03-21T20:18:08.3176002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75.S' 2025-03-21T20:18:08.3177894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x8-minmax-avx-broadcast.c' 2025-03-21T20:18:08.3179696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x8-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3181510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x8-minmax-neon-lane-ld64.c' 2025-03-21T20:18:08.3183263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x8-minmax-sse-dup.c' 2025-03-21T20:18:08.3185000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x8-minmax-sse-load1.c' 2025-03-21T20:18:08.3186866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x8-minmax-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.3188966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x8-minmax-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.3190911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x8-minmax-wasmrelaxedsimd-loadsplat.c' 2025-03-21T20:18:08.3192885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x8-minmax-wasmrelaxedsimd-splat.c' 2025-03-21T20:18:08.3194772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x8-minmax-wasmsimd-arm-loadsplat.c' 2025-03-21T20:18:08.3196646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x8-minmax-wasmsimd-arm-splat.c' 2025-03-21T20:18:08.3198518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x8-minmax-wasmsimd-x86-loadsplat.c' 2025-03-21T20:18:08.3200385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x8-minmax-wasmsimd-x86-splat.c' 2025-03-21T20:18:08.3202272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x8-relu-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.3204203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x8-relu-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.3206076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x8-relu-wasmsimd-loadsplat.c' 2025-03-21T20:18:08.3207882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x8-relu-wasmsimd-splat.c' 2025-03-21T20:18:08.3209729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x8-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.3211608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x8-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.3213411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x8-wasmsimd-loadsplat.c' 2025-03-21T20:18:08.3215152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x8-wasmsimd-splat.c' 2025-03-21T20:18:08.3216861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x8s4-minmax-sse.c' 2025-03-21T20:18:08.3218653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x8s4-minmax-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3220510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x8s4-minmax-wasmrelaxedsimd.c' 2025-03-21T20:18:08.3222313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x8s4-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.3224104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x8s4-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.3225990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x8s4-relu-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3227844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x8s4-relu-wasmsimd.c' 2025-03-21T20:18:08.3229657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x8s4-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3231385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-5x8s4-wasmsimd.c' 2025-03-21T20:18:08.3233198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x16-minmax-aarch64-neonfma-lane-ld128.c' 2025-03-21T20:18:08.3235066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x16-minmax-avx-broadcast.c' 2025-03-21T20:18:08.3236878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x16-minmax-avx512f-broadcast.c' 2025-03-21T20:18:08.3238699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x16-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3240497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x16-minmax-neon-lane-ld128.c' 2025-03-21T20:18:08.3242324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x16s4-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3244216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x2-minmax-aarch64-neonfma-lane-ld64.c' 2025-03-21T20:18:08.3246087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x2-minmax-neon-lane-ld64.c' 2025-03-21T20:18:08.3247984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x2c4-minmax-sse.c' 2025-03-21T20:18:08.3249768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x32-minmax-avx512f-broadcast.c' 2025-03-21T20:18:08.3251662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c' 2025-03-21T20:18:08.3253610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-minmax-aarch64-neonfma-lane-ld64.c' 2025-03-21T20:18:08.3255606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S' 2025-03-21T20:18:08.3257636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S' 2025-03-21T20:18:08.3259631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S' 2025-03-21T20:18:08.3261692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S' 2025-03-21T20:18:08.3263787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S' 2025-03-21T20:18:08.3265809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75.S' 2025-03-21T20:18:08.3267769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S' 2025-03-21T20:18:08.3269749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-ld64.S' 2025-03-21T20:18:08.3271615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-minmax-avx-broadcast.c' 2025-03-21T20:18:08.3273421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3275224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-minmax-neon-dup-ld128.c' 2025-03-21T20:18:08.3277022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-minmax-neon-dup-ld64.c' 2025-03-21T20:18:08.3278826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-minmax-neon-lane-ld128.c' 2025-03-21T20:18:08.3280642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-minmax-neon-lane-ld64.c' 2025-03-21T20:18:08.3282462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-minmax-neonfma-dup-ld128.c' 2025-03-21T20:18:08.3284299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-minmax-neonfma-dup-ld64.c' 2025-03-21T20:18:08.3286077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-minmax-sse-dup.c' 2025-03-21T20:18:08.3287813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-minmax-sse-load1.c' 2025-03-21T20:18:08.3289693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-minmax-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.3291666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-minmax-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.3293619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-minmax-wasmrelaxedsimd-loadsplat.c' 2025-03-21T20:18:08.3295536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-minmax-wasmrelaxedsimd-splat.c' 2025-03-21T20:18:08.3297485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-minmax-wasmsimd-arm-loadsplat.c' 2025-03-21T20:18:08.3299363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-minmax-wasmsimd-arm-splat.c' 2025-03-21T20:18:08.3301305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-minmax-wasmsimd-x86-loadsplat.c' 2025-03-21T20:18:08.3303166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-minmax-wasmsimd-x86-splat.c' 2025-03-21T20:18:08.3305068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-relu-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.3307017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-relu-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.3308949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-relu-wasmsimd-loadsplat.c' 2025-03-21T20:18:08.3310753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-relu-wasmsimd-splat.c' 2025-03-21T20:18:08.3312596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.3314472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.3316284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-wasmsimd-loadsplat.c' 2025-03-21T20:18:08.3318032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8-wasmsimd-splat.c' 2025-03-21T20:18:08.3319747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-neon.c' 2025-03-21T20:18:08.3321460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-neonfma.c' 2025-03-21T20:18:08.3323178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-sse.c' 2025-03-21T20:18:08.3324972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3326850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-wasmrelaxedsimd.c' 2025-03-21T20:18:08.3328669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.3330468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.3332297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8s4-relu-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3334154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8s4-relu-wasmsimd.c' 2025-03-21T20:18:08.3335968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8s4-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3337705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-6x8s4-wasmsimd.c' 2025-03-21T20:18:08.3339455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-7x16-minmax-avx512f-broadcast.c' 2025-03-21T20:18:08.3341296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-7x32-minmax-avx512f-broadcast.c' 2025-03-21T20:18:08.3343062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-7x4v-minmax-rvv.c' 2025-03-21T20:18:08.3344738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-7x4v-relu-rvv.c' 2025-03-21T20:18:08.3346374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-7x4v-rvv.c' 2025-03-21T20:18:08.3348228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-7x64-minmax-hvx-broadcast.c' 2025-03-21T20:18:08.3350088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-7x8-minmax-avx-broadcast.c' 2025-03-21T20:18:08.3351884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-7x8-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3353706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-8x16-minmax-avx512f-broadcast.c' 2025-03-21T20:18:08.3355545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-8x32-minmax-avx512f-broadcast.c' 2025-03-21T20:18:08.3357352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-8x32-minmax-hvx-broadcast.c' 2025-03-21T20:18:08.3359152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-8x8-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3360904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-8x8s4-minmax-neon.c' 2025-03-21T20:18:08.3362631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-8x8s4-minmax-neonfma.c' 2025-03-21T20:18:08.3364515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-goi-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S' 2025-03-21T20:18:08.3366516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-goi-1x8-minmax-asm-aarch64-neonfma-ld128.S' 2025-03-21T20:18:08.3368498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen/f32-gemm-goi-4x8-minmax-asm-aarch64-neonfma-ld128.S' 2025-03-21T20:18:08.3370319Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/gen' 2025-03-21T20:18:08.3371929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/hvx-broadcast.c.in' 2025-03-21T20:18:08.3373476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/neon-ld128.c.in' 2025-03-21T20:18:08.3374978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/neon-ld64.c.in' 2025-03-21T20:18:08.3376507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/neon-shuffle.c.in' 2025-03-21T20:18:08.3378014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/scalar.c.in' 2025-03-21T20:18:08.3379503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/sse-dup.c.in' 2025-03-21T20:18:08.3381016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/sse-load1.c.in' 2025-03-21T20:18:08.3382532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/sse-shuffle.c.in' 2025-03-21T20:18:08.3384105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/wasmsimd-loadsplat.c.in' 2025-03-21T20:18:08.3385680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/wasmsimd-s4.c.in' 2025-03-21T20:18:08.3387236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm/wasmsimd-splat.c.in' 2025-03-21T20:18:08.3388781Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemm' 2025-03-21T20:18:08.3390540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S' 2025-03-21T20:18:08.3392513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x16-minmax-avx-broadcast.c' 2025-03-21T20:18:08.3394407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x16-minmax-avx512f-broadcast.c' 2025-03-21T20:18:08.3396304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x16-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3398211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x16s4-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3400063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x4-minmax-scalar.c' 2025-03-21T20:18:08.3401828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x4-minmax-wasm.c' 2025-03-21T20:18:08.3403713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-aarch64-neonfma-lane-ld128.c' 2025-03-21T20:18:08.3405782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-aarch64-neonfma-lane-ld64.c' 2025-03-21T20:18:08.3407906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S' 2025-03-21T20:18:08.3410010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S' 2025-03-21T20:18:08.3412110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S' 2025-03-21T20:18:08.3414140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-ld64.S' 2025-03-21T20:18:08.3416057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-avx-broadcast.c' 2025-03-21T20:18:08.3417920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3419784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-neon-dup-ld64.c' 2025-03-21T20:18:08.3421659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-neon-lane-ld128.c' 2025-03-21T20:18:08.3423543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-neon-lane-ld64.c' 2025-03-21T20:18:08.3425433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-neonfma-dup-ld64.c' 2025-03-21T20:18:08.3427285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-sse-dup.c' 2025-03-21T20:18:08.3429156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-sse-load1.c' 2025-03-21T20:18:08.3431088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.3433124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.3435144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-wasmrelaxedsimd-loadsplat.c' 2025-03-21T20:18:08.3437121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-wasmrelaxedsimd-splat.c' 2025-03-21T20:18:08.3439091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-wasmsimd-arm-loadsplat.c' 2025-03-21T20:18:08.3441301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-wasmsimd-arm-splat.c' 2025-03-21T20:18:08.3443414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-wasmsimd-x86-loadsplat.c' 2025-03-21T20:18:08.3445414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-wasmsimd-x86-splat.c' 2025-03-21T20:18:08.3447266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x8s4-minmax-neon.c' 2025-03-21T20:18:08.3449475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x8s4-minmax-neonfma.c' 2025-03-21T20:18:08.3451271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x8s4-minmax-sse.c' 2025-03-21T20:18:08.3453136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x8s4-minmax-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3455072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x8s4-minmax-wasmrelaxedsimd.c' 2025-03-21T20:18:08.3456962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x8s4-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.3458835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-1x8s4-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.3460664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-2x4-minmax-scalar.c' 2025-03-21T20:18:08.3462429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-2x4-minmax-wasm.c' 2025-03-21T20:18:08.3464240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-3x16-minmax-avx-broadcast.c' 2025-03-21T20:18:08.3466113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-3x16-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3468015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-3x16s4-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3469924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-3x8-minmax-sse-dup.c' 2025-03-21T20:18:08.3471721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-3x8-minmax-sse-load1.c' 2025-03-21T20:18:08.3473657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-3x8-minmax-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.3475702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-3x8-minmax-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.3477719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-3x8-minmax-wasmrelaxedsimd-loadsplat.c' 2025-03-21T20:18:08.3479844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-3x8-minmax-wasmrelaxedsimd-splat.c' 2025-03-21T20:18:08.3481900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-3x8-minmax-wasmsimd-arm-loadsplat.c' 2025-03-21T20:18:08.3483857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-3x8-minmax-wasmsimd-arm-splat.c' 2025-03-21T20:18:08.3485814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-3x8-minmax-wasmsimd-x86-loadsplat.c' 2025-03-21T20:18:08.3487772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-3x8-minmax-wasmsimd-x86-splat.c' 2025-03-21T20:18:08.3489628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-3x8s4-minmax-sse.c' 2025-03-21T20:18:08.3491493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-3x8s4-minmax-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3493411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-3x8s4-minmax-wasmrelaxedsimd.c' 2025-03-21T20:18:08.3495299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-3x8s4-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.3497166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-3x8s4-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.3499153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x12-minmax-asm-aarch64-neonfma-cortex-a53.S' 2025-03-21T20:18:08.3501120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x16-minmax-avx-broadcast.c' 2025-03-21T20:18:08.3503006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x16-minmax-avx512f-broadcast.c' 2025-03-21T20:18:08.3504907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x16-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3506797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x16s4-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3508697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x4-minmax-scalar.c' 2025-03-21T20:18:08.3510481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x4-minmax-wasm.c' 2025-03-21T20:18:08.3512370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-aarch64-neonfma-lane-ld128.c' 2025-03-21T20:18:08.3514372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-aarch64-neonfma-lane-ld64.c' 2025-03-21T20:18:08.3516463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S' 2025-03-21T20:18:08.3518580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S' 2025-03-21T20:18:08.3520690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S' 2025-03-21T20:18:08.3522795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S' 2025-03-21T20:18:08.3524831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-ld128.S' 2025-03-21T20:18:08.3526832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-ld64.S' 2025-03-21T20:18:08.3527698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-avx-broadcast.c' 2025-03-21T20:18:08.3528578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3529446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neon-dup-ld128.c' 2025-03-21T20:18:08.3530321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neon-dup-ld64.c' 2025-03-21T20:18:08.3531199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neon-lane-ld128.c' 2025-03-21T20:18:08.3532074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neon-lane-ld64.c' 2025-03-21T20:18:08.3532961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neonfma-dup-ld128.c' 2025-03-21T20:18:08.3533852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neonfma-dup-ld64.c' 2025-03-21T20:18:08.3534690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-sse-dup.c' 2025-03-21T20:18:08.3535547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-sse-load1.c' 2025-03-21T20:18:08.3536508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.3537453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.3538451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-wasmrelaxedsimd-loadsplat.c' 2025-03-21T20:18:08.3539367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-wasmrelaxedsimd-splat.c' 2025-03-21T20:18:08.3540342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-wasmsimd-arm-loadsplat.c' 2025-03-21T20:18:08.3541247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-wasmsimd-arm-splat.c' 2025-03-21T20:18:08.3542166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-wasmsimd-x86-loadsplat.c' 2025-03-21T20:18:08.3543071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-wasmsimd-x86-splat.c' 2025-03-21T20:18:08.3543900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x8s4-minmax-neon.c' 2025-03-21T20:18:08.3544751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x8s4-minmax-neonfma.c' 2025-03-21T20:18:08.3545564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x8s4-minmax-sse.c' 2025-03-21T20:18:08.3546482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x8s4-minmax-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3547372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x8s4-minmax-wasmrelaxedsimd.c' 2025-03-21T20:18:08.3548433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x8s4-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.3549367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-4x8s4-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.3550243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-5x16-minmax-avx-broadcast.c' 2025-03-21T20:18:08.3551132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-5x16-minmax-avx512f-broadcast.c' 2025-03-21T20:18:08.3552017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-5x16-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3552901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-5x16s4-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3553841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-aarch64-neonfma-lane-ld64.c' 2025-03-21T20:18:08.3554845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S' 2025-03-21T20:18:08.3555910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-asm-aarch64-neonfma-cortex-a75.S' 2025-03-21T20:18:08.3556857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-avx-broadcast.c' 2025-03-21T20:18:08.3557736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3558604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-neon-lane-ld64.c' 2025-03-21T20:18:08.3559442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-sse-dup.c' 2025-03-21T20:18:08.3560282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-sse-load1.c' 2025-03-21T20:18:08.3561249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.3562197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.3563138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-wasmrelaxedsimd-loadsplat.c' 2025-03-21T20:18:08.3564058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-wasmrelaxedsimd-splat.c' 2025-03-21T20:18:08.3564990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-wasmsimd-arm-loadsplat.c' 2025-03-21T20:18:08.3565901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-wasmsimd-arm-splat.c' 2025-03-21T20:18:08.3566823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-wasmsimd-x86-loadsplat.c' 2025-03-21T20:18:08.3567737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-wasmsimd-x86-splat.c' 2025-03-21T20:18:08.3568562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-5x8s4-minmax-sse.c' 2025-03-21T20:18:08.3569495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-5x8s4-minmax-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3570396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-5x8s4-minmax-wasmrelaxedsimd.c' 2025-03-21T20:18:08.3571291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-5x8s4-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.3572162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-5x8s4-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.3573093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x16-minmax-avx-broadcast.c' 2025-03-21T20:18:08.3574041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x16-minmax-avx512f-broadcast.c' 2025-03-21T20:18:08.3574943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x16-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3575833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x16s4-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3576792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-aarch64-neonfma-lane-ld128.c' 2025-03-21T20:18:08.3577739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-aarch64-neonfma-lane-ld64.c' 2025-03-21T20:18:08.3578724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S' 2025-03-21T20:18:08.3579701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S' 2025-03-21T20:18:08.3580678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S' 2025-03-21T20:18:08.3581691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S' 2025-03-21T20:18:08.3582668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a75.S' 2025-03-21T20:18:08.3583608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-ld128.S' 2025-03-21T20:18:08.3584552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-ld64.S' 2025-03-21T20:18:08.3585417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-avx-broadcast.c' 2025-03-21T20:18:08.3586312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3587185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neon-dup-ld128.c' 2025-03-21T20:18:08.3588061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neon-dup-ld64.c' 2025-03-21T20:18:08.3588983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neon-lane-ld128.c' 2025-03-21T20:18:08.3589872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neon-lane-ld64.c' 2025-03-21T20:18:08.3590822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neonfma-dup-ld128.c' 2025-03-21T20:18:08.3591776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neonfma-dup-ld64.c' 2025-03-21T20:18:08.3592608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-sse-dup.c' 2025-03-21T20:18:08.3593464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-sse-load1.c' 2025-03-21T20:18:08.3594434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.3595393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.3596343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-wasmrelaxedsimd-loadsplat.c' 2025-03-21T20:18:08.3597271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-wasmrelaxedsimd-splat.c' 2025-03-21T20:18:08.3598193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-wasmsimd-arm-loadsplat.c' 2025-03-21T20:18:08.3599110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-wasmsimd-arm-splat.c' 2025-03-21T20:18:08.3600029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-wasmsimd-x86-loadsplat.c' 2025-03-21T20:18:08.3600939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-wasmsimd-x86-splat.c' 2025-03-21T20:18:08.3601765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x8s4-minmax-neon.c' 2025-03-21T20:18:08.3602607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x8s4-minmax-neonfma.c' 2025-03-21T20:18:08.3603441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x8s4-minmax-sse.c' 2025-03-21T20:18:08.3604363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x8s4-minmax-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3605264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x8s4-minmax-wasmrelaxedsimd.c' 2025-03-21T20:18:08.3606134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x8s4-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.3607012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-6x8s4-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.3607955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-7x16-minmax-avx512f-broadcast.c' 2025-03-21T20:18:08.3608879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-7x8-minmax-avx-broadcast.c' 2025-03-21T20:18:08.3609749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-7x8-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3610659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-8x16-minmax-avx512f-broadcast.c' 2025-03-21T20:18:08.3611527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-8x8-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3612365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-8x8s4-minmax-neon.c' 2025-03-21T20:18:08.3613218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen/f32-gemminc-8x8s4-minmax-neonfma.c' 2025-03-21T20:18:08.3613925Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc/gen' 2025-03-21T20:18:08.3614596Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-gemminc' 2025-03-21T20:18:08.3615455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neon-p16.c' 2025-03-21T20:18:08.3616298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neon-p4.c' 2025-03-21T20:18:08.3617150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neon-p8.c' 2025-03-21T20:18:08.3618015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neonfma-p16.c' 2025-03-21T20:18:08.3618885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neonfma-p4.c' 2025-03-21T20:18:08.3619740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neonfma-p8.c' 2025-03-21T20:18:08.3620610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p1.c' 2025-03-21T20:18:08.3621466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p2.c' 2025-03-21T20:18:08.3622332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p4.c' 2025-03-21T20:18:08.3623162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-sse-p4.c' 2025-03-21T20:18:08.3624004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-sse-p8.c' 2025-03-21T20:18:08.3624930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-wasmsimd-p4.c' 2025-03-21T20:18:08.3625858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-wasmsimd-p8.c' 2025-03-21T20:18:08.3626591Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear-chw/gen' 2025-03-21T20:18:08.3627310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear-chw/neon.c.in' 2025-03-21T20:18:08.3628045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear-chw/scalar.c.in' 2025-03-21T20:18:08.3628822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear-chw/sse.c.in' 2025-03-21T20:18:08.3629570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear-chw/wasmsimd.c.in' 2025-03-21T20:18:08.3630276Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear-chw' 2025-03-21T20:18:08.3631082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear/gen/f32-ibilinear-neon-c4.c' 2025-03-21T20:18:08.3631874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear/gen/f32-ibilinear-neon-c8.c' 2025-03-21T20:18:08.3632697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear/gen/f32-ibilinear-neonfma-c4.c' 2025-03-21T20:18:08.3633509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear/gen/f32-ibilinear-neonfma-c8.c' 2025-03-21T20:18:08.3634324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear/gen/f32-ibilinear-scalar-c1.c' 2025-03-21T20:18:08.3635130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c' 2025-03-21T20:18:08.3635939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear/gen/f32-ibilinear-scalar-c4.c' 2025-03-21T20:18:08.3636730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear/gen/f32-ibilinear-sse-c4.c' 2025-03-21T20:18:08.3637528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear/gen/f32-ibilinear-sse-c8.c' 2025-03-21T20:18:08.3638389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear/gen/f32-ibilinear-wasmrelaxedsimd-c4.c' 2025-03-21T20:18:08.3639255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear/gen/f32-ibilinear-wasmrelaxedsimd-c8.c' 2025-03-21T20:18:08.3640073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear/gen/f32-ibilinear-wasmsimd-c4.c' 2025-03-21T20:18:08.3640957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear/gen/f32-ibilinear-wasmsimd-c8.c' 2025-03-21T20:18:08.3641728Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear/gen' 2025-03-21T20:18:08.3642436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear/neon.c.in' 2025-03-21T20:18:08.3643137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear/scalar.c.in' 2025-03-21T20:18:08.3643835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear/sse.c.in' 2025-03-21T20:18:08.3644551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear/wasmsimd.c.in' 2025-03-21T20:18:08.3645237Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ibilinear' 2025-03-21T20:18:08.3646057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/1x8-aarch32-neon-cortex-a53.S.in' 2025-03-21T20:18:08.3646878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/1x8-aarch64-neonfma-cortex-a53.S.in' 2025-03-21T20:18:08.3647878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/1x8-aarch64-neonfma-cortex-a75.S.in' 2025-03-21T20:18:08.3648673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/1x8-aarch64-neonfma-ld64.S.in' 2025-03-21T20:18:08.3649514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/4x2-aarch64-neonfma-cortex-a75.S.in' 2025-03-21T20:18:08.3650305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/4x2-aarch64-neonfma-ld64.S.in' 2025-03-21T20:18:08.3651117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/4x8-aarch32-neon-cortex-a53.S.in' 2025-03-21T20:18:08.3651916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/4x8-aarch32-neon-cortex-a7.S.in' 2025-03-21T20:18:08.3652730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/4x8-aarch32-neon-cortex-a75.S.in' 2025-03-21T20:18:08.3653502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/4x8-aarch32-neon-ld64.S.in' 2025-03-21T20:18:08.3654344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/4x8-aarch64-neonfma-cortex-a53.S.in' 2025-03-21T20:18:08.3655161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/4x8-aarch64-neonfma-cortex-a75.S.in' 2025-03-21T20:18:08.3655959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/4x8-aarch64-neonfma-ld128.S.in' 2025-03-21T20:18:08.3656741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/4x8-aarch64-neonfma-ld64.S.in' 2025-03-21T20:18:08.3657661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/5x8-aarch64-neonfma-cortex-a75.S.in' 2025-03-21T20:18:08.3658544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/6x8-aarch64-neonfma-cortex-a53.S.in' 2025-03-21T20:18:08.3659372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/6x8-aarch64-neonfma-cortex-a75.S.in' 2025-03-21T20:18:08.3660167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/6x8-aarch64-neonfma-ld128.S.in' 2025-03-21T20:18:08.3660962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/6x8-aarch64-neonfma-ld64.S.in' 2025-03-21T20:18:08.3661693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/MRx2-neon-ld64.c.in' 2025-03-21T20:18:08.3662408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/MRx2c4-sse.c.in' 2025-03-21T20:18:08.3663142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/MRx2c4-wasmsimd.c.in' 2025-03-21T20:18:08.3663844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/MRxNRv-rvv.c.in' 2025-03-21T20:18:08.3664572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/avx-broadcast.c.in' 2025-03-21T20:18:08.3665291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/avx-shuffle4.c.in' 2025-03-21T20:18:08.3666043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/avx512-broadcast.c.in' 2025-03-21T20:18:08.3666984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/f32-igemm-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S' 2025-03-21T20:18:08.3667921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/f32-igemm-4x12-minmax-asm-aarch64-neonfma-cortex-a53.S' 2025-03-21T20:18:08.3668903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/f32-igemm-4x8-minmax-asm-aarch32-neon-cortex-a55.S' 2025-03-21T20:18:08.3669845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S' 2025-03-21T20:18:08.3670777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S' 2025-03-21T20:18:08.3671714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S' 2025-03-21T20:18:08.3672568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-16x32-minmax-hvx-broadcast.c' 2025-03-21T20:18:08.3673428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x128-minmax-hvx-broadcast.c' 2025-03-21T20:18:08.3674413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x16-minmax-aarch64-neonfma-lane-ld128.c' 2025-03-21T20:18:08.3675275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x16-minmax-avx-broadcast.c' 2025-03-21T20:18:08.3676195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x16-minmax-avx512f-broadcast.c' 2025-03-21T20:18:08.3677057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x16-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3677912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x16-minmax-neon-lane-ld128.c' 2025-03-21T20:18:08.3678790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x16s4-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3679666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x32-minmax-avx512f-broadcast.c' 2025-03-21T20:18:08.3680523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x32-minmax-hvx-broadcast.c' 2025-03-21T20:18:08.3681324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c' 2025-03-21T20:18:08.3682128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x4-minmax-wasm.c' 2025-03-21T20:18:08.3682925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c' 2025-03-21T20:18:08.3683715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x4-relu-wasm.c' 2025-03-21T20:18:08.3684477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x4-scalar.c' 2025-03-21T20:18:08.3685276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x4v-minmax-rvv.c' 2025-03-21T20:18:08.3686064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x4v-relu-rvv.c' 2025-03-21T20:18:08.3686828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x4v-rvv.c' 2025-03-21T20:18:08.3687674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x64-minmax-hvx-broadcast.c' 2025-03-21T20:18:08.3688605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8-minmax-aarch64-neonfma-lane-ld128.c' 2025-03-21T20:18:08.3689527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8-minmax-aarch64-neonfma-lane-ld64.c' 2025-03-21T20:18:08.3690481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch32-neon-cortex-a53-prfm.S' 2025-03-21T20:18:08.3691480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch32-neon-cortex-a53.S' 2025-03-21T20:18:08.3692515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S' 2025-03-21T20:18:08.3693471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S' 2025-03-21T20:18:08.3694453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S' 2025-03-21T20:18:08.3695408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S' 2025-03-21T20:18:08.3696346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S' 2025-03-21T20:18:08.3697263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-ld64.S' 2025-03-21T20:18:08.3698107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8-minmax-avx-broadcast.c' 2025-03-21T20:18:08.3698967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3699813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8-minmax-neon-dup-ld64.c' 2025-03-21T20:18:08.3700675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8-minmax-neon-lane-ld128.c' 2025-03-21T20:18:08.3701528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8-minmax-neon-lane-ld64.c' 2025-03-21T20:18:08.3702397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8-minmax-neonfma-dup-ld64.c' 2025-03-21T20:18:08.3703215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse-dup.c' 2025-03-21T20:18:08.3704046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse-load1.c' 2025-03-21T20:18:08.3704991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8-minmax-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.3705923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8-minmax-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.3706843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8-minmax-wasmrelaxedsimd-loadsplat.c' 2025-03-21T20:18:08.3707748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8-minmax-wasmrelaxedsimd-splat.c' 2025-03-21T20:18:08.3708756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8-minmax-wasmsimd-arm-loadsplat.c' 2025-03-21T20:18:08.3709697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8-minmax-wasmsimd-arm-splat.c' 2025-03-21T20:18:08.3710592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8-minmax-wasmsimd-x86-loadsplat.c' 2025-03-21T20:18:08.3711472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8-minmax-wasmsimd-x86-splat.c' 2025-03-21T20:18:08.3712410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8-relu-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.3713332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8-relu-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.3714196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8-relu-wasmsimd-loadsplat.c' 2025-03-21T20:18:08.3715051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8-relu-wasmsimd-splat.c' 2025-03-21T20:18:08.3715951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.3716835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.3717677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8-wasmsimd-loadsplat.c' 2025-03-21T20:18:08.3718506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8-wasmsimd-splat.c' 2025-03-21T20:18:08.3719308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-neon.c' 2025-03-21T20:18:08.3720137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-neonfma.c' 2025-03-21T20:18:08.3720932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-sse.c' 2025-03-21T20:18:08.3721839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3722725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-wasmrelaxedsimd.c' 2025-03-21T20:18:08.3723579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.3724437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.3725369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8s4-relu-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3726196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8s4-relu-wasmsimd.c' 2025-03-21T20:18:08.3727102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8s4-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3727904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-1x8s4-wasmsimd.c' 2025-03-21T20:18:08.3728761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-2x128-minmax-hvx-broadcast.c' 2025-03-21T20:18:08.3729702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-2x16-minmax-aarch64-neonfma-lane-ld128.c' 2025-03-21T20:18:08.3730559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-2x16-minmax-neon-lane-ld128.c' 2025-03-21T20:18:08.3731381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c' 2025-03-21T20:18:08.3732171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-2x4-minmax-wasm.c' 2025-03-21T20:18:08.3732974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c' 2025-03-21T20:18:08.3733757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-2x4-relu-wasm.c' 2025-03-21T20:18:08.3734530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-2x4-scalar.c' 2025-03-21T20:18:08.3735460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-3x16-minmax-aarch64-neonfma-lane-ld128.c' 2025-03-21T20:18:08.3736317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-3x16-minmax-avx-broadcast.c' 2025-03-21T20:18:08.3737168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-3x16-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3738038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-3x16-minmax-neon-lane-ld128.c' 2025-03-21T20:18:08.3738899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-3x16s4-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3739723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-3x8-minmax-sse-dup.c' 2025-03-21T20:18:08.3740544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-3x8-minmax-sse-load1.c' 2025-03-21T20:18:08.3741501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-3x8-minmax-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.3742474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-3x8-minmax-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.3743474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-3x8-minmax-wasmrelaxedsimd-loadsplat.c' 2025-03-21T20:18:08.3744366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-3x8-minmax-wasmrelaxedsimd-splat.c' 2025-03-21T20:18:08.3745276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-3x8-minmax-wasmsimd-arm-loadsplat.c' 2025-03-21T20:18:08.3746147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-3x8-minmax-wasmsimd-arm-splat.c' 2025-03-21T20:18:08.3747058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-3x8-minmax-wasmsimd-x86-loadsplat.c' 2025-03-21T20:18:08.3748140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-3x8-minmax-wasmsimd-x86-splat.c' 2025-03-21T20:18:08.3749141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-3x8-relu-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.3750043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-3x8-relu-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.3750905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-3x8-relu-wasmsimd-loadsplat.c' 2025-03-21T20:18:08.3751761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-3x8-relu-wasmsimd-splat.c' 2025-03-21T20:18:08.3752663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-3x8-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.3753548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-3x8-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.3754379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-3x8-wasmsimd-loadsplat.c' 2025-03-21T20:18:08.3755203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-3x8-wasmsimd-splat.c' 2025-03-21T20:18:08.3756004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-3x8s4-minmax-sse.c' 2025-03-21T20:18:08.3756908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-3x8s4-minmax-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3757775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-3x8s4-minmax-wasmrelaxedsimd.c' 2025-03-21T20:18:08.3758636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-3x8s4-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.3759587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-3x8s4-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.3760475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-3x8s4-relu-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3761366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-3x8s4-relu-wasmsimd.c' 2025-03-21T20:18:08.3762224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-3x8s4-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3763007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-3x8s4-wasmsimd.c' 2025-03-21T20:18:08.3763951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x16-minmax-aarch64-neonfma-lane-ld128.c' 2025-03-21T20:18:08.3764804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x16-minmax-avx-broadcast.c' 2025-03-21T20:18:08.3765686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x16-minmax-avx512f-broadcast.c' 2025-03-21T20:18:08.3766536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x16-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3767403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x16-minmax-neon-lane-ld128.c' 2025-03-21T20:18:08.3768271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x16s4-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3769203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x2-minmax-aarch64-neonfma-lane-ld64.c' 2025-03-21T20:18:08.3770181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S' 2025-03-21T20:18:08.3771136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75.S' 2025-03-21T20:18:08.3772047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-ld64.S' 2025-03-21T20:18:08.3772907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x2-minmax-neon-lane-ld64.c' 2025-03-21T20:18:08.3773717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c' 2025-03-21T20:18:08.3774525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x2-minmax-wasm.c' 2025-03-21T20:18:08.3775316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x2-relu-scalar.c' 2025-03-21T20:18:08.3776105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x2-relu-wasm.c' 2025-03-21T20:18:08.3776914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x2-scalar.c' 2025-03-21T20:18:08.3777773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x2c4-minmax-sse.c' 2025-03-21T20:18:08.3778670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x2c4-minmax-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3779532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x2c4-minmax-wasmrelaxedsimd.c' 2025-03-21T20:18:08.3780387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x2c4-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.3781237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x2c4-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.3782125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x2c4-relu-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3782940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x2c4-relu-wasmsimd.c' 2025-03-21T20:18:08.3783794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x2c4-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3784578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x2c4-wasmsimd.c' 2025-03-21T20:18:08.3785456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x32-minmax-avx512f-broadcast.c' 2025-03-21T20:18:08.3786372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x4-minmax-aarch64-neonfma-lane-ld64.c' 2025-03-21T20:18:08.3787228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x4-minmax-neon-lane-ld64.c' 2025-03-21T20:18:08.3788034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c' 2025-03-21T20:18:08.3788890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x4-minmax-wasm.c' 2025-03-21T20:18:08.3789691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c' 2025-03-21T20:18:08.3790489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x4-relu-wasm.c' 2025-03-21T20:18:08.3791254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x4-scalar.c' 2025-03-21T20:18:08.3792119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x64-minmax-hvx-broadcast.c' 2025-03-21T20:18:08.3793043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-minmax-aarch64-neonfma-lane-ld128.c' 2025-03-21T20:18:08.3794033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-minmax-aarch64-neonfma-lane-ld64.c' 2025-03-21T20:18:08.3795599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch32-neon-cortex-a53-prfm.S' 2025-03-21T20:18:08.3796544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch32-neon-cortex-a53.S' 2025-03-21T20:18:08.3797470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch32-neon-cortex-a7.S' 2025-03-21T20:18:08.3798445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch32-neon-cortex-a75-prfm.S' 2025-03-21T20:18:08.3799380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch32-neon-cortex-a75.S' 2025-03-21T20:18:08.3800285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch32-neon-ld64.S' 2025-03-21T20:18:08.3801262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S' 2025-03-21T20:18:08.3802215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S' 2025-03-21T20:18:08.3803196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S' 2025-03-21T20:18:08.3804154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S' 2025-03-21T20:18:08.3805068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-ld128.S' 2025-03-21T20:18:08.3805989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-ld64.S' 2025-03-21T20:18:08.3806829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-minmax-avx-broadcast.c' 2025-03-21T20:18:08.3807697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3808547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-dup-ld128.c' 2025-03-21T20:18:08.3809403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-dup-ld64.c' 2025-03-21T20:18:08.3810253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-lane-ld128.c' 2025-03-21T20:18:08.3811155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-lane-ld64.c' 2025-03-21T20:18:08.3812039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-minmax-neonfma-dup-ld128.c' 2025-03-21T20:18:08.3812966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-minmax-neonfma-dup-ld64.c' 2025-03-21T20:18:08.3813786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse-dup.c' 2025-03-21T20:18:08.3814610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse-load1.c' 2025-03-21T20:18:08.3815567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-minmax-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.3816485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-minmax-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.3817420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-minmax-wasmrelaxedsimd-loadsplat.c' 2025-03-21T20:18:08.3818314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-minmax-wasmrelaxedsimd-splat.c' 2025-03-21T20:18:08.3819220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-minmax-wasmsimd-arm-loadsplat.c' 2025-03-21T20:18:08.3820094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-minmax-wasmsimd-arm-splat.c' 2025-03-21T20:18:08.3821000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-minmax-wasmsimd-x86-loadsplat.c' 2025-03-21T20:18:08.3821870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-minmax-wasmsimd-x86-splat.c' 2025-03-21T20:18:08.3822807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-relu-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.3823708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-relu-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.3824577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-relu-wasmsimd-loadsplat.c' 2025-03-21T20:18:08.3825415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-relu-wasmsimd-splat.c' 2025-03-21T20:18:08.3826324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.3827198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.3828041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-wasmsimd-loadsplat.c' 2025-03-21T20:18:08.3828972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8-wasmsimd-splat.c' 2025-03-21T20:18:08.3829845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-neon.c' 2025-03-21T20:18:08.3830666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-neonfma.c' 2025-03-21T20:18:08.3831474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-sse.c' 2025-03-21T20:18:08.3832368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3833253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-wasmrelaxedsimd.c' 2025-03-21T20:18:08.3834103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.3834961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.3835838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8s4-relu-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3836663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8s4-relu-wasmsimd.c' 2025-03-21T20:18:08.3837519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8s4-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3838322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-4x8s4-wasmsimd.c' 2025-03-21T20:18:08.3839243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x16-minmax-aarch64-neonfma-lane-ld128.c' 2025-03-21T20:18:08.3840091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x16-minmax-avx-broadcast.c' 2025-03-21T20:18:08.3840976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x16-minmax-avx512f-broadcast.c' 2025-03-21T20:18:08.3841863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x16-minmax-fma3-broadcast-prfm.c' 2025-03-21T20:18:08.3842724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x16-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3843579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x16-minmax-neon-lane-ld128.c' 2025-03-21T20:18:08.3844447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x16s4-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3845370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x32-minmax-avx512f-broadcast.c' 2025-03-21T20:18:08.3846406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S' 2025-03-21T20:18:08.3847346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75.S' 2025-03-21T20:18:08.3848354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x8-minmax-avx-broadcast.c' 2025-03-21T20:18:08.3849200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x8-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3850027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x8-minmax-sse-dup.c' 2025-03-21T20:18:08.3850848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x8-minmax-sse-load1.c' 2025-03-21T20:18:08.3851803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x8-minmax-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.3852720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x8-minmax-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.3853649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x8-minmax-wasmrelaxedsimd-loadsplat.c' 2025-03-21T20:18:08.3854549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x8-minmax-wasmrelaxedsimd-splat.c' 2025-03-21T20:18:08.3855463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x8-minmax-wasmsimd-arm-loadsplat.c' 2025-03-21T20:18:08.3856334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x8-minmax-wasmsimd-arm-splat.c' 2025-03-21T20:18:08.3857243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x8-minmax-wasmsimd-x86-loadsplat.c' 2025-03-21T20:18:08.3858115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x8-minmax-wasmsimd-x86-splat.c' 2025-03-21T20:18:08.3859059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x8-relu-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.3859964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x8-relu-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.3860835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x8-relu-wasmsimd-loadsplat.c' 2025-03-21T20:18:08.3861670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x8-relu-wasmsimd-splat.c' 2025-03-21T20:18:08.3862671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x8-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.3863611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x8-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.3864456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x8-wasmsimd-loadsplat.c' 2025-03-21T20:18:08.3865261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x8-wasmsimd-splat.c' 2025-03-21T20:18:08.3866068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x8s4-minmax-sse.c' 2025-03-21T20:18:08.3866975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x8s4-minmax-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3867860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x8s4-minmax-wasmrelaxedsimd.c' 2025-03-21T20:18:08.3868769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x8s4-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.3869638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x8s4-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.3870514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x8s4-relu-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3871349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x8s4-relu-wasmsimd.c' 2025-03-21T20:18:08.3872205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x8s4-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3872994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-5x8s4-wasmsimd.c' 2025-03-21T20:18:08.3873941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x16-minmax-aarch64-neonfma-lane-ld128.c' 2025-03-21T20:18:08.3874789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x16-minmax-avx-broadcast.c' 2025-03-21T20:18:08.3875676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x16-minmax-avx512f-broadcast.c' 2025-03-21T20:18:08.3876571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x16-minmax-fma3-broadcast-prfm.c' 2025-03-21T20:18:08.3877438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x16-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3878303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x16-minmax-neon-lane-ld128.c' 2025-03-21T20:18:08.3879183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x16s4-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3880168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x2-minmax-aarch64-neonfma-lane-ld64.c' 2025-03-21T20:18:08.3881089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x2-minmax-neon-lane-ld64.c' 2025-03-21T20:18:08.3881889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x2c4-minmax-sse.c' 2025-03-21T20:18:08.3882777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x32-minmax-avx512f-broadcast.c' 2025-03-21T20:18:08.3883700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8-minmax-aarch64-neonfma-lane-ld128.c' 2025-03-21T20:18:08.3884633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8-minmax-aarch64-neonfma-lane-ld64.c' 2025-03-21T20:18:08.3885622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S' 2025-03-21T20:18:08.3886582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S' 2025-03-21T20:18:08.3887560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S' 2025-03-21T20:18:08.3888530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75.S' 2025-03-21T20:18:08.3889451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-ld128.S' 2025-03-21T20:18:08.3890376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-ld64.S' 2025-03-21T20:18:08.3891222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8-minmax-avx-broadcast.c' 2025-03-21T20:18:08.3892091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3892948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8-minmax-neon-dup-ld128.c' 2025-03-21T20:18:08.3893815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8-minmax-neon-dup-ld64.c' 2025-03-21T20:18:08.3894671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8-minmax-neon-lane-ld128.c' 2025-03-21T20:18:08.3895536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8-minmax-neon-lane-ld64.c' 2025-03-21T20:18:08.3896403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8-minmax-neonfma-dup-ld128.c' 2025-03-21T20:18:08.3897328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8-minmax-neonfma-dup-ld64.c' 2025-03-21T20:18:08.3898188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8-minmax-sse-dup.c' 2025-03-21T20:18:08.3899022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8-minmax-sse-load1.c' 2025-03-21T20:18:08.3899983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8-minmax-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.3900914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8-minmax-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.3901840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8-minmax-wasmrelaxedsimd-loadsplat.c' 2025-03-21T20:18:08.3902753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8-minmax-wasmrelaxedsimd-splat.c' 2025-03-21T20:18:08.3903650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8-minmax-wasmsimd-arm-loadsplat.c' 2025-03-21T20:18:08.3904535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8-minmax-wasmsimd-arm-splat.c' 2025-03-21T20:18:08.3905436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8-minmax-wasmsimd-x86-loadsplat.c' 2025-03-21T20:18:08.3906304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8-minmax-wasmsimd-x86-splat.c' 2025-03-21T20:18:08.3907254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8-relu-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.3908159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8-relu-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.3909094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8-relu-wasmsimd-loadsplat.c' 2025-03-21T20:18:08.3909940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8-relu-wasmsimd-splat.c' 2025-03-21T20:18:08.3910854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.3911737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.3912585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8-wasmsimd-loadsplat.c' 2025-03-21T20:18:08.3913398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8-wasmsimd-splat.c' 2025-03-21T20:18:08.3914269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-neon.c' 2025-03-21T20:18:08.3915139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-neonfma.c' 2025-03-21T20:18:08.3915948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-sse.c' 2025-03-21T20:18:08.3916848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3917722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-wasmrelaxedsimd.c' 2025-03-21T20:18:08.3918583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.3919444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.3920321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8s4-relu-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3921149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8s4-relu-wasmsimd.c' 2025-03-21T20:18:08.3922004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8s4-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.3922807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-6x8s4-wasmsimd.c' 2025-03-21T20:18:08.3923680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-7x16-minmax-avx512f-broadcast.c' 2025-03-21T20:18:08.3924565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-7x32-minmax-avx512f-broadcast.c' 2025-03-21T20:18:08.3925360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-7x4v-minmax-rvv.c' 2025-03-21T20:18:08.3926151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-7x4v-relu-rvv.c' 2025-03-21T20:18:08.3926909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-7x4v-rvv.c' 2025-03-21T20:18:08.3927771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-7x64-minmax-hvx-broadcast.c' 2025-03-21T20:18:08.3928613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-7x8-minmax-avx-broadcast.c' 2025-03-21T20:18:08.3929471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-7x8-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3930342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-8x16-minmax-avx512f-broadcast.c' 2025-03-21T20:18:08.3931274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-8x32-minmax-avx512f-broadcast.c' 2025-03-21T20:18:08.3932179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-8x32-minmax-hvx-broadcast.c' 2025-03-21T20:18:08.3933031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-8x8-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.3933844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-8x8s4-minmax-neon.c' 2025-03-21T20:18:08.3934660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen/f32-igemm-8x8s4-minmax-neonfma.c' 2025-03-21T20:18:08.3935364Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/gen' 2025-03-21T20:18:08.3936089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/hvx-broadcast.c.in' 2025-03-21T20:18:08.3936802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/neon-ld128.c.in' 2025-03-21T20:18:08.3937505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/neon-ld64.c.in' 2025-03-21T20:18:08.3938235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/neon-shuffle.c.in' 2025-03-21T20:18:08.3938927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/scalar.c.in' 2025-03-21T20:18:08.3939627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/sse-dup.c.in' 2025-03-21T20:18:08.3940333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/sse-load1.c.in' 2025-03-21T20:18:08.3941055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/sse-shuffle.c.in' 2025-03-21T20:18:08.3941820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/wasmsimd-loadsplat.c.in' 2025-03-21T20:18:08.3942551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/wasmsimd-s4.c.in' 2025-03-21T20:18:08.3943290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm/wasmsimd-splat.c.in' 2025-03-21T20:18:08.3943972Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-igemm' 2025-03-21T20:18:08.3944807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-maxpool/f32-maxpool-9p8x-minmax-neon-c4.c' 2025-03-21T20:18:08.3945658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c' 2025-03-21T20:18:08.3946471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-maxpool/f32-maxpool-9p8x-minmax-sse-c4.c' 2025-03-21T20:18:08.3947375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-maxpool/f32-maxpool-9p8x-minmax-wasm-c1.c' 2025-03-21T20:18:08.3948428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-maxpool/f32-maxpool-9p8x-minmax-wasmsimd-arm-c4.c' 2025-03-21T20:18:08.3949343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-maxpool/f32-maxpool-9p8x-minmax-wasmsimd-x86-c4.c' 2025-03-21T20:18:08.3950103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-maxpool/f32-maxpool-minmax.h' 2025-03-21T20:18:08.3950946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-maxpool/gen/f32-maxpool-9p8x-minmax-rvv-c1v.c' 2025-03-21T20:18:08.3951802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-maxpool/gen/f32-maxpool-9p8x-minmax-rvv-c2v.c' 2025-03-21T20:18:08.3952505Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-maxpool/gen' 2025-03-21T20:18:08.3953195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-maxpool/rvv.c.in' 2025-03-21T20:18:08.3953869Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-maxpool' 2025-03-21T20:18:08.3954724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-neon-c4.c' 2025-03-21T20:18:08.3955564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-rvv-c1v.c' 2025-03-21T20:18:08.3956428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c' 2025-03-21T20:18:08.3957256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-sse-c4.c' 2025-03-21T20:18:08.3958102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-wasm-c1.c' 2025-03-21T20:18:08.3958985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-wasmsimd-arm-c4.c' 2025-03-21T20:18:08.3959890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-wasmsimd-x86-c4.c' 2025-03-21T20:18:08.3960711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-pavgpool/f32-pavgpool-9x-minmax-neon-c4.c' 2025-03-21T20:18:08.3961545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-pavgpool/f32-pavgpool-9x-minmax-rvv-c1v.c' 2025-03-21T20:18:08.3962385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c' 2025-03-21T20:18:08.3963212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-pavgpool/f32-pavgpool-9x-minmax-sse-c4.c' 2025-03-21T20:18:08.3964120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-pavgpool/f32-pavgpool-9x-minmax-wasm-c1.c' 2025-03-21T20:18:08.3965002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-pavgpool/f32-pavgpool-9x-minmax-wasmsimd-arm-c4.c' 2025-03-21T20:18:08.3965950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-pavgpool/f32-pavgpool-9x-minmax-wasmsimd-x86-c4.c' 2025-03-21T20:18:08.3966724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-pavgpool/f32-pavgpool-minmax.h' 2025-03-21T20:18:08.3967402Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-pavgpool' 2025-03-21T20:18:08.3968226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/4x8-aarch64-neonfma-cortex-a75.S.in' 2025-03-21T20:18:08.3969017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/4x8-aarch64-neonfma-ld128.S.in' 2025-03-21T20:18:08.3969837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/8x8-aarch64-neonfma-cortex-a75.S.in' 2025-03-21T20:18:08.3970634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/8x8-aarch64-neonfma-ld128.S.in' 2025-03-21T20:18:08.3971429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/gen/f32-ppmm-2x4-minmax-scalar.c' 2025-03-21T20:18:08.3972234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/gen/f32-ppmm-3x3-minmax-scalar.c' 2025-03-21T20:18:08.3973122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/gen/f32-ppmm-4x16-minmax-aarch64-neonfma-prfm.c' 2025-03-21T20:18:08.3973996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/gen/f32-ppmm-4x16-minmax-aarch64-neonfma.c' 2025-03-21T20:18:08.3974813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/gen/f32-ppmm-4x16-minmax-neon-prfm.c' 2025-03-21T20:18:08.3975610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/gen/f32-ppmm-4x16-minmax-neon.c' 2025-03-21T20:18:08.3976406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/gen/f32-ppmm-4x2-minmax-scalar.c' 2025-03-21T20:18:08.3977215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/gen/f32-ppmm-4x4-minmax-scalar.c' 2025-03-21T20:18:08.3978097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-aarch64-neonfma-prfm.c' 2025-03-21T20:18:08.3978955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-aarch64-neonfma.c' 2025-03-21T20:18:08.3979921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S' 2025-03-21T20:18:08.3980869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S' 2025-03-21T20:18:08.3981856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-ld128-prfm.S' 2025-03-21T20:18:08.3982823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-ld128.S' 2025-03-21T20:18:08.3983639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-neon-prfm.c' 2025-03-21T20:18:08.3984433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-neon.c' 2025-03-21T20:18:08.3985212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-sse.c' 2025-03-21T20:18:08.3986089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-wasmsimd-arm-splat.c' 2025-03-21T20:18:08.3986955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-wasmsimd-x86-splat.c' 2025-03-21T20:18:08.3987844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-aarch64-neonfma-prfm.c' 2025-03-21T20:18:08.3988770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-aarch64-neonfma.c' 2025-03-21T20:18:08.3989768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S' 2025-03-21T20:18:08.3990707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-cortex-a75.S' 2025-03-21T20:18:08.3991653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-ld128-prfm.S' 2025-03-21T20:18:08.3992564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-ld128.S' 2025-03-21T20:18:08.3993397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-neon-prfm.c' 2025-03-21T20:18:08.3994182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-neon.c' 2025-03-21T20:18:08.3994876Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/gen' 2025-03-21T20:18:08.3995544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/neon.c.in' 2025-03-21T20:18:08.3996224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/scalar.c.in' 2025-03-21T20:18:08.3996897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/sse.c.in' 2025-03-21T20:18:08.3997624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm/wasmsimd-splat.c.in' 2025-03-21T20:18:08.3998347Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-ppmm' 2025-03-21T20:18:08.3999170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-prelu/gen/f32-prelu-avx-2x16.c' 2025-03-21T20:18:08.3999866Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-prelu/gen' 2025-03-21T20:18:08.4000527Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-prelu' 2025-03-21T20:18:08.4001285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/avx-broadcast.c.in' 2025-03-21T20:18:08.4002050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/avx512-broadcast.c.in' 2025-03-21T20:18:08.4002955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx-broadcast.c' 2025-03-21T20:18:08.4003861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.4004766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.4005610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c' 2025-03-21T20:18:08.4006463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-wasm.c' 2025-03-21T20:18:08.4007428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c' 2025-03-21T20:18:08.4008407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-aarch64-neonfma-lane-ld64.c' 2025-03-21T20:18:08.4009405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2-prfm.S' 2025-03-21T20:18:08.4010378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2.S' 2025-03-21T20:18:08.4011395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2-prfm.S' 2025-03-21T20:18:08.4012395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S' 2025-03-21T20:18:08.4013418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4-prfm.S' 2025-03-21T20:18:08.4014413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S' 2025-03-21T20:18:08.4015446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S' 2025-03-21T20:18:08.4016469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S' 2025-03-21T20:18:08.4017481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2-prfm.S' 2025-03-21T20:18:08.4018473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2.S' 2025-03-21T20:18:08.4019489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4-prfm.S' 2025-03-21T20:18:08.4020481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4.S' 2025-03-21T20:18:08.4021463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S' 2025-03-21T20:18:08.4022424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64.S' 2025-03-21T20:18:08.4023312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-neon-dup-ld64.c' 2025-03-21T20:18:08.4024217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-neon-lane-ld64.c' 2025-03-21T20:18:08.4025123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-neonfma-dup-ld64.c' 2025-03-21T20:18:08.4025994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-sse41-dup.c' 2025-03-21T20:18:08.4026884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x16-minmax-avx-broadcast.c' 2025-03-21T20:18:08.4027789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x16-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.4028760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x16-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.4029612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x4-minmax-scalar.c' 2025-03-21T20:18:08.4030456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x4-minmax-wasm.c' 2025-03-21T20:18:08.4031351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx-broadcast.c' 2025-03-21T20:18:08.4032312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.4033209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.4034138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x8-minmax-sse41-dup.c' 2025-03-21T20:18:08.4035102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x1-minmax-asm-aarch64-neonfma-ld128.S' 2025-03-21T20:18:08.4036064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x1-minmax-asm-aarch64-neonfma-ld64.S' 2025-03-21T20:18:08.4036956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x16-minmax-avx-broadcast.c' 2025-03-21T20:18:08.4037864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x16-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.4038753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x16-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.4039718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S' 2025-03-21T20:18:08.4040673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x2-minmax-asm-aarch64-neonfma-ld64.S' 2025-03-21T20:18:08.4041533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x2-minmax-scalar.c' 2025-03-21T20:18:08.4042369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x2-minmax-wasm.c' 2025-03-21T20:18:08.4043223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-scalar.c' 2025-03-21T20:18:08.4044053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-wasm.c' 2025-03-21T20:18:08.4045033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-aarch64-neonfma-lane-ld128.c' 2025-03-21T20:18:08.4045992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-aarch64-neonfma-lane-ld64.c' 2025-03-21T20:18:08.4046973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S' 2025-03-21T20:18:08.4048062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-asm-aarch64-neonfma-ld64.S' 2025-03-21T20:18:08.4048955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-neon-dup-ld64.c' 2025-03-21T20:18:08.4049929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-neon-lane-ld64.c' 2025-03-21T20:18:08.4050916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-neonfma-dup-ld64.c' 2025-03-21T20:18:08.4051777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-sse41-dup.c' 2025-03-21T20:18:08.4052676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x16-minmax-avx-broadcast.c' 2025-03-21T20:18:08.4053568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x16-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.4054476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x16-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.4055431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x8-minmax-aarch64-neonfma-lane-ld64.c' 2025-03-21T20:18:08.4056333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x8-minmax-neon-lane-ld64.c' 2025-03-21T20:18:08.4057191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x8-minmax-sse41-dup.c' 2025-03-21T20:18:08.4058092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x16-minmax-avx-broadcast.c' 2025-03-21T20:18:08.4058990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x16-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.4059901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x16-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.4060860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c' 2025-03-21T20:18:08.4061826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-aarch64-neonfma-lane-ld64.c' 2025-03-21T20:18:08.4062785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S' 2025-03-21T20:18:08.4063749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-asm-aarch64-neonfma-ld64.S' 2025-03-21T20:18:08.4064636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-neon-dup-ld64.c' 2025-03-21T20:18:08.4065538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-neon-lane-ld64.c' 2025-03-21T20:18:08.4066444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-neonfma-dup-ld64.c' 2025-03-21T20:18:08.4067361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-sse41-dup.c' 2025-03-21T20:18:08.4068316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-7x16-minmax-avx-broadcast.c' 2025-03-21T20:18:08.4069274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-7x16-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.4070173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-7x16-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.4071071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-8x16-minmax-avx-broadcast.c' 2025-03-21T20:18:08.4071975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-8x16-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.4072880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-8x16-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.4073605Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm/gen' 2025-03-21T20:18:08.4074288Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc4w-gemm' 2025-03-21T20:18:08.4075229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-1x32-minmax-avx512skx-broadcast.c' 2025-03-21T20:18:08.4076151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-2x32-minmax-avx512skx-broadcast.c' 2025-03-21T20:18:08.4077096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-3x32-minmax-avx512skx-broadcast.c' 2025-03-21T20:18:08.4078024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-4x32-minmax-avx512skx-broadcast.c' 2025-03-21T20:18:08.4078960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-5x32-minmax-avx512skx-broadcast.c' 2025-03-21T20:18:08.4079888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-6x32-minmax-avx512skx-broadcast.c' 2025-03-21T20:18:08.4080824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-7x32-minmax-avx512skx-broadcast.c' 2025-03-21T20:18:08.4081750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-8x32-minmax-avx512skx-broadcast.c' 2025-03-21T20:18:08.4082732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-aarch64-neonfma-lane-ld128.c' 2025-03-21T20:18:08.4083628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx-broadcast.c' 2025-03-21T20:18:08.4084594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.4085577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx512skx-broadcast.c' 2025-03-21T20:18:08.4086485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.4087397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16s4-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.4088341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x32-minmax-avx512skx-broadcast.c' 2025-03-21T20:18:08.4089194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c' 2025-03-21T20:18:08.4090040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-wasm.c' 2025-03-21T20:18:08.4090876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-relu-scalar.c' 2025-03-21T20:18:08.4091707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-relu-wasm.c' 2025-03-21T20:18:08.4092518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-scalar.c' 2025-03-21T20:18:08.4093497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c' 2025-03-21T20:18:08.4094454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-aarch64-neonfma-lane-ld64.c' 2025-03-21T20:18:08.4095459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2-prfm.S' 2025-03-21T20:18:08.4096421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2.S' 2025-03-21T20:18:08.4097452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2-prfm.S' 2025-03-21T20:18:08.4098437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S' 2025-03-21T20:18:08.4099460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4-prfm.S' 2025-03-21T20:18:08.4100445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S' 2025-03-21T20:18:08.4101493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S' 2025-03-21T20:18:08.4102495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S' 2025-03-21T20:18:08.4103516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2-prfm.S' 2025-03-21T20:18:08.4104494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2.S' 2025-03-21T20:18:08.4105525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4-prfm.S' 2025-03-21T20:18:08.4106495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4.S' 2025-03-21T20:18:08.4107489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S' 2025-03-21T20:18:08.4108435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64.S' 2025-03-21T20:18:08.4109413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.4110305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-neon-dup-ld64.c' 2025-03-21T20:18:08.4111205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-neon-lane-ld64.c' 2025-03-21T20:18:08.4112107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-neonfma-dup-ld64.c' 2025-03-21T20:18:08.4112979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-dup.c' 2025-03-21T20:18:08.4113854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-load1.c' 2025-03-21T20:18:08.4114855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.4115824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.4116793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-wasmrelaxedsimd-loadsplat.c' 2025-03-21T20:18:08.4117735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-wasmrelaxedsimd-splat.c' 2025-03-21T20:18:08.4118745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-wasmsimd-arm-loadsplat.c' 2025-03-21T20:18:08.4119725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-wasmsimd-arm-splat.c' 2025-03-21T20:18:08.4120669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-wasmsimd-x86-loadsplat.c' 2025-03-21T20:18:08.4121590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-wasmsimd-x86-splat.c' 2025-03-21T20:18:08.4122559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-relu-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.4123513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-relu-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.4124426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-relu-wasmsimd-loadsplat.c' 2025-03-21T20:18:08.4125311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-relu-wasmsimd-splat.c' 2025-03-21T20:18:08.4126251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.4127181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.4128051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-wasmsimd-loadsplat.c' 2025-03-21T20:18:08.4128914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-wasmsimd-splat.c' 2025-03-21T20:18:08.4129774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8s4-minmax-neonfma.c' 2025-03-21T20:18:08.4130644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8s4-minmax-sse41.c' 2025-03-21T20:18:08.4131589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8s4-minmax-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.4132510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8s4-minmax-wasmrelaxedsimd.c' 2025-03-21T20:18:08.4133401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8s4-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.4134298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8s4-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.4135218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8s4-relu-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.4136145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8s4-relu-wasmsimd.c' 2025-03-21T20:18:08.4137086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8s4-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.4137929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8s4-wasmsimd.c' 2025-03-21T20:18:08.4138818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16-minmax-avx-broadcast.c' 2025-03-21T20:18:08.4139725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.4140655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16-minmax-avx512skx-broadcast.c' 2025-03-21T20:18:08.4141563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.4142472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16s4-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.4143407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x32-minmax-avx512skx-broadcast.c' 2025-03-21T20:18:08.4144257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-minmax-scalar.c' 2025-03-21T20:18:08.4145111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-minmax-wasm.c' 2025-03-21T20:18:08.4145941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-relu-scalar.c' 2025-03-21T20:18:08.4146777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-relu-wasm.c' 2025-03-21T20:18:08.4147580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-scalar.c' 2025-03-21T20:18:08.4148669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16-minmax-avx-broadcast.c' 2025-03-21T20:18:08.4149568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.4150499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16-minmax-avx512skx-broadcast.c' 2025-03-21T20:18:08.4151391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.4152307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16s4-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.4153322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x32-minmax-avx512skx-broadcast.c' 2025-03-21T20:18:08.4154266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-sse41-dup.c' 2025-03-21T20:18:08.4155141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-sse41-load1.c' 2025-03-21T20:18:08.4156144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.4157105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.4158070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-wasmrelaxedsimd-loadsplat.c' 2025-03-21T20:18:08.4159021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-wasmrelaxedsimd-splat.c' 2025-03-21T20:18:08.4159967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-wasmsimd-arm-loadsplat.c' 2025-03-21T20:18:08.4160893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-wasmsimd-arm-splat.c' 2025-03-21T20:18:08.4161836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-wasmsimd-x86-loadsplat.c' 2025-03-21T20:18:08.4162764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-wasmsimd-x86-splat.c' 2025-03-21T20:18:08.4163736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-relu-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.4164693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-relu-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.4165596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-relu-wasmsimd-loadsplat.c' 2025-03-21T20:18:08.4166488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-relu-wasmsimd-splat.c' 2025-03-21T20:18:08.4167431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.4168357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.4169228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-wasmsimd-loadsplat.c' 2025-03-21T20:18:08.4170142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-wasmsimd-splat.c' 2025-03-21T20:18:08.4170993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8s4-minmax-sse41.c' 2025-03-21T20:18:08.4171993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8s4-minmax-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.4172895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8s4-minmax-wasmrelaxedsimd.c' 2025-03-21T20:18:08.4173786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8s4-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.4174675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8s4-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.4175606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8s4-relu-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.4176455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8s4-relu-wasmsimd.c' 2025-03-21T20:18:08.4177354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8s4-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.4178184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8s4-wasmsimd.c' 2025-03-21T20:18:08.4179148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x1-minmax-asm-aarch64-neonfma-ld128.S' 2025-03-21T20:18:08.4180095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x1-minmax-asm-aarch64-neonfma-ld64.S' 2025-03-21T20:18:08.4181065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-aarch64-neonfma-lane-ld128.c' 2025-03-21T20:18:08.4181948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-avx-broadcast.c' 2025-03-21T20:18:08.4182846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.4183768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-avx512skx-broadcast.c' 2025-03-21T20:18:08.4184670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.4185571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16s4-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.4186527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-aarch64-neonfma-lane-ld64.c' 2025-03-21T20:18:08.4187528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S' 2025-03-21T20:18:08.4188541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-asm-aarch64-neonfma-ld64.S' 2025-03-21T20:18:08.4189507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-neon-lane-ld64.c' 2025-03-21T20:18:08.4190356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-scalar.c' 2025-03-21T20:18:08.4191187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-wasm.c' 2025-03-21T20:18:08.4192031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-relu-scalar.c' 2025-03-21T20:18:08.4192855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-relu-wasm.c' 2025-03-21T20:18:08.4193666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-scalar.c' 2025-03-21T20:18:08.4194512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2c4-minmax-sse41.c' 2025-03-21T20:18:08.4195452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2c4-minmax-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.4196358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2c4-minmax-wasmrelaxedsimd.c' 2025-03-21T20:18:08.4197261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2c4-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.4198147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2c4-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.4199071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2c4-relu-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.4199932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2c4-relu-wasmsimd.c' 2025-03-21T20:18:08.4200820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2c4-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.4201658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2c4-wasmsimd.c' 2025-03-21T20:18:08.4202580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x32-minmax-avx512skx-broadcast.c' 2025-03-21T20:18:08.4203428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c' 2025-03-21T20:18:08.4204324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-wasm.c' 2025-03-21T20:18:08.4205214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-relu-scalar.c' 2025-03-21T20:18:08.4206036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-relu-wasm.c' 2025-03-21T20:18:08.4206845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-scalar.c' 2025-03-21T20:18:08.4207800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-aarch64-neonfma-lane-ld128.c' 2025-03-21T20:18:08.4208762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-aarch64-neonfma-lane-ld64.c' 2025-03-21T20:18:08.4209718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S' 2025-03-21T20:18:08.4210679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-asm-aarch64-neonfma-ld64.S' 2025-03-21T20:18:08.4211562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.4212455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-neon-dup-ld64.c' 2025-03-21T20:18:08.4213348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-neon-lane-ld64.c' 2025-03-21T20:18:08.4214263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-neonfma-dup-ld64.c' 2025-03-21T20:18:08.4215121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-dup.c' 2025-03-21T20:18:08.4215999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-load1.c' 2025-03-21T20:18:08.4216987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.4217962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.4218919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-wasmrelaxedsimd-loadsplat.c' 2025-03-21T20:18:08.4219860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-wasmrelaxedsimd-splat.c' 2025-03-21T20:18:08.4220799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-wasmsimd-arm-loadsplat.c' 2025-03-21T20:18:08.4221777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-wasmsimd-arm-splat.c' 2025-03-21T20:18:08.4222763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-wasmsimd-x86-loadsplat.c' 2025-03-21T20:18:08.4223678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-wasmsimd-x86-splat.c' 2025-03-21T20:18:08.4224643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-relu-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.4225592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-relu-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.4226497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-relu-wasmsimd-loadsplat.c' 2025-03-21T20:18:08.4227382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-relu-wasmsimd-splat.c' 2025-03-21T20:18:08.4228324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.4229311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.4230190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-wasmsimd-loadsplat.c' 2025-03-21T20:18:08.4231049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-wasmsimd-splat.c' 2025-03-21T20:18:08.4231907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8s4-minmax-neonfma.c' 2025-03-21T20:18:08.4232763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8s4-minmax-sse41.c' 2025-03-21T20:18:08.4233701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8s4-minmax-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.4234625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8s4-minmax-wasmrelaxedsimd.c' 2025-03-21T20:18:08.4235523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8s4-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.4236419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8s4-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.4237335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8s4-relu-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.4238242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8s4-relu-wasmsimd.c' 2025-03-21T20:18:08.4239126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8s4-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.4240008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8s4-wasmsimd.c' 2025-03-21T20:18:08.4240898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx-broadcast.c' 2025-03-21T20:18:08.4241784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.4242715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx512skx-broadcast.c' 2025-03-21T20:18:08.4243607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.4244515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16s4-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.4245429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x32-minmax-avx512skx-broadcast.c' 2025-03-21T20:18:08.4246389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-aarch64-neonfma-lane-ld64.c' 2025-03-21T20:18:08.4247279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.4248317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-neon-lane-ld64.c' 2025-03-21T20:18:08.4249176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-sse41-dup.c' 2025-03-21T20:18:08.4250061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-sse41-load1.c' 2025-03-21T20:18:08.4251042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.4252016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.4252978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-wasmrelaxedsimd-loadsplat.c' 2025-03-21T20:18:08.4253923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-wasmrelaxedsimd-splat.c' 2025-03-21T20:18:08.4254863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-wasmsimd-arm-loadsplat.c' 2025-03-21T20:18:08.4255869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-wasmsimd-arm-splat.c' 2025-03-21T20:18:08.4256885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-wasmsimd-x86-loadsplat.c' 2025-03-21T20:18:08.4257810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-wasmsimd-x86-splat.c' 2025-03-21T20:18:08.4258774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-relu-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.4259722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-relu-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.4260627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-relu-wasmsimd-loadsplat.c' 2025-03-21T20:18:08.4261513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-relu-wasmsimd-splat.c' 2025-03-21T20:18:08.4262453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.4263373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.4264245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-wasmsimd-loadsplat.c' 2025-03-21T20:18:08.4265108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-wasmsimd-splat.c' 2025-03-21T20:18:08.4265956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8s4-minmax-sse41.c' 2025-03-21T20:18:08.4266894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8s4-minmax-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.4267804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8s4-minmax-wasmrelaxedsimd.c' 2025-03-21T20:18:08.4268747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8s4-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.4269639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8s4-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.4270562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8s4-relu-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.4271407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8s4-relu-wasmsimd.c' 2025-03-21T20:18:08.4272307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8s4-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.4273192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8s4-wasmsimd.c' 2025-03-21T20:18:08.4274140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16-minmax-avx-broadcast.c' 2025-03-21T20:18:08.4275034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.4275961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16-minmax-avx512skx-broadcast.c' 2025-03-21T20:18:08.4276859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.4277770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16s4-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.4278724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x2-minmax-aarch64-neonfma-lane-ld64.c' 2025-03-21T20:18:08.4279624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x2-minmax-neon-lane-ld64.c' 2025-03-21T20:18:08.4280467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x2c4-minmax-sse41.c' 2025-03-21T20:18:08.4281391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x32-minmax-avx512skx-broadcast.c' 2025-03-21T20:18:08.4282366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c' 2025-03-21T20:18:08.4283318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-aarch64-neonfma-lane-ld64.c' 2025-03-21T20:18:08.4284276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S' 2025-03-21T20:18:08.4285220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-asm-aarch64-neonfma-ld64.S' 2025-03-21T20:18:08.4286115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.4286995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-neon-dup-ld64.c' 2025-03-21T20:18:08.4287896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-neon-lane-ld64.c' 2025-03-21T20:18:08.4288797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-neonfma-dup-ld64.c' 2025-03-21T20:18:08.4289715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-sse41-dup.c' 2025-03-21T20:18:08.4290582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-sse41-load1.c' 2025-03-21T20:18:08.4291630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.4292586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.4293548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-wasmrelaxedsimd-loadsplat.c' 2025-03-21T20:18:08.4294482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-wasmrelaxedsimd-splat.c' 2025-03-21T20:18:08.4295433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-wasmsimd-arm-loadsplat.c' 2025-03-21T20:18:08.4296343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-wasmsimd-arm-splat.c' 2025-03-21T20:18:08.4297284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-wasmsimd-x86-loadsplat.c' 2025-03-21T20:18:08.4298192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-wasmsimd-x86-splat.c' 2025-03-21T20:18:08.4299169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-relu-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.4300114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-relu-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.4301016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-relu-wasmsimd-loadsplat.c' 2025-03-21T20:18:08.4301895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-relu-wasmsimd-splat.c' 2025-03-21T20:18:08.4302838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-wasmrelaxedsimd-fma-loadsplat.c' 2025-03-21T20:18:08.4303753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-wasmrelaxedsimd-fma-splat.c' 2025-03-21T20:18:08.4304626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-wasmsimd-loadsplat.c' 2025-03-21T20:18:08.4305469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-wasmsimd-splat.c' 2025-03-21T20:18:08.4306326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8s4-minmax-neonfma.c' 2025-03-21T20:18:08.4307222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8s4-minmax-sse41.c' 2025-03-21T20:18:08.4308218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8s4-minmax-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.4309177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8s4-minmax-wasmrelaxedsimd.c' 2025-03-21T20:18:08.4310070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8s4-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.4310950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8s4-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.4311877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8s4-relu-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.4312727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8s4-relu-wasmsimd.c' 2025-03-21T20:18:08.4313619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8s4-wasmrelaxedsimd-fma.c' 2025-03-21T20:18:08.4314446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8s4-wasmsimd.c' 2025-03-21T20:18:08.4315338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x16-minmax-avx-broadcast.c' 2025-03-21T20:18:08.4316229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x16-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.4317153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x16-minmax-avx512skx-broadcast.c' 2025-03-21T20:18:08.4318046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x16-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.4326967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x32-minmax-avx512skx-broadcast.c' 2025-03-21T20:18:08.4327978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x8-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.4328890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x16-minmax-avx-broadcast.c' 2025-03-21T20:18:08.4329789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x16-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.4330714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x16-minmax-avx512skx-broadcast.c' 2025-03-21T20:18:08.4331618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x16-minmax-fma3-broadcast.c' 2025-03-21T20:18:08.4332665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x32-minmax-avx512skx-broadcast.c' 2025-03-21T20:18:08.4333649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x8-minmax-avx2-broadcast.c' 2025-03-21T20:18:08.4334359Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm/gen' 2025-03-21T20:18:08.4335053Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-gemm' 2025-03-21T20:18:08.4335897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-1x1-minmax-scalar.c' 2025-03-21T20:18:08.4336748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-2x1-minmax-scalar.c' 2025-03-21T20:18:08.4337591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-4x1-minmax-scalar.c' 2025-03-21T20:18:08.4338441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x1-minmax-scalar.c' 2025-03-21T20:18:08.4339279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x2-minmax-scalar.c' 2025-03-21T20:18:08.4340128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x4-minmax-scalar.c' 2025-03-21T20:18:08.4340836Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-spmm/gen' 2025-03-21T20:18:08.4341527Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qc8w-spmm' 2025-03-21T20:18:08.4342205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/avx.c.in' 2025-03-21T20:18:08.4342897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/avx2.c.in' 2025-03-21T20:18:08.4343604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/avx512skx.c.in' 2025-03-21T20:18:08.4344324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/f32-qs8-vcvt.h' 2025-03-21T20:18:08.4345101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u16.c' 2025-03-21T20:18:08.4345892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u24.c' 2025-03-21T20:18:08.4346667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u32.c' 2025-03-21T20:18:08.4347432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u8.c' 2025-03-21T20:18:08.4348519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u16.c' 2025-03-21T20:18:08.4349384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u32.c' 2025-03-21T20:18:08.4350255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u48.c' 2025-03-21T20:18:08.4351037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u64.c' 2025-03-21T20:18:08.4351855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u128.c' 2025-03-21T20:18:08.4352667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u32.c' 2025-03-21T20:18:08.4353488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u64.c' 2025-03-21T20:18:08.4354295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u96.c' 2025-03-21T20:18:08.4355089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-hvx-u128.c' 2025-03-21T20:18:08.4355870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-hvx-u256.c' 2025-03-21T20:18:08.4356652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-hvx-u32.c' 2025-03-21T20:18:08.4357431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-hvx-u64.c' 2025-03-21T20:18:08.4358213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-hvx-u96.c' 2025-03-21T20:18:08.4358989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u16.c' 2025-03-21T20:18:08.4359783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u24.c' 2025-03-21T20:18:08.4360566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u32.c' 2025-03-21T20:18:08.4361351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u8.c' 2025-03-21T20:18:08.4362144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u16.c' 2025-03-21T20:18:08.4362935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u24.c' 2025-03-21T20:18:08.4363727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u32.c' 2025-03-21T20:18:08.4364522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u8.c' 2025-03-21T20:18:08.4365346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-rvv-u1v.c' 2025-03-21T20:18:08.4366172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-rvv-u2v.c' 2025-03-21T20:18:08.4366949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-rvv-u4v.c' 2025-03-21T20:18:08.4367720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-rvv-u8v.c' 2025-03-21T20:18:08.4368556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u1.c' 2025-03-21T20:18:08.4369389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u2.c' 2025-03-21T20:18:08.4370224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u3.c' 2025-03-21T20:18:08.4371048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u4.c' 2025-03-21T20:18:08.4371877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c' 2025-03-21T20:18:08.4372703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u2.c' 2025-03-21T20:18:08.4373536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u3.c' 2025-03-21T20:18:08.4374368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c' 2025-03-21T20:18:08.4375197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u1.c' 2025-03-21T20:18:08.4376024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u2.c' 2025-03-21T20:18:08.4376855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u3.c' 2025-03-21T20:18:08.4377686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c' 2025-03-21T20:18:08.4378476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u16.c' 2025-03-21T20:18:08.4379260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u24.c' 2025-03-21T20:18:08.4380043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u32.c' 2025-03-21T20:18:08.4380819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u8.c' 2025-03-21T20:18:08.4381664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u16.c' 2025-03-21T20:18:08.4382452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u24.c' 2025-03-21T20:18:08.4383300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u32.c' 2025-03-21T20:18:08.4384083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u8.c' 2025-03-21T20:18:08.4384909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-wasm-fmagic-u1.c' 2025-03-21T20:18:08.4385734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-wasm-fmagic-u2.c' 2025-03-21T20:18:08.4386557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-wasm-fmagic-u3.c' 2025-03-21T20:18:08.4387382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-wasm-fmagic-u4.c' 2025-03-21T20:18:08.4388217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-wasmsimd-cvt-u16.c' 2025-03-21T20:18:08.4389107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-wasmsimd-cvt-u24.c' 2025-03-21T20:18:08.4389943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-wasmsimd-cvt-u32.c' 2025-03-21T20:18:08.4390776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-wasmsimd-cvt-u8.c' 2025-03-21T20:18:08.4391616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-wasmsimd-magic-u16.c' 2025-03-21T20:18:08.4392453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-wasmsimd-magic-u24.c' 2025-03-21T20:18:08.4393287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-wasmsimd-magic-u32.c' 2025-03-21T20:18:08.4394130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-wasmsimd-magic-u8.c' 2025-03-21T20:18:08.4394828Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/gen' 2025-03-21T20:18:08.4395516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/hvx.c.in' 2025-03-21T20:18:08.4396194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/neon.c.in' 2025-03-21T20:18:08.4396889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/neonv8.c.in' 2025-03-21T20:18:08.4397570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/rvv.c.in' 2025-03-21T20:18:08.4398390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/scalar-fmagic.c.in' 2025-03-21T20:18:08.4399186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/scalar-imagic.c.in' 2025-03-21T20:18:08.4399929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/scalar-lrintf.c.in' 2025-03-21T20:18:08.4400605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/sse.c.in' 2025-03-21T20:18:08.4401339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/wasmsimd-cvt.c.in' 2025-03-21T20:18:08.4402077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt/wasmsimd-magic.c.in' 2025-03-21T20:18:08.4402761Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qs8-vcvt' 2025-03-21T20:18:08.4403473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/f32-qu8-vcvt.h' 2025-03-21T20:18:08.4404256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u16.c' 2025-03-21T20:18:08.4405044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u24.c' 2025-03-21T20:18:08.4405816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u32.c' 2025-03-21T20:18:08.4406594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u8.c' 2025-03-21T20:18:08.4407379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u16.c' 2025-03-21T20:18:08.4408167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u32.c' 2025-03-21T20:18:08.4408944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u48.c' 2025-03-21T20:18:08.4409732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u64.c' 2025-03-21T20:18:08.4410547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u128.c' 2025-03-21T20:18:08.4411367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u32.c' 2025-03-21T20:18:08.4412171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u64.c' 2025-03-21T20:18:08.4412985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u96.c' 2025-03-21T20:18:08.4413765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u16.c' 2025-03-21T20:18:08.4414616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u24.c' 2025-03-21T20:18:08.4415453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u32.c' 2025-03-21T20:18:08.4416233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u8.c' 2025-03-21T20:18:08.4417024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u16.c' 2025-03-21T20:18:08.4417821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u24.c' 2025-03-21T20:18:08.4418612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u32.c' 2025-03-21T20:18:08.4419402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u8.c' 2025-03-21T20:18:08.4420185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-rvv-u1v.c' 2025-03-21T20:18:08.4420963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-rvv-u2v.c' 2025-03-21T20:18:08.4421737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-rvv-u4v.c' 2025-03-21T20:18:08.4422518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-rvv-u8v.c' 2025-03-21T20:18:08.4423350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u1.c' 2025-03-21T20:18:08.4424185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u2.c' 2025-03-21T20:18:08.4425016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u3.c' 2025-03-21T20:18:08.4425847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u4.c' 2025-03-21T20:18:08.4426684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c' 2025-03-21T20:18:08.4427510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u2.c' 2025-03-21T20:18:08.4428352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u3.c' 2025-03-21T20:18:08.4429268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c' 2025-03-21T20:18:08.4430109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u1.c' 2025-03-21T20:18:08.4430992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u2.c' 2025-03-21T20:18:08.4431828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u3.c' 2025-03-21T20:18:08.4432708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c' 2025-03-21T20:18:08.4433500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u16.c' 2025-03-21T20:18:08.4434286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u24.c' 2025-03-21T20:18:08.4435083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u32.c' 2025-03-21T20:18:08.4435858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u8.c' 2025-03-21T20:18:08.4436687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-wasm-fmagic-u1.c' 2025-03-21T20:18:08.4437506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-wasm-fmagic-u2.c' 2025-03-21T20:18:08.4438333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-wasm-fmagic-u3.c' 2025-03-21T20:18:08.4439154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-wasm-fmagic-u4.c' 2025-03-21T20:18:08.4439989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-wasmsimd-cvt-u16.c' 2025-03-21T20:18:08.4440821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-wasmsimd-cvt-u24.c' 2025-03-21T20:18:08.4441657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-wasmsimd-cvt-u32.c' 2025-03-21T20:18:08.4442481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-wasmsimd-cvt-u8.c' 2025-03-21T20:18:08.4443327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-wasmsimd-magic-u16.c' 2025-03-21T20:18:08.4444161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-wasmsimd-magic-u24.c' 2025-03-21T20:18:08.4444999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-wasmsimd-magic-u32.c' 2025-03-21T20:18:08.4445831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-wasmsimd-magic-u8.c' 2025-03-21T20:18:08.4446529Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt/gen' 2025-03-21T20:18:08.4447207Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-qu8-vcvt' 2025-03-21T20:18:08.4448167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax/avx2-p5.c.in' 2025-03-21T20:18:08.4449043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax/avx512f-p5-scalef.c.in' 2025-03-21T20:18:08.4449960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u32-acc2.c' 2025-03-21T20:18:08.4450886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u32-acc4.c' 2025-03-21T20:18:08.4451781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u32.c' 2025-03-21T20:18:08.4452700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u64-acc2.c' 2025-03-21T20:18:08.4453625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u64-acc4.c' 2025-03-21T20:18:08.4454520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u64.c' 2025-03-21T20:18:08.4455435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u72-acc3.c' 2025-03-21T20:18:08.4456339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u72.c' 2025-03-21T20:18:08.4457262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u80-acc2.c' 2025-03-21T20:18:08.4458178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u80-acc5.c' 2025-03-21T20:18:08.4459059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u80.c' 2025-03-21T20:18:08.4459976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u96-acc2.c' 2025-03-21T20:18:08.4460890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u96-acc3.c' 2025-03-21T20:18:08.4461807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u96-acc6.c' 2025-03-21T20:18:08.4462691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u96.c' 2025-03-21T20:18:08.4463682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u128-acc2.c' 2025-03-21T20:18:08.4464727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u128-acc4.c' 2025-03-21T20:18:08.4465688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u128.c' 2025-03-21T20:18:08.4466717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u144-acc3.c' 2025-03-21T20:18:08.4467675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u144.c' 2025-03-21T20:18:08.4468700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u160-acc2.c' 2025-03-21T20:18:08.4469698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u160-acc5.c' 2025-03-21T20:18:08.4470651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u160.c' 2025-03-21T20:18:08.4471636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u192-acc2.c' 2025-03-21T20:18:08.4472613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u192-acc3.c' 2025-03-21T20:18:08.4473598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u192-acc6.c' 2025-03-21T20:18:08.4474550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u192.c' 2025-03-21T20:18:08.4475532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u64-acc2.c' 2025-03-21T20:18:08.4476502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u64-acc4.c' 2025-03-21T20:18:08.4477458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u64.c' 2025-03-21T20:18:08.4478202Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax/gen' 2025-03-21T20:18:08.4478933Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddexpminusmax' 2025-03-21T20:18:08.4479649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp/avx2-p5.c.in' 2025-03-21T20:18:08.4480431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp/avx512f-p5-scalef.c.in' 2025-03-21T20:18:08.4481283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u32-acc2.c' 2025-03-21T20:18:08.4482194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u32-acc4.c' 2025-03-21T20:18:08.4483077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u32.c' 2025-03-21T20:18:08.4483925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u64-acc2.c' 2025-03-21T20:18:08.4484776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u64-acc4.c' 2025-03-21T20:18:08.4485608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u64.c' 2025-03-21T20:18:08.4486465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u72-acc3.c' 2025-03-21T20:18:08.4487291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u72.c' 2025-03-21T20:18:08.4488144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u80-acc2.c' 2025-03-21T20:18:08.4488998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u80-acc5.c' 2025-03-21T20:18:08.4489832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u80.c' 2025-03-21T20:18:08.4490683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u96-acc2.c' 2025-03-21T20:18:08.4491540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u96-acc3.c' 2025-03-21T20:18:08.4492391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u96-acc6.c' 2025-03-21T20:18:08.4493219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u96.c' 2025-03-21T20:18:08.4494140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u128-acc2.c' 2025-03-21T20:18:08.4495075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u128-acc4.c' 2025-03-21T20:18:08.4495967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u128.c' 2025-03-21T20:18:08.4496892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u144-acc3.c' 2025-03-21T20:18:08.4497778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u144.c' 2025-03-21T20:18:08.4498750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u160-acc2.c' 2025-03-21T20:18:08.4499665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u160-acc5.c' 2025-03-21T20:18:08.4500613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u160.c' 2025-03-21T20:18:08.4501525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u192-acc2.c' 2025-03-21T20:18:08.4502440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u192-acc3.c' 2025-03-21T20:18:08.4503361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u192-acc6.c' 2025-03-21T20:18:08.4504259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u192.c' 2025-03-21T20:18:08.4505168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u64-acc2.c' 2025-03-21T20:18:08.4506080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u64-acc4.c' 2025-03-21T20:18:08.4506962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u64.c' 2025-03-21T20:18:08.4507678Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp/gen' 2025-03-21T20:18:08.4508366Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddextexp' 2025-03-21T20:18:08.4509225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/avx2-rr1-p5.c.in' 2025-03-21T20:18:08.4510018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/avx2-rr2-p5.c.in' 2025-03-21T20:18:08.4510871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/avx512f-rr1-p5-scalef.c.in' 2025-03-21T20:18:08.4511684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/avx512f-rr2-p5.c.in' 2025-03-21T20:18:08.4512690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u16-acc2.c' 2025-03-21T20:18:08.4513696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u32-acc2.c' 2025-03-21T20:18:08.4514696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u32-acc4.c' 2025-03-21T20:18:08.4515670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u8.c' 2025-03-21T20:18:08.4516733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr2-p5-u16-acc2.c' 2025-03-21T20:18:08.4517804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr2-p5-u32-acc2.c' 2025-03-21T20:18:08.4518806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr2-p5-u32-acc4.c' 2025-03-21T20:18:08.4519776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr2-p5-u8.c' 2025-03-21T20:18:08.4520821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx256skx-rr2-p5-u16-acc2.c' 2025-03-21T20:18:08.4521855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx256skx-rr2-p5-u32-acc2.c' 2025-03-21T20:18:08.4522885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx256skx-rr2-p5-u32-acc4.c' 2025-03-21T20:18:08.4523889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx256skx-rr2-p5-u8.c' 2025-03-21T20:18:08.4524928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u16.c' 2025-03-21T20:18:08.4526010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u32-acc2.c' 2025-03-21T20:18:08.4527081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u64-acc2.c' 2025-03-21T20:18:08.4528153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u64-acc4.c' 2025-03-21T20:18:08.4529148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr2-p5-u16.c' 2025-03-21T20:18:08.4530182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr2-p5-u32-acc2.c' 2025-03-21T20:18:08.4531204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc2.c' 2025-03-21T20:18:08.4532228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc4.c' 2025-03-21T20:18:08.4533231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-hvx-rr2-p5-u128-acc2.c' 2025-03-21T20:18:08.4534292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-hvx-rr2-p5-u128-acc4.c' 2025-03-21T20:18:08.4535312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-hvx-rr2-p5-u32.c' 2025-03-21T20:18:08.4536313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-hvx-rr2-p5-u64-acc2.c' 2025-03-21T20:18:08.4537356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u16-acc2.c' 2025-03-21T20:18:08.4538403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u16-acc4.c' 2025-03-21T20:18:08.4539420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u4.c' 2025-03-21T20:18:08.4540456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u8-acc2.c' 2025-03-21T20:18:08.4541464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u16-acc2.c' 2025-03-21T20:18:08.4542472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u16-acc4.c' 2025-03-21T20:18:08.4543444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u4.c' 2025-03-21T20:18:08.4544448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u8-acc2.c' 2025-03-21T20:18:08.4545509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u16-acc2.c' 2025-03-21T20:18:08.4546577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u16-acc4.c' 2025-03-21T20:18:08.4547726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u4.c' 2025-03-21T20:18:08.4548846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u8-acc2.c' 2025-03-21T20:18:08.4549873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u16-acc2.c' 2025-03-21T20:18:08.4550900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u16-acc4.c' 2025-03-21T20:18:08.4551974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u4.c' 2025-03-21T20:18:08.4553076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u8-acc2.c' 2025-03-21T20:18:08.4554046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-rvv-rr2-p6-u2v.c' 2025-03-21T20:18:08.4555022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-rvv-rr2-p6-u4v.c' 2025-03-21T20:18:08.4556039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u1.c' 2025-03-21T20:18:08.4557099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2-acc2.c' 2025-03-21T20:18:08.4558151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc2.c' 2025-03-21T20:18:08.4559205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc4.c' 2025-03-21T20:18:08.4560193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u1.c' 2025-03-21T20:18:08.4561219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u2-acc2.c' 2025-03-21T20:18:08.4562231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c' 2025-03-21T20:18:08.4563253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc4.c' 2025-03-21T20:18:08.4564256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c' 2025-03-21T20:18:08.4565263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc4.c' 2025-03-21T20:18:08.4566231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u4.c' 2025-03-21T20:18:08.4567236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u8-acc2.c' 2025-03-21T20:18:08.4568324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-wasmrelaxedsimd-rr2-p5-u16-acc2.c' 2025-03-21T20:18:08.4569414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-wasmrelaxedsimd-rr2-p5-u16-acc4.c' 2025-03-21T20:18:08.4570508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-wasmrelaxedsimd-rr2-p5-u4.c' 2025-03-21T20:18:08.4571661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-wasmrelaxedsimd-rr2-p5-u8-acc2.c' 2025-03-21T20:18:08.4572691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-wasmsimd-rr2-p5-u16-acc2.c' 2025-03-21T20:18:08.4573731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-wasmsimd-rr2-p5-u16-acc4.c' 2025-03-21T20:18:08.4574732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-wasmsimd-rr2-p5-u4.c' 2025-03-21T20:18:08.4575771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-wasmsimd-rr2-p5-u8-acc2.c' 2025-03-21T20:18:08.4576540Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/gen' 2025-03-21T20:18:08.4577339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/hvx-rr2-p5.c.in' 2025-03-21T20:18:08.4578148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/neon-lut64-p2.c.in' 2025-03-21T20:18:08.4578935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/neon-p5.c.in' 2025-03-21T20:18:08.4579727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/rvv-rr2-p6.c.in' 2025-03-21T20:18:08.4580576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/scalar-rr2-lut64-p2.c.in' 2025-03-21T20:18:08.4581381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/scalar-rr2-p5.c.in' 2025-03-21T20:18:08.4582187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/sse2-rr2-p5.c.in' 2025-03-21T20:18:08.4583007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax/wasmsimd-rr2-p5.c.in' 2025-03-21T20:18:08.4583768Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-raddstoreexpminusmax' 2025-03-21T20:18:08.4584429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rdsum/avx.c.in' 2025-03-21T20:18:08.4585118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rdsum/avx512.c.in' 2025-03-21T20:18:08.4585930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx-c16.c' 2025-03-21T20:18:08.4586816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx-c32.c' 2025-03-21T20:18:08.4587696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx-c64.c' 2025-03-21T20:18:08.4588536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx512f-c128.c' 2025-03-21T20:18:08.4589457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx512f-c16.c' 2025-03-21T20:18:08.4590301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx512f-c32.c' 2025-03-21T20:18:08.4591148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx512f-c64.c' 2025-03-21T20:18:08.4591969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-neon-c16.c' 2025-03-21T20:18:08.4592795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-neon-c32.c' 2025-03-21T20:18:08.4593607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-neon-c64.c' 2025-03-21T20:18:08.4594425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-rvv-u1v.c' 2025-03-21T20:18:08.4595240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-rvv-u2v.c' 2025-03-21T20:18:08.4596063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-rvv-u4v.c' 2025-03-21T20:18:08.4596866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-scalar.c' 2025-03-21T20:18:08.4597683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-sse-c16.c' 2025-03-21T20:18:08.4598490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-sse-c32.c' 2025-03-21T20:18:08.4599312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-sse-c64.c' 2025-03-21T20:18:08.4600157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-wasmsimd-c16.c' 2025-03-21T20:18:08.4601004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-wasmsimd-c32.c' 2025-03-21T20:18:08.4601841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-wasmsimd-c64.c' 2025-03-21T20:18:08.4602525Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rdsum/gen' 2025-03-21T20:18:08.4603256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rdsum/neon.c.in' 2025-03-21T20:18:08.4603922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rdsum/rvv.c.in' 2025-03-21T20:18:08.4604655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rdsum/scalar.c.in' 2025-03-21T20:18:08.4605319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rdsum/sse.c.in' 2025-03-21T20:18:08.4606006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rdsum/wasm-simd.c.in' 2025-03-21T20:18:08.4606659Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rdsum' 2025-03-21T20:18:08.4607337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/avx.c.in' 2025-03-21T20:18:08.4608026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/avx512f.c.in' 2025-03-21T20:18:08.4608810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-avx-u16-acc2.c' 2025-03-21T20:18:08.4609582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-avx-u24-acc3.c' 2025-03-21T20:18:08.4610359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-avx-u32-acc2.c' 2025-03-21T20:18:08.4611130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-avx-u32-acc4.c' 2025-03-21T20:18:08.4611876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-avx-u8.c' 2025-03-21T20:18:08.4612646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-avx512f-u16.c' 2025-03-21T20:18:08.4613447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-avx512f-u32-acc2.c' 2025-03-21T20:18:08.4614241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-avx512f-u48-acc3.c' 2025-03-21T20:18:08.4615037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-avx512f-u64-acc2.c' 2025-03-21T20:18:08.4615830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-avx512f-u64-acc4.c' 2025-03-21T20:18:08.4616619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-neon-u12-acc3.c' 2025-03-21T20:18:08.4617395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-neon-u16-acc2.c' 2025-03-21T20:18:08.4618176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-neon-u16-acc4.c' 2025-03-21T20:18:08.4618921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-neon-u4.c' 2025-03-21T20:18:08.4619752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-neon-u8-acc2.c' 2025-03-21T20:18:08.4620549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-rvv-u1v.c' 2025-03-21T20:18:08.4621299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-rvv-u2v.c' 2025-03-21T20:18:08.4622039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-rvv-u4v.c' 2025-03-21T20:18:08.4622781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-rvv-u8v.c' 2025-03-21T20:18:08.4623556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-scalar-u1.c' 2025-03-21T20:18:08.4624346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-scalar-u2-acc2.c' 2025-03-21T20:18:08.4625140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-scalar-u3-acc3.c' 2025-03-21T20:18:08.4625933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc2.c' 2025-03-21T20:18:08.4626730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c' 2025-03-21T20:18:08.4627511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-sse-u12-acc3.c' 2025-03-21T20:18:08.4628292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-sse-u16-acc2.c' 2025-03-21T20:18:08.4629148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-sse-u16-acc4.c' 2025-03-21T20:18:08.4629895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-sse-u4.c' 2025-03-21T20:18:08.4630666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-sse-u8-acc2.c' 2025-03-21T20:18:08.4631432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-wasm-u1.c' 2025-03-21T20:18:08.4632212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-wasm-u2-acc2.c' 2025-03-21T20:18:08.4633003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-wasm-u3-acc3.c' 2025-03-21T20:18:08.4633781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-wasm-u4-acc2.c' 2025-03-21T20:18:08.4634559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-wasm-u4-acc4.c' 2025-03-21T20:18:08.4635406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-wasmsimd-minmax-u12-acc3.c' 2025-03-21T20:18:08.4636316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-wasmsimd-minmax-u16-acc2.c' 2025-03-21T20:18:08.4637211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-wasmsimd-minmax-u16-acc4.c' 2025-03-21T20:18:08.4638033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-wasmsimd-minmax-u4.c' 2025-03-21T20:18:08.4638872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-wasmsimd-minmax-u8-acc2.c' 2025-03-21T20:18:08.4639731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-wasmsimd-pminmax-u12-acc3.c' 2025-03-21T20:18:08.4640589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-wasmsimd-pminmax-u16-acc2.c' 2025-03-21T20:18:08.4641455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-wasmsimd-pminmax-u16-acc4.c' 2025-03-21T20:18:08.4642272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-wasmsimd-pminmax-u4.c' 2025-03-21T20:18:08.4643132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmax-wasmsimd-pminmax-u8-acc2.c' 2025-03-21T20:18:08.4643910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-avx-u16-acc2.c' 2025-03-21T20:18:08.4644687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-avx-u24-acc3.c' 2025-03-21T20:18:08.4645471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-avx-u32-acc2.c' 2025-03-21T20:18:08.4646247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-avx-u32-acc4.c' 2025-03-21T20:18:08.4647000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-avx-u8.c' 2025-03-21T20:18:08.4647887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-avx512f-u16.c' 2025-03-21T20:18:08.4648696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-avx512f-u32-acc2.c' 2025-03-21T20:18:08.4649496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-avx512f-u48-acc3.c' 2025-03-21T20:18:08.4650297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-avx512f-u64-acc2.c' 2025-03-21T20:18:08.4651095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-avx512f-u64-acc4.c' 2025-03-21T20:18:08.4651885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-neon-u12-acc3.c' 2025-03-21T20:18:08.4652772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-neon-u16-acc2.c' 2025-03-21T20:18:08.4653625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-neon-u16-acc4.c' 2025-03-21T20:18:08.4654371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-neon-u4.c' 2025-03-21T20:18:08.4655152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-neon-u8-acc2.c' 2025-03-21T20:18:08.4655904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-rvv-u1v.c' 2025-03-21T20:18:08.4656659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-rvv-u2v.c' 2025-03-21T20:18:08.4657413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-rvv-u4v.c' 2025-03-21T20:18:08.4658165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-rvv-u8v.c' 2025-03-21T20:18:08.4658923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-scalar-u1.c' 2025-03-21T20:18:08.4659719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-scalar-u2-acc2.c' 2025-03-21T20:18:08.4660513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-scalar-u3-acc3.c' 2025-03-21T20:18:08.4661308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-scalar-u4-acc2.c' 2025-03-21T20:18:08.4662098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-scalar-u4-acc4.c' 2025-03-21T20:18:08.4662873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-sse-u12-acc3.c' 2025-03-21T20:18:08.4663654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-sse-u16-acc2.c' 2025-03-21T20:18:08.4664431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-sse-u16-acc4.c' 2025-03-21T20:18:08.4665183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-sse-u4.c' 2025-03-21T20:18:08.4665956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-sse-u8-acc2.c' 2025-03-21T20:18:08.4666709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-wasm-u1.c' 2025-03-21T20:18:08.4667485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-wasm-u2-acc2.c' 2025-03-21T20:18:08.4668270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-wasm-u3-acc3.c' 2025-03-21T20:18:08.4669152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-wasm-u4-acc2.c' 2025-03-21T20:18:08.4669984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-wasm-u4-acc4.c' 2025-03-21T20:18:08.4670835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-wasmsimd-minmax-u12-acc3.c' 2025-03-21T20:18:08.4671688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-wasmsimd-minmax-u16-acc2.c' 2025-03-21T20:18:08.4672539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-wasmsimd-minmax-u16-acc4.c' 2025-03-21T20:18:08.4673366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-wasmsimd-minmax-u4.c' 2025-03-21T20:18:08.4674215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-wasmsimd-minmax-u8-acc2.c' 2025-03-21T20:18:08.4675076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-wasmsimd-pminmax-u12-acc3.c' 2025-03-21T20:18:08.4675931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-wasmsimd-pminmax-u16-acc2.c' 2025-03-21T20:18:08.4676792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-wasmsimd-pminmax-u16-acc4.c' 2025-03-21T20:18:08.4677624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-wasmsimd-pminmax-u4.c' 2025-03-21T20:18:08.4678483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rmin-wasmsimd-pminmax-u8-acc2.c' 2025-03-21T20:18:08.4679283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-avx-u16-acc2.c' 2025-03-21T20:18:08.4680076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-avx-u24-acc3.c' 2025-03-21T20:18:08.4680863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc2.c' 2025-03-21T20:18:08.4681668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc4.c' 2025-03-21T20:18:08.4682431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-avx-u8.c' 2025-03-21T20:18:08.4683214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-avx512f-u16.c' 2025-03-21T20:18:08.4684028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-avx512f-u32-acc2.c' 2025-03-21T20:18:08.4684838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-avx512f-u48-acc3.c' 2025-03-21T20:18:08.4685707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc2.c' 2025-03-21T20:18:08.4686571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc4.c' 2025-03-21T20:18:08.4687378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-neon-u12-acc3.c' 2025-03-21T20:18:08.4688173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-neon-u16-acc2.c' 2025-03-21T20:18:08.4688975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-neon-u16-acc4.c' 2025-03-21T20:18:08.4689743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-neon-u4.c' 2025-03-21T20:18:08.4690549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-neon-u8-acc2.c' 2025-03-21T20:18:08.4691312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-rvv-u1v.c' 2025-03-21T20:18:08.4692083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-rvv-u2v.c' 2025-03-21T20:18:08.4692848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-rvv-u4v.c' 2025-03-21T20:18:08.4693625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-rvv-u8v.c' 2025-03-21T20:18:08.4694411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-scalar-u1.c' 2025-03-21T20:18:08.4695225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-scalar-u2-acc2.c' 2025-03-21T20:18:08.4696029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-scalar-u3-acc3.c' 2025-03-21T20:18:08.4696836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc2.c' 2025-03-21T20:18:08.4697638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c' 2025-03-21T20:18:08.4698433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-sse-u12-acc3.c' 2025-03-21T20:18:08.4699235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc2.c' 2025-03-21T20:18:08.4700032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc4.c' 2025-03-21T20:18:08.4700793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-sse-u4.c' 2025-03-21T20:18:08.4701584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-sse-u8-acc2.c' 2025-03-21T20:18:08.4702403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-wasm-u1.c' 2025-03-21T20:18:08.4703249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-wasm-u2-acc2.c' 2025-03-21T20:18:08.4704045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-wasm-u3-acc3.c' 2025-03-21T20:18:08.4704835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-wasm-u4-acc2.c' 2025-03-21T20:18:08.4705629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-wasm-u4-acc4.c' 2025-03-21T20:18:08.4706497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-wasmsimd-minmax-u12-acc3.c' 2025-03-21T20:18:08.4707371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-wasmsimd-minmax-u16-acc2.c' 2025-03-21T20:18:08.4708239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-wasmsimd-minmax-u16-acc4.c' 2025-03-21T20:18:08.4709125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-wasmsimd-minmax-u4.c' 2025-03-21T20:18:08.4709981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-wasmsimd-minmax-u8-acc2.c' 2025-03-21T20:18:08.4710866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-wasmsimd-pminmax-u12-acc3.c' 2025-03-21T20:18:08.4711746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-wasmsimd-pminmax-u16-acc2.c' 2025-03-21T20:18:08.4712624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-wasmsimd-pminmax-u16-acc4.c' 2025-03-21T20:18:08.4713463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-wasmsimd-pminmax-u4.c' 2025-03-21T20:18:08.4714336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen/f32-rminmax-wasmsimd-pminmax-u8-acc2.c' 2025-03-21T20:18:08.4715028Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/gen' 2025-03-21T20:18:08.4715714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/neon.c.in' 2025-03-21T20:18:08.4716386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/rvv.c.in' 2025-03-21T20:18:08.4717081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/scalar.c.in' 2025-03-21T20:18:08.4717756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/sse.c.in' 2025-03-21T20:18:08.4718527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax/wasmsimd.c.in' 2025-03-21T20:18:08.4719243Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rminmax' 2025-03-21T20:18:08.4719910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/avx.c.in' 2025-03-21T20:18:08.4720590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/avx512f.c.in' 2025-03-21T20:18:08.4721303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/f32-rsum-rvv-u1v.c' 2025-03-21T20:18:08.4722082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-avx-u16-acc2.c' 2025-03-21T20:18:08.4722843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-avx-u24-acc3.c' 2025-03-21T20:18:08.4723612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-avx-u32-acc2.c' 2025-03-21T20:18:08.4724373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-avx-u32-acc4.c' 2025-03-21T20:18:08.4725112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-avx-u8.c' 2025-03-21T20:18:08.4725870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-avx512f-u16.c' 2025-03-21T20:18:08.4726671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-avx512f-u32-acc2.c' 2025-03-21T20:18:08.4727455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-avx512f-u48-acc3.c' 2025-03-21T20:18:08.4728247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc2.c' 2025-03-21T20:18:08.4729021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc4.c' 2025-03-21T20:18:08.4729789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-hvx-u128-acc2.c' 2025-03-21T20:18:08.4730556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-hvx-u128-acc4.c' 2025-03-21T20:18:08.4731301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-hvx-u32.c' 2025-03-21T20:18:08.4732055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-hvx-u64-acc2.c' 2025-03-21T20:18:08.4732818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-hvx-u96-acc3.c' 2025-03-21T20:18:08.4733577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-neon-u12-acc3.c' 2025-03-21T20:18:08.4734396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-neon-u16-acc2.c' 2025-03-21T20:18:08.4735157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-neon-u16-acc4.c' 2025-03-21T20:18:08.4735946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-neon-u4.c' 2025-03-21T20:18:08.4736705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-neon-u8-acc2.c' 2025-03-21T20:18:08.4737445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-scalar-u1.c' 2025-03-21T20:18:08.4738227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-scalar-u2-acc2.c' 2025-03-21T20:18:08.4738995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-scalar-u3-acc3.c' 2025-03-21T20:18:08.4739773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-scalar-u4-acc2.c' 2025-03-21T20:18:08.4740538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c' 2025-03-21T20:18:08.4741305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-sse-u12-acc3.c' 2025-03-21T20:18:08.4742061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-sse-u16-acc2.c' 2025-03-21T20:18:08.4742833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-sse-u16-acc4.c' 2025-03-21T20:18:08.4743555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-sse-u4.c' 2025-03-21T20:18:08.4744313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-sse-u8-acc2.c' 2025-03-21T20:18:08.4745106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-wasmsimd-u12-acc3.c' 2025-03-21T20:18:08.4745907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-wasmsimd-u16-acc2.c' 2025-03-21T20:18:08.4746697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-wasmsimd-u16-acc4.c' 2025-03-21T20:18:08.4747460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-wasmsimd-u4.c' 2025-03-21T20:18:08.4748366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen/f32-rsum-wasmsimd-u8-acc2.c' 2025-03-21T20:18:08.4749098Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/gen' 2025-03-21T20:18:08.4749754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/hvx.c.in' 2025-03-21T20:18:08.4750420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/neon.c.in' 2025-03-21T20:18:08.4751181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/scalar.c.in' 2025-03-21T20:18:08.4751898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/sse.c.in' 2025-03-21T20:18:08.4752591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum/wasmsimd.c.in' 2025-03-21T20:18:08.4753239Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-rsum' 2025-03-21T20:18:08.4754109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-128x1-minmax-hvx-pipelined-x2.c' 2025-03-21T20:18:08.4754970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-128x1-minmax-hvx-pipelined-x4.c' 2025-03-21T20:18:08.4755820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-128x1-minmax-hvx-pipelined.c' 2025-03-21T20:18:08.4756618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-128x1-minmax-hvx-x2.c' 2025-03-21T20:18:08.4757425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-128x1-minmax-hvx-x4.c' 2025-03-21T20:18:08.4758210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-128x1-minmax-hvx.c' 2025-03-21T20:18:08.4759010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-12x1-minmax-neon.c' 2025-03-21T20:18:08.4759808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-12x1-minmax-neonfma.c' 2025-03-21T20:18:08.4760663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-12x2-minmax-aarch64-neonfma.c' 2025-03-21T20:18:08.4761506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-12x4-minmax-aarch64-neonfma.c' 2025-03-21T20:18:08.4762362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-16x1-minmax-neon-pipelined.c' 2025-03-21T20:18:08.4763163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-16x1-minmax-neon-x2.c' 2025-03-21T20:18:08.4763952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-16x1-minmax-neon.c' 2025-03-21T20:18:08.4764814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-16x1-minmax-neonfma-pipelined.c' 2025-03-21T20:18:08.4765638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-16x1-minmax-neonfma-x2.c' 2025-03-21T20:18:08.4766434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-16x1-minmax-neonfma.c' 2025-03-21T20:18:08.4767270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-16x1-minmax-sse.c' 2025-03-21T20:18:08.4768226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-16x1-minmax-wasmrelaxedsimd-arm-pipelined-x2.c' 2025-03-21T20:18:08.4769231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-16x1-minmax-wasmrelaxedsimd-arm-pipelined.c' 2025-03-21T20:18:08.4770120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-16x1-minmax-wasmrelaxedsimd-arm-x2.c' 2025-03-21T20:18:08.4771023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-16x1-minmax-wasmrelaxedsimd-arm-x4.c' 2025-03-21T20:18:08.4771900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-16x1-minmax-wasmrelaxedsimd-arm.c' 2025-03-21T20:18:08.4772862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-16x1-minmax-wasmrelaxedsimd-x86-pipelined-x2.c' 2025-03-21T20:18:08.4773794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-16x1-minmax-wasmrelaxedsimd-x86-pipelined.c' 2025-03-21T20:18:08.4774692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-16x1-minmax-wasmrelaxedsimd-x86-x2.c' 2025-03-21T20:18:08.4775582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-16x1-minmax-wasmrelaxedsimd-x86-x4.c' 2025-03-21T20:18:08.4776468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-16x1-minmax-wasmrelaxedsimd-x86.c' 2025-03-21T20:18:08.4777381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-16x1-minmax-wasmsimd-arm-pipelined-x2.c' 2025-03-21T20:18:08.4778270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-16x1-minmax-wasmsimd-arm-pipelined.c' 2025-03-21T20:18:08.4779124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-16x1-minmax-wasmsimd-arm-x2.c' 2025-03-21T20:18:08.4779969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-16x1-minmax-wasmsimd-arm-x4.c' 2025-03-21T20:18:08.4780811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-16x1-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.4781728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-16x1-minmax-wasmsimd-x86-pipelined-x2.c' 2025-03-21T20:18:08.4782621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-16x1-minmax-wasmsimd-x86-pipelined.c' 2025-03-21T20:18:08.4783465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-16x1-minmax-wasmsimd-x86-x2.c' 2025-03-21T20:18:08.4784376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-16x1-minmax-wasmsimd-x86-x4.c' 2025-03-21T20:18:08.4785208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-16x1-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.4786116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-16x2-minmax-aarch64-neonfma.c' 2025-03-21T20:18:08.4786957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-16x4-minmax-aarch64-neonfma.c' 2025-03-21T20:18:08.4787821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-1x1-minmax-scalar-pipelined.c' 2025-03-21T20:18:08.4788654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-1x1-minmax-scalar.c' 2025-03-21T20:18:08.4789513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-2x1-minmax-scalar-pipelined.c' 2025-03-21T20:18:08.4790305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-2x1-minmax-scalar.c' 2025-03-21T20:18:08.4791167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x1-minmax-hvx-pipelined-x2.c' 2025-03-21T20:18:08.4792025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x1-minmax-hvx-pipelined-x4.c' 2025-03-21T20:18:08.4792874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x1-minmax-hvx-pipelined.c' 2025-03-21T20:18:08.4793667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x1-minmax-hvx-x2.c' 2025-03-21T20:18:08.4794470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x1-minmax-hvx-x4.c' 2025-03-21T20:18:08.4795245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x1-minmax-hvx.c' 2025-03-21T20:18:08.4796093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x1-minmax-neon-pipelined.c' 2025-03-21T20:18:08.4796897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x1-minmax-neon-x2.c' 2025-03-21T20:18:08.4797686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x1-minmax-neon.c' 2025-03-21T20:18:08.4798546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x1-minmax-neonfma-pipelined.c' 2025-03-21T20:18:08.4799367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x1-minmax-neonfma-x2.c' 2025-03-21T20:18:08.4800163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x1-minmax-neonfma.c' 2025-03-21T20:18:08.4801005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x1-minmax-sse.c' 2025-03-21T20:18:08.4801960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x1-minmax-wasmrelaxedsimd-arm-pipelined-x2.c' 2025-03-21T20:18:08.4802955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x1-minmax-wasmrelaxedsimd-arm-pipelined.c' 2025-03-21T20:18:08.4803841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x1-minmax-wasmrelaxedsimd-arm-x2.c' 2025-03-21T20:18:08.4804739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x1-minmax-wasmrelaxedsimd-arm-x4.c' 2025-03-21T20:18:08.4805609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x1-minmax-wasmrelaxedsimd-arm.c' 2025-03-21T20:18:08.4806559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x1-minmax-wasmrelaxedsimd-x86-pipelined-x2.c' 2025-03-21T20:18:08.4807491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x1-minmax-wasmrelaxedsimd-x86-pipelined.c' 2025-03-21T20:18:08.4808393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x1-minmax-wasmrelaxedsimd-x86-x2.c' 2025-03-21T20:18:08.4809290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x1-minmax-wasmrelaxedsimd-x86-x4.c' 2025-03-21T20:18:08.4810168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x1-minmax-wasmrelaxedsimd-x86.c' 2025-03-21T20:18:08.4811087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x1-minmax-wasmsimd-arm-pipelined-x2.c' 2025-03-21T20:18:08.4811973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x1-minmax-wasmsimd-arm-pipelined.c' 2025-03-21T20:18:08.4812829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x1-minmax-wasmsimd-arm-x2.c' 2025-03-21T20:18:08.4813674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x1-minmax-wasmsimd-arm-x4.c' 2025-03-21T20:18:08.4814515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x1-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.4815428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x1-minmax-wasmsimd-x86-pipelined-x2.c' 2025-03-21T20:18:08.4816323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x1-minmax-wasmsimd-x86-pipelined.c' 2025-03-21T20:18:08.4817170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x1-minmax-wasmsimd-x86-x2.c' 2025-03-21T20:18:08.4818075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x1-minmax-wasmsimd-x86-x4.c' 2025-03-21T20:18:08.4818918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x1-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.4819828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x2-minmax-aarch64-neonfma.c' 2025-03-21T20:18:08.4820673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-32x4-minmax-aarch64-neonfma.c' 2025-03-21T20:18:08.4821518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-4x1-minmax-neon-pipelined.c' 2025-03-21T20:18:08.4822321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-4x1-minmax-neon-x2.c' 2025-03-21T20:18:08.4823108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-4x1-minmax-neon.c' 2025-03-21T20:18:08.4823969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-4x1-minmax-neonfma-pipelined.c' 2025-03-21T20:18:08.4824791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-4x1-minmax-neonfma-x2.c' 2025-03-21T20:18:08.4825579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-4x1-minmax-neonfma.c' 2025-03-21T20:18:08.4826438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-4x1-minmax-scalar-pipelined.c' 2025-03-21T20:18:08.4827223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-4x1-minmax-scalar.c' 2025-03-21T20:18:08.4828003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-4x1-minmax-sse.c' 2025-03-21T20:18:08.4828993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-4x1-minmax-wasmrelaxedsimd-arm-pipelined-x2.c' 2025-03-21T20:18:08.4829933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-4x1-minmax-wasmrelaxedsimd-arm-pipelined.c' 2025-03-21T20:18:08.4830820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-4x1-minmax-wasmrelaxedsimd-arm-x2.c' 2025-03-21T20:18:08.4831719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-4x1-minmax-wasmrelaxedsimd-arm-x4.c' 2025-03-21T20:18:08.4832578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-4x1-minmax-wasmrelaxedsimd-arm.c' 2025-03-21T20:18:08.4833526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-4x1-minmax-wasmrelaxedsimd-x86-pipelined-x2.c' 2025-03-21T20:18:08.4834457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-4x1-minmax-wasmrelaxedsimd-x86-pipelined.c' 2025-03-21T20:18:08.4835407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-4x1-minmax-wasmrelaxedsimd-x86-x2.c' 2025-03-21T20:18:08.4836360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-4x1-minmax-wasmrelaxedsimd-x86-x4.c' 2025-03-21T20:18:08.4837223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-4x1-minmax-wasmrelaxedsimd-x86.c' 2025-03-21T20:18:08.4838137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-4x1-minmax-wasmsimd-arm-pipelined-x2.c' 2025-03-21T20:18:08.4839018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-4x1-minmax-wasmsimd-arm-pipelined.c' 2025-03-21T20:18:08.4839870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-4x1-minmax-wasmsimd-arm-x2.c' 2025-03-21T20:18:08.4840716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-4x1-minmax-wasmsimd-arm-x4.c' 2025-03-21T20:18:08.4841546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-4x1-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.4842446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-4x1-minmax-wasmsimd-x86-pipelined-x2.c' 2025-03-21T20:18:08.4843333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-4x1-minmax-wasmsimd-x86-pipelined.c' 2025-03-21T20:18:08.4844178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-4x1-minmax-wasmsimd-x86-x2.c' 2025-03-21T20:18:08.4845030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-4x1-minmax-wasmsimd-x86-x4.c' 2025-03-21T20:18:08.4845860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-4x1-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.4846707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-4x2-minmax-aarch64-neonfma.c' 2025-03-21T20:18:08.4847544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-4x4-minmax-aarch64-neonfma.c' 2025-03-21T20:18:08.4848543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-64x1-minmax-hvx-pipelined-x2.c' 2025-03-21T20:18:08.4849401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-64x1-minmax-hvx-pipelined-x4.c' 2025-03-21T20:18:08.4850248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-64x1-minmax-hvx-pipelined.c' 2025-03-21T20:18:08.4851042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-64x1-minmax-hvx-x2.c' 2025-03-21T20:18:08.4851930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-64x1-minmax-hvx-x4.c' 2025-03-21T20:18:08.4852712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-64x1-minmax-hvx.c' 2025-03-21T20:18:08.4853629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-8x1-minmax-neon-pipelined.c' 2025-03-21T20:18:08.4854425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-8x1-minmax-neon-x2.c' 2025-03-21T20:18:08.4855213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-8x1-minmax-neon.c' 2025-03-21T20:18:08.4856068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-8x1-minmax-neonfma-pipelined.c' 2025-03-21T20:18:08.4856892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-8x1-minmax-neonfma-x2.c' 2025-03-21T20:18:08.4857689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-8x1-minmax-neonfma.c' 2025-03-21T20:18:08.4858551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar-pipelined.c' 2025-03-21T20:18:08.4859343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c' 2025-03-21T20:18:08.4860125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-8x1-minmax-sse.c' 2025-03-21T20:18:08.4861074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-8x1-minmax-wasmrelaxedsimd-arm-pipelined-x2.c' 2025-03-21T20:18:08.4862008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-8x1-minmax-wasmrelaxedsimd-arm-pipelined.c' 2025-03-21T20:18:08.4862905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-8x1-minmax-wasmrelaxedsimd-arm-x2.c' 2025-03-21T20:18:08.4863789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-8x1-minmax-wasmrelaxedsimd-arm-x4.c' 2025-03-21T20:18:08.4864660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-8x1-minmax-wasmrelaxedsimd-arm.c' 2025-03-21T20:18:08.4865603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-8x1-minmax-wasmrelaxedsimd-x86-pipelined-x2.c' 2025-03-21T20:18:08.4866541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-8x1-minmax-wasmrelaxedsimd-x86-pipelined.c' 2025-03-21T20:18:08.4867426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-8x1-minmax-wasmrelaxedsimd-x86-x2.c' 2025-03-21T20:18:08.4868314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-8x1-minmax-wasmrelaxedsimd-x86-x4.c' 2025-03-21T20:18:08.4869278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-8x1-minmax-wasmrelaxedsimd-x86.c' 2025-03-21T20:18:08.4870256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-8x1-minmax-wasmsimd-arm-pipelined-x2.c' 2025-03-21T20:18:08.4871138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-8x1-minmax-wasmsimd-arm-pipelined.c' 2025-03-21T20:18:08.4871988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-8x1-minmax-wasmsimd-arm-x2.c' 2025-03-21T20:18:08.4872828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-8x1-minmax-wasmsimd-arm-x4.c' 2025-03-21T20:18:08.4873666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-8x1-minmax-wasmsimd-arm.c' 2025-03-21T20:18:08.4874576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-8x1-minmax-wasmsimd-x86-pipelined-x2.c' 2025-03-21T20:18:08.4875470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-8x1-minmax-wasmsimd-x86-pipelined.c' 2025-03-21T20:18:08.4876314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-8x1-minmax-wasmsimd-x86-x2.c' 2025-03-21T20:18:08.4877161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-8x1-minmax-wasmsimd-x86-x4.c' 2025-03-21T20:18:08.4877992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-8x1-minmax-wasmsimd-x86.c' 2025-03-21T20:18:08.4878838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-8x2-minmax-aarch64-neonfma.c' 2025-03-21T20:18:08.4879626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c' 2025-03-21T20:18:08.4880473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-8x4-minmax-aarch64-neonfma.c' 2025-03-21T20:18:08.4881260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c' 2025-03-21T20:18:08.4881944Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/gen' 2025-03-21T20:18:08.4882664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/hvx-pipelined.c.in' 2025-03-21T20:18:08.4883327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/hvx.c.in' 2025-03-21T20:18:08.4884030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/neon-blocked.c.in' 2025-03-21T20:18:08.4884759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/neon-pipelined.c.in' 2025-03-21T20:18:08.4885473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/neon.c.in' 2025-03-21T20:18:08.4886208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/scalar-pipelined.c.in' 2025-03-21T20:18:08.4886940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/scalar.c.in' 2025-03-21T20:18:08.4887592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/sse.c.in' 2025-03-21T20:18:08.4888337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/wasmsimd-pipelined.c.in' 2025-03-21T20:18:08.4889023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm/wasmsimd.c.in' 2025-03-21T20:18:08.4889681Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-spmm' 2025-03-21T20:18:08.4890348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vabs/f32-vabs.h' 2025-03-21T20:18:08.4890999Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vabs' 2025-03-21T20:18:08.4891672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/f32-vadd.h' 2025-03-21T20:18:08.4892360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/f32-vaddc.h' 2025-03-21T20:18:08.4893041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/f32-vcmul.h' 2025-03-21T20:18:08.4893764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/f32-vcopysign.h' 2025-03-21T20:18:08.4894482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/f32-vcopysignc.h' 2025-03-21T20:18:08.4895165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/f32-vdiv.h' 2025-03-21T20:18:08.4895846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/f32-vdivc.h' 2025-03-21T20:18:08.4896529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/f32-vmax.h' 2025-03-21T20:18:08.4897217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/f32-vmaxc.h' 2025-03-21T20:18:08.4897894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/f32-vmin.h' 2025-03-21T20:18:08.4898582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/f32-vminc.h' 2025-03-21T20:18:08.4899256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/f32-vmul.h' 2025-03-21T20:18:08.4899938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/f32-vmulc.h' 2025-03-21T20:18:08.4900628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/f32-vprelu.h' 2025-03-21T20:18:08.4901387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/f32-vpreluc.h' 2025-03-21T20:18:08.4902158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/f32-vrcopysignc.h' 2025-03-21T20:18:08.4902859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/f32-vrdivc.h' 2025-03-21T20:18:08.4903560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/f32-vrpreluc.h' 2025-03-21T20:18:08.4904249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/f32-vrsubc.h' 2025-03-21T20:18:08.4904950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/f32-vsqrdiff.h' 2025-03-21T20:18:08.4905682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/f32-vsqrdiffc.h' 2025-03-21T20:18:08.4906364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/f32-vsub.h' 2025-03-21T20:18:08.4907060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/f32-vsubc.h' 2025-03-21T20:18:08.4907814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vadd-avx-u16.c' 2025-03-21T20:18:08.4908566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vadd-avx-u8.c' 2025-03-21T20:18:08.4909392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vadd-avx512f-u16.c' 2025-03-21T20:18:08.4910184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vadd-avx512f-u32.c' 2025-03-21T20:18:08.4910937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vadd-hvx-u128.c' 2025-03-21T20:18:08.4911686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vadd-hvx-u32.c' 2025-03-21T20:18:08.4912438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vadd-hvx-u64.c' 2025-03-21T20:18:08.4913192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vadd-neon-u4.c' 2025-03-21T20:18:08.4913944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vadd-neon-u8.c' 2025-03-21T20:18:08.4914690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vadd-rvv-u4v.c' 2025-03-21T20:18:08.4915446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vadd-rvv-u8v.c' 2025-03-21T20:18:08.4916203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vadd-scalar-u1.c' 2025-03-21T20:18:08.4916977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vadd-scalar-u2.c' 2025-03-21T20:18:08.4917789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vadd-scalar-u4.c' 2025-03-21T20:18:08.4918605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vadd-scalar-u8.c' 2025-03-21T20:18:08.4919345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vadd-sse-u4.c' 2025-03-21T20:18:08.4920094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vadd-sse-u8.c' 2025-03-21T20:18:08.4920837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vadd-wasm-u1.c' 2025-03-21T20:18:08.4921600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vadd-wasm-u2.c' 2025-03-21T20:18:08.4922351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vadd-wasm-u4.c' 2025-03-21T20:18:08.4923100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vadd-wasm-u8.c' 2025-03-21T20:18:08.4923881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vadd-wasmsimd-u16.c' 2025-03-21T20:18:08.4924661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vadd-wasmsimd-u4.c' 2025-03-21T20:18:08.4925438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vadd-wasmsimd-u8.c' 2025-03-21T20:18:08.4926194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vaddc-avx-u16.c' 2025-03-21T20:18:08.4926945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vaddc-avx-u8.c' 2025-03-21T20:18:08.4927718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vaddc-avx512f-u16.c' 2025-03-21T20:18:08.4928502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vaddc-avx512f-u32.c' 2025-03-21T20:18:08.4929262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vaddc-hvx-u128.c' 2025-03-21T20:18:08.4930029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vaddc-hvx-u32.c' 2025-03-21T20:18:08.4930785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vaddc-hvx-u64.c' 2025-03-21T20:18:08.4931547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vaddc-neon-u4.c' 2025-03-21T20:18:08.4932305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vaddc-neon-u8.c' 2025-03-21T20:18:08.4933066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vaddc-rvv-u4v.c' 2025-03-21T20:18:08.4933881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vaddc-rvv-u8v.c' 2025-03-21T20:18:08.4934707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vaddc-scalar-u1.c' 2025-03-21T20:18:08.4935473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vaddc-scalar-u2.c' 2025-03-21T20:18:08.4936240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vaddc-scalar-u4.c' 2025-03-21T20:18:08.4936998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c' 2025-03-21T20:18:08.4937758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vaddc-sse-u4.c' 2025-03-21T20:18:08.4938508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vaddc-sse-u8.c' 2025-03-21T20:18:08.4939263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vaddc-wasm-u1.c' 2025-03-21T20:18:08.4940015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vaddc-wasm-u2.c' 2025-03-21T20:18:08.4940773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vaddc-wasm-u4.c' 2025-03-21T20:18:08.4941528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vaddc-wasm-u8.c' 2025-03-21T20:18:08.4942318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vaddc-wasmsimd-u16.c' 2025-03-21T20:18:08.4943098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vaddc-wasmsimd-u4.c' 2025-03-21T20:18:08.4943880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vaddc-wasmsimd-u8.c' 2025-03-21T20:18:08.4944678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdiv-aarch64-neon-u4.c' 2025-03-21T20:18:08.4945472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdiv-aarch64-neon-u8.c' 2025-03-21T20:18:08.4946228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdiv-avx-u16.c' 2025-03-21T20:18:08.4946965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdiv-avx-u8.c' 2025-03-21T20:18:08.4947869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdiv-avx512f-u16.c' 2025-03-21T20:18:08.4948676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdiv-avx512f-u32.c' 2025-03-21T20:18:08.4949431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdiv-rvv-u4v.c' 2025-03-21T20:18:08.4950268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdiv-rvv-u8v.c' 2025-03-21T20:18:08.4951114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdiv-scalar-u1.c' 2025-03-21T20:18:08.4951873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c' 2025-03-21T20:18:08.4952640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdiv-scalar-u4.c' 2025-03-21T20:18:08.4953399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdiv-scalar-u8.c' 2025-03-21T20:18:08.4954153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdiv-sse-u4.c' 2025-03-21T20:18:08.4954896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdiv-sse-u8.c' 2025-03-21T20:18:08.4955651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdiv-wasm-u1.c' 2025-03-21T20:18:08.4956394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdiv-wasm-u2.c' 2025-03-21T20:18:08.4957147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdiv-wasm-u4.c' 2025-03-21T20:18:08.4957888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdiv-wasm-u8.c' 2025-03-21T20:18:08.4958679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdiv-wasmsimd-u16.c' 2025-03-21T20:18:08.4959451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdiv-wasmsimd-u4.c' 2025-03-21T20:18:08.4960234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdiv-wasmsimd-u8.c' 2025-03-21T20:18:08.4961042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdivc-aarch64-neon-u4.c' 2025-03-21T20:18:08.4961843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdivc-aarch64-neon-u8.c' 2025-03-21T20:18:08.4962616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdivc-avx-u16.c' 2025-03-21T20:18:08.4963367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdivc-avx-u8.c' 2025-03-21T20:18:08.4964156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdivc-avx512f-u16.c' 2025-03-21T20:18:08.4964933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdivc-avx512f-u32.c' 2025-03-21T20:18:08.4965694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdivc-rvv-u4v.c' 2025-03-21T20:18:08.4966517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdivc-rvv-u8v.c' 2025-03-21T20:18:08.4967344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdivc-scalar-u1.c' 2025-03-21T20:18:08.4968113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c' 2025-03-21T20:18:08.4968893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdivc-scalar-u4.c' 2025-03-21T20:18:08.4969652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdivc-scalar-u8.c' 2025-03-21T20:18:08.4970410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdivc-sse-u4.c' 2025-03-21T20:18:08.4971155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdivc-sse-u8.c' 2025-03-21T20:18:08.4971923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdivc-wasm-u1.c' 2025-03-21T20:18:08.4972678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdivc-wasm-u2.c' 2025-03-21T20:18:08.4973437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdivc-wasm-u4.c' 2025-03-21T20:18:08.4974188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdivc-wasm-u8.c' 2025-03-21T20:18:08.4974987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdivc-wasmsimd-u16.c' 2025-03-21T20:18:08.4975783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdivc-wasmsimd-u4.c' 2025-03-21T20:18:08.4976571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vdivc-wasmsimd-u8.c' 2025-03-21T20:18:08.4977320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmax-avx-u16.c' 2025-03-21T20:18:08.4978056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmax-avx-u8.c' 2025-03-21T20:18:08.4978832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmax-avx512f-u16.c' 2025-03-21T20:18:08.4979609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmax-avx512f-u32.c' 2025-03-21T20:18:08.4980372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmax-hvx-u128.c' 2025-03-21T20:18:08.4981117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmax-hvx-u32.c' 2025-03-21T20:18:08.4981867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmax-hvx-u64.c' 2025-03-21T20:18:08.4982663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmax-neon-u4.c' 2025-03-21T20:18:08.4983465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmax-neon-u8.c' 2025-03-21T20:18:08.4984212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmax-rvv-u4v.c' 2025-03-21T20:18:08.4984962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmax-rvv-u8v.c' 2025-03-21T20:18:08.4985721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmax-scalar-u1.c' 2025-03-21T20:18:08.4986488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmax-scalar-u2.c' 2025-03-21T20:18:08.4987252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmax-scalar-u4.c' 2025-03-21T20:18:08.4988020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmax-scalar-u8.c' 2025-03-21T20:18:08.4988808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmax-sse-u4.c' 2025-03-21T20:18:08.4989558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmax-sse-u8.c' 2025-03-21T20:18:08.4990301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmax-wasm-u1.c' 2025-03-21T20:18:08.4991060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmax-wasm-u2.c' 2025-03-21T20:18:08.4991809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmax-wasm-u4.c' 2025-03-21T20:18:08.4992562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmax-wasm-u8.c' 2025-03-21T20:18:08.4993366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmax-wasmsimd-arm-u16.c' 2025-03-21T20:18:08.4994160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmax-wasmsimd-arm-u4.c' 2025-03-21T20:18:08.4994965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmax-wasmsimd-arm-u8.c' 2025-03-21T20:18:08.4995770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmax-wasmsimd-x86-u16.c' 2025-03-21T20:18:08.4996577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmax-wasmsimd-x86-u4.c' 2025-03-21T20:18:08.4997369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmax-wasmsimd-x86-u8.c' 2025-03-21T20:18:08.4998130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmaxc-avx-u16.c' 2025-03-21T20:18:08.4998938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmaxc-avx-u8.c' 2025-03-21T20:18:08.4999772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmaxc-avx512f-u16.c' 2025-03-21T20:18:08.5000549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmaxc-avx512f-u32.c' 2025-03-21T20:18:08.5001315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmaxc-hvx-u128.c' 2025-03-21T20:18:08.5002068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmaxc-hvx-u32.c' 2025-03-21T20:18:08.5002841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmaxc-hvx-u64.c' 2025-03-21T20:18:08.5003592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmaxc-neon-u4.c' 2025-03-21T20:18:08.5004360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmaxc-neon-u8.c' 2025-03-21T20:18:08.5005111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmaxc-rvv-u4v.c' 2025-03-21T20:18:08.5005875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmaxc-rvv-u8v.c' 2025-03-21T20:18:08.5006639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmaxc-scalar-u1.c' 2025-03-21T20:18:08.5007417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmaxc-scalar-u2.c' 2025-03-21T20:18:08.5008185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmaxc-scalar-u4.c' 2025-03-21T20:18:08.5008954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c' 2025-03-21T20:18:08.5009697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmaxc-sse-u4.c' 2025-03-21T20:18:08.5010449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmaxc-sse-u8.c' 2025-03-21T20:18:08.5011207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmaxc-wasm-u1.c' 2025-03-21T20:18:08.5011961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmaxc-wasm-u2.c' 2025-03-21T20:18:08.5012725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmaxc-wasm-u4.c' 2025-03-21T20:18:08.5013470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmaxc-wasm-u8.c' 2025-03-21T20:18:08.5014288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmaxc-wasmsimd-arm-u16.c' 2025-03-21T20:18:08.5015139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmaxc-wasmsimd-arm-u4.c' 2025-03-21T20:18:08.5016010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmaxc-wasmsimd-arm-u8.c' 2025-03-21T20:18:08.5016818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmaxc-wasmsimd-x86-u16.c' 2025-03-21T20:18:08.5017628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmaxc-wasmsimd-x86-u4.c' 2025-03-21T20:18:08.5018430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmaxc-wasmsimd-x86-u8.c' 2025-03-21T20:18:08.5019186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmin-avx-u16.c' 2025-03-21T20:18:08.5019928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmin-avx-u8.c' 2025-03-21T20:18:08.5020706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmin-avx512f-u16.c' 2025-03-21T20:18:08.5021475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmin-avx512f-u32.c' 2025-03-21T20:18:08.5022241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmin-hvx-u128.c' 2025-03-21T20:18:08.5022986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmin-hvx-u32.c' 2025-03-21T20:18:08.5023745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmin-hvx-u64.c' 2025-03-21T20:18:08.5024493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmin-neon-u4.c' 2025-03-21T20:18:08.5025249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmin-neon-u8.c' 2025-03-21T20:18:08.5025990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmin-rvv-u4v.c' 2025-03-21T20:18:08.5026742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmin-rvv-u8v.c' 2025-03-21T20:18:08.5027502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmin-scalar-u1.c' 2025-03-21T20:18:08.5028266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmin-scalar-u2.c' 2025-03-21T20:18:08.5029081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmin-scalar-u4.c' 2025-03-21T20:18:08.5029846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmin-scalar-u8.c' 2025-03-21T20:18:08.5030595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmin-sse-u4.c' 2025-03-21T20:18:08.5031390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmin-sse-u8.c' 2025-03-21T20:18:08.5032140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmin-wasm-u1.c' 2025-03-21T20:18:08.5032940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmin-wasm-u2.c' 2025-03-21T20:18:08.5033694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmin-wasm-u4.c' 2025-03-21T20:18:08.5034441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmin-wasm-u8.c' 2025-03-21T20:18:08.5035251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmin-wasmsimd-arm-u16.c' 2025-03-21T20:18:08.5036049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmin-wasmsimd-arm-u4.c' 2025-03-21T20:18:08.5036853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmin-wasmsimd-arm-u8.c' 2025-03-21T20:18:08.5037655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmin-wasmsimd-x86-u16.c' 2025-03-21T20:18:08.5038455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmin-wasmsimd-x86-u4.c' 2025-03-21T20:18:08.5039245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmin-wasmsimd-x86-u8.c' 2025-03-21T20:18:08.5040012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vminc-avx-u16.c' 2025-03-21T20:18:08.5040758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vminc-avx-u8.c' 2025-03-21T20:18:08.5041542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vminc-avx512f-u16.c' 2025-03-21T20:18:08.5042318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vminc-avx512f-u32.c' 2025-03-21T20:18:08.5043085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vminc-hvx-u128.c' 2025-03-21T20:18:08.5043845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vminc-hvx-u32.c' 2025-03-21T20:18:08.5044613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vminc-hvx-u64.c' 2025-03-21T20:18:08.5045363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vminc-neon-u4.c' 2025-03-21T20:18:08.5046122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vminc-neon-u8.c' 2025-03-21T20:18:08.5046887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vminc-rvv-u4v.c' 2025-03-21T20:18:08.5047847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vminc-rvv-u8v.c' 2025-03-21T20:18:08.5048627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vminc-scalar-u1.c' 2025-03-21T20:18:08.5049459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vminc-scalar-u2.c' 2025-03-21T20:18:08.5050231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vminc-scalar-u4.c' 2025-03-21T20:18:08.5050995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vminc-scalar-u8.c' 2025-03-21T20:18:08.5051755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vminc-sse-u4.c' 2025-03-21T20:18:08.5052502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vminc-sse-u8.c' 2025-03-21T20:18:08.5053269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vminc-wasm-u1.c' 2025-03-21T20:18:08.5054017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vminc-wasm-u2.c' 2025-03-21T20:18:08.5054778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vminc-wasm-u4.c' 2025-03-21T20:18:08.5055528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vminc-wasm-u8.c' 2025-03-21T20:18:08.5056348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vminc-wasmsimd-arm-u16.c' 2025-03-21T20:18:08.5057155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vminc-wasmsimd-arm-u4.c' 2025-03-21T20:18:08.5057960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vminc-wasmsimd-arm-u8.c' 2025-03-21T20:18:08.5058772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vminc-wasmsimd-x86-u16.c' 2025-03-21T20:18:08.5059585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vminc-wasmsimd-x86-u4.c' 2025-03-21T20:18:08.5060389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vminc-wasmsimd-x86-u8.c' 2025-03-21T20:18:08.5061146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmul-avx-u16.c' 2025-03-21T20:18:08.5061884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmul-avx-u8.c' 2025-03-21T20:18:08.5062651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmul-avx512f-u16.c' 2025-03-21T20:18:08.5063436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmul-avx512f-u32.c' 2025-03-21T20:18:08.5064245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmul-hvx-u128.c' 2025-03-21T20:18:08.5065048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmul-hvx-u32.c' 2025-03-21T20:18:08.5065792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmul-hvx-u64.c' 2025-03-21T20:18:08.5066540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmul-neon-u4.c' 2025-03-21T20:18:08.5067291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmul-neon-u8.c' 2025-03-21T20:18:08.5068044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmul-rvv-u4v.c' 2025-03-21T20:18:08.5068848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmul-rvv-u8v.c' 2025-03-21T20:18:08.5069618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmul-scalar-u1.c' 2025-03-21T20:18:08.5070377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmul-scalar-u2.c' 2025-03-21T20:18:08.5071148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmul-scalar-u4.c' 2025-03-21T20:18:08.5071906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmul-scalar-u8.c' 2025-03-21T20:18:08.5072652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmul-sse-u4.c' 2025-03-21T20:18:08.5073394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmul-sse-u8.c' 2025-03-21T20:18:08.5074143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmul-wasm-u1.c' 2025-03-21T20:18:08.5074884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmul-wasm-u2.c' 2025-03-21T20:18:08.5075642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmul-wasm-u4.c' 2025-03-21T20:18:08.5076390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmul-wasm-u8.c' 2025-03-21T20:18:08.5077181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmul-wasmsimd-u16.c' 2025-03-21T20:18:08.5077949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmul-wasmsimd-u4.c' 2025-03-21T20:18:08.5078728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmul-wasmsimd-u8.c' 2025-03-21T20:18:08.5079481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmulc-avx-u16.c' 2025-03-21T20:18:08.5080286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmulc-avx-u8.c' 2025-03-21T20:18:08.5081074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmulc-avx512f-u16.c' 2025-03-21T20:18:08.5082869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmulc-avx512f-u32.c' 2025-03-21T20:18:08.5084547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmulc-hvx-u128.c' 2025-03-21T20:18:08.5086204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmulc-hvx-u32.c' 2025-03-21T20:18:08.5087841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmulc-hvx-u64.c' 2025-03-21T20:18:08.5089480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmulc-neon-u4.c' 2025-03-21T20:18:08.5091164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmulc-neon-u8.c' 2025-03-21T20:18:08.5092821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmulc-rvv-u4v.c' 2025-03-21T20:18:08.5094460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmulc-rvv-u8v.c' 2025-03-21T20:18:08.5096117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmulc-scalar-u1.c' 2025-03-21T20:18:08.5097787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmulc-scalar-u2.c' 2025-03-21T20:18:08.5099454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmulc-scalar-u4.c' 2025-03-21T20:18:08.5101120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c' 2025-03-21T20:18:08.5102759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmulc-sse-u4.c' 2025-03-21T20:18:08.5104388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmulc-sse-u8.c' 2025-03-21T20:18:08.5106014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmulc-wasm-u1.c' 2025-03-21T20:18:08.5107662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmulc-wasm-u2.c' 2025-03-21T20:18:08.5109349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmulc-wasm-u4.c' 2025-03-21T20:18:08.5110986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmulc-wasm-u8.c' 2025-03-21T20:18:08.5112668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmulc-wasmsimd-u16.c' 2025-03-21T20:18:08.5114368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmulc-wasmsimd-u4.c' 2025-03-21T20:18:08.5116116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vmulc-wasmsimd-u8.c' 2025-03-21T20:18:08.5117839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vprelu-avx-u16.c' 2025-03-21T20:18:08.5119479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vprelu-avx-u8.c' 2025-03-21T20:18:08.5121148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vprelu-avx512f-u16.c' 2025-03-21T20:18:08.5122851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vprelu-avx512f-u32.c' 2025-03-21T20:18:08.5124525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vprelu-neon-u4.c' 2025-03-21T20:18:08.5126177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vprelu-neon-u8.c' 2025-03-21T20:18:08.5127843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vprelu-scalar-u1.c' 2025-03-21T20:18:08.5129552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vprelu-scalar-u2.c' 2025-03-21T20:18:08.5131226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vprelu-scalar-u4.c' 2025-03-21T20:18:08.5132904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vprelu-scalar-u8.c' 2025-03-21T20:18:08.5134585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vprelu-sse2-u4.c' 2025-03-21T20:18:08.5136241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vprelu-sse2-u8.c' 2025-03-21T20:18:08.5137908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vprelu-sse41-u4.c' 2025-03-21T20:18:08.5139572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vprelu-sse41-u8.c' 2025-03-21T20:18:08.5141248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vprelu-wasm-u1.c' 2025-03-21T20:18:08.5142916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vprelu-wasm-u2.c' 2025-03-21T20:18:08.5144568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vprelu-wasm-u4.c' 2025-03-21T20:18:08.5146229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vprelu-wasm-u8.c' 2025-03-21T20:18:08.5148086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vprelu-wasmrelaxedsimd-u16.c' 2025-03-21T20:18:08.5150284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vprelu-wasmrelaxedsimd-u4.c' 2025-03-21T20:18:08.5152084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vprelu-wasmrelaxedsimd-u8.c' 2025-03-21T20:18:08.5153898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vprelu-wasmsimd-u16.c' 2025-03-21T20:18:08.5155619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vprelu-wasmsimd-u4.c' 2025-03-21T20:18:08.5157329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vprelu-wasmsimd-u8.c' 2025-03-21T20:18:08.5159012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vpreluc-avx-u16.c' 2025-03-21T20:18:08.5160685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vpreluc-avx-u8.c' 2025-03-21T20:18:08.5162373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vpreluc-avx512f-u16.c' 2025-03-21T20:18:08.5164084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vpreluc-avx512f-u32.c' 2025-03-21T20:18:08.5165767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vpreluc-neon-u4.c' 2025-03-21T20:18:08.5167430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vpreluc-neon-u8.c' 2025-03-21T20:18:08.5169107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vpreluc-scalar-u1.c' 2025-03-21T20:18:08.5170808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vpreluc-scalar-u2.c' 2025-03-21T20:18:08.5172493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vpreluc-scalar-u4.c' 2025-03-21T20:18:08.5174187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vpreluc-scalar-u8.c' 2025-03-21T20:18:08.5175863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vpreluc-sse2-u4.c' 2025-03-21T20:18:08.5177532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vpreluc-sse2-u8.c' 2025-03-21T20:18:08.5179219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vpreluc-sse41-u4.c' 2025-03-21T20:18:08.5180889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vpreluc-sse41-u8.c' 2025-03-21T20:18:08.5182555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vpreluc-wasm-u1.c' 2025-03-21T20:18:08.5184218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vpreluc-wasm-u2.c' 2025-03-21T20:18:08.5185926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vpreluc-wasm-u4.c' 2025-03-21T20:18:08.5187641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vpreluc-wasm-u8.c' 2025-03-21T20:18:08.5189447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vpreluc-wasmrelaxedsimd-u16.c' 2025-03-21T20:18:08.5191255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vpreluc-wasmrelaxedsimd-u4.c' 2025-03-21T20:18:08.5193050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vpreluc-wasmrelaxedsimd-u8.c' 2025-03-21T20:18:08.5194816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vpreluc-wasmsimd-u16.c' 2025-03-21T20:18:08.5196535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vpreluc-wasmsimd-u4.c' 2025-03-21T20:18:08.5198260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vpreluc-wasmsimd-u8.c' 2025-03-21T20:18:08.5199984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrdivc-aarch64-neon-u4.c' 2025-03-21T20:18:08.5201716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrdivc-aarch64-neon-u8.c' 2025-03-21T20:18:08.5203411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrdivc-avx-u16.c' 2025-03-21T20:18:08.5205065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrdivc-avx-u8.c' 2025-03-21T20:18:08.5206733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrdivc-avx512f-u16.c' 2025-03-21T20:18:08.5208426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrdivc-avx512f-u32.c' 2025-03-21T20:18:08.5210097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrdivc-rvv-u4v.c' 2025-03-21T20:18:08.5211739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrdivc-rvv-u8v.c' 2025-03-21T20:18:08.5213402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrdivc-scalar-u1.c' 2025-03-21T20:18:08.5215081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c' 2025-03-21T20:18:08.5216753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrdivc-scalar-u4.c' 2025-03-21T20:18:08.5218414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrdivc-scalar-u8.c' 2025-03-21T20:18:08.5220065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrdivc-sse-u4.c' 2025-03-21T20:18:08.5221777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrdivc-sse-u8.c' 2025-03-21T20:18:08.5223480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrdivc-wasm-u1.c' 2025-03-21T20:18:08.5225136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrdivc-wasm-u2.c' 2025-03-21T20:18:08.5226789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrdivc-wasm-u4.c' 2025-03-21T20:18:08.5228435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrdivc-wasm-u8.c' 2025-03-21T20:18:08.5230172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrdivc-wasmsimd-u16.c' 2025-03-21T20:18:08.5231891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrdivc-wasmsimd-u4.c' 2025-03-21T20:18:08.5233588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrdivc-wasmsimd-u8.c' 2025-03-21T20:18:08.5235287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrpreluc-avx-u16.c' 2025-03-21T20:18:08.5236957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrpreluc-avx-u8.c' 2025-03-21T20:18:08.5238651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrpreluc-avx512f-u16.c' 2025-03-21T20:18:08.5240368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrpreluc-avx512f-u32.c' 2025-03-21T20:18:08.5242063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrpreluc-neon-u4.c' 2025-03-21T20:18:08.5243740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrpreluc-neon-u8.c' 2025-03-21T20:18:08.5245423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrpreluc-scalar-u1.c' 2025-03-21T20:18:08.5247122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrpreluc-scalar-u2.c' 2025-03-21T20:18:08.5248962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrpreluc-scalar-u4.c' 2025-03-21T20:18:08.5250662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrpreluc-scalar-u8.c' 2025-03-21T20:18:08.5252348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrpreluc-sse2-u4.c' 2025-03-21T20:18:08.5254029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrpreluc-sse2-u8.c' 2025-03-21T20:18:08.5255709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrpreluc-sse41-u4.c' 2025-03-21T20:18:08.5257497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrpreluc-sse41-u8.c' 2025-03-21T20:18:08.5259240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrpreluc-wasm-u1.c' 2025-03-21T20:18:08.5260913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrpreluc-wasm-u2.c' 2025-03-21T20:18:08.5262588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrpreluc-wasm-u4.c' 2025-03-21T20:18:08.5264265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrpreluc-wasm-u8.c' 2025-03-21T20:18:08.5266017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrpreluc-wasmrelaxedsimd-u16.c' 2025-03-21T20:18:08.5267841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrpreluc-wasmrelaxedsimd-u4.c' 2025-03-21T20:18:08.5269735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrpreluc-wasmrelaxedsimd-u8.c' 2025-03-21T20:18:08.5271512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrpreluc-wasmsimd-u16.c' 2025-03-21T20:18:08.5273251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrpreluc-wasmsimd-u4.c' 2025-03-21T20:18:08.5274987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrpreluc-wasmsimd-u8.c' 2025-03-21T20:18:08.5276682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrsubc-avx-u16.c' 2025-03-21T20:18:08.5278331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrsubc-avx-u8.c' 2025-03-21T20:18:08.5279994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrsubc-avx512f-u16.c' 2025-03-21T20:18:08.5281687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrsubc-avx512f-u32.c' 2025-03-21T20:18:08.5283362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrsubc-hvx-u128.c' 2025-03-21T20:18:08.5285022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrsubc-hvx-u32.c' 2025-03-21T20:18:08.5286674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrsubc-hvx-u64.c' 2025-03-21T20:18:08.5288323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrsubc-neon-u4.c' 2025-03-21T20:18:08.5289980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrsubc-neon-u8.c' 2025-03-21T20:18:08.5291699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrsubc-rvv-u4v.c' 2025-03-21T20:18:08.5293356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrsubc-rvv-u8v.c' 2025-03-21T20:18:08.5295070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrsubc-scalar-u1.c' 2025-03-21T20:18:08.5296747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrsubc-scalar-u2.c' 2025-03-21T20:18:08.5298410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrsubc-scalar-u4.c' 2025-03-21T20:18:08.5300082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c' 2025-03-21T20:18:08.5301738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrsubc-sse-u4.c' 2025-03-21T20:18:08.5303388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrsubc-sse-u8.c' 2025-03-21T20:18:08.5305046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrsubc-wasm-u1.c' 2025-03-21T20:18:08.5306689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrsubc-wasm-u2.c' 2025-03-21T20:18:08.5308342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrsubc-wasm-u4.c' 2025-03-21T20:18:08.5310045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrsubc-wasm-u8.c' 2025-03-21T20:18:08.5311732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrsubc-wasmsimd-u16.c' 2025-03-21T20:18:08.5313440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrsubc-wasmsimd-u4.c' 2025-03-21T20:18:08.5315132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vrsubc-wasmsimd-u8.c' 2025-03-21T20:18:08.5316811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiff-avx-u16.c' 2025-03-21T20:18:08.5318482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiff-avx-u8.c' 2025-03-21T20:18:08.5320170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u16.c' 2025-03-21T20:18:08.5321888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u32.c' 2025-03-21T20:18:08.5323590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiff-hvx-u128.c' 2025-03-21T20:18:08.5325270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiff-hvx-u32.c' 2025-03-21T20:18:08.5327006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiff-hvx-u64.c' 2025-03-21T20:18:08.5328678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiff-neon-u4.c' 2025-03-21T20:18:08.5330395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiff-neon-u8.c' 2025-03-21T20:18:08.5332066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiff-rvv-u4v.c' 2025-03-21T20:18:08.5333733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiff-rvv-u8v.c' 2025-03-21T20:18:08.5335417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u1.c' 2025-03-21T20:18:08.5337120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u2.c' 2025-03-21T20:18:08.5338826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u4.c' 2025-03-21T20:18:08.5340527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c' 2025-03-21T20:18:08.5342202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiff-sse-u4.c' 2025-03-21T20:18:08.5343869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiff-sse-u8.c' 2025-03-21T20:18:08.5345578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiff-wasmsimd-u16.c' 2025-03-21T20:18:08.5347313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiff-wasmsimd-u4.c' 2025-03-21T20:18:08.5349199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiff-wasmsimd-u8.c' 2025-03-21T20:18:08.5350911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u16.c' 2025-03-21T20:18:08.5352593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u8.c' 2025-03-21T20:18:08.5354296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u16.c' 2025-03-21T20:18:08.5356029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u32.c' 2025-03-21T20:18:08.5357745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiffc-hvx-u128.c' 2025-03-21T20:18:08.5359441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiffc-hvx-u32.c' 2025-03-21T20:18:08.5361128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiffc-hvx-u64.c' 2025-03-21T20:18:08.5362911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiffc-neon-u4.c' 2025-03-21T20:18:08.5364677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiffc-neon-u8.c' 2025-03-21T20:18:08.5366372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiffc-rvv-u4v.c' 2025-03-21T20:18:08.5368059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiffc-rvv-u8v.c' 2025-03-21T20:18:08.5369765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u1.c' 2025-03-21T20:18:08.5371486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u2.c' 2025-03-21T20:18:08.5373203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u4.c' 2025-03-21T20:18:08.5374923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c' 2025-03-21T20:18:08.5376617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u4.c' 2025-03-21T20:18:08.5378287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u8.c' 2025-03-21T20:18:08.5379996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiffc-wasmsimd-u16.c' 2025-03-21T20:18:08.5381737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiffc-wasmsimd-u4.c' 2025-03-21T20:18:08.5383475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsqrdiffc-wasmsimd-u8.c' 2025-03-21T20:18:08.5385157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsub-avx-u16.c' 2025-03-21T20:18:08.5386772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsub-avx-u8.c' 2025-03-21T20:18:08.5388413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsub-avx512f-u16.c' 2025-03-21T20:18:08.5390132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsub-avx512f-u32.c' 2025-03-21T20:18:08.5391785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsub-hvx-u128.c' 2025-03-21T20:18:08.5393420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsub-hvx-u32.c' 2025-03-21T20:18:08.5395036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsub-hvx-u64.c' 2025-03-21T20:18:08.5396668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsub-neon-u4.c' 2025-03-21T20:18:08.5398345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsub-neon-u8.c' 2025-03-21T20:18:08.5400017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsub-rvv-u4v.c' 2025-03-21T20:18:08.5401635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsub-rvv-u8v.c' 2025-03-21T20:18:08.5403272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsub-scalar-u1.c' 2025-03-21T20:18:08.5404925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsub-scalar-u2.c' 2025-03-21T20:18:08.5406577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsub-scalar-u4.c' 2025-03-21T20:18:08.5408229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsub-scalar-u8.c' 2025-03-21T20:18:08.5409846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsub-sse-u4.c' 2025-03-21T20:18:08.5411456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsub-sse-u8.c' 2025-03-21T20:18:08.5413076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsub-wasm-u1.c' 2025-03-21T20:18:08.5414698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsub-wasm-u2.c' 2025-03-21T20:18:08.5416316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsub-wasm-u4.c' 2025-03-21T20:18:08.5417936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsub-wasm-u8.c' 2025-03-21T20:18:08.5419599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsub-wasmsimd-u16.c' 2025-03-21T20:18:08.5421281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsub-wasmsimd-u4.c' 2025-03-21T20:18:08.5422950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsub-wasmsimd-u8.c' 2025-03-21T20:18:08.5424609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsubc-avx-u16.c' 2025-03-21T20:18:08.5426238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsubc-avx-u8.c' 2025-03-21T20:18:08.5427892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsubc-avx512f-u16.c' 2025-03-21T20:18:08.5429631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsubc-avx512f-u32.c' 2025-03-21T20:18:08.5431301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsubc-hvx-u128.c' 2025-03-21T20:18:08.5433007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsubc-hvx-u32.c' 2025-03-21T20:18:08.5434702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsubc-hvx-u64.c' 2025-03-21T20:18:08.5436351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsubc-neon-u4.c' 2025-03-21T20:18:08.5437988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsubc-neon-u8.c' 2025-03-21T20:18:08.5439630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsubc-rvv-u4v.c' 2025-03-21T20:18:08.5441263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsubc-rvv-u8v.c' 2025-03-21T20:18:08.5442916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsubc-scalar-u1.c' 2025-03-21T20:18:08.5444587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsubc-scalar-u2.c' 2025-03-21T20:18:08.5446258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsubc-scalar-u4.c' 2025-03-21T20:18:08.5448047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c' 2025-03-21T20:18:08.5449690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsubc-sse-u4.c' 2025-03-21T20:18:08.5451323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsubc-sse-u8.c' 2025-03-21T20:18:08.5452964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsubc-wasm-u1.c' 2025-03-21T20:18:08.5454607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsubc-wasm-u2.c' 2025-03-21T20:18:08.5456239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsubc-wasm-u4.c' 2025-03-21T20:18:08.5457883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsubc-wasm-u8.c' 2025-03-21T20:18:08.5459558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsubc-wasmsimd-u16.c' 2025-03-21T20:18:08.5461252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsubc-wasmsimd-u4.c' 2025-03-21T20:18:08.5462945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen/f32-vsubc-wasmsimd-u8.c' 2025-03-21T20:18:08.5464541Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/gen' 2025-03-21T20:18:08.5466058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/vop-avx.c.in' 2025-03-21T20:18:08.5467678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/vop-avx512f.c.in' 2025-03-21T20:18:08.5469274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/vop-hvx.c.in' 2025-03-21T20:18:08.5470875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/vop-neon.c.in' 2025-03-21T20:18:08.5472395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/vop-rvv.c.in' 2025-03-21T20:18:08.5473926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/vop-scalar.c.in' 2025-03-21T20:18:08.5475459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/vop-sse.c.in' 2025-03-21T20:18:08.5477004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/vop-wasmsimd.c.in' 2025-03-21T20:18:08.5478559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/vopc-avx.c.in' 2025-03-21T20:18:08.5480107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/vopc-avx512f.c.in' 2025-03-21T20:18:08.5481648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/vopc-hvx.c.in' 2025-03-21T20:18:08.5483171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/vopc-neon.c.in' 2025-03-21T20:18:08.5484696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/vopc-rvv.c.in' 2025-03-21T20:18:08.5486247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/vopc-scalar.c.in' 2025-03-21T20:18:08.5487791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/vopc-sse.c.in' 2025-03-21T20:18:08.5489348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary/vopc-wasmsimd.c.in' 2025-03-21T20:18:08.5490875Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vbinary' 2025-03-21T20:18:08.5492347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp/avx.c.in' 2025-03-21T20:18:08.5493836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp/avx512f.c.in' 2025-03-21T20:18:08.5495339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp/f32-vclamp.h' 2025-03-21T20:18:08.5496909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp/gen/f32-vclamp-avx-u16.c' 2025-03-21T20:18:08.5498538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp/gen/f32-vclamp-avx-u8.c' 2025-03-21T20:18:08.5500196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp/gen/f32-vclamp-avx512f-u16.c' 2025-03-21T20:18:08.5501934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp/gen/f32-vclamp-avx512f-u32.c' 2025-03-21T20:18:08.5503600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp/gen/f32-vclamp-neon-u16.c' 2025-03-21T20:18:08.5505299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp/gen/f32-vclamp-neon-u4.c' 2025-03-21T20:18:08.5506931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp/gen/f32-vclamp-neon-u8.c' 2025-03-21T20:18:08.5508575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp/gen/f32-vclamp-rvv-u1v.c' 2025-03-21T20:18:08.5510269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp/gen/f32-vclamp-rvv-u2v.c' 2025-03-21T20:18:08.5511911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp/gen/f32-vclamp-rvv-u4v.c' 2025-03-21T20:18:08.5513542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp/gen/f32-vclamp-rvv-u8v.c' 2025-03-21T20:18:08.5515195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp/gen/f32-vclamp-scalar-u1.c' 2025-03-21T20:18:08.5516866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp/gen/f32-vclamp-scalar-u2.c' 2025-03-21T20:18:08.5518526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c' 2025-03-21T20:18:08.5520178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp/gen/f32-vclamp-sse-u4.c' 2025-03-21T20:18:08.5521812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp/gen/f32-vclamp-sse-u8.c' 2025-03-21T20:18:08.5523442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp/gen/f32-vclamp-wasm-u1.c' 2025-03-21T20:18:08.5525082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp/gen/f32-vclamp-wasm-u2.c' 2025-03-21T20:18:08.5526721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp/gen/f32-vclamp-wasm-u4.c' 2025-03-21T20:18:08.5528404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp/gen/f32-vclamp-wasmsimd-arm-u4.c' 2025-03-21T20:18:08.5530148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp/gen/f32-vclamp-wasmsimd-arm-u8.c' 2025-03-21T20:18:08.5531888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp/gen/f32-vclamp-wasmsimd-x86-u4.c' 2025-03-21T20:18:08.5533624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp/gen/f32-vclamp-wasmsimd-x86-u8.c' 2025-03-21T20:18:08.5535238Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp/gen' 2025-03-21T20:18:08.5536726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp/neon.c.in' 2025-03-21T20:18:08.5538260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp/rvv.c.in' 2025-03-21T20:18:08.5539793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp/scalar.c.in' 2025-03-21T20:18:08.5541273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp/sse.c.in' 2025-03-21T20:18:08.5542759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp/wasmsimd.c.in' 2025-03-21T20:18:08.5544244Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vclamp' 2025-03-21T20:18:08.5545712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul/avx512f.c.in' 2025-03-21T20:18:08.5547290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul/gen/f32-vcmul-avx512f-u128.c' 2025-03-21T20:18:08.5549140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul/gen/f32-vcmul-avx512f-u16.c' 2025-03-21T20:18:08.5550793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul/gen/f32-vcmul-avx512f-u32.c' 2025-03-21T20:18:08.5552445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul/gen/f32-vcmul-avx512f-u64.c' 2025-03-21T20:18:08.5554079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul/gen/f32-vcmul-fma3-u16.c' 2025-03-21T20:18:08.5555697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul/gen/f32-vcmul-fma3-u32.c' 2025-03-21T20:18:08.5557310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul/gen/f32-vcmul-fma3-u64.c' 2025-03-21T20:18:08.5558918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul/gen/f32-vcmul-fma3-u8.c' 2025-03-21T20:18:08.5560529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul/gen/f32-vcmul-neon-u12.c' 2025-03-21T20:18:08.5562152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul/gen/f32-vcmul-neon-u16.c' 2025-03-21T20:18:08.5563765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul/gen/f32-vcmul-neon-u4.c' 2025-03-21T20:18:08.5565378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul/gen/f32-vcmul-neon-u8.c' 2025-03-21T20:18:08.5566976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul/gen/f32-vcmul-rvv-u1v.c' 2025-03-21T20:18:08.5568578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul/gen/f32-vcmul-rvv-u2v.c' 2025-03-21T20:18:08.5575095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul/gen/f32-vcmul-rvv-u4v.c' 2025-03-21T20:18:08.5576952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul/gen/f32-vcmul-scalar-u1.c' 2025-03-21T20:18:08.5578612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul/gen/f32-vcmul-scalar-u2.c' 2025-03-21T20:18:08.5580340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c' 2025-03-21T20:18:08.5581978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul/gen/f32-vcmul-scalar-u8.c' 2025-03-21T20:18:08.5583604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul/gen/f32-vcmul-sse-u12.c' 2025-03-21T20:18:08.5585207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul/gen/f32-vcmul-sse-u16.c' 2025-03-21T20:18:08.5586807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul/gen/f32-vcmul-sse-u4.c' 2025-03-21T20:18:08.5588401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul/gen/f32-vcmul-sse-u8.c' 2025-03-21T20:18:08.5590131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul/gen/f32-vcmul-wasmsimd-u12.c' 2025-03-21T20:18:08.5591811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul/gen/f32-vcmul-wasmsimd-u16.c' 2025-03-21T20:18:08.5593468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul/gen/f32-vcmul-wasmsimd-u4.c' 2025-03-21T20:18:08.5595128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul/gen/f32-vcmul-wasmsimd-u8.c' 2025-03-21T20:18:08.5596707Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul/gen' 2025-03-21T20:18:08.5598185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul/neon.c.in' 2025-03-21T20:18:08.5599642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul/rvv.c.in' 2025-03-21T20:18:08.5601100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul/scalar.c.in' 2025-03-21T20:18:08.5602597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul/wasmsimd.c.in' 2025-03-21T20:18:08.5604070Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcmul' 2025-03-21T20:18:08.5605573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcopysign/copysign.c.in' 2025-03-21T20:18:08.5607141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcopysign/copysignc.c.in' 2025-03-21T20:18:08.5608758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcopysign/gen/f32-vcopysign-avx.c' 2025-03-21T20:18:08.5610443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcopysign/gen/f32-vcopysign-avx512f.c' 2025-03-21T20:18:08.5612189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcopysign/gen/f32-vcopysign-neon.c' 2025-03-21T20:18:08.5613943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcopysign/gen/f32-vcopysign-scalar.c' 2025-03-21T20:18:08.5615628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcopysign/gen/f32-vcopysign-sse2.c' 2025-03-21T20:18:08.5617321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcopysign/gen/f32-vcopysign-wasmsimd.c' 2025-03-21T20:18:08.5619005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcopysign/gen/f32-vcopysignc-avx.c' 2025-03-21T20:18:08.5620695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcopysign/gen/f32-vcopysignc-avx512f.c' 2025-03-21T20:18:08.5622404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcopysign/gen/f32-vcopysignc-neon.c' 2025-03-21T20:18:08.5624093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c' 2025-03-21T20:18:08.5625788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcopysign/gen/f32-vcopysignc-sse2.c' 2025-03-21T20:18:08.5627488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcopysign/gen/f32-vcopysignc-wasmsimd.c' 2025-03-21T20:18:08.5629280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcopysign/gen/f32-vrcopysignc-avx.c' 2025-03-21T20:18:08.5630992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcopysign/gen/f32-vrcopysignc-avx512f.c' 2025-03-21T20:18:08.5632711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcopysign/gen/f32-vrcopysignc-neon.c' 2025-03-21T20:18:08.5634416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c' 2025-03-21T20:18:08.5636114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcopysign/gen/f32-vrcopysignc-sse2.c' 2025-03-21T20:18:08.5637831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcopysign/gen/f32-vrcopysignc-wasmsimd.c' 2025-03-21T20:18:08.5639480Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcopysign/gen' 2025-03-21T20:18:08.5641040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcopysign/rcopysignc.c.in' 2025-03-21T20:18:08.5642570Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vcopysign' 2025-03-21T20:18:08.5644096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/avx-rr2-lut16-p3.c.in' 2025-03-21T20:18:08.5645707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/avx-rr2-lut4-p4-perm.c.in' 2025-03-21T20:18:08.5647334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/avx-rr2-p6.c.in' 2025-03-21T20:18:08.5649165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/avx2-rr1-lut16-p3-gather.c.in' 2025-03-21T20:18:08.5650822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/avx2-rr1-lut4-p4-perm.c.in' 2025-03-21T20:18:08.5652462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/avx2-rr1-lut8-p4-perm.c.in' 2025-03-21T20:18:08.5654043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/avx2-rr1-p6.c.in' 2025-03-21T20:18:08.5655655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/avx512f-rr1-lut16-p3-perm.c.in' 2025-03-21T20:18:08.5657284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/avx512f-rr1-p6.c.in' 2025-03-21T20:18:08.5658797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/f32-velu.h' 2025-03-21T20:18:08.5660399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u16.c' 2025-03-21T20:18:08.5662133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u24.c' 2025-03-21T20:18:08.5663861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u32.c' 2025-03-21T20:18:08.5665593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u40.c' 2025-03-21T20:18:08.5667326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u48.c' 2025-03-21T20:18:08.5669105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u8.c' 2025-03-21T20:18:08.5670871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u16.c' 2025-03-21T20:18:08.5672656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u24.c' 2025-03-21T20:18:08.5674443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u32.c' 2025-03-21T20:18:08.5676227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u40.c' 2025-03-21T20:18:08.5678014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u48.c' 2025-03-21T20:18:08.5679786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u8.c' 2025-03-21T20:18:08.5681506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx-rr2-p6-u16.c' 2025-03-21T20:18:08.5683248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx-rr2-p6-u24.c' 2025-03-21T20:18:08.5684982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx-rr2-p6-u32.c' 2025-03-21T20:18:08.5686638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx-rr2-p6-u40.c' 2025-03-21T20:18:08.5688302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx-rr2-p6-u48.c' 2025-03-21T20:18:08.5689962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx-rr2-p6-u8.c' 2025-03-21T20:18:08.5691705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u16.c' 2025-03-21T20:18:08.5693538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u24.c' 2025-03-21T20:18:08.5695360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u32.c' 2025-03-21T20:18:08.5697179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u40.c' 2025-03-21T20:18:08.5698993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u48.c' 2025-03-21T20:18:08.5700807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u56.c' 2025-03-21T20:18:08.5702628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u64.c' 2025-03-21T20:18:08.5704441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u72.c' 2025-03-21T20:18:08.5706255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u8.c' 2025-03-21T20:18:08.5708073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u80.c' 2025-03-21T20:18:08.5709950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u16.c' 2025-03-21T20:18:08.5711749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u24.c' 2025-03-21T20:18:08.5713534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u32.c' 2025-03-21T20:18:08.5715316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u40.c' 2025-03-21T20:18:08.5717099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u48.c' 2025-03-21T20:18:08.5718936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u56.c' 2025-03-21T20:18:08.5720770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u64.c' 2025-03-21T20:18:08.5722565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u72.c' 2025-03-21T20:18:08.5724345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u8.c' 2025-03-21T20:18:08.5726131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u80.c' 2025-03-21T20:18:08.5727933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u16.c' 2025-03-21T20:18:08.5729719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u24.c' 2025-03-21T20:18:08.5731507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u32.c' 2025-03-21T20:18:08.5733287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u40.c' 2025-03-21T20:18:08.5735081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u48.c' 2025-03-21T20:18:08.5736873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u56.c' 2025-03-21T20:18:08.5738658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u64.c' 2025-03-21T20:18:08.5740440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u72.c' 2025-03-21T20:18:08.5742226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u8.c' 2025-03-21T20:18:08.5744012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u80.c' 2025-03-21T20:18:08.5745742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u16.c' 2025-03-21T20:18:08.5747426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u24.c' 2025-03-21T20:18:08.5749268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u32.c' 2025-03-21T20:18:08.5750949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u40.c' 2025-03-21T20:18:08.5752631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u48.c' 2025-03-21T20:18:08.5754406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u56.c' 2025-03-21T20:18:08.5756157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u64.c' 2025-03-21T20:18:08.5757834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u72.c' 2025-03-21T20:18:08.5759507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u8.c' 2025-03-21T20:18:08.5761191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u80.c' 2025-03-21T20:18:08.5762958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u112.c' 2025-03-21T20:18:08.5764820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u128.c' 2025-03-21T20:18:08.5766661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u16.c' 2025-03-21T20:18:08.5768496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u32.c' 2025-03-21T20:18:08.5770327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u48.c' 2025-03-21T20:18:08.5772166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u64.c' 2025-03-21T20:18:08.5773994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u80.c' 2025-03-21T20:18:08.5775834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u96.c' 2025-03-21T20:18:08.5777611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u112.c' 2025-03-21T20:18:08.5779329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u128.c' 2025-03-21T20:18:08.5781052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u16.c' 2025-03-21T20:18:08.5782762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u32.c' 2025-03-21T20:18:08.5784467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u48.c' 2025-03-21T20:18:08.5786174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u64.c' 2025-03-21T20:18:08.5787872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u80.c' 2025-03-21T20:18:08.5789706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u96.c' 2025-03-21T20:18:08.5791496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u12.c' 2025-03-21T20:18:08.5793237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u16.c' 2025-03-21T20:18:08.5794979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u20.c' 2025-03-21T20:18:08.5796714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u24.c' 2025-03-21T20:18:08.5798453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u4.c' 2025-03-21T20:18:08.5800190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u8.c' 2025-03-21T20:18:08.5801891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-neon-rr2-p6-u12.c' 2025-03-21T20:18:08.5803570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-neon-rr2-p6-u16.c' 2025-03-21T20:18:08.5805250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-neon-rr2-p6-u20.c' 2025-03-21T20:18:08.5806919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-neon-rr2-p6-u24.c' 2025-03-21T20:18:08.5808591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-neon-rr2-p6-u4.c' 2025-03-21T20:18:08.5810256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-neon-rr2-p6-u8.c' 2025-03-21T20:18:08.5811984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u12.c' 2025-03-21T20:18:08.5813766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u16.c' 2025-03-21T20:18:08.5815547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u20.c' 2025-03-21T20:18:08.5817332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u24.c' 2025-03-21T20:18:08.5819112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u4.c' 2025-03-21T20:18:08.5820886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u8.c' 2025-03-21T20:18:08.5822635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u12.c' 2025-03-21T20:18:08.5824398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u16.c' 2025-03-21T20:18:08.5826167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u20.c' 2025-03-21T20:18:08.5827874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u24.c' 2025-03-21T20:18:08.5829627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u4.c' 2025-03-21T20:18:08.5831331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u8.c' 2025-03-21T20:18:08.5833071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u1.c' 2025-03-21T20:18:08.5834829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c' 2025-03-21T20:18:08.5836585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u3.c' 2025-03-21T20:18:08.5838348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c' 2025-03-21T20:18:08.5840107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u5.c' 2025-03-21T20:18:08.5841856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u6.c' 2025-03-21T20:18:08.5843586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u1.c' 2025-03-21T20:18:08.5845285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u2.c' 2025-03-21T20:18:08.5846974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u3.c' 2025-03-21T20:18:08.5848790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u4.c' 2025-03-21T20:18:08.5850486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u5.c' 2025-03-21T20:18:08.5852180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u6.c' 2025-03-21T20:18:08.5853898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u12.c' 2025-03-21T20:18:08.5855638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u16.c' 2025-03-21T20:18:08.5857377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u20.c' 2025-03-21T20:18:08.5859197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u24.c' 2025-03-21T20:18:08.5860943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u4.c' 2025-03-21T20:18:08.5862750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u8.c' 2025-03-21T20:18:08.5864455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u12.c' 2025-03-21T20:18:08.5866141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u16.c' 2025-03-21T20:18:08.5867825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u20.c' 2025-03-21T20:18:08.5869548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u24.c' 2025-03-21T20:18:08.5871229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u4.c' 2025-03-21T20:18:08.5872891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u8.c' 2025-03-21T20:18:08.5874590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u12.c' 2025-03-21T20:18:08.5876338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u16.c' 2025-03-21T20:18:08.5878091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u20.c' 2025-03-21T20:18:08.5879842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u24.c' 2025-03-21T20:18:08.5881595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u4.c' 2025-03-21T20:18:08.5883333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u8.c' 2025-03-21T20:18:08.5885045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u12.c' 2025-03-21T20:18:08.5886736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u16.c' 2025-03-21T20:18:08.5888422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u20.c' 2025-03-21T20:18:08.5890111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u24.c' 2025-03-21T20:18:08.5891784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u4.c' 2025-03-21T20:18:08.5893466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u8.c' 2025-03-21T20:18:08.5895244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasm-rr2-lut16-p3-u1.c' 2025-03-21T20:18:08.5897033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasm-rr2-lut16-p3-u2.c' 2025-03-21T20:18:08.5898773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasm-rr2-lut16-p3-u3.c' 2025-03-21T20:18:08.5900508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasm-rr2-lut16-p3-u4.c' 2025-03-21T20:18:08.5902242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasm-rr2-lut16-p3-u5.c' 2025-03-21T20:18:08.5903976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasm-rr2-lut16-p3-u6.c' 2025-03-21T20:18:08.5905678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasm-rr2-p6-u1.c' 2025-03-21T20:18:08.5907346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasm-rr2-p6-u2.c' 2025-03-21T20:18:08.5909076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasm-rr2-p6-u3.c' 2025-03-21T20:18:08.5910744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasm-rr2-p6-u4.c' 2025-03-21T20:18:08.5912419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasm-rr2-p6-u5.c' 2025-03-21T20:18:08.5914095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasm-rr2-p6-u6.c' 2025-03-21T20:18:08.5915893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmrelaxedsimd-fma-rr2-lut16-p3-u12.c' 2025-03-21T20:18:08.5917832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmrelaxedsimd-fma-rr2-lut16-p3-u16.c' 2025-03-21T20:18:08.5919768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmrelaxedsimd-fma-rr2-lut16-p3-u20.c' 2025-03-21T20:18:08.5921708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmrelaxedsimd-fma-rr2-lut16-p3-u24.c' 2025-03-21T20:18:08.5923639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmrelaxedsimd-fma-rr2-lut16-p3-u4.c' 2025-03-21T20:18:08.5925557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmrelaxedsimd-fma-rr2-lut16-p3-u8.c' 2025-03-21T20:18:08.5927432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmrelaxedsimd-fma-rr2-p6-u12.c' 2025-03-21T20:18:08.5929286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmrelaxedsimd-fma-rr2-p6-u16.c' 2025-03-21T20:18:08.5931204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmrelaxedsimd-fma-rr2-p6-u20.c' 2025-03-21T20:18:08.5933107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmrelaxedsimd-fma-rr2-p6-u24.c' 2025-03-21T20:18:08.5934958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmrelaxedsimd-fma-rr2-p6-u4.c' 2025-03-21T20:18:08.5935825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmrelaxedsimd-fma-rr2-p6-u8.c' 2025-03-21T20:18:08.5936706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmrelaxedsimd-rr2-lut16-p3-u12.c' 2025-03-21T20:18:08.5937592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmrelaxedsimd-rr2-lut16-p3-u16.c' 2025-03-21T20:18:08.5938470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmrelaxedsimd-rr2-lut16-p3-u20.c' 2025-03-21T20:18:08.5939355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmrelaxedsimd-rr2-lut16-p3-u24.c' 2025-03-21T20:18:08.5940231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmrelaxedsimd-rr2-lut16-p3-u4.c' 2025-03-21T20:18:08.5941107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmrelaxedsimd-rr2-lut16-p3-u8.c' 2025-03-21T20:18:08.5941955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmrelaxedsimd-rr2-p6-u12.c' 2025-03-21T20:18:08.5942799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmrelaxedsimd-rr2-p6-u16.c' 2025-03-21T20:18:08.5943646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmrelaxedsimd-rr2-p6-u20.c' 2025-03-21T20:18:08.5944484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmrelaxedsimd-rr2-p6-u24.c' 2025-03-21T20:18:08.5945330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmrelaxedsimd-rr2-p6-u4.c' 2025-03-21T20:18:08.5946167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmrelaxedsimd-rr2-p6-u8.c' 2025-03-21T20:18:08.5947038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmsimd-arm-rr2-lut16-p3-u12.c' 2025-03-21T20:18:08.5948009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmsimd-arm-rr2-lut16-p3-u16.c' 2025-03-21T20:18:08.5948923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmsimd-arm-rr2-lut16-p3-u20.c' 2025-03-21T20:18:08.5949863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmsimd-arm-rr2-lut16-p3-u24.c' 2025-03-21T20:18:08.5950789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmsimd-arm-rr2-lut16-p3-u4.c' 2025-03-21T20:18:08.5951639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmsimd-arm-rr2-lut16-p3-u8.c' 2025-03-21T20:18:08.5952470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmsimd-arm-rr2-p6-u12.c' 2025-03-21T20:18:08.5953297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmsimd-arm-rr2-p6-u16.c' 2025-03-21T20:18:08.5954137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmsimd-arm-rr2-p6-u20.c' 2025-03-21T20:18:08.5954968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmsimd-arm-rr2-p6-u24.c' 2025-03-21T20:18:08.5955796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmsimd-arm-rr2-p6-u4.c' 2025-03-21T20:18:08.5956623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmsimd-arm-rr2-p6-u8.c' 2025-03-21T20:18:08.5957492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmsimd-x86-rr2-lut16-p3-u12.c' 2025-03-21T20:18:08.5958347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmsimd-x86-rr2-lut16-p3-u16.c' 2025-03-21T20:18:08.5959206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmsimd-x86-rr2-lut16-p3-u20.c' 2025-03-21T20:18:08.5960053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmsimd-x86-rr2-lut16-p3-u24.c' 2025-03-21T20:18:08.5960914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmsimd-x86-rr2-lut16-p3-u4.c' 2025-03-21T20:18:08.5961761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmsimd-x86-rr2-lut16-p3-u8.c' 2025-03-21T20:18:08.5962592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmsimd-x86-rr2-p6-u12.c' 2025-03-21T20:18:08.5963414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmsimd-x86-rr2-p6-u16.c' 2025-03-21T20:18:08.5964243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmsimd-x86-rr2-p6-u20.c' 2025-03-21T20:18:08.5965061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmsimd-x86-rr2-p6-u24.c' 2025-03-21T20:18:08.5965879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmsimd-x86-rr2-p6-u4.c' 2025-03-21T20:18:08.5966743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen/f32-velu-wasmsimd-x86-rr2-p6-u8.c' 2025-03-21T20:18:08.5967476Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/gen' 2025-03-21T20:18:08.5968201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/neon-lut16-p3.c.in' 2025-03-21T20:18:08.5968878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/neon-p6.c.in' 2025-03-21T20:18:08.5969628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/scalar-rr2-lut16-p3.c.in' 2025-03-21T20:18:08.5970341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/scalar-rr2-p6.c.in' 2025-03-21T20:18:08.5971074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/sse-rr2-lut16-p3.c.in' 2025-03-21T20:18:08.5971765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/sse-rr2-p6.c.in' 2025-03-21T20:18:08.5972534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/wasmsimd-rr2-lut16-p3.c.in' 2025-03-21T20:18:08.5973254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu/wasmsimd-rr2-p6.c.in' 2025-03-21T20:18:08.5973919Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-velu' 2025-03-21T20:18:08.5974594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vexp/f32-vexp.h' 2025-03-21T20:18:08.5975357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vexp/gen/f32-vexp-scalar-exp.c' 2025-03-21T20:18:08.5976027Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vexp/gen' 2025-03-21T20:18:08.5976732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vexp/scalar-exp.c.in' 2025-03-21T20:18:08.5977383Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vexp' 2025-03-21T20:18:08.5978068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vgelu/f32-vgelu.h' 2025-03-21T20:18:08.5978900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vgelu/gen/f32-vgelu-avx-rational-12-10-div.c' 2025-03-21T20:18:08.5979765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vgelu/gen/f32-vgelu-avx512f-rational-12-10-div.c' 2025-03-21T20:18:08.5980608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vgelu/gen/f32-vgelu-avx512f-rational-12-10-nr.c' 2025-03-21T20:18:08.5981437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vgelu/gen/f32-vgelu-fma3-rational-12-10-div.c' 2025-03-21T20:18:08.5982270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vgelu/gen/f32-vgelu-hvx-rational-12-10-div.c' 2025-03-21T20:18:08.5983151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vgelu/gen/f32-vgelu-neon-rational-12-10-div.c' 2025-03-21T20:18:08.5984050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vgelu/gen/f32-vgelu-scalar-rational-12-10-div.c' 2025-03-21T20:18:08.5984782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vgelu/gen/f32-vgelu-scalar.c' 2025-03-21T20:18:08.5985620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vgelu/gen/f32-vgelu-sse2-rational-12-10-div.c' 2025-03-21T20:18:08.5986474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vgelu/gen/f32-vgelu-wasmsimd-rational-12-10-div.c' 2025-03-21T20:18:08.5987167Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vgelu/gen' 2025-03-21T20:18:08.5987889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vgelu/rational-12-10.c.in' 2025-03-21T20:18:08.5988573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vgelu/scalar.c.in' 2025-03-21T20:18:08.5989275Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vgelu' 2025-03-21T20:18:08.5989956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish/avx.c.in' 2025-03-21T20:18:08.5990649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish/avx512f.c.in' 2025-03-21T20:18:08.5991347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish/f32-vhswish.h' 2025-03-21T20:18:08.5992117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish/gen/f32-vhswish-avx-u16.c' 2025-03-21T20:18:08.5992886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish/gen/f32-vhswish-avx-u8.c' 2025-03-21T20:18:08.5993671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish/gen/f32-vhswish-avx512f-u16.c' 2025-03-21T20:18:08.5994467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish/gen/f32-vhswish-avx512f-u32.c' 2025-03-21T20:18:08.5995242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish/gen/f32-vhswish-fma3-u16.c' 2025-03-21T20:18:08.5996020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish/gen/f32-vhswish-fma3-u8.c' 2025-03-21T20:18:08.5996793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish/gen/f32-vhswish-neon-u16.c' 2025-03-21T20:18:08.5997572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish/gen/f32-vhswish-neon-u4.c' 2025-03-21T20:18:08.5998340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish/gen/f32-vhswish-neon-u8.c' 2025-03-21T20:18:08.5999167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish/gen/f32-vhswish-rvv-u1v.c' 2025-03-21T20:18:08.5999988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish/gen/f32-vhswish-rvv-u2v.c' 2025-03-21T20:18:08.6000753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish/gen/f32-vhswish-rvv-u4v.c' 2025-03-21T20:18:08.6001523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish/gen/f32-vhswish-rvv-u8v.c' 2025-03-21T20:18:08.6002305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish/gen/f32-vhswish-scalar-u1.c' 2025-03-21T20:18:08.6003097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish/gen/f32-vhswish-scalar-u2.c' 2025-03-21T20:18:08.6003873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c' 2025-03-21T20:18:08.6004635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish/gen/f32-vhswish-sse-u4.c' 2025-03-21T20:18:08.6005397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish/gen/f32-vhswish-sse-u8.c' 2025-03-21T20:18:08.6006164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish/gen/f32-vhswish-wasm-u1.c' 2025-03-21T20:18:08.6006928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish/gen/f32-vhswish-wasm-u2.c' 2025-03-21T20:18:08.6007699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish/gen/f32-vhswish-wasm-u4.c' 2025-03-21T20:18:08.6008500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish/gen/f32-vhswish-wasmsimd-u16.c' 2025-03-21T20:18:08.6009300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish/gen/f32-vhswish-wasmsimd-u4.c' 2025-03-21T20:18:08.6010086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish/gen/f32-vhswish-wasmsimd-u8.c' 2025-03-21T20:18:08.6010785Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish/gen' 2025-03-21T20:18:08.6011468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish/neon.c.in' 2025-03-21T20:18:08.6012147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish/rvv.c.in' 2025-03-21T20:18:08.6012834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish/scalar.c.in' 2025-03-21T20:18:08.6013513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish/sse.c.in' 2025-03-21T20:18:08.6014206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish/wasmsimd.c.in' 2025-03-21T20:18:08.6014923Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vhswish' 2025-03-21T20:18:08.6015598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlog/f32-vlog.h' 2025-03-21T20:18:08.6016464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlog/gen/f32-vlog-avx2-rational-3-3-div.c' 2025-03-21T20:18:08.6017296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlog/gen/f32-vlog-avx512f-rational-3-3-div.c' 2025-03-21T20:18:08.6018128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlog/gen/f32-vlog-avx512f-rational-3-3-nr.c' 2025-03-21T20:18:08.6018950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlog/gen/f32-vlog-fma3-rational-3-3-div.c' 2025-03-21T20:18:08.6019751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlog/gen/f32-vlog-fma3-rational-3-3-nr.c' 2025-03-21T20:18:08.6020566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlog/gen/f32-vlog-neon-rational-3-3-div.c' 2025-03-21T20:18:08.6021312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlog/gen/f32-vlog-scalar-log.c' 2025-03-21T20:18:08.6022143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlog/gen/f32-vlog-scalar-rational-3-3-div.c' 2025-03-21T20:18:08.6022947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlog/gen/f32-vlog-sse2-rational-3-3-div.c' 2025-03-21T20:18:08.6023789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlog/gen/f32-vlog-wasmsimd-rational-3-3-div.c' 2025-03-21T20:18:08.6024461Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlog/gen' 2025-03-21T20:18:08.6025176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlog/rational-3-3.c.in' 2025-03-21T20:18:08.6025865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlog/scalar-log.c.in' 2025-03-21T20:18:08.6026520Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlog' 2025-03-21T20:18:08.6027188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/avx.c.in' 2025-03-21T20:18:08.6027884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/avx512f.c.in' 2025-03-21T20:18:08.6028569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/f32-vlrelu.h' 2025-03-21T20:18:08.6029403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/gen/f32-vlrelu-avx-u16.c' 2025-03-21T20:18:08.6030156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/gen/f32-vlrelu-avx-u8.c' 2025-03-21T20:18:08.6030933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u16.c' 2025-03-21T20:18:08.6031772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u32.c' 2025-03-21T20:18:08.6032600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/gen/f32-vlrelu-neon-u4.c' 2025-03-21T20:18:08.6033362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/gen/f32-vlrelu-neon-u8.c' 2025-03-21T20:18:08.6034112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/gen/f32-vlrelu-rvv-u1v.c' 2025-03-21T20:18:08.6034871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/gen/f32-vlrelu-rvv-u2v.c' 2025-03-21T20:18:08.6035628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/gen/f32-vlrelu-rvv-u4v.c' 2025-03-21T20:18:08.6036394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/gen/f32-vlrelu-rvv-u8v.c' 2025-03-21T20:18:08.6037155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/gen/f32-vlrelu-scalar-u1.c' 2025-03-21T20:18:08.6037928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/gen/f32-vlrelu-scalar-u2.c' 2025-03-21T20:18:08.6038687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c' 2025-03-21T20:18:08.6039442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/gen/f32-vlrelu-sse-u4.c' 2025-03-21T20:18:08.6040190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/gen/f32-vlrelu-sse-u8.c' 2025-03-21T20:18:08.6040955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/gen/f32-vlrelu-sse2-u4.c' 2025-03-21T20:18:08.6041706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/gen/f32-vlrelu-sse2-u8.c' 2025-03-21T20:18:08.6042470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/gen/f32-vlrelu-sse41-u4.c' 2025-03-21T20:18:08.6043229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/gen/f32-vlrelu-sse41-u8.c' 2025-03-21T20:18:08.6043992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/gen/f32-vlrelu-wasm-u1.c' 2025-03-21T20:18:08.6044745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/gen/f32-vlrelu-wasm-u2.c' 2025-03-21T20:18:08.6045498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/gen/f32-vlrelu-wasm-u4.c' 2025-03-21T20:18:08.6046374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/gen/f32-vlrelu-wasmrelaxedsimd-iminmax-u4.c' 2025-03-21T20:18:08.6047242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/gen/f32-vlrelu-wasmrelaxedsimd-iminmax-u8.c' 2025-03-21T20:18:08.6048323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/gen/f32-vlrelu-wasmrelaxedsimd-laneselect-u4.c' 2025-03-21T20:18:08.6049289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/gen/f32-vlrelu-wasmrelaxedsimd-laneselect-u8.c' 2025-03-21T20:18:08.6050121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/gen/f32-vlrelu-wasmsimd-iminmax-u4.c' 2025-03-21T20:18:08.6050945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/gen/f32-vlrelu-wasmsimd-iminmax-u8.c' 2025-03-21T20:18:08.6051795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/gen/f32-vlrelu-wasmsimd-laneselect-u4.c' 2025-03-21T20:18:08.6052637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/gen/f32-vlrelu-wasmsimd-laneselect-u8.c' 2025-03-21T20:18:08.6053334Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/gen' 2025-03-21T20:18:08.6054005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/neon.c.in' 2025-03-21T20:18:08.6054678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/rvv.c.in' 2025-03-21T20:18:08.6055359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/scalar.c.in' 2025-03-21T20:18:08.6056040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/sse.c.in' 2025-03-21T20:18:08.6056714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/wasm.c.in' 2025-03-21T20:18:08.6057455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/wasmsimd-iminmax.c.in' 2025-03-21T20:18:08.6058213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu/wasmsimd-laneselect.c.in' 2025-03-21T20:18:08.6058878Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vlrelu' 2025-03-21T20:18:08.6059739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c' 2025-03-21T20:18:08.6060594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-wasm-2x.c' 2025-03-21T20:18:08.6061454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vmulcaddc/gen/f32-vmulcaddc-c2-minmax-scalar-2x.c' 2025-03-21T20:18:08.6062311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vmulcaddc/gen/f32-vmulcaddc-c2-minmax-wasm-2x.c' 2025-03-21T20:18:08.6063153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-neon-2x.c' 2025-03-21T20:18:08.6064067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-neonfma-2x.c' 2025-03-21T20:18:08.6064920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-scalar-2x.c' 2025-03-21T20:18:08.6065809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-sse-2x.c' 2025-03-21T20:18:08.6066661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-wasm-2x.c' 2025-03-21T20:18:08.6067577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-wasmrelaxedsimd-2x.c' 2025-03-21T20:18:08.6068528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-wasmrelaxedsimd-fma-2x.c' 2025-03-21T20:18:08.6069483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-wasmsimd-arm-2x.c' 2025-03-21T20:18:08.6070381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-wasmsimd-x86-2x.c' 2025-03-21T20:18:08.6071230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vmulcaddc/gen/f32-vmulcaddc-c8-minmax-neon-2x.c' 2025-03-21T20:18:08.6072096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vmulcaddc/gen/f32-vmulcaddc-c8-minmax-neonfma-2x.c' 2025-03-21T20:18:08.6072942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vmulcaddc/gen/f32-vmulcaddc-c8-minmax-sse-2x.c' 2025-03-21T20:18:08.6073868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vmulcaddc/gen/f32-vmulcaddc-c8-minmax-wasmrelaxedsimd-2x.c' 2025-03-21T20:18:08.6074809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vmulcaddc/gen/f32-vmulcaddc-c8-minmax-wasmrelaxedsimd-fma-2x.c' 2025-03-21T20:18:08.6075710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vmulcaddc/gen/f32-vmulcaddc-c8-minmax-wasmsimd-arm-2x.c' 2025-03-21T20:18:08.6076612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vmulcaddc/gen/f32-vmulcaddc-c8-minmax-wasmsimd-x86-2x.c' 2025-03-21T20:18:08.6077323Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vmulcaddc/gen' 2025-03-21T20:18:08.6078011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vmulcaddc/neon.c.in' 2025-03-21T20:18:08.6078710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vmulcaddc/scalar.c.in' 2025-03-21T20:18:08.6079389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vmulcaddc/sse.c.in' 2025-03-21T20:18:08.6080103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vmulcaddc/wasmsimd.c.in' 2025-03-21T20:18:08.6080835Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vmulcaddc' 2025-03-21T20:18:08.6081576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vneg/f32-vneg.h' 2025-03-21T20:18:08.6082229Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vneg' 2025-03-21T20:18:08.6082888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/avx.c.in' 2025-03-21T20:18:08.6083566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/avx512f.c.in' 2025-03-21T20:18:08.6084351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/f32-vrelu-asm-wasm32-shr-u1.S' 2025-03-21T20:18:08.6085140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/f32-vrelu-asm-wasm32-shr-u2.S' 2025-03-21T20:18:08.6085921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/f32-vrelu-asm-wasm32-shr-u4.S' 2025-03-21T20:18:08.6086596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/f32-vrelu.h' 2025-03-21T20:18:08.6087337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/gen/f32-vrelu-avx-u16.c' 2025-03-21T20:18:08.6088078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/gen/f32-vrelu-avx-u8.c' 2025-03-21T20:18:08.6088844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/gen/f32-vrelu-avx512f-u16.c' 2025-03-21T20:18:08.6089621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/gen/f32-vrelu-avx512f-u32.c' 2025-03-21T20:18:08.6090357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/gen/f32-vrelu-neon-u4.c' 2025-03-21T20:18:08.6091101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/gen/f32-vrelu-neon-u8.c' 2025-03-21T20:18:08.6091837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/gen/f32-vrelu-rvv-u1v.c' 2025-03-21T20:18:08.6092579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/gen/f32-vrelu-rvv-u2v.c' 2025-03-21T20:18:08.6093324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/gen/f32-vrelu-rvv-u4v.c' 2025-03-21T20:18:08.6094074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/gen/f32-vrelu-rvv-u8v.c' 2025-03-21T20:18:08.6094825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/gen/f32-vrelu-scalar-u1.c' 2025-03-21T20:18:08.6095589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/gen/f32-vrelu-scalar-u2.c' 2025-03-21T20:18:08.6096340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/gen/f32-vrelu-scalar-u4.c' 2025-03-21T20:18:08.6097173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c' 2025-03-21T20:18:08.6097958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/gen/f32-vrelu-sse-u4.c' 2025-03-21T20:18:08.6098692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/gen/f32-vrelu-sse-u8.c' 2025-03-21T20:18:08.6099432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/gen/f32-vrelu-wasm-u1.c' 2025-03-21T20:18:08.6100176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/gen/f32-vrelu-wasm-u2.c' 2025-03-21T20:18:08.6100919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/gen/f32-vrelu-wasm-u4.c' 2025-03-21T20:18:08.6101662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/gen/f32-vrelu-wasm-u8.c' 2025-03-21T20:18:08.6102439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/gen/f32-vrelu-wasmsimd-u16.c' 2025-03-21T20:18:08.6103202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/gen/f32-vrelu-wasmsimd-u4.c' 2025-03-21T20:18:08.6103983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/gen/f32-vrelu-wasmsimd-u8.c' 2025-03-21T20:18:08.6104657Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/gen' 2025-03-21T20:18:08.6105339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/neon.c.in' 2025-03-21T20:18:08.6106004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/rvv.c.in' 2025-03-21T20:18:08.6106689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/scalar.c.in' 2025-03-21T20:18:08.6107349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/sse.c.in' 2025-03-21T20:18:08.6108022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/wasm.c.in' 2025-03-21T20:18:08.6108767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu/wasmsimd.c.in' 2025-03-21T20:18:08.6109433Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrelu' 2025-03-21T20:18:08.6112773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/avx.c.in' 2025-03-21T20:18:08.6113457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/avx512f.c.in' 2025-03-21T20:18:08.6114138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/f32-vrndd.h' 2025-03-21T20:18:08.6114814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/f32-vrndne.h' 2025-03-21T20:18:08.6115580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/f32-vrndu.h' 2025-03-21T20:18:08.6116279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/f32-vrndz.h' 2025-03-21T20:18:08.6117053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndd-avx-u16.c' 2025-03-21T20:18:08.6117789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndd-avx-u8.c' 2025-03-21T20:18:08.6118550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndd-avx512f-u16.c' 2025-03-21T20:18:08.6119311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndd-avx512f-u32.c' 2025-03-21T20:18:08.6120044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndd-neon-u4.c' 2025-03-21T20:18:08.6120789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndd-neon-u8.c' 2025-03-21T20:18:08.6121543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndd-neonv8-u4.c' 2025-03-21T20:18:08.6122297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndd-neonv8-u8.c' 2025-03-21T20:18:08.6123028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndd-rvv-u1v.c' 2025-03-21T20:18:08.6123770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndd-rvv-u2v.c' 2025-03-21T20:18:08.6124502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndd-rvv-u4v.c' 2025-03-21T20:18:08.6125242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndd-rvv-u8v.c' 2025-03-21T20:18:08.6126020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c' 2025-03-21T20:18:08.6126799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u2.c' 2025-03-21T20:18:08.6129177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c' 2025-03-21T20:18:08.6129933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndd-sse2-u4.c' 2025-03-21T20:18:08.6130752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndd-sse2-u8.c' 2025-03-21T20:18:08.6131491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndd-sse41-u4.c' 2025-03-21T20:18:08.6132234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndd-sse41-u8.c' 2025-03-21T20:18:08.6132995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndd-wasmsimd-u4.c' 2025-03-21T20:18:08.6133811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndd-wasmsimd-u8.c' 2025-03-21T20:18:08.6134575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndne-avx-u16.c' 2025-03-21T20:18:08.6135308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndne-avx-u8.c' 2025-03-21T20:18:08.6136074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndne-avx512f-u16.c' 2025-03-21T20:18:08.6136837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndne-avx512f-u32.c' 2025-03-21T20:18:08.6137585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndne-neon-u4.c' 2025-03-21T20:18:08.6138327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndne-neon-u8.c' 2025-03-21T20:18:08.6139090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndne-neonv8-u4.c' 2025-03-21T20:18:08.6139844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndne-neonv8-u8.c' 2025-03-21T20:18:08.6140591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndne-rvv-u1v.c' 2025-03-21T20:18:08.6141338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndne-rvv-u2v.c' 2025-03-21T20:18:08.6142090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndne-rvv-u4v.c' 2025-03-21T20:18:08.6142834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndne-rvv-u8v.c' 2025-03-21T20:18:08.6143636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c' 2025-03-21T20:18:08.6144423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u2.c' 2025-03-21T20:18:08.6145220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c' 2025-03-21T20:18:08.6146003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndne-sse2-u4.c' 2025-03-21T20:18:08.6146753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndne-sse2-u8.c' 2025-03-21T20:18:08.6147541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndne-sse41-u4.c' 2025-03-21T20:18:08.6148517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndne-sse41-u8.c' 2025-03-21T20:18:08.6149377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndne-wasmsimd-u4.c' 2025-03-21T20:18:08.6150210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndne-wasmsimd-u8.c' 2025-03-21T20:18:08.6150981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndu-avx-u16.c' 2025-03-21T20:18:08.6151712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndu-avx-u8.c' 2025-03-21T20:18:08.6152473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndu-avx512f-u16.c' 2025-03-21T20:18:08.6153224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndu-avx512f-u32.c' 2025-03-21T20:18:08.6153966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndu-neon-u4.c' 2025-03-21T20:18:08.6154697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndu-neon-u8.c' 2025-03-21T20:18:08.6155447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndu-neonv8-u4.c' 2025-03-21T20:18:08.6156207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndu-neonv8-u8.c' 2025-03-21T20:18:08.6156938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndu-rvv-u1v.c' 2025-03-21T20:18:08.6157676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndu-rvv-u2v.c' 2025-03-21T20:18:08.6158410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndu-rvv-u4v.c' 2025-03-21T20:18:08.6159147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndu-rvv-u8v.c' 2025-03-21T20:18:08.6159929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c' 2025-03-21T20:18:08.6160714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u2.c' 2025-03-21T20:18:08.6161492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c' 2025-03-21T20:18:08.6162301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndu-sse2-u4.c' 2025-03-21T20:18:08.6163037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndu-sse2-u8.c' 2025-03-21T20:18:08.6163817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndu-sse41-u4.c' 2025-03-21T20:18:08.6164564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndu-sse41-u8.c' 2025-03-21T20:18:08.6165325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndu-wasmsimd-u4.c' 2025-03-21T20:18:08.6166121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndu-wasmsimd-u8.c' 2025-03-21T20:18:08.6166876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndz-avx-u16.c' 2025-03-21T20:18:08.6167613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndz-avx-u8.c' 2025-03-21T20:18:08.6168371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndz-avx512f-u16.c' 2025-03-21T20:18:08.6169129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndz-avx512f-u32.c' 2025-03-21T20:18:08.6169864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndz-neon-u4.c' 2025-03-21T20:18:08.6170607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndz-neon-u8.c' 2025-03-21T20:18:08.6171356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndz-neonv8-u4.c' 2025-03-21T20:18:08.6172108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndz-neonv8-u8.c' 2025-03-21T20:18:08.6172839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndz-rvv-u1v.c' 2025-03-21T20:18:08.6173582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndz-rvv-u2v.c' 2025-03-21T20:18:08.6174322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndz-rvv-u4v.c' 2025-03-21T20:18:08.6175064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndz-rvv-u8v.c' 2025-03-21T20:18:08.6175847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c' 2025-03-21T20:18:08.6176638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u2.c' 2025-03-21T20:18:08.6177419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c' 2025-03-21T20:18:08.6178181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndz-sse2-u4.c' 2025-03-21T20:18:08.6178927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndz-sse2-u8.c' 2025-03-21T20:18:08.6179692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndz-sse41-u4.c' 2025-03-21T20:18:08.6180445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndz-sse41-u8.c' 2025-03-21T20:18:08.6181204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndz-wasmsimd-u4.c' 2025-03-21T20:18:08.6182006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen/f32-vrndz-wasmsimd-u8.c' 2025-03-21T20:18:08.6182684Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/gen' 2025-03-21T20:18:08.6183395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/neonv8.c.in' 2025-03-21T20:18:08.6184054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/rvv.c.in' 2025-03-21T20:18:08.6184763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/scalar-libm.c.in' 2025-03-21T20:18:08.6185429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/sse41.c.in' 2025-03-21T20:18:08.6186132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/vrndd-neon.c.in' 2025-03-21T20:18:08.6186819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/vrndd-sse2.c.in' 2025-03-21T20:18:08.6187525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/vrndne-neon.c.in' 2025-03-21T20:18:08.6188223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/vrndne-sse2.c.in' 2025-03-21T20:18:08.6188977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/vrndu-neon.c.in' 2025-03-21T20:18:08.6189666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/vrndu-sse2.c.in' 2025-03-21T20:18:08.6190370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/vrndz-neon.c.in' 2025-03-21T20:18:08.6191060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/vrndz-sse2.c.in' 2025-03-21T20:18:08.6191747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd/wasmsimd.c.in' 2025-03-21T20:18:08.6192407Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrnd' 2025-03-21T20:18:08.6193099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrsqrt/avx-rsqrt.c.in' 2025-03-21T20:18:08.6193828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrsqrt/avx512f-rsqrt.c.in' 2025-03-21T20:18:08.6194543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrsqrt/f32-vrsqrt.h' 2025-03-21T20:18:08.6195257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrsqrt/fma3-rsqrt.c.in' 2025-03-21T20:18:08.6196079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u16.c' 2025-03-21T20:18:08.6196881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u32.c' 2025-03-21T20:18:08.6197671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u8.c' 2025-03-21T20:18:08.6198515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u16.c' 2025-03-21T20:18:08.6199355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u32.c' 2025-03-21T20:18:08.6200173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u64.c' 2025-03-21T20:18:08.6200964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u16.c' 2025-03-21T20:18:08.6201763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u32.c' 2025-03-21T20:18:08.6202567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u8.c' 2025-03-21T20:18:08.6203369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrsqrt/gen/f32-vrsqrt-neon-rsqrt-u16.c' 2025-03-21T20:18:08.6204159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrsqrt/gen/f32-vrsqrt-neon-rsqrt-u4.c' 2025-03-21T20:18:08.6204949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrsqrt/gen/f32-vrsqrt-neon-rsqrt-u8.c' 2025-03-21T20:18:08.6205737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrsqrt/gen/f32-vrsqrt-rvv-rsqrt-u1v.c' 2025-03-21T20:18:08.6206536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrsqrt/gen/f32-vrsqrt-rvv-rsqrt-u2v.c' 2025-03-21T20:18:08.6207323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrsqrt/gen/f32-vrsqrt-rvv-rsqrt-u4v.c' 2025-03-21T20:18:08.6208123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c' 2025-03-21T20:18:08.6208937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u2.c' 2025-03-21T20:18:08.6209736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c' 2025-03-21T20:18:08.6210561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u16.c' 2025-03-21T20:18:08.6211350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u4.c' 2025-03-21T20:18:08.6212171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u8.c' 2025-03-21T20:18:08.6212852Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrsqrt/gen' 2025-03-21T20:18:08.6213561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrsqrt/neon-rsqrt.c.in' 2025-03-21T20:18:08.6214256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrsqrt/rvv.c.in' 2025-03-21T20:18:08.6214985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrsqrt/scalar-rsqrt.c.in' 2025-03-21T20:18:08.6215718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrsqrt/sse-rsqrt.c.in' 2025-03-21T20:18:08.6216386Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vrsqrt' 2025-03-21T20:18:08.6217140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleexpminusmax/avx2-p5.c.in' 2025-03-21T20:18:08.6217957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleexpminusmax/avx512f-p5-scalef.c.in' 2025-03-21T20:18:08.6218879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u16.c' 2025-03-21T20:18:08.6219803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u24.c' 2025-03-21T20:18:08.6220719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u32.c' 2025-03-21T20:18:08.6221645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u40.c' 2025-03-21T20:18:08.6222552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u48.c' 2025-03-21T20:18:08.6223472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u56.c' 2025-03-21T20:18:08.6224391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u64.c' 2025-03-21T20:18:08.6225305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u72.c' 2025-03-21T20:18:08.6226209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u8.c' 2025-03-21T20:18:08.6227150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u80.c' 2025-03-21T20:18:08.6228059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u88.c' 2025-03-21T20:18:08.6229061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u96.c' 2025-03-21T20:18:08.6230044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u112.c' 2025-03-21T20:18:08.6231034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u128.c' 2025-03-21T20:18:08.6232035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u144.c' 2025-03-21T20:18:08.6233046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u16.c' 2025-03-21T20:18:08.6234024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u160.c' 2025-03-21T20:18:08.6234993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u176.c' 2025-03-21T20:18:08.6235986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u192.c' 2025-03-21T20:18:08.6236960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u32.c' 2025-03-21T20:18:08.6237940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u48.c' 2025-03-21T20:18:08.6238907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u64.c' 2025-03-21T20:18:08.6239891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u80.c' 2025-03-21T20:18:08.6240869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u96.c' 2025-03-21T20:18:08.6241631Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleexpminusmax/gen' 2025-03-21T20:18:08.6242369Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleexpminusmax' 2025-03-21T20:18:08.6243099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleextexp/avx2-p5.c.in' 2025-03-21T20:18:08.6243883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleextexp/avx512f-p5-scalef.c.in' 2025-03-21T20:18:08.6244772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u16.c' 2025-03-21T20:18:08.6245629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u24.c' 2025-03-21T20:18:08.6246516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u32.c' 2025-03-21T20:18:08.6247360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u40.c' 2025-03-21T20:18:08.6248348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u48.c' 2025-03-21T20:18:08.6249248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u56.c' 2025-03-21T20:18:08.6250139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u64.c' 2025-03-21T20:18:08.6250986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u72.c' 2025-03-21T20:18:08.6251835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u8.c' 2025-03-21T20:18:08.6252683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u80.c' 2025-03-21T20:18:08.6253546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u88.c' 2025-03-21T20:18:08.6254394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u96.c' 2025-03-21T20:18:08.6255322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u112.c' 2025-03-21T20:18:08.6256244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u128.c' 2025-03-21T20:18:08.6257168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u144.c' 2025-03-21T20:18:08.6258079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u16.c' 2025-03-21T20:18:08.6259003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u160.c' 2025-03-21T20:18:08.6259922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u176.c' 2025-03-21T20:18:08.6260850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u192.c' 2025-03-21T20:18:08.6261793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u32.c' 2025-03-21T20:18:08.6262717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u48.c' 2025-03-21T20:18:08.6263665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u64.c' 2025-03-21T20:18:08.6264578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u80.c' 2025-03-21T20:18:08.6265484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u96.c' 2025-03-21T20:18:08.6266253Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleextexp/gen' 2025-03-21T20:18:08.6266985Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vscaleextexp' 2025-03-21T20:18:08.6267706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/avx-rr2-p5.c.in' 2025-03-21T20:18:08.6268435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/avx2-rr1-p5.c.in' 2025-03-21T20:18:08.6269337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/avx512f-rr1-lut16-p3-perm-scalef.c.in' 2025-03-21T20:18:08.6270126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/avx512f-rr1-p5-scalef.c.in' 2025-03-21T20:18:08.6270971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/avx512f-rr2-lut32-p2-perm2-scalef.c.in' 2025-03-21T20:18:08.6271692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/f32-vsigmoid.h' 2025-03-21T20:18:08.6272651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut2048-p1-div-u12.c' 2025-03-21T20:18:08.6273615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut2048-p1-div-u16.c' 2025-03-21T20:18:08.6274574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut2048-p1-div-u20.c' 2025-03-21T20:18:08.6275532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut2048-p1-div-u24.c' 2025-03-21T20:18:08.6276484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut2048-p1-div-u4.c' 2025-03-21T20:18:08.6277444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut2048-p1-div-u8.c' 2025-03-21T20:18:08.6278395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut64-p2-div-u12.c' 2025-03-21T20:18:08.6279381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut64-p2-div-u16.c' 2025-03-21T20:18:08.6280357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut64-p2-div-u20.c' 2025-03-21T20:18:08.6281312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut64-p2-div-u24.c' 2025-03-21T20:18:08.6282253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut64-p2-div-u4.c' 2025-03-21T20:18:08.6283247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut64-p2-div-u8.c' 2025-03-21T20:18:08.6284194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-p5-div-u12.c' 2025-03-21T20:18:08.6285112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-p5-div-u16.c' 2025-03-21T20:18:08.6286020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-p5-div-u20.c' 2025-03-21T20:18:08.6286939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-p5-div-u24.c' 2025-03-21T20:18:08.6287851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-p5-div-u4.c' 2025-03-21T20:18:08.6288774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-p5-div-u8.c' 2025-03-21T20:18:08.6289621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u16.c' 2025-03-21T20:18:08.6290468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u24.c' 2025-03-21T20:18:08.6291315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u32.c' 2025-03-21T20:18:08.6292164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u40.c' 2025-03-21T20:18:08.6293013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u48.c' 2025-03-21T20:18:08.6293862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u56.c' 2025-03-21T20:18:08.6294703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u64.c' 2025-03-21T20:18:08.6295551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u72.c' 2025-03-21T20:18:08.6296413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u8.c' 2025-03-21T20:18:08.6297289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u80.c' 2025-03-21T20:18:08.6298124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u16.c' 2025-03-21T20:18:08.6298964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u24.c' 2025-03-21T20:18:08.6299823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u32.c' 2025-03-21T20:18:08.6300662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u40.c' 2025-03-21T20:18:08.6301536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u48.c' 2025-03-21T20:18:08.6302371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u56.c' 2025-03-21T20:18:08.6303217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u64.c' 2025-03-21T20:18:08.6304053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u72.c' 2025-03-21T20:18:08.6304897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u8.c' 2025-03-21T20:18:08.6305739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u80.c' 2025-03-21T20:18:08.6306591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u16.c' 2025-03-21T20:18:08.6307433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u24.c' 2025-03-21T20:18:08.6308294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u32.c' 2025-03-21T20:18:08.6309185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u40.c' 2025-03-21T20:18:08.6310043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u48.c' 2025-03-21T20:18:08.6310886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u56.c' 2025-03-21T20:18:08.6311736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u64.c' 2025-03-21T20:18:08.6312614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u72.c' 2025-03-21T20:18:08.6313458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u8.c' 2025-03-21T20:18:08.6314336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u80.c' 2025-03-21T20:18:08.6315206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u16.c' 2025-03-21T20:18:08.6316064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u24.c' 2025-03-21T20:18:08.6316960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u32.c' 2025-03-21T20:18:08.6317840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u40.c' 2025-03-21T20:18:08.6318704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u48.c' 2025-03-21T20:18:08.6319559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u56.c' 2025-03-21T20:18:08.6320428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u64.c' 2025-03-21T20:18:08.6321288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u72.c' 2025-03-21T20:18:08.6322154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u8.c' 2025-03-21T20:18:08.6323008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u80.c' 2025-03-21T20:18:08.6323873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u16.c' 2025-03-21T20:18:08.6324723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u24.c' 2025-03-21T20:18:08.6325590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u32.c' 2025-03-21T20:18:08.6326448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u40.c' 2025-03-21T20:18:08.6327314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u48.c' 2025-03-21T20:18:08.6328168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u56.c' 2025-03-21T20:18:08.6329026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u64.c' 2025-03-21T20:18:08.6329920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u72.c' 2025-03-21T20:18:08.6330805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u8.c' 2025-03-21T20:18:08.6331672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u80.c' 2025-03-21T20:18:08.6332647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u112.c' 2025-03-21T20:18:08.6333658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u128.c' 2025-03-21T20:18:08.6334650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u16.c' 2025-03-21T20:18:08.6335629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u32.c' 2025-03-21T20:18:08.6336594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u48.c' 2025-03-21T20:18:08.6337573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u64.c' 2025-03-21T20:18:08.6338545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u80.c' 2025-03-21T20:18:08.6339518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u96.c' 2025-03-21T20:18:08.6340513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u112.c' 2025-03-21T20:18:08.6341517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u128.c' 2025-03-21T20:18:08.6342510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u16.c' 2025-03-21T20:18:08.6343508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u32.c' 2025-03-21T20:18:08.6344501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u48.c' 2025-03-21T20:18:08.6345504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u64.c' 2025-03-21T20:18:08.6346495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u80.c' 2025-03-21T20:18:08.6347519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u96.c' 2025-03-21T20:18:08.6348592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u112.c' 2025-03-21T20:18:08.6349575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u128.c' 2025-03-21T20:18:08.6350475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u16.c' 2025-03-21T20:18:08.6351449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u32.c' 2025-03-21T20:18:08.6352388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u48.c' 2025-03-21T20:18:08.6353299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u64.c' 2025-03-21T20:18:08.6354205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u80.c' 2025-03-21T20:18:08.6355119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u96.c' 2025-03-21T20:18:08.6356047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u112.c' 2025-03-21T20:18:08.6356984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u128.c' 2025-03-21T20:18:08.6357912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u16.c' 2025-03-21T20:18:08.6358843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u32.c' 2025-03-21T20:18:08.6359765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u48.c' 2025-03-21T20:18:08.6360695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u64.c' 2025-03-21T20:18:08.6361617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u80.c' 2025-03-21T20:18:08.6362544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u96.c' 2025-03-21T20:18:08.6363526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u112.c' 2025-03-21T20:18:08.6364558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u128.c' 2025-03-21T20:18:08.6365537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u16.c' 2025-03-21T20:18:08.6366547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u32.c' 2025-03-21T20:18:08.6367522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u48.c' 2025-03-21T20:18:08.6368526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u64.c' 2025-03-21T20:18:08.6369532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u80.c' 2025-03-21T20:18:08.6370508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u96.c' 2025-03-21T20:18:08.6371520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u112.c' 2025-03-21T20:18:08.6372533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u128.c' 2025-03-21T20:18:08.6373532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u16.c' 2025-03-21T20:18:08.6374535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u32.c' 2025-03-21T20:18:08.6375537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u48.c' 2025-03-21T20:18:08.6376542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u64.c' 2025-03-21T20:18:08.6377545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u80.c' 2025-03-21T20:18:08.6378551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u96.c' 2025-03-21T20:18:08.6379476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut2048-p1-nr2recps-u12.c' 2025-03-21T20:18:08.6380406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut2048-p1-nr2recps-u16.c' 2025-03-21T20:18:08.6381324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut2048-p1-nr2recps-u20.c' 2025-03-21T20:18:08.6382283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut2048-p1-nr2recps-u24.c' 2025-03-21T20:18:08.6383230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut2048-p1-nr2recps-u4.c' 2025-03-21T20:18:08.6384159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut2048-p1-nr2recps-u8.c' 2025-03-21T20:18:08.6385075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u12.c' 2025-03-21T20:18:08.6386019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u16.c' 2025-03-21T20:18:08.6386955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u20.c' 2025-03-21T20:18:08.6387873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u24.c' 2025-03-21T20:18:08.6388824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u4.c' 2025-03-21T20:18:08.6389740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u8.c' 2025-03-21T20:18:08.6390622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u12.c' 2025-03-21T20:18:08.6391496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u16.c' 2025-03-21T20:18:08.6392379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u20.c' 2025-03-21T20:18:08.6393250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u24.c' 2025-03-21T20:18:08.6394125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u4.c' 2025-03-21T20:18:08.6394999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u8.c' 2025-03-21T20:18:08.6395975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma-u12.c' 2025-03-21T20:18:08.6396943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma-u16.c' 2025-03-21T20:18:08.6397917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma-u20.c' 2025-03-21T20:18:08.6398915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma-u24.c' 2025-03-21T20:18:08.6399882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma-u4.c' 2025-03-21T20:18:08.6400880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma-u8.c' 2025-03-21T20:18:08.6401813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2fma-u12.c' 2025-03-21T20:18:08.6402740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2fma-u16.c' 2025-03-21T20:18:08.6403701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2fma-u20.c' 2025-03-21T20:18:08.6404659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2fma-u24.c' 2025-03-21T20:18:08.6405594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2fma-u4.c' 2025-03-21T20:18:08.6406515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2fma-u8.c' 2025-03-21T20:18:08.6407467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2recps-u12.c' 2025-03-21T20:18:08.6408414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2recps-u16.c' 2025-03-21T20:18:08.6409361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2recps-u20.c' 2025-03-21T20:18:08.6410304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2recps-u24.c' 2025-03-21T20:18:08.6411244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2recps-u4.c' 2025-03-21T20:18:08.6412183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2recps-u8.c' 2025-03-21T20:18:08.6413147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr1recps1fma-u12.c' 2025-03-21T20:18:08.6414101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr1recps1fma-u16.c' 2025-03-21T20:18:08.6415063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr1recps1fma-u20.c' 2025-03-21T20:18:08.6416018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr1recps1fma-u24.c' 2025-03-21T20:18:08.6417015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr1recps1fma-u4.c' 2025-03-21T20:18:08.6417998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr1recps1fma-u8.c' 2025-03-21T20:18:08.6418917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2fma-u12.c' 2025-03-21T20:18:08.6419834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2fma-u16.c' 2025-03-21T20:18:08.6420789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2fma-u20.c' 2025-03-21T20:18:08.6421733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2fma-u24.c' 2025-03-21T20:18:08.6422655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2fma-u4.c' 2025-03-21T20:18:08.6423567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2fma-u8.c' 2025-03-21T20:18:08.6424505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u12.c' 2025-03-21T20:18:08.6425441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u16.c' 2025-03-21T20:18:08.6426378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u20.c' 2025-03-21T20:18:08.6427309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u24.c' 2025-03-21T20:18:08.6428240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u4.c' 2025-03-21T20:18:08.6429217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u8.c' 2025-03-21T20:18:08.6430147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u12.c' 2025-03-21T20:18:08.6431068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u16.c' 2025-03-21T20:18:08.6431994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u20.c' 2025-03-21T20:18:08.6432908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u24.c' 2025-03-21T20:18:08.6433859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u4.c' 2025-03-21T20:18:08.6434771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u8.c' 2025-03-21T20:18:08.6435689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u12.c' 2025-03-21T20:18:08.6436572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u16.c' 2025-03-21T20:18:08.6437473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u20.c' 2025-03-21T20:18:08.6438386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u24.c' 2025-03-21T20:18:08.6439297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u4.c' 2025-03-21T20:18:08.6440177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u8.c' 2025-03-21T20:18:08.6441079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u12.c' 2025-03-21T20:18:08.6441988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u16.c' 2025-03-21T20:18:08.6442896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u20.c' 2025-03-21T20:18:08.6443806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u24.c' 2025-03-21T20:18:08.6444698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u4.c' 2025-03-21T20:18:08.6445602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u8.c' 2025-03-21T20:18:08.6446512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u1.c' 2025-03-21T20:18:08.6447420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u2.c' 2025-03-21T20:18:08.6448438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u4.c' 2025-03-21T20:18:08.6449330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u1.c' 2025-03-21T20:18:08.6450222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c' 2025-03-21T20:18:08.6451158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u4.c' 2025-03-21T20:18:08.6452011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u1.c' 2025-03-21T20:18:08.6452904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u2.c' 2025-03-21T20:18:08.6453754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u4.c' 2025-03-21T20:18:08.6454642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u12.c' 2025-03-21T20:18:08.6455553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u16.c' 2025-03-21T20:18:08.6456471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u20.c' 2025-03-21T20:18:08.6457359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u24.c' 2025-03-21T20:18:08.6458233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u4.c' 2025-03-21T20:18:08.6459108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u8.c' 2025-03-21T20:18:08.6459963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u12.c' 2025-03-21T20:18:08.6460814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u16.c' 2025-03-21T20:18:08.6461666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u20.c' 2025-03-21T20:18:08.6462513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u24.c' 2025-03-21T20:18:08.6463364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u4.c' 2025-03-21T20:18:08.6464208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u8.c' 2025-03-21T20:18:08.6465105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u12.c' 2025-03-21T20:18:08.6465991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u16.c' 2025-03-21T20:18:08.6466882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u20.c' 2025-03-21T20:18:08.6467794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u24.c' 2025-03-21T20:18:08.6468724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u4.c' 2025-03-21T20:18:08.6469641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u8.c' 2025-03-21T20:18:08.6470504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u12.c' 2025-03-21T20:18:08.6471356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u16.c' 2025-03-21T20:18:08.6472238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u20.c' 2025-03-21T20:18:08.6473123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u24.c' 2025-03-21T20:18:08.6473974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u4.c' 2025-03-21T20:18:08.6474825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u8.c' 2025-03-21T20:18:08.6475749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmblendvps-fma-rr2-p5-div-u12.c' 2025-03-21T20:18:08.6476678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmblendvps-fma-rr2-p5-div-u16.c' 2025-03-21T20:18:08.6477605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmblendvps-fma-rr2-p5-div-u20.c' 2025-03-21T20:18:08.6478539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmblendvps-fma-rr2-p5-div-u24.c' 2025-03-21T20:18:08.6479462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmblendvps-fma-rr2-p5-div-u4.c' 2025-03-21T20:18:08.6480387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmblendvps-fma-rr2-p5-div-u8.c' 2025-03-21T20:18:08.6481292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmblendvps-rr2-p5-div-u12.c' 2025-03-21T20:18:08.6482201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmblendvps-rr2-p5-div-u16.c' 2025-03-21T20:18:08.6483105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmblendvps-rr2-p5-div-u20.c' 2025-03-21T20:18:08.6484007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmblendvps-rr2-p5-div-u24.c' 2025-03-21T20:18:08.6484926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmblendvps-rr2-p5-div-u4.c' 2025-03-21T20:18:08.6485830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmblendvps-rr2-p5-div-u8.c' 2025-03-21T20:18:08.6486834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmrelaxedsimd-fma-rr2-lut64-p2-div-u12.c' 2025-03-21T20:18:08.6487814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmrelaxedsimd-fma-rr2-lut64-p2-div-u16.c' 2025-03-21T20:18:08.6488797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmrelaxedsimd-fma-rr2-lut64-p2-div-u20.c' 2025-03-21T20:18:08.6489808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmrelaxedsimd-fma-rr2-lut64-p2-div-u24.c' 2025-03-21T20:18:08.6490810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmrelaxedsimd-fma-rr2-lut64-p2-div-u4.c' 2025-03-21T20:18:08.6491786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmrelaxedsimd-fma-rr2-lut64-p2-div-u8.c' 2025-03-21T20:18:08.6492730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmrelaxedsimd-fma-rr2-p5-div-u12.c' 2025-03-21T20:18:08.6493691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmrelaxedsimd-fma-rr2-p5-div-u16.c' 2025-03-21T20:18:08.6494640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmrelaxedsimd-fma-rr2-p5-div-u20.c' 2025-03-21T20:18:08.6495592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmrelaxedsimd-fma-rr2-p5-div-u24.c' 2025-03-21T20:18:08.6496527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmrelaxedsimd-fma-rr2-p5-div-u4.c' 2025-03-21T20:18:08.6497470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmrelaxedsimd-fma-rr2-p5-div-u8.c' 2025-03-21T20:18:08.6498429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmrelaxedsimd-rr2-lut64-p2-div-u12.c' 2025-03-21T20:18:08.6499389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmrelaxedsimd-rr2-lut64-p2-div-u16.c' 2025-03-21T20:18:08.6500348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmrelaxedsimd-rr2-lut64-p2-div-u20.c' 2025-03-21T20:18:08.6501312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmrelaxedsimd-rr2-lut64-p2-div-u24.c' 2025-03-21T20:18:08.6502282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmrelaxedsimd-rr2-lut64-p2-div-u4.c' 2025-03-21T20:18:08.6503234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmrelaxedsimd-rr2-lut64-p2-div-u8.c' 2025-03-21T20:18:08.6504183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmrelaxedsimd-rr2-p5-div-u12.c' 2025-03-21T20:18:08.6505106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmrelaxedsimd-rr2-p5-div-u16.c' 2025-03-21T20:18:08.6506019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmrelaxedsimd-rr2-p5-div-u20.c' 2025-03-21T20:18:08.6506975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmrelaxedsimd-rr2-p5-div-u24.c' 2025-03-21T20:18:08.6507910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmrelaxedsimd-rr2-p5-div-u4.c' 2025-03-21T20:18:08.6508873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmrelaxedsimd-rr2-p5-div-u8.c' 2025-03-21T20:18:08.6509783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmsimd-rr2-lut64-p2-div-u12.c' 2025-03-21T20:18:08.6510699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmsimd-rr2-lut64-p2-div-u16.c' 2025-03-21T20:18:08.6511603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmsimd-rr2-lut64-p2-div-u20.c' 2025-03-21T20:18:08.6512519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmsimd-rr2-lut64-p2-div-u24.c' 2025-03-21T20:18:08.6513415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmsimd-rr2-lut64-p2-div-u4.c' 2025-03-21T20:18:08.6514323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmsimd-rr2-lut64-p2-div-u8.c' 2025-03-21T20:18:08.6515198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmsimd-rr2-p5-div-u12.c' 2025-03-21T20:18:08.6516080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmsimd-rr2-p5-div-u16.c' 2025-03-21T20:18:08.6516950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmsimd-rr2-p5-div-u20.c' 2025-03-21T20:18:08.6517829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmsimd-rr2-p5-div-u24.c' 2025-03-21T20:18:08.6518692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmsimd-rr2-p5-div-u4.c' 2025-03-21T20:18:08.6519584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen/f32-vsigmoid-wasmsimd-rr2-p5-div-u8.c' 2025-03-21T20:18:08.6520297Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/gen' 2025-03-21T20:18:08.6521068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/neon-lut2048-p1.c.in' 2025-03-21T20:18:08.6521805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/neon-lut64-p2.c.in' 2025-03-21T20:18:08.6522505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/neon-p5.c.in' 2025-03-21T20:18:08.6523342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/scalar-rr2-lut2048-p1-div.c.in' 2025-03-21T20:18:08.6524143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/scalar-rr2-lut64-p2-div.c.in' 2025-03-21T20:18:08.6524943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/scalar-rr2-p5-div.c.in' 2025-03-21T20:18:08.6525714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/sse-rr2-lut64-p2-div.c.in' 2025-03-21T20:18:08.6526456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/sse-rr2-p5-div.c.in' 2025-03-21T20:18:08.6527264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/wasmsimd-rr2-lut64-p2-div.c.in' 2025-03-21T20:18:08.6528043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid/wasmsimd-rr2-p5-div.c.in' 2025-03-21T20:18:08.6528723Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsigmoid' 2025-03-21T20:18:08.6529398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqr/f32-vsqr.h' 2025-03-21T20:18:08.6530047Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqr' 2025-03-21T20:18:08.6530746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/avx-rsqrt.c.in' 2025-03-21T20:18:08.6531431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/avx-sqrt.c.in' 2025-03-21T20:18:08.6532188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/avx512f-nr1fma1adj.c.in' 2025-03-21T20:18:08.6532901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/avx512f-rsqrt.c.in' 2025-03-21T20:18:08.6533575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/f32-vsqrt.h' 2025-03-21T20:18:08.6534310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/fma3-nr1fma1adj.c.in' 2025-03-21T20:18:08.6535007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/fma3-rsqrt.c.in' 2025-03-21T20:18:08.6535873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/gen/f32-vsqrt-aarch64-neon-sqrt-u16.c' 2025-03-21T20:18:08.6536697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/gen/f32-vsqrt-aarch64-neon-sqrt-u4.c' 2025-03-21T20:18:08.6537545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/gen/f32-vsqrt-aarch64-neon-sqrt-u8.c' 2025-03-21T20:18:08.6538325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/gen/f32-vsqrt-avx-rsqrt-u16.c' 2025-03-21T20:18:08.6539113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/gen/f32-vsqrt-avx-rsqrt-u32.c' 2025-03-21T20:18:08.6539927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/gen/f32-vsqrt-avx-rsqrt-u8.c' 2025-03-21T20:18:08.6540736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/gen/f32-vsqrt-avx-sqrt-u16.c' 2025-03-21T20:18:08.6541508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/gen/f32-vsqrt-avx-sqrt-u32.c' 2025-03-21T20:18:08.6542279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/gen/f32-vsqrt-avx-sqrt-u8.c' 2025-03-21T20:18:08.6543081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/gen/f32-vsqrt-avx512f-rsqrt-u16.c' 2025-03-21T20:18:08.6543889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/gen/f32-vsqrt-avx512f-rsqrt-u32.c' 2025-03-21T20:18:08.6544694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/gen/f32-vsqrt-avx512f-rsqrt-u48.c' 2025-03-21T20:18:08.6545489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/gen/f32-vsqrt-fma3-rsqrt-u16.c' 2025-03-21T20:18:08.6546270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/gen/f32-vsqrt-fma3-rsqrt-u32.c' 2025-03-21T20:18:08.6547058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/gen/f32-vsqrt-fma3-rsqrt-u8.c' 2025-03-21T20:18:08.6547978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/gen/f32-vsqrt-rvv-sqrt-u1v.c' 2025-03-21T20:18:08.6548845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/gen/f32-vsqrt-rvv-sqrt-u2v.c' 2025-03-21T20:18:08.6549619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/gen/f32-vsqrt-rvv-sqrt-u4v.c' 2025-03-21T20:18:08.6550401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/gen/f32-vsqrt-rvv-sqrt-u8v.c' 2025-03-21T20:18:08.6551185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c' 2025-03-21T20:18:08.6551978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u2.c' 2025-03-21T20:18:08.6552824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u4.c' 2025-03-21T20:18:08.6553642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/gen/f32-vsqrt-sse-rsqrt-u12.c' 2025-03-21T20:18:08.6554426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/gen/f32-vsqrt-sse-rsqrt-u4.c' 2025-03-21T20:18:08.6555195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/gen/f32-vsqrt-sse-rsqrt-u8.c' 2025-03-21T20:18:08.6555971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/gen/f32-vsqrt-sse-sqrt-u16.c' 2025-03-21T20:18:08.6556776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/gen/f32-vsqrt-sse-sqrt-u4.c' 2025-03-21T20:18:08.6557584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/gen/f32-vsqrt-sse-sqrt-u8.c' 2025-03-21T20:18:08.6558392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/gen/f32-vsqrt-wasmsimd-sqrt-u16.c' 2025-03-21T20:18:08.6559195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/gen/f32-vsqrt-wasmsimd-sqrt-u4.c' 2025-03-21T20:18:08.6559986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/gen/f32-vsqrt-wasmsimd-sqrt-u8.c' 2025-03-21T20:18:08.6560678Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/gen' 2025-03-21T20:18:08.6561367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/neon-sqrt.c.in' 2025-03-21T20:18:08.6562173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/neonfma-nr1rsqrts1fma1adj.c.in' 2025-03-21T20:18:08.6562919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/neonfma-nr2fma1adj.c.in' 2025-03-21T20:18:08.6563616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/rvv-sqrt.c.in' 2025-03-21T20:18:08.6564322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/scalar-sqrt.c.in' 2025-03-21T20:18:08.6565024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/sse-rsqrt.c.in' 2025-03-21T20:18:08.6565712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/sse-sqrt.c.in' 2025-03-21T20:18:08.6566438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt/wasmsimd-sqrt.c.in' 2025-03-21T20:18:08.6567095Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vsqrt' 2025-03-21T20:18:08.6567772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vtanh/f32-vtanh.h' 2025-03-21T20:18:08.6568629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vtanh/gen/f32-vtanh-avx-rational-9-8-div.c' 2025-03-21T20:18:08.6569456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vtanh/gen/f32-vtanh-avx-rational-9-8-nr.c' 2025-03-21T20:18:08.6570334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vtanh/gen/f32-vtanh-avx512f-rational-9-8-div.c' 2025-03-21T20:18:08.6571171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vtanh/gen/f32-vtanh-avx512f-rational-9-8-nr.c' 2025-03-21T20:18:08.6572001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vtanh/gen/f32-vtanh-fma3-rational-9-8-div.c' 2025-03-21T20:18:08.6572848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vtanh/gen/f32-vtanh-fma3-rational-9-8-nr.c' 2025-03-21T20:18:08.6573705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vtanh/gen/f32-vtanh-neon-rational-9-8-div.c' 2025-03-21T20:18:08.6574521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vtanh/gen/f32-vtanh-neon-rational-9-8-nr.c' 2025-03-21T20:18:08.6575366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vtanh/gen/f32-vtanh-scalar-rational-9-8-div.c' 2025-03-21T20:18:08.6576187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vtanh/gen/f32-vtanh-sse2-rational-9-8-div.c' 2025-03-21T20:18:08.6577012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vtanh/gen/f32-vtanh-sse2-rational-9-8-nr.c' 2025-03-21T20:18:08.6577859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vtanh/gen/f32-vtanh-wasmsimd-rational-9-8-div.c' 2025-03-21T20:18:08.6578543Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vtanh/gen' 2025-03-21T20:18:08.6579252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vtanh/rational-9-8.c.in' 2025-03-21T20:18:08.6579913Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vtanh' 2025-03-21T20:18:08.6580632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/gen/f32-vabs-avx.c' 2025-03-21T20:18:08.6581389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/gen/f32-vabs-avx512f.c' 2025-03-21T20:18:08.6582111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/gen/f32-vabs-hvx.c' 2025-03-21T20:18:08.6582842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/gen/f32-vabs-neon.c' 2025-03-21T20:18:08.6583585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/gen/f32-vabs-rvv-u1v.c' 2025-03-21T20:18:08.6584335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/gen/f32-vabs-rvv-u2v.c' 2025-03-21T20:18:08.6585107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/gen/f32-vabs-rvv-u4v.c' 2025-03-21T20:18:08.6585850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/gen/f32-vabs-rvv-u8v.c' 2025-03-21T20:18:08.6586624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/gen/f32-vabs-scalar.c' 2025-03-21T20:18:08.6587351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/gen/f32-vabs-sse2.c' 2025-03-21T20:18:08.6588113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/gen/f32-vabs-wasmsimd.c' 2025-03-21T20:18:08.6588952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/gen/f32-vneg-avx.c' 2025-03-21T20:18:08.6589735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/gen/f32-vneg-avx512f.c' 2025-03-21T20:18:08.6590459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/gen/f32-vneg-hvx.c' 2025-03-21T20:18:08.6591192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/gen/f32-vneg-neon.c' 2025-03-21T20:18:08.6591938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/gen/f32-vneg-rvv-u1v.c' 2025-03-21T20:18:08.6592695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/gen/f32-vneg-rvv-u2v.c' 2025-03-21T20:18:08.6593434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/gen/f32-vneg-rvv-u4v.c' 2025-03-21T20:18:08.6594177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/gen/f32-vneg-rvv-u8v.c' 2025-03-21T20:18:08.6594906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/gen/f32-vneg-scalar.c' 2025-03-21T20:18:08.6595635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/gen/f32-vneg-sse2.c' 2025-03-21T20:18:08.6596386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/gen/f32-vneg-wasmsimd.c' 2025-03-21T20:18:08.6597119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/gen/f32-vsqr-avx.c' 2025-03-21T20:18:08.6597858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/gen/f32-vsqr-avx512f.c' 2025-03-21T20:18:08.6598584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/gen/f32-vsqr-hvx.c' 2025-03-21T20:18:08.6599306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/gen/f32-vsqr-neon.c' 2025-03-21T20:18:08.6600042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/gen/f32-vsqr-rvv-u1v.c' 2025-03-21T20:18:08.6600787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/gen/f32-vsqr-rvv-u2v.c' 2025-03-21T20:18:08.6601552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/gen/f32-vsqr-rvv-u4v.c' 2025-03-21T20:18:08.6602334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/gen/f32-vsqr-rvv-u8v.c' 2025-03-21T20:18:08.6603065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/gen/f32-vsqr-scalar.c' 2025-03-21T20:18:08.6603793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/gen/f32-vsqr-sse2.c' 2025-03-21T20:18:08.6604539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/gen/f32-vsqr-wasmsimd.c' 2025-03-21T20:18:08.6605260Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/gen' 2025-03-21T20:18:08.6605956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/rvv.c.in' 2025-03-21T20:18:08.6606643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary/simd.c.in' 2025-03-21T20:18:08.6607307Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f32-vunary' 2025-03-21T20:18:08.6607918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/im2col.c' 2025-03-21T20:18:08.6608558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/indirection.c' 2025-03-21T20:18:08.6609162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/init.c' 2025-03-21T20:18:08.6609757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/log.c' 2025-03-21T20:18:08.6610420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/memory-planner.c' 2025-03-21T20:18:08.6611020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/memory.c' 2025-03-21T20:18:08.6611693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/microkernel-utils.c' 2025-03-21T20:18:08.6612378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/microparams-init.c' 2025-03-21T20:18:08.6612976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/mutex.c' 2025-03-21T20:18:08.6613631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/normalization.c' 2025-03-21T20:18:08.6614289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operator-delete.c' 2025-03-21T20:18:08.6614939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operator-run.c' 2025-03-21T20:18:08.6615593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operator-utils.c' 2025-03-21T20:18:08.6616355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operators/argmax-pooling-nhwc.c' 2025-03-21T20:18:08.6617136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operators/average-pooling-nhwc.c' 2025-03-21T20:18:08.6617949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operators/batch-matrix-multiply-nc.c' 2025-03-21T20:18:08.6618702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operators/binary-elementwise-nd.c' 2025-03-21T20:18:08.6619442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operators/channel-shuffle-nc.c' 2025-03-21T20:18:08.6620162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operators/constant-pad-nd.c' 2025-03-21T20:18:08.6620919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operators/convolution-nchw.c' 2025-03-21T20:18:08.6621666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operators/convolution-nhwc.c' 2025-03-21T20:18:08.6622406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operators/deconvolution-nhwc.c' 2025-03-21T20:18:08.6623193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operators/dynamic-fully-connected-nc.c' 2025-03-21T20:18:08.6623926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operators/fully-connected-nc.c' 2025-03-21T20:18:08.6624660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operators/max-pooling-nhwc.c' 2025-03-21T20:18:08.6625336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operators/pack-lh.c' 2025-03-21T20:18:08.6626025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operators/reduce-nd.c' 2025-03-21T20:18:08.6626765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operators/resize-bilinear-nchw.c' 2025-03-21T20:18:08.6627521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operators/resize-bilinear-nhwc.c' 2025-03-21T20:18:08.6628203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operators/rope-nthc.c' 2025-03-21T20:18:08.6629104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operators/scaled-dot-product-attention-nhtc.c' 2025-03-21T20:18:08.6629782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operators/slice-nd.c' 2025-03-21T20:18:08.6630486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operators/softmax-nc.c' 2025-03-21T20:18:08.6631179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operators/transpose-nd.c' 2025-03-21T20:18:08.6631933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operators/unary-elementwise-nc.c' 2025-03-21T20:18:08.6632641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operators/unpooling-nhwc.c' 2025-03-21T20:18:08.6633337Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/operators' 2025-03-21T20:18:08.6633976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/params.c' 2025-03-21T20:18:08.6634796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/pf32-gemm/pf32-gemm-32x32-minmax-neonsme2.c' 2025-03-21T20:18:08.6635453Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/pf32-gemm' 2025-03-21T20:18:08.6636501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16-minmax-neonfp16arith-mlal-lane-prfm.c' 2025-03-21T20:18:08.6637528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16-minmax-neonfp16arith-mlal-lane.c' 2025-03-21T20:18:08.6638525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6639432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6640326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x2-minmax-scalar.c' 2025-03-21T20:18:08.6641248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6642130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x4-minmax-scalar.c' 2025-03-21T20:18:08.6643021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x8-minmax-scalar.c' 2025-03-21T20:18:08.6643976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x8c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6644864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x8c8-minmax-avx2.c' 2025-03-21T20:18:08.6645772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6646803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x16-minmax-neonfp16arith-mlal-lane-prfm.c' 2025-03-21T20:18:08.6647917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x16-minmax-neonfp16arith-mlal-lane.c' 2025-03-21T20:18:08.6648888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x16c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6649807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6650750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x2-minmax-scalar.c' 2025-03-21T20:18:08.6651699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6652585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x4-minmax-scalar.c' 2025-03-21T20:18:08.6653462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x8-minmax-scalar.c' 2025-03-21T20:18:08.6654462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x8c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6655373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x8c8-minmax-avx2.c' 2025-03-21T20:18:08.6656286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6657308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x16-minmax-neonfp16arith-mlal-lane-prfm.c' 2025-03-21T20:18:08.6658307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x16-minmax-neonfp16arith-mlal-lane.c' 2025-03-21T20:18:08.6659268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x16c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6660186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6661103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6662065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x8c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6662944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x8c8-minmax-avx2.c' 2025-03-21T20:18:08.6663857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6664883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x16-minmax-neonfp16arith-mlal-lane-prfm.c' 2025-03-21T20:18:08.6665877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x16-minmax-neonfp16arith-mlal-lane.c' 2025-03-21T20:18:08.6666835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x16c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6667787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6668782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6669676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x4-minmax-scalar.c' 2025-03-21T20:18:08.6670627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x8c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6671550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x8c8-minmax-avx2.c' 2025-03-21T20:18:08.6672479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6673446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-5x16c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6674354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-5x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6675271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-5x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6676226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-5x8c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6677148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-5x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6678178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-6x16-minmax-neonfp16arith-mlal-lane-prfm.c' 2025-03-21T20:18:08.6679173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-6x16-minmax-neonfp16arith-mlal-lane.c' 2025-03-21T20:18:08.6680128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-6x16c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6681050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-6x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6681961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-6x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6682923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-6x8c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6683824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-6x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6684773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-7x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6685682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-7x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6686620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-7x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6687522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-8x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6688463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-8x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6689389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-8x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6690126Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm/gen' 2025-03-21T20:18:08.6690834Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qb4w-gemm' 2025-03-21T20:18:08.6691811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-10x8c8-minmax-avx256skx-madd-prfm.c' 2025-03-21T20:18:08.6692765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-10x8c8-minmax-avx256skx-madd.c' 2025-03-21T20:18:08.6693714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-10x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.6694641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-10x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.6695615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-10x8c8-minmax-avx256vnnigfni-prfm.c' 2025-03-21T20:18:08.6696564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-10x8c8-minmax-avx256vnnigfni.c' 2025-03-21T20:18:08.6697538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-12x8c8-minmax-avx256skx-madd-prfm.c' 2025-03-21T20:18:08.6698493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-12x8c8-minmax-avx256skx-madd.c' 2025-03-21T20:18:08.6699437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-12x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.6700368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-12x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.6701371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-12x8c8-minmax-avx256vnnigfni-prfm.c' 2025-03-21T20:18:08.6702329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-12x8c8-minmax-avx256vnnigfni.c' 2025-03-21T20:18:08.6703328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-14x8c8-minmax-avx256skx-madd-prfm.c' 2025-03-21T20:18:08.6704278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-14x8c8-minmax-avx256skx-madd.c' 2025-03-21T20:18:08.6705253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-14x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.6706183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-14x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.6707183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-14x8c8-minmax-avx256vnnigfni-prfm.c' 2025-03-21T20:18:08.6708134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-14x8c8-minmax-avx256vnnigfni.c' 2025-03-21T20:18:08.6709200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16-minmax-neonfp16arith-mlal-lane-prfm.c' 2025-03-21T20:18:08.6710203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16-minmax-neonfp16arith-mlal-lane.c' 2025-03-21T20:18:08.6711176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6712094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6713004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6713965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6714905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c' 2025-03-21T20:18:08.6715828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx2-madd.c' 2025-03-21T20:18:08.6716706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx2.c' 2025-03-21T20:18:08.6717684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx256skx-madd-prfm.c' 2025-03-21T20:18:08.6718650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx256skx-madd.c' 2025-03-21T20:18:08.6719572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx256skx.c' 2025-03-21T20:18:08.6720541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.6721464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.6722457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx256vnnigfni-prfm.c' 2025-03-21T20:18:08.6723409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx256vnnigfni.c' 2025-03-21T20:18:08.6724378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.6725285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.6726189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6727231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x16-minmax-neonfp16arith-mlal-lane-prfm.c' 2025-03-21T20:18:08.6728225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x16-minmax-neonfp16arith-mlal-lane.c' 2025-03-21T20:18:08.6729195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x16c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6730111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6731038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6731996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6732958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx2-madd-prfm.c' 2025-03-21T20:18:08.6733869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx2-madd.c' 2025-03-21T20:18:08.6734756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx2.c' 2025-03-21T20:18:08.6735695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx256skx.c' 2025-03-21T20:18:08.6736641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.6737567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.6738481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6739506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x16-minmax-neonfp16arith-mlal-lane-prfm.c' 2025-03-21T20:18:08.6740531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x16-minmax-neonfp16arith-mlal-lane.c' 2025-03-21T20:18:08.6741513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x16c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6742432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6743338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6744303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6745244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx2-madd-prfm.c' 2025-03-21T20:18:08.6746156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx2-madd.c' 2025-03-21T20:18:08.6747036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx2.c' 2025-03-21T20:18:08.6748084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx256skx.c' 2025-03-21T20:18:08.6749063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.6749973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.6750876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6751905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16-minmax-neonfp16arith-mlal-lane-prfm.c' 2025-03-21T20:18:08.6752945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16-minmax-neonfp16arith-mlal-lane.c' 2025-03-21T20:18:08.6753913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6754858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6755769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6756719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6757711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c' 2025-03-21T20:18:08.6758657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx2-madd.c' 2025-03-21T20:18:08.6759537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx2.c' 2025-03-21T20:18:08.6760452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx256skx.c' 2025-03-21T20:18:08.6761383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.6762291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.6763195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6764156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x16c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6765060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6765974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6766928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6767877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx2-madd-prfm.c' 2025-03-21T20:18:08.6768782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx2-madd.c' 2025-03-21T20:18:08.6769664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx2.c' 2025-03-21T20:18:08.6770656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx256skx-madd-prfm.c' 2025-03-21T20:18:08.6771626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx256skx-madd.c' 2025-03-21T20:18:08.6772534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx256skx.c' 2025-03-21T20:18:08.6773491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.6774430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.6775430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx256vnnigfni-prfm.c' 2025-03-21T20:18:08.6776368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx256vnnigfni.c' 2025-03-21T20:18:08.6777302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.6778194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.6779107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6780133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x16-minmax-neonfp16arith-mlal-lane-prfm.c' 2025-03-21T20:18:08.6781130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x16-minmax-neonfp16arith-mlal-lane.c' 2025-03-21T20:18:08.6782085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x16c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6783002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6783911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6784873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6785813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx2-madd-prfm.c' 2025-03-21T20:18:08.6786726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx2-madd.c' 2025-03-21T20:18:08.6787638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx2.c' 2025-03-21T20:18:08.6788554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx256skx.c' 2025-03-21T20:18:08.6789565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.6790473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.6791426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6792372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6793279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6794226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx2-madd-prfm.c' 2025-03-21T20:18:08.6795132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx2-madd.c' 2025-03-21T20:18:08.6796019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx2.c' 2025-03-21T20:18:08.6796991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx256skx-madd-prfm.c' 2025-03-21T20:18:08.6797932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx256skx-madd.c' 2025-03-21T20:18:08.6798840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx256skx.c' 2025-03-21T20:18:08.6799789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.6800709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.6801685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx256vnnigfni-prfm.c' 2025-03-21T20:18:08.6802623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx256vnnigfni.c' 2025-03-21T20:18:08.6803554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.6804478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.6805389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6806321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6807238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6808206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx2-madd-prfm.c' 2025-03-21T20:18:08.6809119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx2-madd.c' 2025-03-21T20:18:08.6810025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx2.c' 2025-03-21T20:18:08.6811001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx256skx-madd-prfm.c' 2025-03-21T20:18:08.6811943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx256skx-madd.c' 2025-03-21T20:18:08.6812860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx256skx.c' 2025-03-21T20:18:08.6813806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.6814721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.6815695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx256vnnigfni-prfm.c' 2025-03-21T20:18:08.6816630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx256vnnigfni.c' 2025-03-21T20:18:08.6817565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.6818462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.6819365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6820330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-9x8c8-minmax-avx256skx-madd-prfm.c' 2025-03-21T20:18:08.6821294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-9x8c8-minmax-avx256skx-madd.c' 2025-03-21T20:18:08.6822244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-9x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.6823187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-9x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.6824152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-9x8c8-minmax-avx256vnnigfni-prfm.c' 2025-03-21T20:18:08.6825096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-9x8c8-minmax-avx256vnnigfni.c' 2025-03-21T20:18:08.6825846Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm/gen' 2025-03-21T20:18:08.6826589Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc4w-gemm' 2025-03-21T20:18:08.6827543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-10x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.6828467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-10x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.6829460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-12x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.6830388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-12x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.6831336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-14x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.6832259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-14x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.6833200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-16x64c4-minmax-avx512amx-prfm.c' 2025-03-21T20:18:08.6834128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-16x64c4-minmax-avx512amx.c' 2025-03-21T20:18:08.6835088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x16c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6836003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6836910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6837829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x64c4-minmax-avx512amx.c' 2025-03-21T20:18:08.6838808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c2s4-minmax-neonfp16arith.c' 2025-03-21T20:18:08.6839796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6840672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx2.c' 2025-03-21T20:18:08.6841586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx256skx.c' 2025-03-21T20:18:08.6842563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.6843519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.6844448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.6845348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.6846248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6847211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x16c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6848238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6849153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6850046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6851007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c2s4-minmax-neonfp16arith.c' 2025-03-21T20:18:08.6851965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6852857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c8-minmax-avx2.c' 2025-03-21T20:18:08.6853785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.6854686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.6855688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x16c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6856605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6857565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6858521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6859430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx2.c' 2025-03-21T20:18:08.6860368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.6861573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.6862490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6863504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S' 2025-03-21T20:18:08.6864626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondotfp16arith-cortex-a55.S' 2025-03-21T20:18:08.6865590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6866504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6867419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6868533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c4-minmax-asm-aarch32-neondotfp16arith-cortex-a55.S' 2025-03-21T20:18:08.6869552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6870440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c8-minmax-avx2.c' 2025-03-21T20:18:08.6871379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.6872276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.6873220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6874179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x16c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6875127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6876034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6877020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x8c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6877932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x8c8-minmax-avx256skx.c' 2025-03-21T20:18:08.6878918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.6879834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.6880773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.6881675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.6882587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6883546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x16c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6884464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6885368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6886330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x8c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6887261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.6888164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.6889063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6890000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-7x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6890907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-7x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6891849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-7x64c4-minmax-avx512amx.c' 2025-03-21T20:18:08.6892758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-7x8c8-minmax-avx256skx.c' 2025-03-21T20:18:08.6893707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-7x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.6894644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-7x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.6895612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-7x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.6896510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-7x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.6897414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-7x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6898317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-8x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6899226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-8x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6904502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-8x8c8-minmax-avx256skx.c' 2025-03-21T20:18:08.6905517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-8x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.6906445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-8x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.6907394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-8x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.6908301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-8x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.6909309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-8x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6910253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-9x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.6911171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-9x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.6911973Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm/gen' 2025-03-21T20:18:08.6912683Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-gemm' 2025-03-21T20:18:08.6913680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-10x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.6914610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-10x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.6915601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-12x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.6916537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-12x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.6917536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-14x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.6918467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-14x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.6919428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-16x64c4-minmax-avx512amx-prfm.c' 2025-03-21T20:18:08.6920359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-16x64c4-minmax-avx512amx.c' 2025-03-21T20:18:08.6921331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x16c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6922261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6923235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x32c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6924162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x64c4-minmax-avx512amx.c' 2025-03-21T20:18:08.6925161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c2s4-minmax-neonfp16arith-mlal.c' 2025-03-21T20:18:08.6926126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6927022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx2.c' 2025-03-21T20:18:08.6927946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx256skx.c' 2025-03-21T20:18:08.6928956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.6929891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.6930868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.6931781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.6932728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6933701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x16c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6934660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6935629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x32c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6936621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c2s4-minmax-neonfp16arith-mlal.c' 2025-03-21T20:18:08.6937593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6938498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c8-minmax-avx2.c' 2025-03-21T20:18:08.6939440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.6940352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.6941267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6942198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6943088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx2.c' 2025-03-21T20:18:08.6944036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.6944948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.6945897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6946967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S' 2025-03-21T20:18:08.6948221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S' 2025-03-21T20:18:08.6949242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6950236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6951207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x32c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6952366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c4-minmax-asm-aarch32-neondotfp16arith-cortex-a55.S' 2025-03-21T20:18:08.6953338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6954237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c8-minmax-avx2.c' 2025-03-21T20:18:08.6955188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.6956098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.6957017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6957948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-5x8c8-minmax-avx256skx.c' 2025-03-21T20:18:08.6958908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-5x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.6959848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-5x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.6960788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-5x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.6961701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-5x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.6962668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x16c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6963639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6964613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x32c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6965616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x8c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6966553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.6967491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.6968408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6969365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-7x64c4-minmax-avx512amx.c' 2025-03-21T20:18:08.6970287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-7x8c8-minmax-avx256skx.c' 2025-03-21T20:18:08.6971247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-7x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.6972176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-7x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.6973129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-7x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.6974035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-7x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.6975010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x16c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6975938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6976912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x32c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6977879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x8c4-minmax-neondotfp16arith.c' 2025-03-21T20:18:08.6978803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x8c8-minmax-avx256skx.c' 2025-03-21T20:18:08.6979757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.6980715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.6981655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.6982599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.6983516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.6984503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-9x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.6985439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-9x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.6986212Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm/gen' 2025-03-21T20:18:08.6986927Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f16-qc8w-igemm' 2025-03-21T20:18:08.6987881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-10x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.6988880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-10x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.6989859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-10x16c8-minmax-avx512vnnigfni-prfm.c' 2025-03-21T20:18:08.6990817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-10x16c8-minmax-avx512vnnigfni.c' 2025-03-21T20:18:08.6991765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-12x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.6992693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-12x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.6993672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-12x16c8-minmax-avx512vnnigfni-prfm.c' 2025-03-21T20:18:08.6994629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-12x16c8-minmax-avx512vnnigfni.c' 2025-03-21T20:18:08.6995585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.6996511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.6997515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnnigfni-prfm.c' 2025-03-21T20:18:08.6998474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnnigfni.c' 2025-03-21T20:18:08.6999463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16-minmax-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.7000402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16-minmax-neon-mlal-lane.c' 2025-03-21T20:18:08.7001298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c4-minmax-neondot.c' 2025-03-21T20:18:08.7002281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7003224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.7004201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c' 2025-03-21T20:18:08.7005142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnnigfni.c' 2025-03-21T20:18:08.7006065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7006942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x2-minmax-scalar.c' 2025-03-21T20:18:08.7007856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7008738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4-minmax-scalar.c' 2025-03-21T20:18:08.7009656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-avx-ld128.c' 2025-03-21T20:18:08.7010557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-avx-ld64.c' 2025-03-21T20:18:08.7011479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse2-ld128.c' 2025-03-21T20:18:08.7012384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse2-ld64.c' 2025-03-21T20:18:08.7013306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse41-ld128.c' 2025-03-21T20:18:08.7014221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse41-ld64.c' 2025-03-21T20:18:08.7015127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x8-minmax-scalar.c' 2025-03-21T20:18:08.7016053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x8c4-minmax-neondot.c' 2025-03-21T20:18:08.7016939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x8c8-minmax-avx2.c' 2025-03-21T20:18:08.7017844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7018840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x16-minmax-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.7019797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x16-minmax-neon-mlal-lane.c' 2025-03-21T20:18:08.7020704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x16c4-minmax-neondot.c' 2025-03-21T20:18:08.7021615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7022501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x2-minmax-scalar.c' 2025-03-21T20:18:08.7023418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7024302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x4-minmax-scalar.c' 2025-03-21T20:18:08.7025213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x4c8-minmax-avx-ld128.c' 2025-03-21T20:18:08.7026116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x4c8-minmax-avx-ld64.c' 2025-03-21T20:18:08.7027034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x4c8-minmax-sse2-ld128.c' 2025-03-21T20:18:08.7027951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x4c8-minmax-sse2-ld64.c' 2025-03-21T20:18:08.7028949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x4c8-minmax-sse41-ld128.c' 2025-03-21T20:18:08.7029875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x4c8-minmax-sse41-ld64.c' 2025-03-21T20:18:08.7030756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x8-minmax-scalar.c' 2025-03-21T20:18:08.7031697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x8c4-minmax-neondot.c' 2025-03-21T20:18:08.7032580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x8c8-minmax-avx2.c' 2025-03-21T20:18:08.7033512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7034484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x16-minmax-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.7035420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x16-minmax-neon-mlal-lane.c' 2025-03-21T20:18:08.7036356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x16c4-minmax-neondot.c' 2025-03-21T20:18:08.7037295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7038211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7039116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x4c8-minmax-avx-ld128.c' 2025-03-21T20:18:08.7040028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x4c8-minmax-avx-ld64.c' 2025-03-21T20:18:08.7040941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x4c8-minmax-sse2-ld128.c' 2025-03-21T20:18:08.7041852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x4c8-minmax-sse2-ld64.c' 2025-03-21T20:18:08.7042772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x4c8-minmax-sse41-ld128.c' 2025-03-21T20:18:08.7043686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x4c8-minmax-sse41-ld64.c' 2025-03-21T20:18:08.7044583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x8c4-minmax-neondot.c' 2025-03-21T20:18:08.7045463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x8c8-minmax-avx2.c' 2025-03-21T20:18:08.7046370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7047343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x16-minmax-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.7048400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x16-minmax-neon-mlal-lane.c' 2025-03-21T20:18:08.7049361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x16c4-minmax-neondot.c' 2025-03-21T20:18:08.7050302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7051214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7052090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4-minmax-scalar.c' 2025-03-21T20:18:08.7053054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-avx-ld128.c' 2025-03-21T20:18:08.7053990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-avx-ld64.c' 2025-03-21T20:18:08.7054910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-sse2-ld128.c' 2025-03-21T20:18:08.7055809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-sse2-ld64.c' 2025-03-21T20:18:08.7056725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-sse41-ld128.c' 2025-03-21T20:18:08.7057641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-sse41-ld64.c' 2025-03-21T20:18:08.7058547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x8c4-minmax-neondot.c' 2025-03-21T20:18:08.7059429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x8c8-minmax-avx2.c' 2025-03-21T20:18:08.7060334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7061231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-5x16c4-minmax-neondot.c' 2025-03-21T20:18:08.7062193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-5x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7063111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-5x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.7064094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-5x16c8-minmax-avx512vnnigfni-prfm.c' 2025-03-21T20:18:08.7065039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-5x16c8-minmax-avx512vnnigfni.c' 2025-03-21T20:18:08.7065979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-5x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7066888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-5x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7067824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-5x8c4-minmax-neondot.c' 2025-03-21T20:18:08.7068769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-5x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7069769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-6x16-minmax-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.7070706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-6x16-minmax-neon-mlal-lane.c' 2025-03-21T20:18:08.7071640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-6x16c4-minmax-neondot.c' 2025-03-21T20:18:08.7072552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-6x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7073464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-6x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7074361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-6x8c4-minmax-neondot.c' 2025-03-21T20:18:08.7075267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-6x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7076216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-7x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7077139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-7x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.7078115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-7x16c8-minmax-avx512vnnigfni-prfm.c' 2025-03-21T20:18:08.7079071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-7x16c8-minmax-avx512vnnigfni.c' 2025-03-21T20:18:08.7079982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-7x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7080891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-7x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7081789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-7x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7082772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7083691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.7084694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnnigfni-prfm.c' 2025-03-21T20:18:08.7085633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnnigfni.c' 2025-03-21T20:18:08.7086540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-8x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7087493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-8x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7088422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-8x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7089372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-9x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7090291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-9x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.7091269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-9x16c8-minmax-avx512vnnigfni-prfm.c' 2025-03-21T20:18:08.7092211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-9x16c8-minmax-avx512vnnigfni.c' 2025-03-21T20:18:08.7092945Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm/gen' 2025-03-21T20:18:08.7093648Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qb4w-gemm' 2025-03-21T20:18:08.7094625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-10x16c4-minmax-avx512skx-madd-prfm.c' 2025-03-21T20:18:08.7095570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-10x16c4-minmax-avx512skx-madd.c' 2025-03-21T20:18:08.7096532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-10x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7097456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-10x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.7098435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-10x16c4-minmax-avx512vnnigfni-prfm.c' 2025-03-21T20:18:08.7099385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-10x16c4-minmax-avx512vnnigfni.c' 2025-03-21T20:18:08.7100391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-10x16c8-minmax-avx512skx-madd-prfm.c' 2025-03-21T20:18:08.7101362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-10x16c8-minmax-avx512skx-madd.c' 2025-03-21T20:18:08.7102322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-10x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7103241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-10x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.7104252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-10x16c8-minmax-avx512vnnigfni-prfm.c' 2025-03-21T20:18:08.7105230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-10x16c8-minmax-avx512vnnigfni.c' 2025-03-21T20:18:08.7106213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-10x8c8-minmax-avx256skx-madd-prfm.c' 2025-03-21T20:18:08.7107155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-10x8c8-minmax-avx256skx-madd.c' 2025-03-21T20:18:08.7108105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-10x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.7109098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-10x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.7110074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-10x8c8-minmax-avx256vnnigfni-prfm.c' 2025-03-21T20:18:08.7111016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-10x8c8-minmax-avx256vnnigfni.c' 2025-03-21T20:18:08.7111992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-12x16c4-minmax-avx512skx-madd-prfm.c' 2025-03-21T20:18:08.7112946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-12x16c4-minmax-avx512skx-madd.c' 2025-03-21T20:18:08.7113902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-12x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7114824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-12x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.7115799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-12x16c4-minmax-avx512vnnigfni-prfm.c' 2025-03-21T20:18:08.7116776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-12x16c4-minmax-avx512vnnigfni.c' 2025-03-21T20:18:08.7117763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-12x16c8-minmax-avx512skx-madd-prfm.c' 2025-03-21T20:18:08.7118743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-12x16c8-minmax-avx512skx-madd.c' 2025-03-21T20:18:08.7119702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-12x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7120623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-12x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.7121628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-12x16c8-minmax-avx512vnnigfni-prfm.c' 2025-03-21T20:18:08.7122597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-12x16c8-minmax-avx512vnnigfni.c' 2025-03-21T20:18:08.7123576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-12x8c8-minmax-avx256skx-madd-prfm.c' 2025-03-21T20:18:08.7124514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-12x8c8-minmax-avx256skx-madd.c' 2025-03-21T20:18:08.7125469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-12x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.7126387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-12x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.7127363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-12x8c8-minmax-avx256vnnigfni-prfm.c' 2025-03-21T20:18:08.7128305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-12x8c8-minmax-avx256vnnigfni.c' 2025-03-21T20:18:08.7129277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-14x16c4-minmax-avx512skx-madd-prfm.c' 2025-03-21T20:18:08.7130219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-14x16c4-minmax-avx512skx-madd.c' 2025-03-21T20:18:08.7131177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-14x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7132097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-14x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.7133078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-14x16c4-minmax-avx512vnnigfni-prfm.c' 2025-03-21T20:18:08.7134046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-14x16c4-minmax-avx512vnnigfni.c' 2025-03-21T20:18:08.7135025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-14x16c8-minmax-avx512skx-madd-prfm.c' 2025-03-21T20:18:08.7135992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-14x16c8-minmax-avx512skx-madd.c' 2025-03-21T20:18:08.7136944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7137894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.7138875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnnigfni-prfm.c' 2025-03-21T20:18:08.7139847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnnigfni.c' 2025-03-21T20:18:08.7140820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-14x8c8-minmax-avx256skx-madd-prfm.c' 2025-03-21T20:18:08.7141757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-14x8c8-minmax-avx256skx-madd.c' 2025-03-21T20:18:08.7142710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-14x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.7143630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-14x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.7144611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-14x8c8-minmax-avx256vnnigfni-prfm.c' 2025-03-21T20:18:08.7145555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-14x8c8-minmax-avx256vnnigfni.c' 2025-03-21T20:18:08.7146504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-16x16c4-minmax-avx512amx-prfm.c' 2025-03-21T20:18:08.7147421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-16x16c4-minmax-avx512amx.c' 2025-03-21T20:18:08.7148495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-16x32c4-minmax-avx512amx-prfm.c' 2025-03-21T20:18:08.7149464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-16x32c4-minmax-avx512amx.c' 2025-03-21T20:18:08.7150417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-16x64c4-minmax-avx512amx-prfm.c' 2025-03-21T20:18:08.7151395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-16x64c4-minmax-avx512amx.c' 2025-03-21T20:18:08.7152278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x1-minmax-scalar.c' 2025-03-21T20:18:08.7153280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16-minmax-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.7154212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16-minmax-neon-mlal-lane.c' 2025-03-21T20:18:08.7155161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512amx.c' 2025-03-21T20:18:08.7156133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512skx-madd-prfm.c' 2025-03-21T20:18:08.7157116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512skx-madd.c' 2025-03-21T20:18:08.7158065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7158994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.7159969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnnigfni-prfm.c' 2025-03-21T20:18:08.7160918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnnigfni.c' 2025-03-21T20:18:08.7161819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-neondot.c' 2025-03-21T20:18:08.7162798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-madd-prfm.c' 2025-03-21T20:18:08.7163741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-madd.c' 2025-03-21T20:18:08.7164693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-prfm.c' 2025-03-21T20:18:08.7165606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx.c' 2025-03-21T20:18:08.7166557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7167473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.7168481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c' 2025-03-21T20:18:08.7169426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni.c' 2025-03-21T20:18:08.7170365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7171249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x2-minmax-scalar.c' 2025-03-21T20:18:08.7172118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x2-minmax-wasm.c' 2025-03-21T20:18:08.7173060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x32c4-minmax-avx512amx.c' 2025-03-21T20:18:08.7174020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7174900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c' 2025-03-21T20:18:08.7175770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-wasm.c' 2025-03-21T20:18:08.7176682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-avx-ld128.c' 2025-03-21T20:18:08.7177593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-avx-ld64.c' 2025-03-21T20:18:08.7178511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld128.c' 2025-03-21T20:18:08.7179428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld64.c' 2025-03-21T20:18:08.7180355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-ld128.c' 2025-03-21T20:18:08.7181280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-ld64.c' 2025-03-21T20:18:08.7182230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-madd-prfm.c' 2025-03-21T20:18:08.7183154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-madd.c' 2025-03-21T20:18:08.7184104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-ssse3-madd-prfm.c' 2025-03-21T20:18:08.7185032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-ssse3-madd.c' 2025-03-21T20:18:08.7186045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.7186948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4v-minmax-rvv.c' 2025-03-21T20:18:08.7187859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x64c4-minmax-avx512amx.c' 2025-03-21T20:18:08.7188819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8-minmax-scalar.c' 2025-03-21T20:18:08.7189733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8-minmax-wasm.c' 2025-03-21T20:18:08.7190662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c4-minmax-neondot.c' 2025-03-21T20:18:08.7191605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c' 2025-03-21T20:18:08.7192515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx2-madd.c' 2025-03-21T20:18:08.7193391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx2.c' 2025-03-21T20:18:08.7194372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx256skx-madd-prfm.c' 2025-03-21T20:18:08.7195308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx256skx-madd.c' 2025-03-21T20:18:08.7196228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx256skx.c' 2025-03-21T20:18:08.7197175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.7198104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.7199079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx256vnnigfni-prfm.c' 2025-03-21T20:18:08.7200026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx256vnnigfni.c' 2025-03-21T20:18:08.7200950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.7201852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.7202785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7203757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16-minmax-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.7204711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16-minmax-neon-mlal-lane.c' 2025-03-21T20:18:08.7205614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-neondot.c' 2025-03-21T20:18:08.7206544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7207451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x2-minmax-scalar.c' 2025-03-21T20:18:08.7208321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x2-minmax-wasm.c' 2025-03-21T20:18:08.7209224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7210108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4-minmax-scalar.c' 2025-03-21T20:18:08.7210979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4-minmax-wasm.c' 2025-03-21T20:18:08.7211891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-avx-ld128.c' 2025-03-21T20:18:08.7212791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-avx-ld64.c' 2025-03-21T20:18:08.7213710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-sse2-ld128.c' 2025-03-21T20:18:08.7214613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-sse2-ld64.c' 2025-03-21T20:18:08.7215538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-ld128.c' 2025-03-21T20:18:08.7216451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-ld64.c' 2025-03-21T20:18:08.7217402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-madd-prfm.c' 2025-03-21T20:18:08.7218314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-madd.c' 2025-03-21T20:18:08.7219291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-ssse3-madd-prfm.c' 2025-03-21T20:18:08.7220206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-ssse3-madd.c' 2025-03-21T20:18:08.7221229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.7222098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4v-minmax-rvv.c' 2025-03-21T20:18:08.7222984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8-minmax-scalar.c' 2025-03-21T20:18:08.7223877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8-minmax-wasm.c' 2025-03-21T20:18:08.7224802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c4-minmax-neondot.c' 2025-03-21T20:18:08.7225745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx2-madd-prfm.c' 2025-03-21T20:18:08.7226666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx2-madd.c' 2025-03-21T20:18:08.7227540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx2.c' 2025-03-21T20:18:08.7228455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx256skx.c' 2025-03-21T20:18:08.7229462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.7230366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.7231264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7232244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16-minmax-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.7233180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16-minmax-neon-mlal-lane.c' 2025-03-21T20:18:08.7234084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-neondot.c' 2025-03-21T20:18:08.7234991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7235907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7236856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-avx-ld128.c' 2025-03-21T20:18:08.7237775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-avx-ld64.c' 2025-03-21T20:18:08.7238714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-sse2-ld128.c' 2025-03-21T20:18:08.7239623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-sse2-ld64.c' 2025-03-21T20:18:08.7240571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-ld128.c' 2025-03-21T20:18:08.7241529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-ld64.c' 2025-03-21T20:18:08.7242475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-madd-prfm.c' 2025-03-21T20:18:08.7243394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-madd.c' 2025-03-21T20:18:08.7244343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-ssse3-madd-prfm.c' 2025-03-21T20:18:08.7245267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-ssse3-madd.c' 2025-03-21T20:18:08.7246245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.7247120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4v-minmax-rvv.c' 2025-03-21T20:18:08.7248195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx2-madd-prfm.c' 2025-03-21T20:18:08.7249107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx2-madd.c' 2025-03-21T20:18:08.7249991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx2.c' 2025-03-21T20:18:08.7250905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx256skx.c' 2025-03-21T20:18:08.7251834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.7252737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.7253702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7254673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16-minmax-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.7255645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16-minmax-neon-mlal-lane.c' 2025-03-21T20:18:08.7256619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512skx-madd-prfm.c' 2025-03-21T20:18:08.7257592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512skx-madd.c' 2025-03-21T20:18:08.7258557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7259512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.7260493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnnigfni-prfm.c' 2025-03-21T20:18:08.7261435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnnigfni.c' 2025-03-21T20:18:08.7262342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-neondot.c' 2025-03-21T20:18:08.7263248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7264156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7265037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c' 2025-03-21T20:18:08.7265902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-wasm.c' 2025-03-21T20:18:08.7266816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-avx-ld128.c' 2025-03-21T20:18:08.7267719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-avx-ld64.c' 2025-03-21T20:18:08.7268706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld128.c' 2025-03-21T20:18:08.7269613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld64.c' 2025-03-21T20:18:08.7270569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-ld128.c' 2025-03-21T20:18:08.7271482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-ld64.c' 2025-03-21T20:18:08.7272459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-madd-prfm.c' 2025-03-21T20:18:08.7273373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-madd.c' 2025-03-21T20:18:08.7274321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-ssse3-madd-prfm.c' 2025-03-21T20:18:08.7275260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-ssse3-madd.c' 2025-03-21T20:18:08.7276265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.7277136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4v-minmax-rvv.c' 2025-03-21T20:18:08.7278046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c4-minmax-neondot.c' 2025-03-21T20:18:08.7278993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c' 2025-03-21T20:18:08.7279914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx2-madd.c' 2025-03-21T20:18:08.7280789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx2.c' 2025-03-21T20:18:08.7281698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx256skx.c' 2025-03-21T20:18:08.7282626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.7283533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.7284435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7285415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512skx-madd-prfm.c' 2025-03-21T20:18:08.7286352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512skx-madd.c' 2025-03-21T20:18:08.7287309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7288255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.7289265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnnigfni-prfm.c' 2025-03-21T20:18:08.7290205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnnigfni.c' 2025-03-21T20:18:08.7291179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx-madd-prfm.c' 2025-03-21T20:18:08.7292140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx-madd.c' 2025-03-21T20:18:08.7293111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx-prfm.c' 2025-03-21T20:18:08.7294023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx.c' 2025-03-21T20:18:08.7294975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7295893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.7296869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnnigfni-prfm.c' 2025-03-21T20:18:08.7297813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnnigfni.c' 2025-03-21T20:18:08.7298728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7299633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7300507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x4v-minmax-rvv.c' 2025-03-21T20:18:08.7301453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx2-madd-prfm.c' 2025-03-21T20:18:08.7302370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx2-madd.c' 2025-03-21T20:18:08.7303251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx2.c' 2025-03-21T20:18:08.7304221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx256skx-madd-prfm.c' 2025-03-21T20:18:08.7305193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx256skx-madd.c' 2025-03-21T20:18:08.7306135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx256skx.c' 2025-03-21T20:18:08.7307074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.7307999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.7309077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx256vnnigfni-prfm.c' 2025-03-21T20:18:08.7310047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx256vnnigfni.c' 2025-03-21T20:18:08.7310977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.7311876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.7312780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7313752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16-minmax-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.7314685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16-minmax-neon-mlal-lane.c' 2025-03-21T20:18:08.7315599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c4-minmax-neondot.c' 2025-03-21T20:18:08.7316508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7317425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7318304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x4v-minmax-rvv.c' 2025-03-21T20:18:08.7319202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c4-minmax-neondot.c' 2025-03-21T20:18:08.7320149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx2-madd-prfm.c' 2025-03-21T20:18:08.7321053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx2-madd.c' 2025-03-21T20:18:08.7321963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx2.c' 2025-03-21T20:18:08.7322877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx256skx.c' 2025-03-21T20:18:08.7323838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.7324736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.7325676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7326593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512amx.c' 2025-03-21T20:18:08.7327604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512skx-madd-prfm.c' 2025-03-21T20:18:08.7328549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512skx-madd.c' 2025-03-21T20:18:08.7329505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7330431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.7331419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnnigfni-prfm.c' 2025-03-21T20:18:08.7332367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnnigfni.c' 2025-03-21T20:18:08.7333355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx-madd-prfm.c' 2025-03-21T20:18:08.7334300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx-madd.c' 2025-03-21T20:18:08.7335249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx-prfm.c' 2025-03-21T20:18:08.7336164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx.c' 2025-03-21T20:18:08.7337128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7338052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.7339059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnnigfni-prfm.c' 2025-03-21T20:18:08.7340005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnnigfni.c' 2025-03-21T20:18:08.7340946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7341855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x32c4-minmax-avx512amx.c' 2025-03-21T20:18:08.7342793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7343666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x4v-minmax-rvv.c' 2025-03-21T20:18:08.7344614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x64c4-minmax-avx512amx.c' 2025-03-21T20:18:08.7345553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx2-madd-prfm.c' 2025-03-21T20:18:08.7346464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx2-madd.c' 2025-03-21T20:18:08.7347346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx2.c' 2025-03-21T20:18:08.7348468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx256skx-madd-prfm.c' 2025-03-21T20:18:08.7349495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx256skx-madd.c' 2025-03-21T20:18:08.7350408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx256skx.c' 2025-03-21T20:18:08.7351352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.7352272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.7353245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx256vnnigfni-prfm.c' 2025-03-21T20:18:08.7354188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx256vnnigfni.c' 2025-03-21T20:18:08.7355117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.7356070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.7356973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7357986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c4-minmax-avx512skx-madd-prfm.c' 2025-03-21T20:18:08.7358925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c4-minmax-avx512skx-madd.c' 2025-03-21T20:18:08.7359877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7360832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.7361839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnnigfni-prfm.c' 2025-03-21T20:18:08.7362783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnnigfni.c' 2025-03-21T20:18:08.7363762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-madd-prfm.c' 2025-03-21T20:18:08.7364703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-madd.c' 2025-03-21T20:18:08.7365657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-prfm.c' 2025-03-21T20:18:08.7366571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx.c' 2025-03-21T20:18:08.7367520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7368437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.7369420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnnigfni-prfm.c' 2025-03-21T20:18:08.7370364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnnigfni.c' 2025-03-21T20:18:08.7371275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7372179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7373054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x4v-minmax-rvv.c' 2025-03-21T20:18:08.7374024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx2-madd-prfm.c' 2025-03-21T20:18:08.7374973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx2-madd.c' 2025-03-21T20:18:08.7375849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx2.c' 2025-03-21T20:18:08.7376819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx256skx-madd-prfm.c' 2025-03-21T20:18:08.7377786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx256skx-madd.c' 2025-03-21T20:18:08.7378723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx256skx.c' 2025-03-21T20:18:08.7379669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.7380583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.7381555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx256vnnigfni-prfm.c' 2025-03-21T20:18:08.7382502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx256vnnigfni.c' 2025-03-21T20:18:08.7383439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.7384335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.7385240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7386214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-9x16c4-minmax-avx512skx-madd-prfm.c' 2025-03-21T20:18:08.7387159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-9x16c4-minmax-avx512skx-madd.c' 2025-03-21T20:18:08.7388113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-9x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7389079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-9x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.7390052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-9x16c4-minmax-avx512vnnigfni-prfm.c' 2025-03-21T20:18:08.7391027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-9x16c4-minmax-avx512vnnigfni.c' 2025-03-21T20:18:08.7392023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-9x16c8-minmax-avx512skx-madd-prfm.c' 2025-03-21T20:18:08.7392973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-9x16c8-minmax-avx512skx-madd.c' 2025-03-21T20:18:08.7393921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-9x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7394873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-9x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.7395878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-9x16c8-minmax-avx512vnnigfni-prfm.c' 2025-03-21T20:18:08.7396829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-9x16c8-minmax-avx512vnnigfni.c' 2025-03-21T20:18:08.7397796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-9x8c8-minmax-avx256skx-madd-prfm.c' 2025-03-21T20:18:08.7398740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-9x8c8-minmax-avx256skx-madd.c' 2025-03-21T20:18:08.7399682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-9x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.7400604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-9x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.7401567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-9x8c8-minmax-avx256vnnigfni-prfm.c' 2025-03-21T20:18:08.7402510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-9x8c8-minmax-avx256vnnigfni.c' 2025-03-21T20:18:08.7403244Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm/gen' 2025-03-21T20:18:08.7403966Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc4w-gemm' 2025-03-21T20:18:08.7404921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-10x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7405849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-10x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.7406794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-10x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7407754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-10x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.7408703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-10x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.7409660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-10x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.7410608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-12x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7411562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-12x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.7412536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-12x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7413465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-12x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.7414411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-12x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.7415338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-12x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.7416292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-14x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7417221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-14x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.7418177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-14x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7419106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-14x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.7420057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-14x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.7420984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-14x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.7421929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-16x16c4-minmax-avx512amx-prfm.c' 2025-03-21T20:18:08.7422852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-16x16c4-minmax-avx512amx.c' 2025-03-21T20:18:08.7423796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-16x32c4-minmax-avx512amx-prfm.c' 2025-03-21T20:18:08.7424745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-16x32c4-minmax-avx512amx.c' 2025-03-21T20:18:08.7425694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-16x64c4-minmax-avx512amx-prfm.c' 2025-03-21T20:18:08.7426650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-16x64c4-minmax-avx512amx.c' 2025-03-21T20:18:08.7427613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16-minmax-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.7428577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16-minmax-neon-mlal-lane.c' 2025-03-21T20:18:08.7429590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-avx512amx.c' 2025-03-21T20:18:08.7430542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7431458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.7432363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-neondot.c' 2025-03-21T20:18:08.7433298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-wasmusdot-u2.c' 2025-03-21T20:18:08.7434230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-wasmusdot.c' 2025-03-21T20:18:08.7435215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-aarch64-neondot-ld128.c' 2025-03-21T20:18:08.7436158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx-prfm.c' 2025-03-21T20:18:08.7437069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx.c' 2025-03-21T20:18:08.7438025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7438944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.7439876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-neondot-ld64.c' 2025-03-21T20:18:08.7440778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7441698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c' 2025-03-21T20:18:08.7442571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-wasm.c' 2025-03-21T20:18:08.7443513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x32c4-minmax-avx512amx.c' 2025-03-21T20:18:08.7444422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7445298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c' 2025-03-21T20:18:08.7446200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-wasm.c' 2025-03-21T20:18:08.7447136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c16-minmax-wasmsdot.c' 2025-03-21T20:18:08.7448179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c16-minmax-wasmusdot.c' 2025-03-21T20:18:08.7449171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c2-minmax-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.7450153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c2-minmax-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.7451149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c2s4-minmax-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.7452143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c2s4-minmax-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.7453053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-avx-ld128.c' 2025-03-21T20:18:08.7453960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-avx-ld64.c' 2025-03-21T20:18:08.7454877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld128.c' 2025-03-21T20:18:08.7455792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld64.c' 2025-03-21T20:18:08.7456714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld128.c' 2025-03-21T20:18:08.7457629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld64.c' 2025-03-21T20:18:08.7458663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.7459646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.7460551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4v-minmax-rvv.c' 2025-03-21T20:18:08.7461472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x64c4-minmax-avx512amx.c' 2025-03-21T20:18:08.7462436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8-minmax-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.7463405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8-minmax-neon-mlal-lane.c' 2025-03-21T20:18:08.7464323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8-minmax-scalar.c' 2025-03-21T20:18:08.7465198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8-minmax-wasm.c' 2025-03-21T20:18:08.7466110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c16-minmax-wasmsdot.c' 2025-03-21T20:18:08.7467035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c16-minmax-wasmusdot.c' 2025-03-21T20:18:08.7467965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c2s4-minmax-neon-mlal.c' 2025-03-21T20:18:08.7468967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c4-minmax-avxvnni-u2-acc2.c' 2025-03-21T20:18:08.7469923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c4-minmax-avxvnni-u4-acc4.c' 2025-03-21T20:18:08.7470834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c4-minmax-neondot.c' 2025-03-21T20:18:08.7471818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-aarch64-neondot-ld128.c' 2025-03-21T20:18:08.7472712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx2.c' 2025-03-21T20:18:08.7473621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx256skx.c' 2025-03-21T20:18:08.7474569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.7475486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.7476446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.7477377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.7478323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-neondot-ld64.c' 2025-03-21T20:18:08.7479229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7480185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-wasmsdot-u2.c' 2025-03-21T20:18:08.7481114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-wasmsdot.c' 2025-03-21T20:18:08.7482048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-wasmusdot-u2.c' 2025-03-21T20:18:08.7482956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-wasmusdot.c' 2025-03-21T20:18:08.7483936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16-minmax-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.7484871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16-minmax-neon-mlal-lane.c' 2025-03-21T20:18:08.7485785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c4-minmax-neondot.c' 2025-03-21T20:18:08.7486704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7487587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-scalar.c' 2025-03-21T20:18:08.7488466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-wasm.c' 2025-03-21T20:18:08.7489385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x32c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7490265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4-minmax-scalar.c' 2025-03-21T20:18:08.7491138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4-minmax-wasm.c' 2025-03-21T20:18:08.7492040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c16-minmax-wasmsdot.c' 2025-03-21T20:18:08.7492987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c16-minmax-wasmusdot.c' 2025-03-21T20:18:08.7493978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c2-minmax-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.7494988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c2-minmax-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.7495996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c2s4-minmax-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.7497018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c2s4-minmax-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.7497969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-avx-ld128.c' 2025-03-21T20:18:08.7498875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-avx-ld64.c' 2025-03-21T20:18:08.7499802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-sse2-ld128.c' 2025-03-21T20:18:08.7500706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-sse2-ld64.c' 2025-03-21T20:18:08.7501634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-sse41-ld128.c' 2025-03-21T20:18:08.7502549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-sse41-ld64.c' 2025-03-21T20:18:08.7503546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.7504525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.7505405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4v-minmax-rvv.c' 2025-03-21T20:18:08.7506370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8-minmax-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.7507303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8-minmax-neon-mlal-lane.c' 2025-03-21T20:18:08.7508185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8-minmax-scalar.c' 2025-03-21T20:18:08.7509113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8-minmax-wasm.c' 2025-03-21T20:18:08.7510058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c16-minmax-wasmsdot.c' 2025-03-21T20:18:08.7510979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c16-minmax-wasmusdot.c' 2025-03-21T20:18:08.7511925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c2s4-minmax-neon-mlal.c' 2025-03-21T20:18:08.7512877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c4-minmax-avxvnni-u2-acc2.c' 2025-03-21T20:18:08.7513818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c4-minmax-avxvnni-u4-acc4.c' 2025-03-21T20:18:08.7514748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c4-minmax-neondot.c' 2025-03-21T20:18:08.7515651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-avx2.c' 2025-03-21T20:18:08.7516585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.7517477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.7518389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7519310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-wasmsdot-u2.c' 2025-03-21T20:18:08.7520218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-wasmsdot.c' 2025-03-21T20:18:08.7521147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-wasmusdot-u2.c' 2025-03-21T20:18:08.7522061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-wasmusdot.c' 2025-03-21T20:18:08.7523034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16-minmax-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.7523978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16-minmax-neon-mlal-lane.c' 2025-03-21T20:18:08.7524880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c4-minmax-neondot.c' 2025-03-21T20:18:08.7525794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7526690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x32-minmax-neoni8mm.c' 2025-03-21T20:18:08.7527630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c16-minmax-wasmsdot.c' 2025-03-21T20:18:08.7528571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c16-minmax-wasmusdot.c' 2025-03-21T20:18:08.7529564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c2-minmax-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.7530537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c2-minmax-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.7531565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c2s4-minmax-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.7532578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c2s4-minmax-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.7533497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-avx-ld128.c' 2025-03-21T20:18:08.7534395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-avx-ld64.c' 2025-03-21T20:18:08.7535319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-sse2-ld128.c' 2025-03-21T20:18:08.7536222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-sse2-ld64.c' 2025-03-21T20:18:08.7537147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-sse41-ld128.c' 2025-03-21T20:18:08.7538057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-sse41-ld64.c' 2025-03-21T20:18:08.7539048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.7540026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.7540909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4v-minmax-rvv.c' 2025-03-21T20:18:08.7541866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8-minmax-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.7542795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8-minmax-neon-mlal-lane.c' 2025-03-21T20:18:08.7543703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c16-minmax-wasmsdot.c' 2025-03-21T20:18:08.7544647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c16-minmax-wasmusdot.c' 2025-03-21T20:18:08.7545623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c4-minmax-avxvnni-u2-acc2.c' 2025-03-21T20:18:08.7546575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c4-minmax-avxvnni-u4-acc4.c' 2025-03-21T20:18:08.7547476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c4-minmax-neondot.c' 2025-03-21T20:18:08.7548526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-avx2.c' 2025-03-21T20:18:08.7549544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.7550453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.7551353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7552279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-wasmsdot-u2.c' 2025-03-21T20:18:08.7553183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-wasmsdot.c' 2025-03-21T20:18:08.7554117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-wasmusdot-u2.c' 2025-03-21T20:18:08.7555035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-wasmusdot.c' 2025-03-21T20:18:08.7556000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16-minmax-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.7556947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16-minmax-neon-mlal-lane.c' 2025-03-21T20:18:08.7557996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S' 2025-03-21T20:18:08.7559015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S' 2025-03-21T20:18:08.7560012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld64.S' 2025-03-21T20:18:08.7560968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7561924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.7562873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-neondot.c' 2025-03-21T20:18:08.7563808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-wasmusdot-u2.c' 2025-03-21T20:18:08.7565826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-wasmusdot.c' 2025-03-21T20:18:08.7567833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7569797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x32-minmax-neoni8mm.c' 2025-03-21T20:18:08.7571705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c' 2025-03-21T20:18:08.7573629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-wasm.c' 2025-03-21T20:18:08.7575544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c16-minmax-wasmsdot.c' 2025-03-21T20:18:08.7577500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c16-minmax-wasmusdot.c' 2025-03-21T20:18:08.7579535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c2-minmax-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.7581631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c2-minmax-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.7583728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c2s4-minmax-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.7585847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c2s4-minmax-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.7587868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-avx-ld128.c' 2025-03-21T20:18:08.7589857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-avx-ld64.c' 2025-03-21T20:18:08.7591797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld128.c' 2025-03-21T20:18:08.7593746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld64.c' 2025-03-21T20:18:08.7595738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld128.c' 2025-03-21T20:18:08.7597697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld64.c' 2025-03-21T20:18:08.7599744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.7601832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.7603832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4v-minmax-rvv.c' 2025-03-21T20:18:08.7605813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8-minmax-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.7607823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8-minmax-neon-mlal-lane.c' 2025-03-21T20:18:08.7609785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c16-minmax-wasmsdot.c' 2025-03-21T20:18:08.7611727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c16-minmax-wasmusdot.c' 2025-03-21T20:18:08.7613806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c4-minmax-asm-aarch32-neondot-cortex-a55.S' 2025-03-21T20:18:08.7615926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c4-minmax-avxvnni-u2-acc2.c' 2025-03-21T20:18:08.7617944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c4-minmax-avxvnni-u4-acc4.c' 2025-03-21T20:18:08.7619911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c4-minmax-neondot.c' 2025-03-21T20:18:08.7621812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx2.c' 2025-03-21T20:18:08.7623756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.7625714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.7627646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7629654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-wasmsdot-u2.c' 2025-03-21T20:18:08.7631642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-wasmsdot.c' 2025-03-21T20:18:08.7633604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-wasmusdot-u2.c' 2025-03-21T20:18:08.7635603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-wasmusdot.c' 2025-03-21T20:18:08.7637592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7639618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.7641580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c4-minmax-neondot.c' 2025-03-21T20:18:08.7643588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c8-minmax-avx512skx-prfm.c' 2025-03-21T20:18:08.7645569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c8-minmax-avx512skx.c' 2025-03-21T20:18:08.7647558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7649771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.7651729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7653661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x32-minmax-neoni8mm.c' 2025-03-21T20:18:08.7655560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x4v-minmax-rvv.c' 2025-03-21T20:18:08.7657496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c4-minmax-avxvnni-u2-acc2.c' 2025-03-21T20:18:08.7659525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c4-minmax-avxvnni-u4-acc4.c' 2025-03-21T20:18:08.7661497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c4-minmax-neondot.c' 2025-03-21T20:18:08.7663434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c8-minmax-avx256skx.c' 2025-03-21T20:18:08.7665415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.7667460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.7669492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.7671493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.7673428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7675425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16-minmax-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.7677497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16-minmax-neon-mlal-lane.c' 2025-03-21T20:18:08.7679504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c4-minmax-neondot.c' 2025-03-21T20:18:08.7681443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7683374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x32-minmax-neoni8mm.c' 2025-03-21T20:18:08.7685270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x4v-minmax-rvv.c' 2025-03-21T20:18:08.7687227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8-minmax-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.7689243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8-minmax-neon-mlal-lane.c' 2025-03-21T20:18:08.7691241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8c4-minmax-avxvnni-u2-acc2.c' 2025-03-21T20:18:08.7693252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8c4-minmax-avxvnni-u4-acc4.c' 2025-03-21T20:18:08.7695223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8c4-minmax-neondot.c' 2025-03-21T20:18:08.7697183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.7699138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.7701065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7702999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c4-minmax-avx512amx.c' 2025-03-21T20:18:08.7705021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7707055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.7709101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c8-minmax-avx512skx-prfm.c' 2025-03-21T20:18:08.7711086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c8-minmax-avx512skx.c' 2025-03-21T20:18:08.7713116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7715143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.7717100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7719030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x32-minmax-neoni8mm.c' 2025-03-21T20:18:08.7720970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x32c4-minmax-avx512amx.c' 2025-03-21T20:18:08.7722880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x4v-minmax-rvv.c' 2025-03-21T20:18:08.7724790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x64c4-minmax-avx512amx.c' 2025-03-21T20:18:08.7726773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x8c4-minmax-avxvnni-u2-acc2.c' 2025-03-21T20:18:08.7728788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x8c4-minmax-avxvnni-u4-acc4.c' 2025-03-21T20:18:08.7730778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x8c8-minmax-avx256skx.c' 2025-03-21T20:18:08.7732757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.7734744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.7736721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.7738673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.7740643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7742632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7744653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.7746637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx-prfm.c' 2025-03-21T20:18:08.7748824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx.c' 2025-03-21T20:18:08.7750821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7752864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.7754812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7756739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x32-minmax-neoni8mm.c' 2025-03-21T20:18:08.7758642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x4v-minmax-rvv.c' 2025-03-21T20:18:08.7760584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x8c4-minmax-avxvnni-u2-acc2.c' 2025-03-21T20:18:08.7762601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x8c4-minmax-avxvnni-u4-acc4.c' 2025-03-21T20:18:08.7764580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x8c8-minmax-avx256skx.c' 2025-03-21T20:18:08.7766535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.7768517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.7770517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.7772464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.7774383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7776402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-9x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7778405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-9x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.7780436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-9x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7782434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-9x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.7784420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-9x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.7786435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-9x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.7788227Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm/gen' 2025-03-21T20:18:08.7789845Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-gemm' 2025-03-21T20:18:08.7791652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-10x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7793703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-10x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.7795736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-10x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7797771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-10x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.7799793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-10x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.7801818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-10x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.7803854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-12x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7805882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-12x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.7807916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-12x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7809944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-12x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.7811965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-12x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.7814008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-12x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.7816057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-14x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7818087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-14x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.7820107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-14x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7822161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-14x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.7824216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-14x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.7826232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-14x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.7828248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-16x16c4-minmax-avx512amx-prfm.c' 2025-03-21T20:18:08.7830341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-16x16c4-minmax-avx512amx.c' 2025-03-21T20:18:08.7832367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-16x32c4-minmax-avx512amx-prfm.c' 2025-03-21T20:18:08.7834388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-16x32c4-minmax-avx512amx.c' 2025-03-21T20:18:08.7836398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-16x64c4-minmax-avx512amx-prfm.c' 2025-03-21T20:18:08.7838406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-16x64c4-minmax-avx512amx.c' 2025-03-21T20:18:08.7840443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16-minmax-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.7842497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16-minmax-neon-mlal-lane.c' 2025-03-21T20:18:08.7844498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-avx512amx.c' 2025-03-21T20:18:08.7846511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7848650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.7850693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-neondot.c' 2025-03-21T20:18:08.7852721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-wasmusdot-u2.c' 2025-03-21T20:18:08.7854722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-wasmusdot.c' 2025-03-21T20:18:08.7856773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-aarch64-neondot-ld128.c' 2025-03-21T20:18:08.7858888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx-prfm.c' 2025-03-21T20:18:08.7860929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx.c' 2025-03-21T20:18:08.7862954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.7864968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.7866970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-neondot-ld64.c' 2025-03-21T20:18:08.7869017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7870960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c' 2025-03-21T20:18:08.7872860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-wasm.c' 2025-03-21T20:18:08.7874798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x32c4-minmax-avx512amx.c' 2025-03-21T20:18:08.7876761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x32c4-minmax-neondot.c' 2025-03-21T20:18:08.7878701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c' 2025-03-21T20:18:08.7880602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-wasm.c' 2025-03-21T20:18:08.7882526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c16-minmax-wasmsdot.c' 2025-03-21T20:18:08.7884582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c2-minmax-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.7886733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c2-minmax-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.7888885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c2s4-minmax-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.7891029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c2s4-minmax-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.7893082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-avx-ld128.c' 2025-03-21T20:18:08.7895078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-avx-ld64.c' 2025-03-21T20:18:08.7897072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld128.c' 2025-03-21T20:18:08.7899052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld64.c' 2025-03-21T20:18:08.7901026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld128.c' 2025-03-21T20:18:08.7903016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld64.c' 2025-03-21T20:18:08.7905078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.7907200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.7909293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x64c4-minmax-avx512amx.c' 2025-03-21T20:18:08.7911325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8-minmax-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.7913363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8-minmax-neon-mlal-lane.c' 2025-03-21T20:18:08.7915327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8-minmax-scalar.c' 2025-03-21T20:18:08.7917236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8-minmax-wasm.c' 2025-03-21T20:18:08.7919174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c2s4-minmax-neon-mlal.c' 2025-03-21T20:18:08.7921145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c4-minmax-neondot.c' 2025-03-21T20:18:08.7923208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-aarch64-neondot-ld128.c' 2025-03-21T20:18:08.7925245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx2.c' 2025-03-21T20:18:08.7927187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx256skx.c' 2025-03-21T20:18:08.7929192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.7931235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.7933258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.7935232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.7937209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-neondot-ld64.c' 2025-03-21T20:18:08.7939190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7941171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-wasmsdot-u2.c' 2025-03-21T20:18:08.7943148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-wasmsdot.c' 2025-03-21T20:18:08.7945137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-wasmusdot-u2.c' 2025-03-21T20:18:08.7947132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-wasmusdot.c' 2025-03-21T20:18:08.7949339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16-minmax-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.7951401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16-minmax-neon-mlal-lane.c' 2025-03-21T20:18:08.7953400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c4-minmax-neondot.c' 2025-03-21T20:18:08.7955374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.7957312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c' 2025-03-21T20:18:08.7959259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-wasm.c' 2025-03-21T20:18:08.7961197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x32c4-minmax-neondot.c' 2025-03-21T20:18:08.7963161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4-minmax-scalar.c' 2025-03-21T20:18:08.7965060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4-minmax-wasm.c' 2025-03-21T20:18:08.7967034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c16-minmax-wasmsdot.c' 2025-03-21T20:18:08.7969131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c2-minmax-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.7971258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c2-minmax-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.7973380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c2s4-minmax-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.7975519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c2s4-minmax-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.7977574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-avx-ld128.c' 2025-03-21T20:18:08.7979549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-avx-ld64.c' 2025-03-21T20:18:08.7981527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-sse2-ld128.c' 2025-03-21T20:18:08.7983508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-sse2-ld64.c' 2025-03-21T20:18:08.7985509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-sse41-ld128.c' 2025-03-21T20:18:08.7987499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-sse41-ld64.c' 2025-03-21T20:18:08.7989608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.7991735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.7993830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8-minmax-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.7995916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8-minmax-neon-mlal-lane.c' 2025-03-21T20:18:08.7997909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8-minmax-scalar.c' 2025-03-21T20:18:08.7999809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8-minmax-wasm.c' 2025-03-21T20:18:08.8001747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c2s4-minmax-neon-mlal.c' 2025-03-21T20:18:08.8003747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c4-minmax-neondot.c' 2025-03-21T20:18:08.8005705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-avx2.c' 2025-03-21T20:18:08.8007679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.8009656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.8011607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.8013590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-wasmsdot-u2.c' 2025-03-21T20:18:08.8015578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-wasmsdot.c' 2025-03-21T20:18:08.8017566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-wasmusdot-u2.c' 2025-03-21T20:18:08.8019549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-wasmusdot.c' 2025-03-21T20:18:08.8021582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16-minmax-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.8023642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16-minmax-neon-mlal-lane.c' 2025-03-21T20:18:08.8025640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.8027617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c16-minmax-wasmsdot.c' 2025-03-21T20:18:08.8029716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c2-minmax-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.8031871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c2-minmax-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.8033998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c2s4-minmax-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.8036173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c2s4-minmax-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.8038237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-avx-ld128.c' 2025-03-21T20:18:08.8040224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-avx-ld64.c' 2025-03-21T20:18:08.8042217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-sse2-ld128.c' 2025-03-21T20:18:08.8044195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-sse2-ld64.c' 2025-03-21T20:18:08.8046171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-sse41-ld128.c' 2025-03-21T20:18:08.8048274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-sse41-ld64.c' 2025-03-21T20:18:08.8050335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.8052456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.8054552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8-minmax-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.8056590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8-minmax-neon-mlal-lane.c' 2025-03-21T20:18:08.8058547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-avx2.c' 2025-03-21T20:18:08.8060505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.8062497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.8064450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.8066433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-wasmsdot-u2.c' 2025-03-21T20:18:08.8068460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-wasmsdot.c' 2025-03-21T20:18:08.8070485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-wasmusdot-u2.c' 2025-03-21T20:18:08.8072524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-wasmusdot.c' 2025-03-21T20:18:08.8074556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16-minmax-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.8076641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16-minmax-neon-mlal-lane.c' 2025-03-21T20:18:08.8078805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S' 2025-03-21T20:18:08.8081030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S' 2025-03-21T20:18:08.8083143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.8085170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.8087154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-neondot.c' 2025-03-21T20:18:08.8089153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-wasmusdot-u2.c' 2025-03-21T20:18:08.8091149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-wasmusdot.c' 2025-03-21T20:18:08.8093125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.8095085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x32c4-minmax-neondot.c' 2025-03-21T20:18:08.8097017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c' 2025-03-21T20:18:08.8098922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-wasm.c' 2025-03-21T20:18:08.8100851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c16-minmax-wasmsdot.c' 2025-03-21T20:18:08.8102900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c2-minmax-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.8105045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c2-minmax-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.8107174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c2s4-minmax-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.8109435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c2s4-minmax-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.8111505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-avx-ld128.c' 2025-03-21T20:18:08.8113524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-avx-ld64.c' 2025-03-21T20:18:08.8115525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld128.c' 2025-03-21T20:18:08.8117502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld64.c' 2025-03-21T20:18:08.8119478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld128.c' 2025-03-21T20:18:08.8121469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld64.c' 2025-03-21T20:18:08.8123531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.8125649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.8127748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8-minmax-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.8129790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8-minmax-neon-mlal-lane.c' 2025-03-21T20:18:08.8131923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c4-minmax-asm-aarch32-neondot-cortex-a55.S' 2025-03-21T20:18:08.8134025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c4-minmax-neondot.c' 2025-03-21T20:18:08.8135952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx2.c' 2025-03-21T20:18:08.8137905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.8139884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.8141873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.8143873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-wasmsdot-u2.c' 2025-03-21T20:18:08.8145852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-wasmsdot.c' 2025-03-21T20:18:08.8147955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-wasmusdot-u2.c' 2025-03-21T20:18:08.8150040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-wasmusdot.c' 2025-03-21T20:18:08.8152085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.8154105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.8156117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c8-minmax-avx512skx-prfm.c' 2025-03-21T20:18:08.8158127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c8-minmax-avx512skx.c' 2025-03-21T20:18:08.8160149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.8162168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.8164146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x8c8-minmax-avx256skx.c' 2025-03-21T20:18:08.8166152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.8168159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.8170156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.8172135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.8174147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16-minmax-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.8176201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16-minmax-neon-mlal-lane.c' 2025-03-21T20:18:08.8178228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c4-minmax-neondot.c' 2025-03-21T20:18:08.8180198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.8182197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x32c4-minmax-neondot.c' 2025-03-21T20:18:08.8184209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8-minmax-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.8186277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8-minmax-neon-mlal-lane.c' 2025-03-21T20:18:08.8188277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8c4-minmax-neondot.c' 2025-03-21T20:18:08.8190302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.8192276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.8194220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.8196192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c4-minmax-avx512amx.c' 2025-03-21T20:18:08.8198203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.8200228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.8202240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c8-minmax-avx512skx-prfm.c' 2025-03-21T20:18:08.8204249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c8-minmax-avx512skx.c' 2025-03-21T20:18:08.8206268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.8208289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.8210273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x32c4-minmax-avx512amx.c' 2025-03-21T20:18:08.8212250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x64c4-minmax-avx512amx.c' 2025-03-21T20:18:08.8214253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x8c8-minmax-avx256skx.c' 2025-03-21T20:18:08.8216257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.8218289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.8220284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.8222285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.8224309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.8226328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.8228290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c4-minmax-neondot.c' 2025-03-21T20:18:08.8230331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx-prfm.c' 2025-03-21T20:18:08.8232340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx.c' 2025-03-21T20:18:08.8234351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.8236371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.8238344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.8240296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x32c4-minmax-neondot.c' 2025-03-21T20:18:08.8242252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x8c4-minmax-neondot.c' 2025-03-21T20:18:08.8244206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x8c8-minmax-avx256skx.c' 2025-03-21T20:18:08.8246204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.8248334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.8250394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x8c8-minmax-avxvnni-prfm.c' 2025-03-21T20:18:08.8252371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x8c8-minmax-avxvnni.c' 2025-03-21T20:18:08.8254371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x8c8-minmax-neoni8mm.c' 2025-03-21T20:18:08.8256368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-9x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.8258417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-9x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.8260430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-9x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.8262477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-9x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.8264489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-9x8c8-minmax-avx256vnni-prfm.c' 2025-03-21T20:18:08.8266498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-9x8c8-minmax-avx256vnni.c' 2025-03-21T20:18:08.8268289Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm/gen' 2025-03-21T20:18:08.8269906Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qd8-f32-qc8w-igemm' 2025-03-21T20:18:08.8271691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-16x4c16s2-mstep4-neoni8mm.c' 2025-03-21T20:18:08.8273717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-1x4c16s2-aarch64-neondot.c' 2025-03-21T20:18:08.8275721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-1x8c16s2-aarch64-neondot.c' 2025-03-21T20:18:08.8277692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-4x8c16s2-neoni8mm.c' 2025-03-21T20:18:08.8279664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-8x4c16s2-mstep2-neoni8mm.c' 2025-03-21T20:18:08.8281434Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qp8-f32-qb4w-gemm' 2025-03-21T20:18:08.8283213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-1x4c16s2-aarch64-neondot.c' 2025-03-21T20:18:08.8285216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-1x8c16s2-aarch64-neondot.c' 2025-03-21T20:18:08.8287224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-4x4c16s2-neoni8mm.c' 2025-03-21T20:18:08.8289186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-4x8c16s2-neoni8mm.c' 2025-03-21T20:18:08.8291159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-8x4c16s2-mstep2-neoni8mm.c' 2025-03-21T20:18:08.8293169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-8x8c16s2-mstep2-neoni8mm.c' 2025-03-21T20:18:08.8294972Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qp8-f32-qc4w-gemm' 2025-03-21T20:18:08.8296750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c' 2025-03-21T20:18:08.8298671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul16.c' 2025-03-21T20:18:08.8300547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul32.c' 2025-03-21T20:18:08.8302520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c' 2025-03-21T20:18:08.8304551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-vpmovsx.c' 2025-03-21T20:18:08.8306531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-vpunpck.c' 2025-03-21T20:18:08.8308465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:08.8310437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c' 2025-03-21T20:18:08.8312360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:08.8314265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:08.8316205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse2-mul16-add16.c' 2025-03-21T20:18:08.8318125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse2-mul16.c' 2025-03-21T20:18:08.8320056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse41-mul16-add16.c' 2025-03-21T20:18:08.8321991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse41-mul16.c' 2025-03-21T20:18:08.8323918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse41-mul32.c' 2025-03-21T20:18:08.8325896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-wasmsimd-mul16-add16.c' 2025-03-21T20:18:08.8327860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-wasmsimd-mul16.c' 2025-03-21T20:18:08.8329806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mla8-ld128.c' 2025-03-21T20:18:08.8331799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mla8-ld64.c' 2025-03-21T20:18:08.8333751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mul16.c' 2025-03-21T20:18:08.8335689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mul8-ld128.c' 2025-03-21T20:18:08.8337643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mul8-ld64.c' 2025-03-21T20:18:08.8339569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.8341491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.8343405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.8345305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.8347200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.8349269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.8351188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.8353098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.8355070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c' 2025-03-21T20:18:08.8362559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-vpmovsx.c' 2025-03-21T20:18:08.8364697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-vpunpck.c' 2025-03-21T20:18:08.8366662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:08.8368627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c' 2025-03-21T20:18:08.8370549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:08.8372440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:08.8374380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-rndnu-neon-mul16.c' 2025-03-21T20:18:08.8376326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.8378246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.8380155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.8382061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.8383971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-avx-mul16-add16.c' 2025-03-21T20:18:08.8385876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-avx-mul16.c' 2025-03-21T20:18:08.8387737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-avx-mul32.c' 2025-03-21T20:18:08.8389700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:08.8391579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:08.8393471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:08.8395388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c' 2025-03-21T20:18:08.8397294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse2-mul16.c' 2025-03-21T20:18:08.8399204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c' 2025-03-21T20:18:08.8401180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul16.c' 2025-03-21T20:18:08.8403068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul32.c' 2025-03-21T20:18:08.8405033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-wasmsimd-mul16-add16.c' 2025-03-21T20:18:08.8406997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-wasmsimd-mul16.c' 2025-03-21T20:18:08.8408931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-rndnu-neon-mla8-ld64.c' 2025-03-21T20:18:08.8410873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-rndnu-neon-mul16.c' 2025-03-21T20:18:08.8412814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-rndnu-neon-mul8-ld64.c' 2025-03-21T20:18:08.8414883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c' 2025-03-21T20:18:08.8417007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c' 2025-03-21T20:18:08.8419107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c' 2025-03-21T20:18:08.8421170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c' 2025-03-21T20:18:08.8423164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c' 2025-03-21T20:18:08.8425127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c' 2025-03-21T20:18:08.8427090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:08.8429117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:08.8431094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:08.8433100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16-add16.c' 2025-03-21T20:18:08.8435095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c' 2025-03-21T20:18:08.8437132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16-add16.c' 2025-03-21T20:18:08.8439144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c' 2025-03-21T20:18:08.8441201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-wasmsimd-mul16-add16.c' 2025-03-21T20:18:08.8443257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-wasmsimd-mul16.c' 2025-03-21T20:18:08.8445284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mla8-ld128.c' 2025-03-21T20:18:08.8447339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mla8-ld64.c' 2025-03-21T20:18:08.8449553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul16.c' 2025-03-21T20:18:08.8451575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul8-ld128.c' 2025-03-21T20:18:08.8453599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul8-ld64.c' 2025-03-21T20:18:08.8455611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.8457613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.8459607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.8461583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.8463563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.8465561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.8467556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.8469616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.8471690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c' 2025-03-21T20:18:08.8473829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c' 2025-03-21T20:18:08.8475972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c' 2025-03-21T20:18:08.8478068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c' 2025-03-21T20:18:08.8480066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:08.8482024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:08.8484037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:08.8486061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c8s8r-minmax-rndnu-neon-mul16.c' 2025-03-21T20:18:08.8488049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.8490036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.8492025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.8494003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.8495958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c' 2025-03-21T20:18:08.8497909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c' 2025-03-21T20:18:08.8499863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:08.8501821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:08.8503797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:08.8505797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16-add16.c' 2025-03-21T20:18:08.8507774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c' 2025-03-21T20:18:08.8509824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16-add16.c' 2025-03-21T20:18:08.8511853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c' 2025-03-21T20:18:08.8513868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-wasmsimd-mul16-add16.c' 2025-03-21T20:18:08.8515940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-wasmsimd-mul16.c' 2025-03-21T20:18:08.8517955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mla8-ld64.c' 2025-03-21T20:18:08.8519971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mul16.c' 2025-03-21T20:18:08.8521997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mul8-ld64.c' 2025-03-21T20:18:08.8524087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c' 2025-03-21T20:18:08.8526213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c' 2025-03-21T20:18:08.8528307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c' 2025-03-21T20:18:08.8530371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c' 2025-03-21T20:18:08.8532361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c' 2025-03-21T20:18:08.8534332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c' 2025-03-21T20:18:08.8536296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:08.8538253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:08.8540234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:08.8542242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16-add16.c' 2025-03-21T20:18:08.8544242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c' 2025-03-21T20:18:08.8546245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16-add16.c' 2025-03-21T20:18:08.8548439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c' 2025-03-21T20:18:08.8550523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-wasmsimd-mul16-add16.c' 2025-03-21T20:18:08.8552613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-wasmsimd-mul16.c' 2025-03-21T20:18:08.8554629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mla8-ld128.c' 2025-03-21T20:18:08.8556701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mla8-ld64.c' 2025-03-21T20:18:08.8558743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul16.c' 2025-03-21T20:18:08.8560758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul8-ld128.c' 2025-03-21T20:18:08.8562776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul8-ld64.c' 2025-03-21T20:18:08.8564779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.8566769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.8568764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.8570745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.8571682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.8572615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.8573553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.8574474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.8575504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c' 2025-03-21T20:18:08.8576486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c' 2025-03-21T20:18:08.8577501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c' 2025-03-21T20:18:08.8578454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c' 2025-03-21T20:18:08.8579422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:08.8580346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:08.8581302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:08.8582234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c8s8r-minmax-rndnu-neon-mul16.c' 2025-03-21T20:18:08.8583209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.8584145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.8585081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.8586009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.8586919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c' 2025-03-21T20:18:08.8587841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c' 2025-03-21T20:18:08.8588807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:08.8589727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:08.8590659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:08.8591611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16-add16.c' 2025-03-21T20:18:08.8592526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c' 2025-03-21T20:18:08.8593485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16-add16.c' 2025-03-21T20:18:08.8594445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c' 2025-03-21T20:18:08.8595433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-wasmsimd-mul16-add16.c' 2025-03-21T20:18:08.8596402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-wasmsimd-mul16.c' 2025-03-21T20:18:08.8597354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mla8-ld64.c' 2025-03-21T20:18:08.8598283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mul16.c' 2025-03-21T20:18:08.8599268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mul8-ld64.c' 2025-03-21T20:18:08.8600325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c' 2025-03-21T20:18:08.8601317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c' 2025-03-21T20:18:08.8602300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c' 2025-03-21T20:18:08.8603267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c' 2025-03-21T20:18:08.8604187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c' 2025-03-21T20:18:08.8605116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c' 2025-03-21T20:18:08.8606029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:08.8606954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:08.8607887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:08.8608842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16-add16.c' 2025-03-21T20:18:08.8609761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c' 2025-03-21T20:18:08.8610722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16-add16.c' 2025-03-21T20:18:08.8611644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c' 2025-03-21T20:18:08.8612659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-wasmsimd-mul16-add16.c' 2025-03-21T20:18:08.8613633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-wasmsimd-mul16.c' 2025-03-21T20:18:08.8614589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mla8-ld128.c' 2025-03-21T20:18:08.8615534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mla8-ld64.c' 2025-03-21T20:18:08.8616513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul16.c' 2025-03-21T20:18:08.8617493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul8-ld128.c' 2025-03-21T20:18:08.8618449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul8-ld64.c' 2025-03-21T20:18:08.8619382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.8620326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.8621270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.8622197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.8623130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.8624063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.8624996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.8625922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.8626946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c' 2025-03-21T20:18:08.8627942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c' 2025-03-21T20:18:08.8629005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c' 2025-03-21T20:18:08.8630004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c' 2025-03-21T20:18:08.8630946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:08.8631872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:08.8632801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:08.8633765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c8s8r-minmax-rndnu-neon-mul16.c' 2025-03-21T20:18:08.8634723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.8635666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.8636602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.8637529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.8638443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c' 2025-03-21T20:18:08.8639370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c' 2025-03-21T20:18:08.8640286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:08.8641202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:08.8642136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:08.8643082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16-add16.c' 2025-03-21T20:18:08.8644011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c' 2025-03-21T20:18:08.8644963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16-add16.c' 2025-03-21T20:18:08.8645887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c' 2025-03-21T20:18:08.8646894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-wasmsimd-mul16-add16.c' 2025-03-21T20:18:08.8647963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-wasmsimd-mul16.c' 2025-03-21T20:18:08.8648962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mla8-ld64.c' 2025-03-21T20:18:08.8649887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mul16.c' 2025-03-21T20:18:08.8650868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mul8-ld64.c' 2025-03-21T20:18:08.8651813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c' 2025-03-21T20:18:08.8652685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul16.c' 2025-03-21T20:18:08.8653561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul32.c' 2025-03-21T20:18:08.8654517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c' 2025-03-21T20:18:08.8655452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-vpmovsx.c' 2025-03-21T20:18:08.8656375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-vpunpck.c' 2025-03-21T20:18:08.8657258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:08.8658163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c' 2025-03-21T20:18:08.8659053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:08.8659943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:08.8660863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse2-mul16-add16.c' 2025-03-21T20:18:08.8661736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse2-mul16.c' 2025-03-21T20:18:08.8662655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse41-mul16-add16.c' 2025-03-21T20:18:08.8663539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse41-mul16.c' 2025-03-21T20:18:08.8664456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse41-mul32.c' 2025-03-21T20:18:08.8665417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-wasmsimd-mul16-add16.c' 2025-03-21T20:18:08.8666323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-wasmsimd-mul16.c' 2025-03-21T20:18:08.8667233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mla8-ld128.c' 2025-03-21T20:18:08.8668168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mla8-ld64.c' 2025-03-21T20:18:08.8669117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mul16.c' 2025-03-21T20:18:08.8670044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mul8-ld128.c' 2025-03-21T20:18:08.8670951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mul8-ld64.c' 2025-03-21T20:18:08.8671844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.8672738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.8676452Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:08.8676765Z + echo ::endgroup:: 2025-03-21T20:18:08.8677678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.8678555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.8679411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-rndnu-scalar.c' 2025-03-21T20:18:08.8680316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.8681213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.8682109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.8682983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.8683843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-rndnu-scalar.c' 2025-03-21T20:18:08.8684857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c' 2025-03-21T20:18:08.8685835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-vpmovsx.c' 2025-03-21T20:18:08.8686753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-vpunpck.c' 2025-03-21T20:18:08.8687631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:08.8688559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c' 2025-03-21T20:18:08.8689469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:08.8690358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:08.8691246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-rndnu-neon-mul16.c' 2025-03-21T20:18:08.8692129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.8693036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.8693933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.8694815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.8695669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-rndnu-scalar.c' 2025-03-21T20:18:08.8696574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-avx-mul16-add16.c' 2025-03-21T20:18:08.8697440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-avx-mul16.c' 2025-03-21T20:18:08.8698308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-avx-mul32.c' 2025-03-21T20:18:08.8699180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:08.8700060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:08.8700940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:08.8701875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c' 2025-03-21T20:18:08.8702772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse2-mul16.c' 2025-03-21T20:18:08.8703686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c' 2025-03-21T20:18:08.8704563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul16.c' 2025-03-21T20:18:08.8705467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul32.c' 2025-03-21T20:18:08.8706424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-wasmsimd-mul16-add16.c' 2025-03-21T20:18:08.8707333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-wasmsimd-mul16.c' 2025-03-21T20:18:08.8708231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-rndnu-neon-mla8-ld64.c' 2025-03-21T20:18:08.8709187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-rndnu-neon-mul16.c' 2025-03-21T20:18:08.8710090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-rndnu-neon-mul8-ld64.c' 2025-03-21T20:18:08.8710783Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/gen' 2025-03-21T20:18:08.8711612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/multipass-avx2-mul16-vpmovsx.c.in' 2025-03-21T20:18:08.8712426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/multipass-avx2-mul16-vpunpck.c.in' 2025-03-21T20:18:08.8713196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/multipass-avx2-mul32.c.in' 2025-03-21T20:18:08.8713997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/multipass-avx512skx-mul32.c.in' 2025-03-21T20:18:08.8714768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/multipass-neon-mul16.c.in' 2025-03-21T20:18:08.8715540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/multipass-neon-mul8.c.in' 2025-03-21T20:18:08.8716287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/multipass-scalar.c.in' 2025-03-21T20:18:08.8717043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/multipass-sse-mul16.c.in' 2025-03-21T20:18:08.8717807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/multipass-sse-mul32.c.in' 2025-03-21T20:18:08.8718627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/multipass-wasmsimd-mul16.c.in' 2025-03-21T20:18:08.8719482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/qs8-dwconv-minmax-multipass-fp32.h' 2025-03-21T20:18:08.8720307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/qs8-dwconv-minmax-multipass-rndnu.h' 2025-03-21T20:18:08.8721122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/qs8-dwconv-minmax-unipass-fp32.h' 2025-03-21T20:18:08.8721965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/qs8-dwconv-minmax-unipass-rndnu.h' 2025-03-21T20:18:08.8722775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/unipass-avx2-mul16-vpmovsx.c.in' 2025-03-21T20:18:08.8723607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/unipass-avx2-mul16-vpunpck.c.in' 2025-03-21T20:18:08.8724374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/unipass-avx2-mul32.c.in' 2025-03-21T20:18:08.8725153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/unipass-avx512skx-mul32.c.in' 2025-03-21T20:18:08.8725910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/unipass-neon-mul16.c.in' 2025-03-21T20:18:08.8726660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/unipass-neon-mul8.c.in' 2025-03-21T20:18:08.8727394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/unipass-scalar.c.in' 2025-03-21T20:18:08.8728137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/unipass-sse-mul16.c.in' 2025-03-21T20:18:08.8728880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/unipass-sse-mul32.c.in' 2025-03-21T20:18:08.8729661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv/unipass-wasmsimd-mul16.c.in' 2025-03-21T20:18:08.8730331Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-dwconv' 2025-03-21T20:18:08.8731017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f16-vcvt/avx2.c.in' 2025-03-21T20:18:08.8731804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u16.c' 2025-03-21T20:18:08.8732595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u24.c' 2025-03-21T20:18:08.8733370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u32.c' 2025-03-21T20:18:08.8734152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u64.c' 2025-03-21T20:18:08.8735010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u16.c' 2025-03-21T20:18:08.8736148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u24.c' 2025-03-21T20:18:08.8736981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u32.c' 2025-03-21T20:18:08.8737812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u8.c' 2025-03-21T20:18:08.8738541Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f16-vcvt/gen' 2025-03-21T20:18:08.8739228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f16-vcvt/neon.c.in' 2025-03-21T20:18:08.8739963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f16-vcvt/qs8-f16-vcvt.h' 2025-03-21T20:18:08.8740642Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f16-vcvt' 2025-03-21T20:18:08.8741314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/avx.c.in' 2025-03-21T20:18:08.8741995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/avx2.c.in' 2025-03-21T20:18:08.8742704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/avx512skx.c.in' 2025-03-21T20:18:08.8743496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u16.c' 2025-03-21T20:18:08.8744273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u24.c' 2025-03-21T20:18:08.8745048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u32.c' 2025-03-21T20:18:08.8745818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u8.c' 2025-03-21T20:18:08.8746595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u16.c' 2025-03-21T20:18:08.8747388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u24.c' 2025-03-21T20:18:08.8748305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u32.c' 2025-03-21T20:18:08.8749166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u8.c' 2025-03-21T20:18:08.8749973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u16.c' 2025-03-21T20:18:08.8750791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u32.c' 2025-03-21T20:18:08.8751671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u48.c' 2025-03-21T20:18:08.8752524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u64.c' 2025-03-21T20:18:08.8753306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u16.c' 2025-03-21T20:18:08.8754092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u24.c' 2025-03-21T20:18:08.8754871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u32.c' 2025-03-21T20:18:08.8755688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u8.c' 2025-03-21T20:18:08.8756502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-rvv-u1v.c' 2025-03-21T20:18:08.8757283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-rvv-u2v.c' 2025-03-21T20:18:08.8758067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u1.c' 2025-03-21T20:18:08.8758856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u2.c' 2025-03-21T20:18:08.8759641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u3.c' 2025-03-21T20:18:08.8760434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c' 2025-03-21T20:18:08.8761214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u16.c' 2025-03-21T20:18:08.8762001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u24.c' 2025-03-21T20:18:08.8762780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u32.c' 2025-03-21T20:18:08.8763573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u8.c' 2025-03-21T20:18:08.8764361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u16.c' 2025-03-21T20:18:08.8765145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u24.c' 2025-03-21T20:18:08.8765932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u32.c' 2025-03-21T20:18:08.8766709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u8.c' 2025-03-21T20:18:08.8767548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-wasmsimd-u16.c' 2025-03-21T20:18:08.8768358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-wasmsimd-u24.c' 2025-03-21T20:18:08.8769199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-wasmsimd-u32.c' 2025-03-21T20:18:08.8769995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-wasmsimd-u8.c' 2025-03-21T20:18:08.8770702Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/gen' 2025-03-21T20:18:08.8771405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/neon.c.in' 2025-03-21T20:18:08.8772124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/qs8-f32-vcvt.h' 2025-03-21T20:18:08.8772838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/rvv.c.in' 2025-03-21T20:18:08.8773534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/scalar.c.in' 2025-03-21T20:18:08.8774212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/sse2.c.in' 2025-03-21T20:18:08.8774893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/sse4.c.in' 2025-03-21T20:18:08.8775599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt/wasmsimd.c.in' 2025-03-21T20:18:08.8776278Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-f32-vcvt' 2025-03-21T20:18:08.8777075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/1x16c4-aarch64-neondot-ld32.S.in' 2025-03-21T20:18:08.8777872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/1x16c4-aarch64-neondot-ld64.S.in' 2025-03-21T20:18:08.8778723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/1x8-aarch32-neon-mlal-lane-cortex-a7.S.in' 2025-03-21T20:18:08.8779564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/1x8c8-aarch64-neon-mlal-cortex-a53.S.in' 2025-03-21T20:18:08.8780335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/1x8c8-aarch64-neon-mlal.S.in' 2025-03-21T20:18:08.8781108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/2x8c16-aarch64-neon-mlal.S.in' 2025-03-21T20:18:08.8781948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/2x8c8-aarch64-neon-mlal-cortex-a53.S.in' 2025-03-21T20:18:08.8782714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/2x8c8-aarch64-neon-mlal.S.in' 2025-03-21T20:18:08.8783486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/2x8c8-aarch64-neon-mull.S.in' 2025-03-21T20:18:08.8784367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/4x16-aarch64-neon-mlal-lane-cortex-a53.S.in' 2025-03-21T20:18:08.8785265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/4x16-aarch64-neon-mlal-lane-cortex-a75.S.in' 2025-03-21T20:18:08.8786081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/4x16-aarch64-neon-mlal-lane-ld64.S.in' 2025-03-21T20:18:08.8786917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/4x16c4-aarch64-neondot-cortex-a55.S.in' 2025-03-21T20:18:08.8787735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/4x16c4-aarch64-neondot-ld128.S.in' 2025-03-21T20:18:08.8788537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/4x16c4-aarch64-neondot-ld32.S.in' 2025-03-21T20:18:08.8789408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/4x16c4-aarch64-neondot-ld64.S.in' 2025-03-21T20:18:08.8790271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/4x8-aarch32-neon-mlal-lane-cortex-a53.S.in' 2025-03-21T20:18:08.8791117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/4x8-aarch32-neon-mlal-lane-cortex-a7.S.in' 2025-03-21T20:18:08.8791938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/4x8-aarch32-neon-mlal-lane-ld64.S.in' 2025-03-21T20:18:08.8792752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/4x8-aarch64-neon-mlal-lane-ld64.S.in' 2025-03-21T20:18:08.8793586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/4x8c4-aarch32-neondot-cortex-a55.S.in' 2025-03-21T20:18:08.8794371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/4x8c4-aarch32-neondot-ld64.S.in' 2025-03-21T20:18:08.8795111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/MRx16c4-avx512vnni.c.in' 2025-03-21T20:18:08.8795832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/MRx16c4-wasmdot.c.in' 2025-03-21T20:18:08.8796573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/MRx16c8-avx512skx.c.in' 2025-03-21T20:18:08.8797308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/MRx16c8-avx512vnni.c.in' 2025-03-21T20:18:08.8798038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/MRx4c16-wasmdot.c.in' 2025-03-21T20:18:08.8798726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/MRx4c2-sse.c.in' 2025-03-21T20:18:08.8799504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/MRx4c2-wasmsimd-dot16x2.c.in' 2025-03-21T20:18:08.8800247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/MRx4c2s4-sse.c.in' 2025-03-21T20:18:08.8801036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/MRx4c2s4-wasmsimd-dot16x2.c.in' 2025-03-21T20:18:08.8801762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/MRx4c8-sse.c.in' 2025-03-21T20:18:08.8802482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/MRx4c8-ssevnni.c.in' 2025-03-21T20:18:08.8803253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/MRx4c8-wasmsimd-dot16x2.c.in' 2025-03-21T20:18:08.8803995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/MRx8c4-avxvnni.c.in' 2025-03-21T20:18:08.8804701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/MRx8c8-avx2.c.in' 2025-03-21T20:18:08.8805482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/MRx8c8-avx512vnni.c.in' 2025-03-21T20:18:08.8806204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/MRx8c8-avxvnni.c.in' 2025-03-21T20:18:08.8806914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/c16-neon-mlal.c.in' 2025-03-21T20:18:08.8807647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/c2-neon-mull-dup.c.in' 2025-03-21T20:18:08.8808402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/c2-neon-mull-shuffle.c.in' 2025-03-21T20:18:08.8809114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/c4-armsimd32.c.in' 2025-03-21T20:18:08.8809814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/c4-avx512amx.c.in' 2025-03-21T20:18:08.8810549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/c4-neon-mull-dup.c.in' 2025-03-21T20:18:08.8811298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/c4-neon-mull-shuffle.c.in' 2025-03-21T20:18:08.8811994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/c4-neondot.c.in' 2025-03-21T20:18:08.8812695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/c8-neon-mull.c.in' 2025-03-21T20:18:08.8813384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/c8-neondot.c.in' 2025-03-21T20:18:08.8814089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/c8-neoni8mm.c.in' 2025-03-21T20:18:08.8814776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/c8-wasmdot.c.in' 2025-03-21T20:18:08.8815498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/neon-mlal-lane.c.in' 2025-03-21T20:18:08.8816265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/neon-mull-addw-dup.c.in' 2025-03-21T20:18:08.8816931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/rvv.c.in' 2025-03-21T20:18:08.8817631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm/scalar.c.in' 2025-03-21T20:18:08.8818289Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-gemm' 2025-03-21T20:18:08.8819140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/1x8-aarch32-neon-mlal-lane-cortex-a7.S.in' 2025-03-21T20:18:08.8820015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/1x8c8-aarch64-neon-mlal-cortex-a53.S.in' 2025-03-21T20:18:08.8820787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/1x8c8-aarch64-neon-mlal.S.in' 2025-03-21T20:18:08.8821602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/2x8c16-aarch64-neon-mlal.S.in' 2025-03-21T20:18:08.8822437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/2x8c8-aarch64-neon-mlal-cortex-a53.S.in' 2025-03-21T20:18:08.8823213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/2x8c8-aarch64-neon-mlal.S.in' 2025-03-21T20:18:08.8824074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/4x16-aarch64-neon-mlal-lane-cortex-a53.S.in' 2025-03-21T20:18:08.8824944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/4x16-aarch64-neon-mlal-lane-cortex-a75.S.in' 2025-03-21T20:18:08.8825774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/4x16-aarch64-neon-mlal-lane-ld64.S.in' 2025-03-21T20:18:08.8826618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/4x16c4-aarch64-neondot-cortex-a55.S.in' 2025-03-21T20:18:08.8827415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/4x16c4-aarch64-neondot-ld128.S.in' 2025-03-21T20:18:08.8828219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/4x16c4-aarch64-neondot-ld64.S.in' 2025-03-21T20:18:08.8829140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/4x8-aarch32-neon-mlal-lane-cortex-a53.S.in' 2025-03-21T20:18:08.8830006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/4x8-aarch32-neon-mlal-lane-cortex-a7.S.in' 2025-03-21T20:18:08.8830822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/4x8-aarch32-neon-mlal-lane-ld64.S.in' 2025-03-21T20:18:08.8831645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/4x8-aarch64-neon-mlal-lane-ld64.S.in' 2025-03-21T20:18:08.8832478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/4x8c4-aarch32-neondot-cortex-a55.S.in' 2025-03-21T20:18:08.8833297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/4x8c4-aarch32-neondot-ld64.S.in' 2025-03-21T20:18:08.8834076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/MRx16c4-avx512vnni.c.in' 2025-03-21T20:18:08.8834800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/MRx16c4-wasmdot.c.in' 2025-03-21T20:18:08.8835540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/MRx16c8-avx512skx.c.in' 2025-03-21T20:18:08.8836282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/MRx16c8-avx512vnni.c.in' 2025-03-21T20:18:08.8837046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/MRx4c16-wasmdot.c.in' 2025-03-21T20:18:08.8837767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/MRx4c2-sse.c.in' 2025-03-21T20:18:08.8838552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/MRx4c2-wasmsimd-dot16x2.c.in' 2025-03-21T20:18:08.8839266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/MRx4c2s4-sse.c.in' 2025-03-21T20:18:08.8840063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/MRx4c2s4-wasmsimd-dot16x2.c.in' 2025-03-21T20:18:08.8840764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/MRx4c8-sse.c.in' 2025-03-21T20:18:08.8841550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/MRx4c8-wasmsimd-dot16x2.c.in' 2025-03-21T20:18:08.8842251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/MRx8c8-avx2.c.in' 2025-03-21T20:18:08.8842978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/MRx8c8-avxvnni.c.in' 2025-03-21T20:18:08.8843695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/c16-neon-mlal.c.in' 2025-03-21T20:18:08.8844437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/c2-neon-mull-dup.c.in' 2025-03-21T20:18:08.8845199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/c2-neon-mull-shuffle.c.in' 2025-03-21T20:18:08.8845915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/c4-armsimd32.c.in' 2025-03-21T20:18:08.8846625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/c4-avx512amx.c.in' 2025-03-21T20:18:08.8847358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/c4-neon-mull-dup.c.in' 2025-03-21T20:18:08.8848254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/c4-neon-mull-shuffle.c.in' 2025-03-21T20:18:08.8849005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/c4-neondot.c.in' 2025-03-21T20:18:08.8849726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/c8-neon-mull.c.in' 2025-03-21T20:18:08.8850479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/c8-neondot.c.in' 2025-03-21T20:18:08.8851190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/c8-neoni8mm.c.in' 2025-03-21T20:18:08.8851891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/c8-wasmdot.c.in' 2025-03-21T20:18:08.8852621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/neon-mlal-lane.c.in' 2025-03-21T20:18:08.8853404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/neon-mull-addw-dup.c.in' 2025-03-21T20:18:08.8854122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm/scalar.c.in' 2025-03-21T20:18:08.8854780Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-igemm' 2025-03-21T20:18:08.8855627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-packw/gen/qs8-packw-x16c4-gemm-goi-scalar.c' 2025-03-21T20:18:08.8856506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-packw/gen/qs8-packw-x16c8-gemm-goi-avx256vnni-prfm.c' 2025-03-21T20:18:08.8857363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-packw/gen/qs8-packw-x16c8-gemm-goi-avx256vnni.c' 2025-03-21T20:18:08.8858228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-packw/gen/qs8-packw-x16c8-gemm-goi-avxvnni-prfm.c' 2025-03-21T20:18:08.8859066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-packw/gen/qs8-packw-x16c8-gemm-goi-avxvnni.c' 2025-03-21T20:18:08.8859894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-packw/gen/qs8-packw-x16c8-gemm-goi-scalar.c' 2025-03-21T20:18:08.8860732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-packw/gen/qs8-packw-x32c4-gemm-goi-scalar.c' 2025-03-21T20:18:08.8861560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-packw/gen/qs8-packw-x64c4-gemm-goi-scalar.c' 2025-03-21T20:18:08.8862389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-packw/gen/qs8-packw-x8c4-gemm-goi-scalar.c' 2025-03-21T20:18:08.8863266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-packw/gen/qs8-packw-x8c8-gemm-goi-avx256vnni-prfm.c' 2025-03-21T20:18:08.8864107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-packw/gen/qs8-packw-x8c8-gemm-goi-avx256vnni.c' 2025-03-21T20:18:08.8864971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-packw/gen/qs8-packw-x8c8-gemm-goi-avxvnni-prfm.c' 2025-03-21T20:18:08.8865887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-packw/gen/qs8-packw-x8c8-gemm-goi-avxvnni.c' 2025-03-21T20:18:08.8866731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-packw/gen/qs8-packw-x8c8-gemm-goi-scalar.c' 2025-03-21T20:18:08.8867648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-packw/gen/qs8-packw-x8c8-gemm-goi-wasmrelaxedsimd.c' 2025-03-21T20:18:08.8868335Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-packw/gen' 2025-03-21T20:18:08.8869098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-packw/qs8-packw.h' 2025-03-21T20:18:08.8869813Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-packw' 2025-03-21T20:18:08.8870828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c' 2025-03-21T20:18:08.8871775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16.c' 2025-03-21T20:18:08.8872750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul32.c' 2025-03-21T20:18:08.8873792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c' 2025-03-21T20:18:08.8874785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-vpmovsx.c' 2025-03-21T20:18:08.8875796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-vpunpck.c' 2025-03-21T20:18:08.8876737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:08.8877704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c' 2025-03-21T20:18:08.8878672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neon-mla8-ld128.c' 2025-03-21T20:18:08.8879665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neon-mla8-ld64.c' 2025-03-21T20:18:08.8880603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:08.8881572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neon-mul8-ld128.c' 2025-03-21T20:18:08.8882528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neon-mul8-ld64.c' 2025-03-21T20:18:08.8883536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mla8-ld128.c' 2025-03-21T20:18:08.8884538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mla8-ld64.c' 2025-03-21T20:18:08.8885491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:08.8886463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mul8-ld128.c' 2025-03-21T20:18:08.8887465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mul8-ld64.c' 2025-03-21T20:18:08.8888453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse2-mul16-add16.c' 2025-03-21T20:18:08.8889402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse2-mul16.c' 2025-03-21T20:18:08.8890371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul16-add16.c' 2025-03-21T20:18:08.8891339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul16.c' 2025-03-21T20:18:08.8892292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul32.c' 2025-03-21T20:18:08.8893329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-wasmsimd-mul16-add16.c' 2025-03-21T20:18:08.8894303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-wasmsimd-mul16.c' 2025-03-21T20:18:08.8895262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.8896236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.8897202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.8898150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.8899111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.8900081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.8901058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.8902039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.8903069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c' 2025-03-21T20:18:08.8904072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-vpmovsx.c' 2025-03-21T20:18:08.8905095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-vpunpck.c' 2025-03-21T20:18:08.8906053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:08.8907043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c' 2025-03-21T20:18:08.8907983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:08.8908991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:08.8909940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.8910898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.8911848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.8912811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.8913774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul16-add16.c' 2025-03-21T20:18:08.8914707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul16.c' 2025-03-21T20:18:08.8915635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul32.c' 2025-03-21T20:18:08.8916569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:08.8917524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neon-mla8-ld64.c' 2025-03-21T20:18:08.8918491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:08.8919468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neon-mul8-ld64.c' 2025-03-21T20:18:08.8920444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neonv8-mla8-ld64.c' 2025-03-21T20:18:08.8921383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:08.8922386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neonv8-mul8-ld64.c' 2025-03-21T20:18:08.8923377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c' 2025-03-21T20:18:08.8924315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16.c' 2025-03-21T20:18:08.8925281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c' 2025-03-21T20:18:08.8926222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16.c' 2025-03-21T20:18:08.8927157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul32.c' 2025-03-21T20:18:08.8928162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-wasmsimd-mul16-add16.c' 2025-03-21T20:18:08.8929113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-wasmsimd-mul16.c' 2025-03-21T20:18:08.8930072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx-mul16-add16.c' 2025-03-21T20:18:08.8931004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:08.8931969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neon-mla8-ld128.c' 2025-03-21T20:18:08.8932921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neon-mla8-ld64.c' 2025-03-21T20:18:08.8933892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neonv8-mla8-ld128.c' 2025-03-21T20:18:08.8934863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neonv8-mla8-ld64.c' 2025-03-21T20:18:08.8935888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-wasmsimd-mul16-add16.c' 2025-03-21T20:18:08.8936867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.8937814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.8938759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.8939727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.8940713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p32c-minmax-fp32-avx512skx-mul32.c' 2025-03-21T20:18:08.8941672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-neon-mla8-ld64.c' 2025-03-21T20:18:08.8942630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-neonv8-mla8-ld64.c' 2025-03-21T20:18:08.8943568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse2-mul16.c' 2025-03-21T20:18:08.8944496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse41-mul16.c' 2025-03-21T20:18:08.8945446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-4p2c-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.8946398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-4p8c-minmax-fp32-neon-mla8-ld64.c' 2025-03-21T20:18:08.8947490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c' 2025-03-21T20:18:08.8948702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c' 2025-03-21T20:18:08.8949759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c' 2025-03-21T20:18:08.8950773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c' 2025-03-21T20:18:08.8951754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c' 2025-03-21T20:18:08.8952789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c' 2025-03-21T20:18:08.8953774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:08.8954820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mla8-ld128.c' 2025-03-21T20:18:08.8955825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mla8-ld64.c' 2025-03-21T20:18:08.8956794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:08.8957840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mul8-ld128.c' 2025-03-21T20:18:08.8958871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mul8-ld64.c' 2025-03-21T20:18:08.8959895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mla8-ld128.c' 2025-03-21T20:18:08.8960905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mla8-ld64.c' 2025-03-21T20:18:08.8961895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:08.8962921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mul8-ld128.c' 2025-03-21T20:18:08.8963930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mul8-ld64.c' 2025-03-21T20:18:08.8964951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16-add16.c' 2025-03-21T20:18:08.8965927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c' 2025-03-21T20:18:08.8966953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16-add16.c' 2025-03-21T20:18:08.8967933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c' 2025-03-21T20:18:08.8968985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-wasmsimd-mul16-add16.c' 2025-03-21T20:18:08.8969984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-wasmsimd-mul16.c' 2025-03-21T20:18:08.8971010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.8972026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.8973021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.8973997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.8975029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.8976049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.8977045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.8978017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.8979116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c' 2025-03-21T20:18:08.8980161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c' 2025-03-21T20:18:08.8981213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c' 2025-03-21T20:18:08.8982224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c' 2025-03-21T20:18:08.8983210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:08.8984185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c8s8r-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:08.8985191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c8s8r-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:08.8986186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.8987191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.8988212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.8989275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.8990277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c' 2025-03-21T20:18:08.8991262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c' 2025-03-21T20:18:08.8992257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:08.8993259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-neon-mla8-ld64.c' 2025-03-21T20:18:08.8994259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:08.8995260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-neon-mul8-ld64.c' 2025-03-21T20:18:08.8996280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-neonv8-mla8-ld64.c' 2025-03-21T20:18:08.8997316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:08.8998357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-neonv8-mul8-ld64.c' 2025-03-21T20:18:08.8999374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16-add16.c' 2025-03-21T20:18:08.9000345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c' 2025-03-21T20:18:08.9001378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16-add16.c' 2025-03-21T20:18:08.9002393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c' 2025-03-21T20:18:08.9003451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-wasmsimd-mul16-add16.c' 2025-03-21T20:18:08.9004446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-wasmsimd-mul16.c' 2025-03-21T20:18:08.9005544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c' 2025-03-21T20:18:08.9006624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c' 2025-03-21T20:18:08.9007726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c' 2025-03-21T20:18:08.9008738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c' 2025-03-21T20:18:08.9009715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c' 2025-03-21T20:18:08.9010742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c' 2025-03-21T20:18:08.9011742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:08.9012774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mla8-ld128.c' 2025-03-21T20:18:08.9013778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mla8-ld64.c' 2025-03-21T20:18:08.9014756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:08.9015771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mul8-ld128.c' 2025-03-21T20:18:08.9016770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mul8-ld64.c' 2025-03-21T20:18:08.9017797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mla8-ld128.c' 2025-03-21T20:18:08.9018810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mla8-ld64.c' 2025-03-21T20:18:08.9019806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:08.9020829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mul8-ld128.c' 2025-03-21T20:18:08.9021847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mul8-ld64.c' 2025-03-21T20:18:08.9022858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16-add16.c' 2025-03-21T20:18:08.9023862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c' 2025-03-21T20:18:08.9024899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16-add16.c' 2025-03-21T20:18:08.9025916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c' 2025-03-21T20:18:08.9026965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-wasmsimd-mul16-add16.c' 2025-03-21T20:18:08.9028001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-wasmsimd-mul16.c' 2025-03-21T20:18:08.9029070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.9030072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.9031066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.9032055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.9033049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.9034059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.9035049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.9036027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.9037115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c' 2025-03-21T20:18:08.9038167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c' 2025-03-21T20:18:08.9039211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c' 2025-03-21T20:18:08.9040229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c' 2025-03-21T20:18:08.9041234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:08.9042230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c8s8r-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:08.9043272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c8s8r-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:08.9044272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.9045286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.9046316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.9047323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.9048418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c' 2025-03-21T20:18:08.9049393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c' 2025-03-21T20:18:08.9050385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:08.9051382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-neon-mla8-ld64.c' 2025-03-21T20:18:08.9052359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:08.9053362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-neon-mul8-ld64.c' 2025-03-21T20:18:08.9054390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-neonv8-mla8-ld64.c' 2025-03-21T20:18:08.9055377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:08.9056396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-neonv8-mul8-ld64.c' 2025-03-21T20:18:08.9057405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16-add16.c' 2025-03-21T20:18:08.9058383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c' 2025-03-21T20:18:08.9059449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16-add16.c' 2025-03-21T20:18:08.9060475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c' 2025-03-21T20:18:08.9061524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-wasmsimd-mul16-add16.c' 2025-03-21T20:18:08.9062550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-wasmsimd-mul16.c' 2025-03-21T20:18:08.9063671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c' 2025-03-21T20:18:08.9064769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c' 2025-03-21T20:18:08.9065816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c' 2025-03-21T20:18:08.9066839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c' 2025-03-21T20:18:08.9067808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c' 2025-03-21T20:18:08.9068867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c' 2025-03-21T20:18:08.9069842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:08.9070862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mla8-ld128.c' 2025-03-21T20:18:08.9071865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mla8-ld64.c' 2025-03-21T20:18:08.9072859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:08.9073869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mul8-ld128.c' 2025-03-21T20:18:08.9074873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mul8-ld64.c' 2025-03-21T20:18:08.9075896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mla8-ld128.c' 2025-03-21T20:18:08.9076947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mla8-ld64.c' 2025-03-21T20:18:08.9077940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:08.9079005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mul8-ld128.c' 2025-03-21T20:18:08.9080014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mul8-ld64.c' 2025-03-21T20:18:08.9081089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16-add16.c' 2025-03-21T20:18:08.9082086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c' 2025-03-21T20:18:08.9083112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16-add16.c' 2025-03-21T20:18:08.9084091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c' 2025-03-21T20:18:08.9085151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-wasmsimd-mul16-add16.c' 2025-03-21T20:18:08.9086150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-wasmsimd-mul16.c' 2025-03-21T20:18:08.9087153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.9088140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.9089143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.9090125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.9091127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.9092118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.9093116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.9094118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.9095240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c' 2025-03-21T20:18:08.9096312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c' 2025-03-21T20:18:08.9097374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c' 2025-03-21T20:18:08.9098410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c' 2025-03-21T20:18:08.9099394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c' 2025-03-21T20:18:08.9100402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:08.9101390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c8s8r-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:08.9102382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c8s8r-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:08.9103389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.9104376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.9105376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.9106350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.9107338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c' 2025-03-21T20:18:08.9108304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:08.9109390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-neon-mla8-ld64.c' 2025-03-21T20:18:08.9110363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:08.9111370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-neon-mul8-ld64.c' 2025-03-21T20:18:08.9112411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-neonv8-mla8-ld64.c' 2025-03-21T20:18:08.9113412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:08.9114446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-neonv8-mul8-ld64.c' 2025-03-21T20:18:08.9115466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16-add16.c' 2025-03-21T20:18:08.9116461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c' 2025-03-21T20:18:08.9117514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16-add16.c' 2025-03-21T20:18:08.9118493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c' 2025-03-21T20:18:08.9119555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-wasmsimd-mul16-add16.c' 2025-03-21T20:18:08.9120551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-wasmsimd-mul16.c' 2025-03-21T20:18:08.9121523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c' 2025-03-21T20:18:08.9122455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16.c' 2025-03-21T20:18:08.9123391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul32.c' 2025-03-21T20:18:08.9124410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c' 2025-03-21T20:18:08.9125407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-vpmovsx.c' 2025-03-21T20:18:08.9126383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-vpunpck.c' 2025-03-21T20:18:08.9127330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:08.9128293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c' 2025-03-21T20:18:08.9129269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mla8-ld128.c' 2025-03-21T20:18:08.9130250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mla8-ld64.c' 2025-03-21T20:18:08.9131217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:08.9132177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mul8-ld128.c' 2025-03-21T20:18:08.9133146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mul8-ld64.c' 2025-03-21T20:18:08.9134157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mla8-ld128.c' 2025-03-21T20:18:08.9135170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mla8-ld64.c' 2025-03-21T20:18:08.9136123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:08.9137114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mul8-ld128.c' 2025-03-21T20:18:08.9138083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mul8-ld64.c' 2025-03-21T20:18:08.9139065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse2-mul16-add16.c' 2025-03-21T20:18:08.9139999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse2-mul16.c' 2025-03-21T20:18:08.9140979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul16-add16.c' 2025-03-21T20:18:08.9141923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul16.c' 2025-03-21T20:18:08.9142871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul32.c' 2025-03-21T20:18:08.9143877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-wasmsimd-mul16-add16.c' 2025-03-21T20:18:08.9144837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-wasmsimd-mul16.c' 2025-03-21T20:18:08.9145789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.9146764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.9147881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.9148909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.9149863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.9150808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.9151806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.9152776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.9153809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c' 2025-03-21T20:18:08.9154785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-vpmovsx.c' 2025-03-21T20:18:08.9155783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-vpunpck.c' 2025-03-21T20:18:08.9156713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:08.9157696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c' 2025-03-21T20:18:08.9158626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:08.9159576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:08.9160522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.9161480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.9162424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.9163366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.9164325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul16-add16.c' 2025-03-21T20:18:08.9165299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul16.c' 2025-03-21T20:18:08.9166251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul32.c' 2025-03-21T20:18:08.9167191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:08.9168137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-neon-mla8-ld64.c' 2025-03-21T20:18:08.9169104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:08.9170082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-neon-mul8-ld64.c' 2025-03-21T20:18:08.9171059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-neonv8-mla8-ld64.c' 2025-03-21T20:18:08.9171996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:08.9172969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-neonv8-mul8-ld64.c' 2025-03-21T20:18:08.9173927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c' 2025-03-21T20:18:08.9174867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16.c' 2025-03-21T20:18:08.9175826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c' 2025-03-21T20:18:08.9176767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16.c' 2025-03-21T20:18:08.9177702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul32.c' 2025-03-21T20:18:08.9178705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-wasmsimd-mul16-add16.c' 2025-03-21T20:18:08.9179658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-wasmsimd-mul16.c' 2025-03-21T20:18:08.9180387Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/gen' 2025-03-21T20:18:08.9181462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/qs8-qc8w-dwconv-3p16c-minmax-fp32-asm-aarch32-neonv8-mla8-cortex-a35.S' 2025-03-21T20:18:08.9182561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/qs8-qc8w-dwconv-3p8c-minmax-fp32-asm-aarch32-neonv8-mla8-cortex-a35.S' 2025-03-21T20:18:08.9183467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/qs8-qc8w-dwconv-minmax-multipass-fp32.h' 2025-03-21T20:18:08.9184343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv/qs8-qc8w-dwconv-minmax-unipass-fp32.h' 2025-03-21T20:18:08.9185036Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-dwconv' 2025-03-21T20:18:08.9186023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-10x16c4-minmax-fp32-avx512vnni-prfm.c' 2025-03-21T20:18:08.9186966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-10x16c4-minmax-fp32-avx512vnni.c' 2025-03-21T20:18:08.9187920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-10x16c8-minmax-fp32-avx512vnni-prfm.c' 2025-03-21T20:18:08.9188882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-10x16c8-minmax-fp32-avx512vnni.c' 2025-03-21T20:18:08.9189834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-10x8c8-minmax-fp32-avx256vnni-prfm.c' 2025-03-21T20:18:08.9190747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-10x8c8-minmax-fp32-avx256vnni.c' 2025-03-21T20:18:08.9191707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-12x16c4-minmax-fp32-avx512vnni-prfm.c' 2025-03-21T20:18:08.9192623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-12x16c4-minmax-fp32-avx512vnni.c' 2025-03-21T20:18:08.9193573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-12x16c8-minmax-fp32-avx512vnni-prfm.c' 2025-03-21T20:18:08.9194489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-12x16c8-minmax-fp32-avx512vnni.c' 2025-03-21T20:18:08.9195440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-12x8c8-minmax-fp32-avx256vnni-prfm.c' 2025-03-21T20:18:08.9196360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-12x8c8-minmax-fp32-avx256vnni.c' 2025-03-21T20:18:08.9197315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-14x16c4-minmax-fp32-avx512vnni-prfm.c' 2025-03-21T20:18:08.9198231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-14x16c4-minmax-fp32-avx512vnni.c' 2025-03-21T20:18:08.9199217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-14x16c8-minmax-fp32-avx512vnni-prfm.c' 2025-03-21T20:18:08.9200127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-14x16c8-minmax-fp32-avx512vnni.c' 2025-03-21T20:18:08.9201105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-14x8c8-minmax-fp32-avx256vnni-prfm.c' 2025-03-21T20:18:08.9202021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-14x8c8-minmax-fp32-avx256vnni.c' 2025-03-21T20:18:08.9202980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-16x16c4-minmax-fp32-avx512amx-prfm.c' 2025-03-21T20:18:08.9203904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-16x16c4-minmax-fp32-avx512amx.c' 2025-03-21T20:18:08.9204874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-16x32c4-minmax-fp32-avx512amx-prfm.c' 2025-03-21T20:18:08.9205792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-16x32c4-minmax-fp32-avx512amx.c' 2025-03-21T20:18:08.9206727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-16x64c4-minmax-fp32-avx512amx-prfm.c' 2025-03-21T20:18:08.9207647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-16x64c4-minmax-fp32-avx512amx.c' 2025-03-21T20:18:08.9208601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16-minmax-fp32-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.9209539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16-minmax-fp32-neon-mlal-lane.c' 2025-03-21T20:18:08.9210524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16-minmax-fp32-neonv8-mlal-lane-prfm.c' 2025-03-21T20:18:08.9211469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16-minmax-fp32-neonv8-mlal-lane.c' 2025-03-21T20:18:08.9212475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-asm-aarch64-neondot-ld32.S' 2025-03-21T20:18:08.9213484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-asm-aarch64-neondot-ld64.S' 2025-03-21T20:18:08.9214392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-avx512amx.c' 2025-03-21T20:18:08.9215345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-avx512vnni-prfm.c' 2025-03-21T20:18:08.9216307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-avx512vnni.c' 2025-03-21T20:18:08.9217216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-neondot.c' 2025-03-21T20:18:08.9218193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-wasmsdot-u2-acc2.c' 2025-03-21T20:18:08.9219128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-wasmsdot-u2.c' 2025-03-21T20:18:08.9220033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-wasmsdot.c' 2025-03-21T20:18:08.9221024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-wasmusdot-u2-acc2.c' 2025-03-21T20:18:08.9221974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-wasmusdot-u2.c' 2025-03-21T20:18:08.9222899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-wasmusdot.c' 2025-03-21T20:18:08.9223884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-aarch64-neondot-ld128.c' 2025-03-21T20:18:08.9224837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c' 2025-03-21T20:18:08.9225742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx.c' 2025-03-21T20:18:08.9226693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni-prfm.c' 2025-03-21T20:18:08.9227600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni.c' 2025-03-21T20:18:08.9228542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-neondot-ld64.c' 2025-03-21T20:18:08.9229499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-neoni8mm.c' 2025-03-21T20:18:08.9230418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x1c4-minmax-fp32-armsimd32.c' 2025-03-21T20:18:08.9231337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.9232270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.9233189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.9234166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.9235106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2c4-minmax-fp32-armsimd32.c' 2025-03-21T20:18:08.9236023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x32c4-minmax-fp32-avx512amx.c' 2025-03-21T20:18:08.9236943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.9237895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.9238831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.9239749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.9240648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c16-minmax-fp32-wasmsdot.c' 2025-03-21T20:18:08.9241565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c16-minmax-fp32-wasmusdot.c' 2025-03-21T20:18:08.9242474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:08.9243375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:08.9244285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:08.9245195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:08.9246114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:08.9247030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:08.9248149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.9249130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.9250047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:08.9251007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:08.9251925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:08.9252876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:08.9253799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:08.9254713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:08.9255754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.9256770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.9257679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:08.9258571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:08.9259495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:08.9260391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:08.9261337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:08.9262237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:08.9263226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.9264205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.9265123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x64c4-minmax-fp32-avx512amx.c' 2025-03-21T20:18:08.9266234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8-minmax-fp32-asm-aarch32-neon-mlal-lane-cortex-a7-prfm.S' 2025-03-21T20:18:08.9267302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8-minmax-fp32-asm-aarch32-neon-mlal-lane-cortex-a7.S' 2025-03-21T20:18:08.9268461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8-minmax-fp32-asm-aarch32-neonv8-mlal-lane-cortex-a35-prfm.S' 2025-03-21T20:18:08.9269603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8-minmax-fp32-asm-aarch32-neonv8-mlal-lane-cortex-a35.S' 2025-03-21T20:18:08.9270590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8-minmax-fp32-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.9271510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8-minmax-fp32-neon-mlal-lane.c' 2025-03-21T20:18:08.9272502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8-minmax-fp32-neonv8-mlal-lane-prfm.c' 2025-03-21T20:18:08.9273449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8-minmax-fp32-neonv8-mlal-lane.c' 2025-03-21T20:18:08.9274401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c16-minmax-fp32-wasmsdot.c' 2025-03-21T20:18:08.9275323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c16-minmax-fp32-wasmusdot.c' 2025-03-21T20:18:08.9276253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neon-mlal-dup.c' 2025-03-21T20:18:08.9277201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neon-mlal-ld1r.c' 2025-03-21T20:18:08.9278130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neon-mlal-ld2r.c' 2025-03-21T20:18:08.9279075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neon-mlal-ld4r.c' 2025-03-21T20:18:08.9280015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neonv8-mlal-dup.c' 2025-03-21T20:18:08.9280964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neonv8-mlal-ld1r.c' 2025-03-21T20:18:08.9281910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neonv8-mlal-ld2r.c' 2025-03-21T20:18:08.9282860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neonv8-mlal-ld4r.c' 2025-03-21T20:18:08.9283778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2s4-minmax-fp32-neon-mlal.c' 2025-03-21T20:18:08.9284719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2s4-minmax-fp32-neonv8-mlal.c' 2025-03-21T20:18:08.9285668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neon-mlal-dup.c' 2025-03-21T20:18:08.9286653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neon-mlal-ld1r.c' 2025-03-21T20:18:08.9287614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neon-mlal-ld2r.c' 2025-03-21T20:18:08.9288518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neondot.c' 2025-03-21T20:18:08.9289458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neonv8-mlal-dup.c' 2025-03-21T20:18:08.9290436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neonv8-mlal-ld1r.c' 2025-03-21T20:18:08.9291407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neonv8-mlal-ld2r.c' 2025-03-21T20:18:08.9292331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4s2-minmax-fp32-neon-mlal.c' 2025-03-21T20:18:08.9293256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4s2-minmax-fp32-neonv8-mlal.c' 2025-03-21T20:18:08.9294269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-aarch64-neondot-ld128.c' 2025-03-21T20:18:08.9295369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S' 2025-03-21T20:18:08.9296429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53.S' 2025-03-21T20:18:08.9297435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S' 2025-03-21T20:18:08.9298414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S' 2025-03-21T20:18:08.9299294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx2.c' 2025-03-21T20:18:08.9300209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx256skx.c' 2025-03-21T20:18:08.9301150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx256vnni-prfm.c' 2025-03-21T20:18:08.9302064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx256vnni.c' 2025-03-21T20:18:08.9302998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avxvnni-prfm.c' 2025-03-21T20:18:08.9303922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avxvnni.c' 2025-03-21T20:18:08.9304900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avxvnniint8-prfm.c' 2025-03-21T20:18:08.9305814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-neon-mlal.c' 2025-03-21T20:18:08.9306736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-neondot-ld64.c' 2025-03-21T20:18:08.9307667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-neoni8mm.c' 2025-03-21T20:18:08.9308654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-neonv8-mlal.c' 2025-03-21T20:18:08.9309586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-wasmsdot-u2.c' 2025-03-21T20:18:08.9310485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-wasmsdot.c' 2025-03-21T20:18:08.9311419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-wasmusdot-u2.c' 2025-03-21T20:18:08.9312326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-wasmusdot.c' 2025-03-21T20:18:08.9313282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16-minmax-fp32-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.9314218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16-minmax-fp32-neon-mlal-lane.c' 2025-03-21T20:18:08.9315181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16-minmax-fp32-neonv8-mlal-lane-prfm.c' 2025-03-21T20:18:08.9316132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16-minmax-fp32-neonv8-mlal-lane.c' 2025-03-21T20:18:08.9317035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c8-minmax-fp32-neoni8mm.c' 2025-03-21T20:18:08.9317952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x1c4-minmax-fp32-armsimd32.c' 2025-03-21T20:18:08.9318862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.9319791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.9320736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.9321650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.9322580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2c4-minmax-fp32-armsimd32.c' 2025-03-21T20:18:08.9323505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.9324454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.9325383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.9326325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.9327240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c16-minmax-fp32-wasmsdot.c' 2025-03-21T20:18:08.9328143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c16-minmax-fp32-wasmusdot.c' 2025-03-21T20:18:08.9329059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:08.9329959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:08.9330879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:08.9331780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:08.9332697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:08.9333611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:08.9334604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.9335576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.9336497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:08.9337403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:08.9338360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:08.9339304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:08.9340235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:08.9341150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:08.9342180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.9343191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.9344099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:08.9344998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:08.9345916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:08.9346820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:08.9347877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:08.9348827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:08.9349818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.9350794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.9351754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8-minmax-fp32-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.9352679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8-minmax-fp32-neon-mlal-lane.c' 2025-03-21T20:18:08.9353648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8-minmax-fp32-neonv8-mlal-lane-prfm.c' 2025-03-21T20:18:08.9354584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8-minmax-fp32-neonv8-mlal-lane.c' 2025-03-21T20:18:08.9355615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c16-minmax-fp32-asm-aarch64-neon-mlal.S' 2025-03-21T20:18:08.9356520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c16-minmax-fp32-wasmsdot.c' 2025-03-21T20:18:08.9357472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c16-minmax-fp32-wasmusdot.c' 2025-03-21T20:18:08.9358405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neon-mlal-dup.c' 2025-03-21T20:18:08.9359379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neon-mlal-ld1r.c' 2025-03-21T20:18:08.9360346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neon-mlal-ld2r.c' 2025-03-21T20:18:08.9361285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neon-mlal-ld4r.c' 2025-03-21T20:18:08.9362221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neonv8-mlal-dup.c' 2025-03-21T20:18:08.9363172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neonv8-mlal-ld1r.c' 2025-03-21T20:18:08.9364114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neonv8-mlal-ld2r.c' 2025-03-21T20:18:08.9365068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neonv8-mlal-ld4r.c' 2025-03-21T20:18:08.9365988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2s4-minmax-fp32-neon-mlal.c' 2025-03-21T20:18:08.9366911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2s4-minmax-fp32-neonv8-mlal.c' 2025-03-21T20:18:08.9367859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4-minmax-fp32-neon-mlal-dup.c' 2025-03-21T20:18:08.9368791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4-minmax-fp32-neon-mlal-ld1r.c' 2025-03-21T20:18:08.9369743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4-minmax-fp32-neon-mlal-ld2r.c' 2025-03-21T20:18:08.9370690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4-minmax-fp32-neonv8-mlal-dup.c' 2025-03-21T20:18:08.9371644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4-minmax-fp32-neonv8-mlal-ld1r.c' 2025-03-21T20:18:08.9372613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4-minmax-fp32-neonv8-mlal-ld2r.c' 2025-03-21T20:18:08.9373540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4s2-minmax-fp32-neon-mlal.c' 2025-03-21T20:18:08.9374496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4s2-minmax-fp32-neonv8-mlal.c' 2025-03-21T20:18:08.9375609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S' 2025-03-21T20:18:08.9376692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53.S' 2025-03-21T20:18:08.9377737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S' 2025-03-21T20:18:08.9378713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal.S' 2025-03-21T20:18:08.9379699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mull.S' 2025-03-21T20:18:08.9380575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-avx2.c' 2025-03-21T20:18:08.9381491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-avx256skx.c' 2025-03-21T20:18:08.9382419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-avxvnni-prfm.c' 2025-03-21T20:18:08.9383323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-avxvnni.c' 2025-03-21T20:18:08.9384226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-neon-mlal.c' 2025-03-21T20:18:08.9385135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-neoni8mm.c' 2025-03-21T20:18:08.9386054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-neonv8-mlal.c' 2025-03-21T20:18:08.9386987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-wasmsdot-u2.c' 2025-03-21T20:18:08.9387885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-wasmsdot.c' 2025-03-21T20:18:08.9388863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-wasmusdot-u2.c' 2025-03-21T20:18:08.9389796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-wasmusdot.c' 2025-03-21T20:18:08.9390765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16-minmax-fp32-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.9391725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16-minmax-fp32-neon-mlal-lane.c' 2025-03-21T20:18:08.9392703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16-minmax-fp32-neonv8-mlal-lane-prfm.c' 2025-03-21T20:18:08.9393642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16-minmax-fp32-neonv8-mlal-lane.c' 2025-03-21T20:18:08.9394640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c4-minmax-fp32-wasmsdot-u2-acc2.c' 2025-03-21T20:18:08.9395589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c4-minmax-fp32-wasmsdot-u2.c' 2025-03-21T20:18:08.9396506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c4-minmax-fp32-wasmsdot.c' 2025-03-21T20:18:08.9397480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c4-minmax-fp32-wasmusdot-u2-acc2.c' 2025-03-21T20:18:08.9398417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c4-minmax-fp32-wasmusdot-u2.c' 2025-03-21T20:18:08.9399325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c4-minmax-fp32-wasmusdot.c' 2025-03-21T20:18:08.9400243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c8-minmax-fp32-neoni8mm.c' 2025-03-21T20:18:08.9401163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.9402088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.9403005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.9403923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.9404840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.9405769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.9406685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.9407630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.9408559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c16-minmax-fp32-wasmsdot.c' 2025-03-21T20:18:08.9409473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c16-minmax-fp32-wasmusdot.c' 2025-03-21T20:18:08.9410383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:08.9411313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:08.9412252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:08.9413160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:08.9414070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:08.9414986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:08.9415967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.9416949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.9417861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:08.9418770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:08.9419698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:08.9420609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:08.9421552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:08.9422464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:08.9423467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.9424480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.9425399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:08.9426317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:08.9427232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:08.9428131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:08.9429126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:08.9430062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:08.9431050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.9432023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.9432988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8-minmax-fp32-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.9433908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8-minmax-fp32-neon-mlal-lane.c' 2025-03-21T20:18:08.9434882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8-minmax-fp32-neonv8-mlal-lane-prfm.c' 2025-03-21T20:18:08.9435816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8-minmax-fp32-neonv8-mlal-lane.c' 2025-03-21T20:18:08.9436725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c16-minmax-fp32-wasmsdot.c' 2025-03-21T20:18:08.9437643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c16-minmax-fp32-wasmusdot.c' 2025-03-21T20:18:08.9438530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx2.c' 2025-03-21T20:18:08.9439436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx256skx.c' 2025-03-21T20:18:08.9440375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avxvnni-prfm.c' 2025-03-21T20:18:08.9441267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avxvnni.c' 2025-03-21T20:18:08.9442211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-neoni8mm.c' 2025-03-21T20:18:08.9443152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-wasmsdot-u2.c' 2025-03-21T20:18:08.9444061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-wasmsdot.c' 2025-03-21T20:18:08.9444984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-wasmusdot-u2.c' 2025-03-21T20:18:08.9445924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-wasmusdot.c' 2025-03-21T20:18:08.9447066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S' 2025-03-21T20:18:08.9448308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53.S' 2025-03-21T20:18:08.9449388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64-prfm.S' 2025-03-21T20:18:08.9450446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64.S' 2025-03-21T20:18:08.9451405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.9452354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-neon-mlal-lane.c' 2025-03-21T20:18:08.9453322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-neonv8-mlal-lane-prfm.c' 2025-03-21T20:18:08.9454275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-neonv8-mlal-lane.c' 2025-03-21T20:18:08.9455327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S' 2025-03-21T20:18:08.9456354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S' 2025-03-21T20:18:08.9457355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld32.S' 2025-03-21T20:18:08.9458361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld64.S' 2025-03-21T20:18:08.9459352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-avx512vnni-prfm.c' 2025-03-21T20:18:08.9460282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-avx512vnni.c' 2025-03-21T20:18:08.9461220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-neondot.c' 2025-03-21T20:18:08.9462186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-wasmsdot-u2-acc2.c' 2025-03-21T20:18:08.9463105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-wasmsdot-u2.c' 2025-03-21T20:18:08.9464111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-wasmsdot.c' 2025-03-21T20:18:08.9465098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-wasmusdot-u2-acc2.c' 2025-03-21T20:18:08.9466043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-wasmusdot-u2.c' 2025-03-21T20:18:08.9466951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-wasmusdot.c' 2025-03-21T20:18:08.9467871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-neoni8mm.c' 2025-03-21T20:18:08.9468829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.9469760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.9470675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.9471585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.9472505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.9473431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.9474349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.9475270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.9476171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c16-minmax-fp32-wasmsdot.c' 2025-03-21T20:18:08.9477123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c16-minmax-fp32-wasmusdot.c' 2025-03-21T20:18:08.9478029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:08.9478945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:08.9479863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:08.9480792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:08.9481740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:08.9482649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:08.9483635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.9484604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.9485533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:08.9486439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:08.9487374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:08.9488286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:08.9489224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:08.9490145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:08.9491155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.9492139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.9493133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c8-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.9494128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c8-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.9495252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8-minmax-fp32-asm-aarch32-neon-mlal-lane-cortex-a53-prfm.S' 2025-03-21T20:18:08.9496356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8-minmax-fp32-asm-aarch32-neon-mlal-lane-cortex-a53.S' 2025-03-21T20:18:08.9497465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8-minmax-fp32-asm-aarch32-neon-mlal-lane-cortex-a7-prfm.S' 2025-03-21T20:18:08.9498556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8-minmax-fp32-asm-aarch32-neon-mlal-lane-cortex-a7.S' 2025-03-21T20:18:08.9499658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8-minmax-fp32-asm-aarch32-neon-mlal-lane-ld64-prfm.S' 2025-03-21T20:18:08.9500686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8-minmax-fp32-asm-aarch32-neon-mlal-lane-ld64.S' 2025-03-21T20:18:08.9501819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8-minmax-fp32-asm-aarch32-neonv8-mlal-lane-cortex-a35-prfm.S' 2025-03-21T20:18:08.9502900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8-minmax-fp32-asm-aarch32-neonv8-mlal-lane-cortex-a35.S' 2025-03-21T20:18:08.9504027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8-minmax-fp32-asm-aarch32-neonv8-mlal-lane-cortex-a53-prfm.S' 2025-03-21T20:18:08.9505117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8-minmax-fp32-asm-aarch32-neonv8-mlal-lane-cortex-a53.S' 2025-03-21T20:18:08.9506207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8-minmax-fp32-asm-aarch32-neonv8-mlal-lane-ld64-prfm.S' 2025-03-21T20:18:08.9507261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8-minmax-fp32-asm-aarch32-neonv8-mlal-lane-ld64.S' 2025-03-21T20:18:08.9508223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8-minmax-fp32-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.9509201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8-minmax-fp32-neon-mlal-lane.c' 2025-03-21T20:18:08.9510185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8-minmax-fp32-neonv8-mlal-lane-prfm.c' 2025-03-21T20:18:08.9511119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8-minmax-fp32-neonv8-mlal-lane.c' 2025-03-21T20:18:08.9512071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c16-minmax-fp32-wasmsdot.c' 2025-03-21T20:18:08.9512990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c16-minmax-fp32-wasmusdot.c' 2025-03-21T20:18:08.9514068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c4-minmax-fp32-asm-aarch32-neondot-cortex-a55.S' 2025-03-21T20:18:08.9515068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c4-minmax-fp32-asm-aarch32-neondot-ld64.S' 2025-03-21T20:18:08.9516005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c4-minmax-fp32-neondot.c' 2025-03-21T20:18:08.9516883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-avx2.c' 2025-03-21T20:18:08.9517829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-avx256skx.c' 2025-03-21T20:18:08.9518747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-avxvnni-prfm.c' 2025-03-21T20:18:08.9519648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-avxvnni.c' 2025-03-21T20:18:08.9520546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-neoni8mm.c' 2025-03-21T20:18:08.9521477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-wasmsdot-u2.c' 2025-03-21T20:18:08.9522379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-wasmsdot.c' 2025-03-21T20:18:08.9523306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-wasmusdot-u2.c' 2025-03-21T20:18:08.9524209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-wasmusdot.c' 2025-03-21T20:18:08.9525163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c4-minmax-fp32-avx512vnni-prfm.c' 2025-03-21T20:18:08.9526076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c4-minmax-fp32-avx512vnni.c' 2025-03-21T20:18:08.9527033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512skx-prfm.c' 2025-03-21T20:18:08.9527939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512skx.c' 2025-03-21T20:18:08.9528893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512vnni-prfm.c' 2025-03-21T20:18:08.9529854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512vnni.c' 2025-03-21T20:18:08.9530835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x8c8-minmax-fp32-avx256vnni-prfm.c' 2025-03-21T20:18:08.9531749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x8c8-minmax-fp32-avx256vnni.c' 2025-03-21T20:18:08.9532686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x8c8-minmax-fp32-avxvnni-prfm.c' 2025-03-21T20:18:08.9533605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x8c8-minmax-fp32-avxvnni.c' 2025-03-21T20:18:08.9534593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x8c8-minmax-fp32-avxvnniint8-prfm.c' 2025-03-21T20:18:08.9535555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16-minmax-fp32-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.9536496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16-minmax-fp32-neon-mlal-lane.c' 2025-03-21T20:18:08.9537467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16-minmax-fp32-neonv8-mlal-lane-prfm.c' 2025-03-21T20:18:08.9538420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16-minmax-fp32-neonv8-mlal-lane.c' 2025-03-21T20:18:08.9539324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c4-minmax-fp32-neondot.c' 2025-03-21T20:18:08.9540236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c8-minmax-fp32-neoni8mm.c' 2025-03-21T20:18:08.9541183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8-minmax-fp32-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.9542116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8-minmax-fp32-neon-mlal-lane.c' 2025-03-21T20:18:08.9543083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8-minmax-fp32-neonv8-mlal-lane-prfm.c' 2025-03-21T20:18:08.9544019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8-minmax-fp32-neonv8-mlal-lane.c' 2025-03-21T20:18:08.9544905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8c4-minmax-fp32-neondot.c' 2025-03-21T20:18:08.9545836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8c8-minmax-fp32-avxvnni-prfm.c' 2025-03-21T20:18:08.9546754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8c8-minmax-fp32-avxvnni.c' 2025-03-21T20:18:08.9547795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8c8-minmax-fp32-neoni8mm.c' 2025-03-21T20:18:08.9548809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c4-minmax-fp32-avx512amx.c' 2025-03-21T20:18:08.9549751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c4-minmax-fp32-avx512vnni-prfm.c' 2025-03-21T20:18:08.9550716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c4-minmax-fp32-avx512vnni.c' 2025-03-21T20:18:08.9551659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c' 2025-03-21T20:18:08.9552619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx.c' 2025-03-21T20:18:08.9553559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni-prfm.c' 2025-03-21T20:18:08.9554481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni.c' 2025-03-21T20:18:08.9555390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x32c4-minmax-fp32-avx512amx.c' 2025-03-21T20:18:08.9556309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x64c4-minmax-fp32-avx512amx.c' 2025-03-21T20:18:08.9557244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x8c8-minmax-fp32-avx256vnni-prfm.c' 2025-03-21T20:18:08.9558164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x8c8-minmax-fp32-avx256vnni.c' 2025-03-21T20:18:08.9559087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x8c8-minmax-fp32-avxvnni-prfm.c' 2025-03-21T20:18:08.9559997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x8c8-minmax-fp32-avxvnni.c' 2025-03-21T20:18:08.9560941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c4-minmax-fp32-avx512vnni-prfm.c' 2025-03-21T20:18:08.9561870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c4-minmax-fp32-avx512vnni.c' 2025-03-21T20:18:08.9562764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c4-minmax-fp32-neondot.c' 2025-03-21T20:18:08.9563713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512skx-prfm.c' 2025-03-21T20:18:08.9564658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512skx.c' 2025-03-21T20:18:08.9565637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512vnni-prfm.c' 2025-03-21T20:18:08.9566549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512vnni.c' 2025-03-21T20:18:08.9567468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c8-minmax-fp32-neoni8mm.c' 2025-03-21T20:18:08.9568385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x8c4-minmax-fp32-neondot.c' 2025-03-21T20:18:08.9569363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x8c8-minmax-fp32-avx256vnni-prfm.c' 2025-03-21T20:18:08.9570274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x8c8-minmax-fp32-avx256vnni.c' 2025-03-21T20:18:08.9571206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x8c8-minmax-fp32-avxvnni-prfm.c' 2025-03-21T20:18:08.9572097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x8c8-minmax-fp32-avxvnni.c' 2025-03-21T20:18:08.9573012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x8c8-minmax-fp32-neoni8mm.c' 2025-03-21T20:18:08.9573952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-9x16c4-minmax-fp32-avx512vnni-prfm.c' 2025-03-21T20:18:08.9574874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-9x16c4-minmax-fp32-avx512vnni.c' 2025-03-21T20:18:08.9575812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-9x16c8-minmax-fp32-avx512vnni-prfm.c' 2025-03-21T20:18:08.9576738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-9x16c8-minmax-fp32-avx512vnni.c' 2025-03-21T20:18:08.9577676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-9x8c8-minmax-fp32-avx256vnni-prfm.c' 2025-03-21T20:18:08.9578606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-9x8c8-minmax-fp32-avx256vnni.c' 2025-03-21T20:18:08.9579317Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm/gen' 2025-03-21T20:18:08.9580014Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-gemm' 2025-03-21T20:18:08.9580989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-10x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.9581914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-10x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.9582877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-10x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.9583787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-10x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.9584740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-10x8c8-minmax-fp32-avx256vnni-prfm.c' 2025-03-21T20:18:08.9585700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-10x8c8-minmax-fp32-avx256vnni.c' 2025-03-21T20:18:08.9586673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-12x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.9587588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-12x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.9588517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-12x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.9589500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-12x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.9590455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-12x8c8-minmax-fp32-avx256vnni-prfm.c' 2025-03-21T20:18:08.9591394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-12x8c8-minmax-fp32-avx256vnni.c' 2025-03-21T20:18:08.9592327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-14x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.9593227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-14x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.9594181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-14x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.9595088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-14x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.9596054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-14x8c8-minmax-fp32-avx256vnni-prfm.c' 2025-03-21T20:18:08.9596979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-14x8c8-minmax-fp32-avx256vnni.c' 2025-03-21T20:18:08.9597944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-16x16c4-minmax-fp32-avx512amx-prfm.c' 2025-03-21T20:18:08.9598897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-16x16c4-minmax-fp32-avx512amx.c' 2025-03-21T20:18:08.9599888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-16x32c4-minmax-fp32-avx512amx-prfm.c' 2025-03-21T20:18:08.9600807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-16x32c4-minmax-fp32-avx512amx.c' 2025-03-21T20:18:08.9601769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-16x64c4-minmax-fp32-avx512amx-prfm.c' 2025-03-21T20:18:08.9602724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-16x64c4-minmax-fp32-avx512amx.c' 2025-03-21T20:18:08.9603733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16-minmax-fp32-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.9604674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16-minmax-fp32-neon-mlal-lane.c' 2025-03-21T20:18:08.9605674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16-minmax-fp32-neonv8-mlal-lane-prfm.c' 2025-03-21T20:18:08.9606619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16-minmax-fp32-neonv8-mlal-lane.c' 2025-03-21T20:18:08.9607556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.9608456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.9609381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-fp32-avx512amx.c' 2025-03-21T20:18:08.9610291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-fp32-neondot.c' 2025-03-21T20:18:08.9611265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-fp32-wasmsdot-u2-acc2.c' 2025-03-21T20:18:08.9612200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-fp32-wasmsdot-u2.c' 2025-03-21T20:18:08.9613126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-fp32-wasmsdot.c' 2025-03-21T20:18:08.9614094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-fp32-wasmusdot-u2-acc2.c' 2025-03-21T20:18:08.9615046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-fp32-wasmusdot-u2.c' 2025-03-21T20:18:08.9615997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-fp32-wasmusdot.c' 2025-03-21T20:18:08.9616932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.9617858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.9618866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-aarch64-neondot-ld128.c' 2025-03-21T20:18:08.9619844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c' 2025-03-21T20:18:08.9620800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx.c' 2025-03-21T20:18:08.9621740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-neondot-ld64.c' 2025-03-21T20:18:08.9622667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-neoni8mm.c' 2025-03-21T20:18:08.9623581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x1c4-minmax-fp32-armsimd32.c' 2025-03-21T20:18:08.9624527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.9625460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.9626399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.9627315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.9628249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2c4-minmax-fp32-armsimd32.c' 2025-03-21T20:18:08.9629220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x32c4-minmax-fp32-avx512amx.c' 2025-03-21T20:18:08.9630166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.9631089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.9632028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.9632984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.9633910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c16-minmax-fp32-wasmsdot.c' 2025-03-21T20:18:08.9634856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c16-minmax-fp32-wasmusdot.c' 2025-03-21T20:18:08.9635778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:08.9636686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:08.9637648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:08.9638593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:08.9639535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:08.9640451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:08.9641463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.9642452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.9643392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:08.9644309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:08.9645241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:08.9646184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:08.9647137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:08.9648217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:08.9649225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.9650288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.9651209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:08.9652174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:08.9653097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:08.9654021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:08.9654995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:08.9655954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:08.9656951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.9657952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.9658872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x64c4-minmax-fp32-avx512amx.c' 2025-03-21T20:18:08.9660004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8-minmax-fp32-asm-aarch32-neon-mlal-lane-cortex-a7-prfm.S' 2025-03-21T20:18:08.9661090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8-minmax-fp32-asm-aarch32-neon-mlal-lane-cortex-a7.S' 2025-03-21T20:18:08.9662235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8-minmax-fp32-asm-aarch32-neonv8-mlal-lane-cortex-a35-prfm.S' 2025-03-21T20:18:08.9663335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8-minmax-fp32-asm-aarch32-neonv8-mlal-lane-cortex-a35.S' 2025-03-21T20:18:08.9664316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8-minmax-fp32-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.9665253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8-minmax-fp32-neon-mlal-lane.c' 2025-03-21T20:18:08.9666241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8-minmax-fp32-neonv8-mlal-lane-prfm.c' 2025-03-21T20:18:08.9667183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8-minmax-fp32-neonv8-mlal-lane.c' 2025-03-21T20:18:08.9668145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c16-minmax-fp32-wasmsdot.c' 2025-03-21T20:18:08.9669117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c16-minmax-fp32-wasmusdot.c' 2025-03-21T20:18:08.9670117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neon-mlal-dup.c' 2025-03-21T20:18:08.9671061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neon-mlal-ld1r.c' 2025-03-21T20:18:08.9672014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neon-mlal-ld2r.c' 2025-03-21T20:18:08.9672994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neon-mlal-ld4r.c' 2025-03-21T20:18:08.9673990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neonv8-mlal-dup.c' 2025-03-21T20:18:08.9674950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neonv8-mlal-ld1r.c' 2025-03-21T20:18:08.9675924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neonv8-mlal-ld2r.c' 2025-03-21T20:18:08.9676878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neonv8-mlal-ld4r.c' 2025-03-21T20:18:08.9677820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2s4-minmax-fp32-neon-mlal.c' 2025-03-21T20:18:08.9678766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2s4-minmax-fp32-neonv8-mlal.c' 2025-03-21T20:18:08.9679713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neon-mlal-dup.c' 2025-03-21T20:18:08.9680657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neon-mlal-ld1r.c' 2025-03-21T20:18:08.9681608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neon-mlal-ld2r.c' 2025-03-21T20:18:08.9682512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neondot.c' 2025-03-21T20:18:08.9683477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neonv8-mlal-dup.c' 2025-03-21T20:18:08.9684428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neonv8-mlal-ld1r.c' 2025-03-21T20:18:08.9685421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neonv8-mlal-ld2r.c' 2025-03-21T20:18:08.9686352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4s2-minmax-fp32-neon-mlal.c' 2025-03-21T20:18:08.9687329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4s2-minmax-fp32-neonv8-mlal.c' 2025-03-21T20:18:08.9688317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-aarch64-neondot-ld128.c' 2025-03-21T20:18:08.9689428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S' 2025-03-21T20:18:08.9690525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53.S' 2025-03-21T20:18:08.9691591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S' 2025-03-21T20:18:08.9692577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S' 2025-03-21T20:18:08.9693473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx2.c' 2025-03-21T20:18:08.9694393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx256skx.c' 2025-03-21T20:18:08.9695353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx256vnni-prfm.c' 2025-03-21T20:18:08.9696278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx256vnni.c' 2025-03-21T20:18:08.9697221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avxvnni-prfm.c' 2025-03-21T20:18:08.9698126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avxvnni.c' 2025-03-21T20:18:08.9699098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avxvnniint8-prfm.c' 2025-03-21T20:18:08.9700018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-neon-mlal.c' 2025-03-21T20:18:08.9700961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-neondot-ld64.c' 2025-03-21T20:18:08.9701870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-neoni8mm.c' 2025-03-21T20:18:08.9702835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-neonv8-mlal.c' 2025-03-21T20:18:08.9703765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-wasmsdot-u2.c' 2025-03-21T20:18:08.9704714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-wasmsdot.c' 2025-03-21T20:18:08.9705649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-wasmusdot-u2.c' 2025-03-21T20:18:08.9706575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-wasmusdot.c' 2025-03-21T20:18:08.9707576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16-minmax-fp32-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.9708556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16-minmax-fp32-neon-mlal-lane.c' 2025-03-21T20:18:08.9709598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16-minmax-fp32-neonv8-mlal-lane-prfm.c' 2025-03-21T20:18:08.9710552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16-minmax-fp32-neonv8-mlal-lane.c' 2025-03-21T20:18:08.9711470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c8-minmax-fp32-neoni8mm.c' 2025-03-21T20:18:08.9712405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x1c4-minmax-fp32-armsimd32.c' 2025-03-21T20:18:08.9713333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.9714275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.9715198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.9716118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.9717048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2c4-minmax-fp32-armsimd32.c' 2025-03-21T20:18:08.9717976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.9718917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.9719850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.9720806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.9721767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c16-minmax-fp32-wasmsdot.c' 2025-03-21T20:18:08.9722699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c16-minmax-fp32-wasmusdot.c' 2025-03-21T20:18:08.9723619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:08.9724572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:08.9725518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:08.9726445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:08.9727369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:08.9728300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:08.9729302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.9730302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.9731230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:08.9732163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:08.9733102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:08.9734038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:08.9734976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:08.9735920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:08.9736925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.9737965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.9738887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:08.9739895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:08.9740815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:08.9741768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:08.9742692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:08.9743649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:08.9744644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.9745640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.9746607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8-minmax-fp32-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.9747553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8-minmax-fp32-neon-mlal-lane.c' 2025-03-21T20:18:08.9748765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8-minmax-fp32-neonv8-mlal-lane-prfm.c' 2025-03-21T20:18:08.9749726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8-minmax-fp32-neonv8-mlal-lane.c' 2025-03-21T20:18:08.9750723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c16-minmax-fp32-asm-aarch64-neon-mlal.S' 2025-03-21T20:18:08.9751655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c16-minmax-fp32-wasmsdot.c' 2025-03-21T20:18:08.9752580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c16-minmax-fp32-wasmusdot.c' 2025-03-21T20:18:08.9753530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neon-mlal-dup.c' 2025-03-21T20:18:08.9754475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neon-mlal-ld1r.c' 2025-03-21T20:18:08.9755495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neon-mlal-ld2r.c' 2025-03-21T20:18:08.9756440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neon-mlal-ld4r.c' 2025-03-21T20:18:08.9757431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neonv8-mlal-dup.c' 2025-03-21T20:18:08.9765681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neonv8-mlal-ld1r.c' 2025-03-21T20:18:08.9766778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neonv8-mlal-ld2r.c' 2025-03-21T20:18:08.9767752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neonv8-mlal-ld4r.c' 2025-03-21T20:18:08.9768731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2s4-minmax-fp32-neon-mlal.c' 2025-03-21T20:18:08.9769678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2s4-minmax-fp32-neonv8-mlal.c' 2025-03-21T20:18:08.9770623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4-minmax-fp32-neon-mlal-dup.c' 2025-03-21T20:18:08.9771577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4-minmax-fp32-neon-mlal-ld1r.c' 2025-03-21T20:18:08.9772525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4-minmax-fp32-neon-mlal-ld2r.c' 2025-03-21T20:18:08.9773486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4-minmax-fp32-neonv8-mlal-dup.c' 2025-03-21T20:18:08.9774441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4-minmax-fp32-neonv8-mlal-ld1r.c' 2025-03-21T20:18:08.9775401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4-minmax-fp32-neonv8-mlal-ld2r.c' 2025-03-21T20:18:08.9776330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4s2-minmax-fp32-neon-mlal.c' 2025-03-21T20:18:08.9777276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4s2-minmax-fp32-neonv8-mlal.c' 2025-03-21T20:18:08.9778387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S' 2025-03-21T20:18:08.9779455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53.S' 2025-03-21T20:18:08.9780515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S' 2025-03-21T20:18:08.9781506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal.S' 2025-03-21T20:18:08.9782428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-avx2.c' 2025-03-21T20:18:08.9783351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-avx256skx.c' 2025-03-21T20:18:08.9784311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-avxvnni-prfm.c' 2025-03-21T20:18:08.9785221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-avxvnni.c' 2025-03-21T20:18:08.9786163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-neon-mlal.c' 2025-03-21T20:18:08.9787081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-neoni8mm.c' 2025-03-21T20:18:08.9788008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-neonv8-mlal.c' 2025-03-21T20:18:08.9789031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-wasmsdot-u2.c' 2025-03-21T20:18:08.9789941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-wasmsdot.c' 2025-03-21T20:18:08.9790886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-wasmusdot-u2.c' 2025-03-21T20:18:08.9791799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-wasmusdot.c' 2025-03-21T20:18:08.9792774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16-minmax-fp32-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.9793712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16-minmax-fp32-neon-mlal-lane.c' 2025-03-21T20:18:08.9794713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16-minmax-fp32-neonv8-mlal-lane-prfm.c' 2025-03-21T20:18:08.9795659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16-minmax-fp32-neonv8-mlal-lane.c' 2025-03-21T20:18:08.9796627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c4-minmax-fp32-wasmsdot-u2-acc2.c' 2025-03-21T20:18:08.9797609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c4-minmax-fp32-wasmsdot-u2.c' 2025-03-21T20:18:08.9798532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c4-minmax-fp32-wasmsdot.c' 2025-03-21T20:18:08.9799523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c4-minmax-fp32-wasmusdot-u2-acc2.c' 2025-03-21T20:18:08.9800468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c4-minmax-fp32-wasmusdot-u2.c' 2025-03-21T20:18:08.9801385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c4-minmax-fp32-wasmusdot.c' 2025-03-21T20:18:08.9802338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c8-minmax-fp32-neoni8mm.c' 2025-03-21T20:18:08.9803287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.9804224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.9805153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.9806083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.9807008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.9807945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.9808866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.9809790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.9810705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c16-minmax-fp32-wasmsdot.c' 2025-03-21T20:18:08.9811631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c16-minmax-fp32-wasmusdot.c' 2025-03-21T20:18:08.9812545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:08.9813459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:08.9814380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:08.9815330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:08.9816276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:08.9817200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:08.9818196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.9819227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.9820174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:08.9821102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:08.9822028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:08.9822965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:08.9823900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:08.9824846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:08.9825851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.9826857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.9827785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:08.9828771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:08.9829712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:08.9830627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:08.9831560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:08.9832511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:08.9833515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.9834535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.9835506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8-minmax-fp32-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.9836467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8-minmax-fp32-neon-mlal-lane.c' 2025-03-21T20:18:08.9837479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8-minmax-fp32-neonv8-mlal-lane-prfm.c' 2025-03-21T20:18:08.9838433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8-minmax-fp32-neonv8-mlal-lane.c' 2025-03-21T20:18:08.9839357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c16-minmax-fp32-wasmsdot.c' 2025-03-21T20:18:08.9840274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c16-minmax-fp32-wasmusdot.c' 2025-03-21T20:18:08.9841163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx2.c' 2025-03-21T20:18:08.9842077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx256skx.c' 2025-03-21T20:18:08.9843021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avxvnni-prfm.c' 2025-03-21T20:18:08.9843918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avxvnni.c' 2025-03-21T20:18:08.9844832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-neoni8mm.c' 2025-03-21T20:18:08.9845766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-wasmsdot-u2.c' 2025-03-21T20:18:08.9846682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-wasmsdot.c' 2025-03-21T20:18:08.9847794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-wasmusdot-u2.c' 2025-03-21T20:18:08.9848726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-wasmusdot.c' 2025-03-21T20:18:08.9849903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S' 2025-03-21T20:18:08.9851008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53.S' 2025-03-21T20:18:08.9852131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64-prfm.S' 2025-03-21T20:18:08.9853194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64.S' 2025-03-21T20:18:08.9854206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.9855198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-neon-mlal-lane.c' 2025-03-21T20:18:08.9856179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-neonv8-mlal-lane-prfm.c' 2025-03-21T20:18:08.9857133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-neonv8-mlal-lane.c' 2025-03-21T20:18:08.9858061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.9858975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.9860032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S' 2025-03-21T20:18:08.9861066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S' 2025-03-21T20:18:08.9862081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld64.S' 2025-03-21T20:18:08.9863001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-neondot.c' 2025-03-21T20:18:08.9863965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-wasmsdot-u2-acc2.c' 2025-03-21T20:18:08.9864915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-wasmsdot-u2.c' 2025-03-21T20:18:08.9865828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-wasmsdot.c' 2025-03-21T20:18:08.9866800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-wasmusdot-u2-acc2.c' 2025-03-21T20:18:08.9867762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-wasmusdot-u2.c' 2025-03-21T20:18:08.9868790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-wasmusdot.c' 2025-03-21T20:18:08.9869704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-fp32-neoni8mm.c' 2025-03-21T20:18:08.9870645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.9871606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.9872568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.9873479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.9874419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:08.9875342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:08.9876288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:08.9877200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:08.9878121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c16-minmax-fp32-wasmsdot.c' 2025-03-21T20:18:08.9879041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c16-minmax-fp32-wasmusdot.c' 2025-03-21T20:18:08.9879959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:08.9880868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:08.9881803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:08.9882714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:08.9883649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:08.9884606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:08.9885609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.9886629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.9887560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:08.9888501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:08.9889434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:08.9890396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:08.9891330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:08.9892263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:08.9893270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.9894285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.9895276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c8-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:08.9896267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c8-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:08.9897389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-asm-aarch32-neon-mlal-lane-cortex-a53-prfm.S' 2025-03-21T20:18:08.9898494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-asm-aarch32-neon-mlal-lane-cortex-a53.S' 2025-03-21T20:18:08.9899611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-asm-aarch32-neon-mlal-lane-cortex-a7-prfm.S' 2025-03-21T20:18:08.9900701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-asm-aarch32-neon-mlal-lane-cortex-a7.S' 2025-03-21T20:18:08.9901772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-asm-aarch32-neon-mlal-lane-ld64-prfm.S' 2025-03-21T20:18:08.9902851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-asm-aarch32-neon-mlal-lane-ld64.S' 2025-03-21T20:18:08.9904014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-asm-aarch32-neonv8-mlal-lane-cortex-a35-prfm.S' 2025-03-21T20:18:08.9905125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-asm-aarch32-neonv8-mlal-lane-cortex-a35.S' 2025-03-21T20:18:08.9906259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-asm-aarch32-neonv8-mlal-lane-cortex-a53-prfm.S' 2025-03-21T20:18:08.9907390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-asm-aarch32-neonv8-mlal-lane-cortex-a53.S' 2025-03-21T20:18:08.9908508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-asm-aarch32-neonv8-mlal-lane-ld64-prfm.S' 2025-03-21T20:18:08.9909618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-asm-aarch32-neonv8-mlal-lane-ld64.S' 2025-03-21T20:18:08.9910616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.9911558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-neon-mlal-lane.c' 2025-03-21T20:18:08.9912532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-neonv8-mlal-lane-prfm.c' 2025-03-21T20:18:08.9913486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-neonv8-mlal-lane.c' 2025-03-21T20:18:08.9914407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c16-minmax-fp32-wasmsdot.c' 2025-03-21T20:18:08.9915340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c16-minmax-fp32-wasmusdot.c' 2025-03-21T20:18:08.9916390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c4-minmax-fp32-asm-aarch32-neondot-cortex-a55.S' 2025-03-21T20:18:08.9917408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c4-minmax-fp32-asm-aarch32-neondot-ld64.S' 2025-03-21T20:18:08.9918328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c4-minmax-fp32-neondot.c' 2025-03-21T20:18:08.9919216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-avx2.c' 2025-03-21T20:18:08.9920159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-avx256skx.c' 2025-03-21T20:18:08.9921103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-avxvnni-prfm.c' 2025-03-21T20:18:08.9922033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-avxvnni.c' 2025-03-21T20:18:08.9922948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-neoni8mm.c' 2025-03-21T20:18:08.9923909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-wasmsdot-u2.c' 2025-03-21T20:18:08.9924828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-wasmsdot.c' 2025-03-21T20:18:08.9925803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-wasmusdot-u2.c' 2025-03-21T20:18:08.9926728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-wasmusdot.c' 2025-03-21T20:18:08.9927650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.9928558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.9929486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.9930388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.9931334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c8-minmax-fp32-avx512skx-prfm.c' 2025-03-21T20:18:08.9932259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c8-minmax-fp32-avx512skx.c' 2025-03-21T20:18:08.9933207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x8c8-minmax-fp32-avx256vnni-prfm.c' 2025-03-21T20:18:08.9934146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x8c8-minmax-fp32-avx256vnni.c' 2025-03-21T20:18:08.9935079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x8c8-minmax-fp32-avxvnni-prfm.c' 2025-03-21T20:18:08.9936005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x8c8-minmax-fp32-avxvnni.c' 2025-03-21T20:18:08.9936964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x8c8-minmax-fp32-avxvnniint8-prfm.c' 2025-03-21T20:18:08.9938011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16-minmax-fp32-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.9938997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16-minmax-fp32-neon-mlal-lane.c' 2025-03-21T20:18:08.9940024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16-minmax-fp32-neonv8-mlal-lane-prfm.c' 2025-03-21T20:18:08.9940989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16-minmax-fp32-neonv8-mlal-lane.c' 2025-03-21T20:18:08.9941937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c4-minmax-fp32-neondot.c' 2025-03-21T20:18:08.9942881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c8-minmax-fp32-neoni8mm.c' 2025-03-21T20:18:08.9943853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8-minmax-fp32-neon-mlal-lane-prfm.c' 2025-03-21T20:18:08.9944785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8-minmax-fp32-neon-mlal-lane.c' 2025-03-21T20:18:08.9945768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8-minmax-fp32-neonv8-mlal-lane-prfm.c' 2025-03-21T20:18:08.9946712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8-minmax-fp32-neonv8-mlal-lane.c' 2025-03-21T20:18:08.9947782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8c4-minmax-fp32-neondot.c' 2025-03-21T20:18:08.9948760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8c8-minmax-fp32-avxvnni-prfm.c' 2025-03-21T20:18:08.9949672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8c8-minmax-fp32-avxvnni.c' 2025-03-21T20:18:08.9950582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8c8-minmax-fp32-neoni8mm.c' 2025-03-21T20:18:08.9951518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.9952410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.9953338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c4-minmax-fp32-avx512amx.c' 2025-03-21T20:18:08.9954260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.9955209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.9956153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c' 2025-03-21T20:18:08.9957121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx.c' 2025-03-21T20:18:08.9958036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x32c4-minmax-fp32-avx512amx.c' 2025-03-21T20:18:08.9959000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x64c4-minmax-fp32-avx512amx.c' 2025-03-21T20:18:08.9959983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x8c8-minmax-fp32-avx256vnni-prfm.c' 2025-03-21T20:18:08.9960911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x8c8-minmax-fp32-avx256vnni.c' 2025-03-21T20:18:08.9961849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x8c8-minmax-fp32-avxvnni-prfm.c' 2025-03-21T20:18:08.9962761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x8c8-minmax-fp32-avxvnni.c' 2025-03-21T20:18:08.9963685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.9964587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.9965493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c4-minmax-fp32-neondot.c' 2025-03-21T20:18:08.9966427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.9967327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.9968277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c8-minmax-fp32-avx512skx-prfm.c' 2025-03-21T20:18:08.9969197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c8-minmax-fp32-avx512skx.c' 2025-03-21T20:18:08.9970120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c8-minmax-fp32-neoni8mm.c' 2025-03-21T20:18:08.9971016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x8c4-minmax-fp32-neondot.c' 2025-03-21T20:18:08.9971999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x8c8-minmax-fp32-avx256vnni-prfm.c' 2025-03-21T20:18:08.9972924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x8c8-minmax-fp32-avx256vnni.c' 2025-03-21T20:18:08.9973903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x8c8-minmax-fp32-avxvnni-prfm.c' 2025-03-21T20:18:08.9974799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x8c8-minmax-fp32-avxvnni.c' 2025-03-21T20:18:08.9975715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x8c8-minmax-fp32-neoni8mm.c' 2025-03-21T20:18:08.9976668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-9x16c4-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.9977596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-9x16c4-minmax-avx512vnni.c' 2025-03-21T20:18:08.9978524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-9x16c8-minmax-avx512vnni-prfm.c' 2025-03-21T20:18:08.9979424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-9x16c8-minmax-avx512vnni.c' 2025-03-21T20:18:08.9980378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-9x8c8-minmax-fp32-avx256vnni-prfm.c' 2025-03-21T20:18:08.9981308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-9x8c8-minmax-fp32-avx256vnni.c' 2025-03-21T20:18:08.9982025Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm/gen' 2025-03-21T20:18:08.9982722Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qc8w-igemm' 2025-03-21T20:18:08.9983648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qu8-packw/gen/qs8-qu8-packw-x16c8-gemm-goi-avx256vnni-prfm.c' 2025-03-21T20:18:08.9984551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qu8-packw/gen/qs8-qu8-packw-x16c8-gemm-goi-avx256vnni.c' 2025-03-21T20:18:08.9985471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qu8-packw/gen/qs8-qu8-packw-x16c8-gemm-goi-avxvnni-prfm.c' 2025-03-21T20:18:08.9986354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qu8-packw/gen/qs8-qu8-packw-x16c8-gemm-goi-avxvnni.c' 2025-03-21T20:18:08.9987232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qu8-packw/gen/qs8-qu8-packw-x16c8-gemm-goi-scalar.c' 2025-03-21T20:18:08.9988147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qu8-packw/gen/qs8-qu8-packw-x8c8-gemm-goi-avx256vnni-prfm.c' 2025-03-21T20:18:08.9989118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qu8-packw/gen/qs8-qu8-packw-x8c8-gemm-goi-avx256vnni.c' 2025-03-21T20:18:08.9990020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qu8-packw/gen/qs8-qu8-packw-x8c8-gemm-goi-avxvnni-prfm.c' 2025-03-21T20:18:08.9990937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qu8-packw/gen/qs8-qu8-packw-x8c8-gemm-goi-avxvnni.c' 2025-03-21T20:18:08.9991795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qu8-packw/gen/qs8-qu8-packw-x8c8-gemm-goi-scalar.c' 2025-03-21T20:18:08.9992721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qu8-packw/gen/qs8-qu8-packw-x8c8-gemm-goi-wasmrelaxedsimd.c' 2025-03-21T20:18:08.9993459Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qu8-packw/gen' 2025-03-21T20:18:08.9994178Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-qu8-packw' 2025-03-21T20:18:08.9994849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rdsum/avx2.c.in' 2025-03-21T20:18:08.9995546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rdsum/avx512skx.c.in' 2025-03-21T20:18:08.9996401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx2-c32.c' 2025-03-21T20:18:08.9997265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx2-c64.c' 2025-03-21T20:18:08.9998154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx512skx-c128.c' 2025-03-21T20:18:08.9999042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx512skx-c64.c' 2025-03-21T20:18:08.9999887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-neon-c16.c' 2025-03-21T20:18:09.0000743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-neon-c32.c' 2025-03-21T20:18:09.0001594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-neon-c64.c' 2025-03-21T20:18:09.0002451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-sse41-c16.c' 2025-03-21T20:18:09.0003302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-sse41-c32.c' 2025-03-21T20:18:09.0004160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-sse41-c64.c' 2025-03-21T20:18:09.0004973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rdsum/gen/qs8-rdsum-7p7x-wasmsimd-c16.c' 2025-03-21T20:18:09.0005819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rdsum/gen/qs8-rdsum-7p7x-wasmsimd-c32.c' 2025-03-21T20:18:09.0006626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rdsum/gen/qs8-rdsum-7p7x-wasmsimd-c64.c' 2025-03-21T20:18:09.0007520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rdsum/gen/qs8-rdsum-minmax-fp32-scalar-u1-acc1.c' 2025-03-21T20:18:09.0008199Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rdsum/gen' 2025-03-21T20:18:09.0008874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rdsum/neon.c.in' 2025-03-21T20:18:09.0009595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rdsum/scalar.c.in' 2025-03-21T20:18:09.0010296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rdsum/sse41.c.in' 2025-03-21T20:18:09.0010997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rdsum/wasmsimd.c.in' 2025-03-21T20:18:09.0011653Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rdsum' 2025-03-21T20:18:09.0012323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/avx2.c.in' 2025-03-21T20:18:09.0013010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/avx512skx.c.in' 2025-03-21T20:18:09.0013711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/avx512vnni.c.in' 2025-03-21T20:18:09.0014390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/avxvnni.c.in' 2025-03-21T20:18:09.0015175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-avx2-u128-acc2.c' 2025-03-21T20:18:09.0015949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-avx2-u128-acc4.c' 2025-03-21T20:18:09.0016694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-avx2-u32.c' 2025-03-21T20:18:09.0017466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-avx2-u64-acc2.c' 2025-03-21T20:18:09.0018273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-avx256skx-u128-acc2.c' 2025-03-21T20:18:09.0019072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-avx256skx-u128-acc4.c' 2025-03-21T20:18:09.0019844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-avx256skx-u32.c' 2025-03-21T20:18:09.0020635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-avx256skx-u64-acc2.c' 2025-03-21T20:18:09.0021451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-avx256vnni-u128-acc2.c' 2025-03-21T20:18:09.0022337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-avx256vnni-u128-acc4.c' 2025-03-21T20:18:09.0023111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-avx256vnni-u32.c' 2025-03-21T20:18:09.0023945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-avx256vnni-u64-acc2.c' 2025-03-21T20:18:09.0024744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-avx512skx-u128-acc2.c' 2025-03-21T20:18:09.0025551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-avx512skx-u256-acc2.c' 2025-03-21T20:18:09.0026380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-avx512skx-u256-acc4.c' 2025-03-21T20:18:09.0027184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-avx512skx-u64.c' 2025-03-21T20:18:09.0027993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-avx512vnni-u128-acc2.c' 2025-03-21T20:18:09.0028858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-avx512vnni-u256-acc2.c' 2025-03-21T20:18:09.0029660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-avx512vnni-u256-acc4.c' 2025-03-21T20:18:09.0030447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-avx512vnni-u64.c' 2025-03-21T20:18:09.0031238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-avxvnni-u128-acc2.c' 2025-03-21T20:18:09.0032035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-avxvnni-u128-acc4.c' 2025-03-21T20:18:09.0032795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-avxvnni-u32.c' 2025-03-21T20:18:09.0033595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-avxvnni-u64-acc2.c' 2025-03-21T20:18:09.0034343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-neon-u16.c' 2025-03-21T20:18:09.0035126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-neon-u32-acc2.c' 2025-03-21T20:18:09.0035899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-neon-u64-acc2.c' 2025-03-21T20:18:09.0036672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-neon-u64-acc4.c' 2025-03-21T20:18:09.0037432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-neondot-u16.c' 2025-03-21T20:18:09.0038260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-neondot-u32-acc2.c' 2025-03-21T20:18:09.0039059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-neondot-u64-acc2.c' 2025-03-21T20:18:09.0039877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-neondot-u64-acc4.c' 2025-03-21T20:18:09.0040622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-scalar-u1.c' 2025-03-21T20:18:09.0041372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-scalar-u2.c' 2025-03-21T20:18:09.0042146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-scalar-u4.c' 2025-03-21T20:18:09.0042888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-ssse3-u16.c' 2025-03-21T20:18:09.0043689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-ssse3-u32-acc2.c' 2025-03-21T20:18:09.0044462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-ssse3-u64-acc2.c' 2025-03-21T20:18:09.0045245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-ssse3-u64-acc4.c' 2025-03-21T20:18:09.0046053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-wasmrelaxedsimd-u16.c' 2025-03-21T20:18:09.0046902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-wasmrelaxedsimd-u32-acc2.c' 2025-03-21T20:18:09.0047886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-wasmrelaxedsimd-u64-acc2.c' 2025-03-21T20:18:09.0048738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-wasmrelaxedsimd-u64-acc4.c' 2025-03-21T20:18:09.0049530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-wasmsimd-u16-acc2.c' 2025-03-21T20:18:09.0050331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-wasmsimd-u32-acc2.c' 2025-03-21T20:18:09.0051126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-wasmsimd-u32-acc4.c' 2025-03-21T20:18:09.0051896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen/qs8-rsum-wasmsimd-u8.c' 2025-03-21T20:18:09.0052574Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/gen' 2025-03-21T20:18:09.0053243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/neon.c.in' 2025-03-21T20:18:09.0053922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/neondot.c.in' 2025-03-21T20:18:09.0054602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/scalar.c.in' 2025-03-21T20:18:09.0055334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/ssse3.c.in' 2025-03-21T20:18:09.0056104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/wasmrelaxedsimd.c.in' 2025-03-21T20:18:09.0056783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum/wasmsimd.c.in' 2025-03-21T20:18:09.0057433Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-rsum' 2025-03-21T20:18:09.0058166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/avx2-mul32-ld64.c.in' 2025-03-21T20:18:09.0058960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/avx512skx-mul32-ld128.c.in' 2025-03-21T20:18:09.0059848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul16-ld64-u16.c' 2025-03-21T20:18:09.0060685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul16-ld64-u24.c' 2025-03-21T20:18:09.0061537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul16-ld64-u32.c' 2025-03-21T20:18:09.0062366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul16-ld64-u8.c' 2025-03-21T20:18:09.0063209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u16.c' 2025-03-21T20:18:09.0064050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u24.c' 2025-03-21T20:18:09.0064889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u32.c' 2025-03-21T20:18:09.0065720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u8.c' 2025-03-21T20:18:09.0066563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u16.c' 2025-03-21T20:18:09.0067416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u24.c' 2025-03-21T20:18:09.0069299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u32.c' 2025-03-21T20:18:09.0071130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u8.c' 2025-03-21T20:18:09.0072986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c' 2025-03-21T20:18:09.0074877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-avx512skx-mul32-ld128-u32.c' 2025-03-21T20:18:09.0076756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-hvx-u128.c' 2025-03-21T20:18:09.0078458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-hvx-u32.c' 2025-03-21T20:18:09.0080164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-hvx-u64.c' 2025-03-21T20:18:09.0081843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-hvx-u96.c' 2025-03-21T20:18:09.0083559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld128-u16.c' 2025-03-21T20:18:09.0085332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld128-u32.c' 2025-03-21T20:18:09.0087508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u16.c' 2025-03-21T20:18:09.0089262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u24.c' 2025-03-21T20:18:09.0091003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u32.c' 2025-03-21T20:18:09.0092754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u8.c' 2025-03-21T20:18:09.0094481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c' 2025-03-21T20:18:09.0096189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u2.c' 2025-03-21T20:18:09.0097897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c' 2025-03-21T20:18:09.0099659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u16.c' 2025-03-21T20:18:09.0101460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u24.c' 2025-03-21T20:18:09.0103293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u32.c' 2025-03-21T20:18:09.0105140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u8.c' 2025-03-21T20:18:09.0106964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u16.c' 2025-03-21T20:18:09.0108856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u24.c' 2025-03-21T20:18:09.0110684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u32.c' 2025-03-21T20:18:09.0112546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u8.c' 2025-03-21T20:18:09.0114375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul32-ld32-u16.c' 2025-03-21T20:18:09.0116227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul32-ld32-u24.c' 2025-03-21T20:18:09.0118052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul32-ld32-u32.c' 2025-03-21T20:18:09.0119867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul32-ld32-u8.c' 2025-03-21T20:18:09.0121666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-wasmsimd-u16.c' 2025-03-21T20:18:09.0123438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-wasmsimd-u24.c' 2025-03-21T20:18:09.0125182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-wasmsimd-u32.c' 2025-03-21T20:18:09.0126927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen/qs8-vadd-minmax-wasmsimd-u8.c' 2025-03-21T20:18:09.0128536Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/gen' 2025-03-21T20:18:09.0130007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/hvx.c.in' 2025-03-21T20:18:09.0131458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/neon.c.in' 2025-03-21T20:18:09.0132967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/qs8-vadd-minmax.h' 2025-03-21T20:18:09.0134480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/scalar.c.in' 2025-03-21T20:18:09.0135993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/sse-mul16-ld64.c.in' 2025-03-21T20:18:09.0137563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/sse-mul32-ld32.c.in' 2025-03-21T20:18:09.0139098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd/wasmsimd.c.in' 2025-03-21T20:18:09.0140567Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vadd' 2025-03-21T20:18:09.0142083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/avx2-mul32-ld64.c.in' 2025-03-21T20:18:09.0143702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/avx512skx-mul32-ld128.c.in' 2025-03-21T20:18:09.0145447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul16-ld64-u16.c' 2025-03-21T20:18:09.0147304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul16-ld64-u24.c' 2025-03-21T20:18:09.0149359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul16-ld64-u32.c' 2025-03-21T20:18:09.0151230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul16-ld64-u8.c' 2025-03-21T20:18:09.0153057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u16.c' 2025-03-21T20:18:09.0154881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u24.c' 2025-03-21T20:18:09.0156741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u32.c' 2025-03-21T20:18:09.0158622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u8.c' 2025-03-21T20:18:09.0160448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u16.c' 2025-03-21T20:18:09.0162283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u24.c' 2025-03-21T20:18:09.0164119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u32.c' 2025-03-21T20:18:09.0165949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u8.c' 2025-03-21T20:18:09.0167823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c' 2025-03-21T20:18:09.0169744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx512skx-mul32-ld128-u32.c' 2025-03-21T20:18:09.0171587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld128-u16.c' 2025-03-21T20:18:09.0173374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld128-u32.c' 2025-03-21T20:18:09.0175156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u16.c' 2025-03-21T20:18:09.0176932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u24.c' 2025-03-21T20:18:09.0178711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u32.c' 2025-03-21T20:18:09.0180473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u8.c' 2025-03-21T20:18:09.0182225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c' 2025-03-21T20:18:09.0183995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u2.c' 2025-03-21T20:18:09.0185731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c' 2025-03-21T20:18:09.0187549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u16.c' 2025-03-21T20:18:09.0189433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u24.c' 2025-03-21T20:18:09.0191272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u32.c' 2025-03-21T20:18:09.0193141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u8.c' 2025-03-21T20:18:09.0195014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u16.c' 2025-03-21T20:18:09.0196872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u24.c' 2025-03-21T20:18:09.0198718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u32.c' 2025-03-21T20:18:09.0200568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u8.c' 2025-03-21T20:18:09.0202414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul32-ld32-u16.c' 2025-03-21T20:18:09.0204271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul32-ld32-u24.c' 2025-03-21T20:18:09.0206114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul32-ld32-u32.c' 2025-03-21T20:18:09.0207942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul32-ld32-u8.c' 2025-03-21T20:18:09.0209746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-wasmsimd-u16.c' 2025-03-21T20:18:09.0211524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-wasmsimd-u24.c' 2025-03-21T20:18:09.0213295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-wasmsimd-u32.c' 2025-03-21T20:18:09.0215059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen/qs8-vaddc-minmax-wasmsimd-u8.c' 2025-03-21T20:18:09.0216682Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/gen' 2025-03-21T20:18:09.0218168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/neon.c.in' 2025-03-21T20:18:09.0219721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/qs8-vaddc-minmax.h' 2025-03-21T20:18:09.0221260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/scalar.c.in' 2025-03-21T20:18:09.0222829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/sse-mul16-ld64.c.in' 2025-03-21T20:18:09.0224392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/sse-mul32-ld32.c.in' 2025-03-21T20:18:09.0225934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc/wasmsimd.c.in' 2025-03-21T20:18:09.0227439Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vaddc' 2025-03-21T20:18:09.0228979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/armsimd32.c.in' 2025-03-21T20:18:09.0230497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/avx2.c.in' 2025-03-21T20:18:09.0232059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/gen/qs8-vcvt-armsimd32-u4.c' 2025-03-21T20:18:09.0233717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/gen/qs8-vcvt-armsimd32-u8.c' 2025-03-21T20:18:09.0235341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/gen/qs8-vcvt-avx-u16.c' 2025-03-21T20:18:09.0236933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/gen/qs8-vcvt-avx-u32.c' 2025-03-21T20:18:09.0238525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/gen/qs8-vcvt-avx-u8.c' 2025-03-21T20:18:09.0240131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/gen/qs8-vcvt-avx2-u16.c' 2025-03-21T20:18:09.0241745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/gen/qs8-vcvt-avx2-u32.c' 2025-03-21T20:18:09.0243349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/gen/qs8-vcvt-avx2-u64.c' 2025-03-21T20:18:09.0244947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/gen/qs8-vcvt-neon-u16.c' 2025-03-21T20:18:09.0246564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/gen/qs8-vcvt-neon-u32.c' 2025-03-21T20:18:09.0248310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/gen/qs8-vcvt-neon-u8.c' 2025-03-21T20:18:09.0249922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c' 2025-03-21T20:18:09.0251544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/gen/qs8-vcvt-scalar-u2.c' 2025-03-21T20:18:09.0253152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c' 2025-03-21T20:18:09.0254817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/gen/qs8-vcvt-sse2-u16.c' 2025-03-21T20:18:09.0256417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/gen/qs8-vcvt-sse2-u32.c' 2025-03-21T20:18:09.0258071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/gen/qs8-vcvt-sse41-u16.c' 2025-03-21T20:18:09.0259687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/gen/qs8-vcvt-sse41-u32.c' 2025-03-21T20:18:09.0261298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/gen/qs8-vcvt-sse41-u8.c' 2025-03-21T20:18:09.0262940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u16.c' 2025-03-21T20:18:09.0264598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u32.c' 2025-03-21T20:18:09.0266280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/gen/qs8-vcvt-wasmrelaxedsimd-u16.c' 2025-03-21T20:18:09.0268028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/gen/qs8-vcvt-wasmrelaxedsimd-u32.c' 2025-03-21T20:18:09.0269831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/gen/qs8-vcvt-wasmrelaxedsimd-u8.c' 2025-03-21T20:18:09.0271526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/gen/qs8-vcvt-wasmsimd-u16.c' 2025-03-21T20:18:09.0273184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/gen/qs8-vcvt-wasmsimd-u32.c' 2025-03-21T20:18:09.0274841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/gen/qs8-vcvt-wasmsimd-u8.c' 2025-03-21T20:18:09.0276405Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/gen' 2025-03-21T20:18:09.0277878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/neon.c.in' 2025-03-21T20:18:09.0279341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/qs8-vcvt.h' 2025-03-21T20:18:09.0280818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/scalar.c.in' 2025-03-21T20:18:09.0282281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/sse2.c.in' 2025-03-21T20:18:09.0283742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/sse4.c.in' 2025-03-21T20:18:09.0285201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/ssse3.c.in' 2025-03-21T20:18:09.0286690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt/wasmsimd.c.in' 2025-03-21T20:18:09.0288155Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vcvt' 2025-03-21T20:18:09.0289670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/armsimd32.c.in' 2025-03-21T20:18:09.0291174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/avx2.c.in' 2025-03-21T20:18:09.0292797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-armsimd32-u4.c' 2025-03-21T20:18:09.0294510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-armsimd32-u8.c' 2025-03-21T20:18:09.0296184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u16.c' 2025-03-21T20:18:09.0297868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u32.c' 2025-03-21T20:18:09.0299547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u8.c' 2025-03-21T20:18:09.0301207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u16.c' 2025-03-21T20:18:09.0302868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u32.c' 2025-03-21T20:18:09.0304532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u64.c' 2025-03-21T20:18:09.0306202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u16.c' 2025-03-21T20:18:09.0307866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c' 2025-03-21T20:18:09.0309573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u8.c' 2025-03-21T20:18:09.0311230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-rvv-u1v.c' 2025-03-21T20:18:09.0312892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-rvv-u2v.c' 2025-03-21T20:18:09.0314607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u1.c' 2025-03-21T20:18:09.0316365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u2.c' 2025-03-21T20:18:09.0318129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c' 2025-03-21T20:18:09.0319892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u1.c' 2025-03-21T20:18:09.0321659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u2.c' 2025-03-21T20:18:09.0323432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c' 2025-03-21T20:18:09.0325187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u16.c' 2025-03-21T20:18:09.0326855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u32.c' 2025-03-21T20:18:09.0328552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u16.c' 2025-03-21T20:18:09.0330234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u32.c' 2025-03-21T20:18:09.0331908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u8.c' 2025-03-21T20:18:09.0333591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u16.c' 2025-03-21T20:18:09.0335292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u32.c' 2025-03-21T20:18:09.0337061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-wasmrelaxedsimd-arm-u16.c' 2025-03-21T20:18:09.0338923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-wasmrelaxedsimd-arm-u32.c' 2025-03-21T20:18:09.0340778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-wasmrelaxedsimd-x86-u16.c' 2025-03-21T20:18:09.0342630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-wasmrelaxedsimd-x86-u32.c' 2025-03-21T20:18:09.0344467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-wasmrelaxedsimd-x86-u8.c' 2025-03-21T20:18:09.0346273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-wasmsimd-arm-u16.c' 2025-03-21T20:18:09.0348197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-wasmsimd-arm-u32.c' 2025-03-21T20:18:09.0350002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-wasmsimd-x86-u16.c' 2025-03-21T20:18:09.0351751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-wasmsimd-x86-u32.c' 2025-03-21T20:18:09.0353500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-wasmsimd-x86-u8.c' 2025-03-21T20:18:09.0355135Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen' 2025-03-21T20:18:09.0356633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/neon.c.in' 2025-03-21T20:18:09.0358138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/qs8-vlrelu.h' 2025-03-21T20:18:09.0359636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/rvv.c.in' 2025-03-21T20:18:09.0361224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/scalar-andxor.c.in' 2025-03-21T20:18:09.0362812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/scalar-select.c.in' 2025-03-21T20:18:09.0364385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/sse2.c.in' 2025-03-21T20:18:09.0365855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/sse4.c.in' 2025-03-21T20:18:09.0367348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/ssse3.c.in' 2025-03-21T20:18:09.0368925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/wasmsimd-arm.c.in' 2025-03-21T20:18:09.0370539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/wasmsimd-x86.c.in' 2025-03-21T20:18:09.0372058Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu' 2025-03-21T20:18:09.0373659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmul/gen/qs8-vmul-minmax-f32-rvv-u1v.c' 2025-03-21T20:18:09.0375392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmul/gen/qs8-vmul-minmax-f32-rvv-u2v.c' 2025-03-21T20:18:09.0377193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-avx-mul16-ld64-u16.c' 2025-03-21T20:18:09.0379060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-avx-mul16-ld64-u8.c' 2025-03-21T20:18:09.0380900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neon-ld128-u16.c' 2025-03-21T20:18:09.0382715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neon-ld64-u16.c' 2025-03-21T20:18:09.0384525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neon-ld64-u8.c' 2025-03-21T20:18:09.0386358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neonv8-ld128-u16.c' 2025-03-21T20:18:09.0388208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neonv8-ld64-u16.c' 2025-03-21T20:18:09.0390133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neonv8-ld64-u8.c' 2025-03-21T20:18:09.0391934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u1.c' 2025-03-21T20:18:09.0393717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u2.c' 2025-03-21T20:18:09.0395492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c' 2025-03-21T20:18:09.0397358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse2-mul16-ld64-u16.c' 2025-03-21T20:18:09.0399253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c' 2025-03-21T20:18:09.0401138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c' 2025-03-21T20:18:09.0403033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse41-mul16-ld64-u8.c' 2025-03-21T20:18:09.0404963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-wasmsimd-mul32-ld64-u16.c' 2025-03-21T20:18:09.0406913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-wasmsimd-mul32-ld64-u8.c' 2025-03-21T20:18:09.0408800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmul/gen/qs8-vmul-minmax-rndnu-neon-ld128-u16.c' 2025-03-21T20:18:09.0410632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmul/gen/qs8-vmul-minmax-rndnu-neon-ld64-u16.c' 2025-03-21T20:18:09.0412459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmul/gen/qs8-vmul-minmax-rndnu-neon-ld64-u8.c' 2025-03-21T20:18:09.0414130Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmul/gen' 2025-03-21T20:18:09.0415609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmul/neon.c.in' 2025-03-21T20:18:09.0417148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmul/qs8-vmul-minmax-fp32.h' 2025-03-21T20:18:09.0418775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmul/qs8-vmul-minmax-rndnu.h' 2025-03-21T20:18:09.0420308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmul/rvv.c.in' 2025-03-21T20:18:09.0421782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmul/scalar.c.in' 2025-03-21T20:18:09.0423318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmul/sse-mul16-ld64.c.in' 2025-03-21T20:18:09.0424929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmul/wasmsimd-mul32-ld64.c.in' 2025-03-21T20:18:09.0426466Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmul' 2025-03-21T20:18:09.0428072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmulc/gen/qs8-vmulc-minmax-f32-rvv-u1v.c' 2025-03-21T20:18:09.0429880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmulc/gen/qs8-vmulc-minmax-f32-rvv-u2v.c' 2025-03-21T20:18:09.0431729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c' 2025-03-21T20:18:09.0433625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-avx-mul16-ld64-u8.c' 2025-03-21T20:18:09.0435535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neon-ld128-u16.c' 2025-03-21T20:18:09.0437381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neon-ld64-u16.c' 2025-03-21T20:18:09.0439217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neon-ld64-u8.c' 2025-03-21T20:18:09.0441094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neonv8-ld128-u16.c' 2025-03-21T20:18:09.0442984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neonv8-ld64-u16.c' 2025-03-21T20:18:09.0444844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neonv8-ld64-u8.c' 2025-03-21T20:18:09.0446667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u1.c' 2025-03-21T20:18:09.0448601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u2.c' 2025-03-21T20:18:09.0450388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c' 2025-03-21T20:18:09.0452251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u16.c' 2025-03-21T20:18:09.0454156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c' 2025-03-21T20:18:09.0456057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c' 2025-03-21T20:18:09.0457973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u8.c' 2025-03-21T20:18:09.0459917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-wasmsimd-mul32-ld64-u16.c' 2025-03-21T20:18:09.0461870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-wasmsimd-mul32-ld64-u8.c' 2025-03-21T20:18:09.0463763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmulc/gen/qs8-vmulc-minmax-rndnu-neon-ld128-u16.c' 2025-03-21T20:18:09.0465615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmulc/gen/qs8-vmulc-minmax-rndnu-neon-ld64-u16.c' 2025-03-21T20:18:09.0467478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmulc/gen/qs8-vmulc-minmax-rndnu-neon-ld64-u8.c' 2025-03-21T20:18:09.0469250Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmulc/gen' 2025-03-21T20:18:09.0470778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmulc/neon.c.in' 2025-03-21T20:18:09.0472343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmulc/qs8-vmulc-minmax-fp32.h' 2025-03-21T20:18:09.0473994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmulc/qs8-vmulc-minmax-rndnu.h' 2025-03-21T20:18:09.0475548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmulc/rvv.c.in' 2025-03-21T20:18:09.0477081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmulc/scalar.c.in' 2025-03-21T20:18:09.0478657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmulc/sse-mul16-ld64.c.in' 2025-03-21T20:18:09.0480275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmulc/wasmsimd-mul32-ld64.c.in' 2025-03-21T20:18:09.0481834Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vmulc' 2025-03-21T20:18:09.0483482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-neon-c8.c' 2025-03-21T20:18:09.0485374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c' 2025-03-21T20:18:09.0487267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c' 2025-03-21T20:18:09.0489086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-neon-c8.c' 2025-03-21T20:18:09.0490959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c' 2025-03-21T20:18:09.0492825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-sse2-c8.c' 2025-03-21T20:18:09.0494552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-avgpool/qu8-avgpool-minmax.h' 2025-03-21T20:18:09.0496109Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-avgpool' 2025-03-21T20:18:09.0497799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c' 2025-03-21T20:18:09.0499687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx-mul32.c' 2025-03-21T20:18:09.0501585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:09.0503535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c' 2025-03-21T20:18:09.0505473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:09.0507419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:09.0509402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-sse2-mul16.c' 2025-03-21T20:18:09.0511308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-sse41-mul16.c' 2025-03-21T20:18:09.0513258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-sse41-mul32.c' 2025-03-21T20:18:09.0515276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-wasmsimd-mul16.c' 2025-03-21T20:18:09.0517221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-rndnu-neon-mul16.c' 2025-03-21T20:18:09.0519133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-rndnu-neon-mul8.c' 2025-03-21T20:18:09.0521044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:09.0522974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:09.0524891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:09.0526806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:09.0528720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:09.0530642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:09.0532566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:09.0534476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:09.0536368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:09.0538288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c' 2025-03-21T20:18:09.0540249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:09.0542164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:09.0544112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-rndnu-neon-mul16.c' 2025-03-21T20:18:09.0546016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-rndnu-neon-mul8.c' 2025-03-21T20:18:09.0548083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:09.0550115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:09.0552077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:09.0553994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:09.0555902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-avx-mul16.c' 2025-03-21T20:18:09.0557817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-avx-mul32.c' 2025-03-21T20:18:09.0559718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:09.0561614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:09.0563515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:09.0565420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c' 2025-03-21T20:18:09.0567302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c' 2025-03-21T20:18:09.0569202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse41-mul32.c' 2025-03-21T20:18:09.0571134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-wasmsimd-mul16.c' 2025-03-21T20:18:09.0573055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-rndnu-neon-mul16.c' 2025-03-21T20:18:09.0574952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-rndnu-neon-mul8.c' 2025-03-21T20:18:09.0576971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c' 2025-03-21T20:18:09.0578985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c' 2025-03-21T20:18:09.0580992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c' 2025-03-21T20:18:09.0582971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:09.0584958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:09.0586976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:09.0589023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c' 2025-03-21T20:18:09.0591021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c' 2025-03-21T20:18:09.0593021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-wasmsimd-mul16.c' 2025-03-21T20:18:09.0595027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul16.c' 2025-03-21T20:18:09.0597021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul8.c' 2025-03-21T20:18:09.0599012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:09.0601019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:09.0603020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:09.0605013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:09.0607003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:09.0609006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:09.0611013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:09.0612994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:09.0615034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c' 2025-03-21T20:18:09.0617079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:09.0619058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:09.0621043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:09.0623075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-rndnu-neon-mul16.c' 2025-03-21T20:18:09.0625104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-rndnu-neon-mul8.c' 2025-03-21T20:18:09.0627115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:09.0629196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:09.0631219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:09.0633223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:09.0635203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c' 2025-03-21T20:18:09.0637179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c' 2025-03-21T20:18:09.0639160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:09.0641142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:09.0643130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:09.0645129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c' 2025-03-21T20:18:09.0647110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c' 2025-03-21T20:18:09.0649256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-wasmsimd-mul16.c' 2025-03-21T20:18:09.0651327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mul16.c' 2025-03-21T20:18:09.0653318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mul8.c' 2025-03-21T20:18:09.0655366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c' 2025-03-21T20:18:09.0657386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c' 2025-03-21T20:18:09.0659398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c' 2025-03-21T20:18:09.0661391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:09.0663408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:09.0665398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:09.0667388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c' 2025-03-21T20:18:09.0669423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c' 2025-03-21T20:18:09.0671433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-wasmsimd-mul16.c' 2025-03-21T20:18:09.0673448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul16.c' 2025-03-21T20:18:09.0675441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul8.c' 2025-03-21T20:18:09.0677438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:09.0679449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:09.0681445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:09.0683448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:09.0685440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:09.0687478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:09.0689489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:09.0691520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:09.0693541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c' 2025-03-21T20:18:09.0695558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:09.0697565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:09.0699597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:09.0701601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-rndnu-neon-mul16.c' 2025-03-21T20:18:09.0703586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-rndnu-neon-mul8.c' 2025-03-21T20:18:09.0705573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:09.0707585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:09.0709637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:09.0711635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:09.0713616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c' 2025-03-21T20:18:09.0715604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c' 2025-03-21T20:18:09.0717588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:09.0719565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:09.0721548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:09.0723538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c' 2025-03-21T20:18:09.0725545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c' 2025-03-21T20:18:09.0727588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-wasmsimd-mul16.c' 2025-03-21T20:18:09.0729581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mul16.c' 2025-03-21T20:18:09.0731567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mul8.c' 2025-03-21T20:18:09.0733609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c' 2025-03-21T20:18:09.0735649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c' 2025-03-21T20:18:09.0737635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c' 2025-03-21T20:18:09.0739620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:09.0741600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:09.0743603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:09.0745592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c' 2025-03-21T20:18:09.0747577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c' 2025-03-21T20:18:09.0749765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-wasmsimd-mul16.c' 2025-03-21T20:18:09.0751773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul16.c' 2025-03-21T20:18:09.0753771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul8.c' 2025-03-21T20:18:09.0755778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:09.0757782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:09.0759786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:09.0761832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:09.0763837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:09.0765892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:09.0767901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:09.0769942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:09.0771969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c' 2025-03-21T20:18:09.0774014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:09.0775982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:09.0777972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:09.0779973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-rndnu-neon-mul16.c' 2025-03-21T20:18:09.0781965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-rndnu-neon-mul8.c' 2025-03-21T20:18:09.0783960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:09.0785971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:09.0787988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:09.0790047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:09.0792022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c' 2025-03-21T20:18:09.0794004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c' 2025-03-21T20:18:09.0795983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:09.0797977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:09.0799968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:09.0801986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c' 2025-03-21T20:18:09.0803968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c' 2025-03-21T20:18:09.0805976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-wasmsimd-mul16.c' 2025-03-21T20:18:09.0808018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mul16.c' 2025-03-21T20:18:09.0810046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mul8.c' 2025-03-21T20:18:09.0811994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c' 2025-03-21T20:18:09.0813894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx-mul32.c' 2025-03-21T20:18:09.0815795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:09.0817733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c' 2025-03-21T20:18:09.0819674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:09.0821576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:09.0823490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-sse2-mul16.c' 2025-03-21T20:18:09.0825395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-sse41-mul16.c' 2025-03-21T20:18:09.0827308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-sse41-mul32.c' 2025-03-21T20:18:09.0829278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-wasmsimd-mul16.c' 2025-03-21T20:18:09.0831213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-rndnu-neon-mul16.c' 2025-03-21T20:18:09.0833127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-rndnu-neon-mul8.c' 2025-03-21T20:18:09.0835069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:09.0837005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:09.0838953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:09.0840848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:09.0842719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-rndnu-scalar.c' 2025-03-21T20:18:09.0844652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:09.0846607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:09.0848648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:09.0850558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:09.0852435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-rndnu-scalar.c' 2025-03-21T20:18:09.0854309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:09.0856231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c' 2025-03-21T20:18:09.0858157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:09.0860058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:09.0861964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-rndnu-neon-mul16.c' 2025-03-21T20:18:09.0863884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-rndnu-neon-mul8.c' 2025-03-21T20:18:09.0865799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:09.0867733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:09.0869713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:09.0871681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:09.0873555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-rndnu-scalar.c' 2025-03-21T20:18:09.0875459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-avx-mul16.c' 2025-03-21T20:18:09.0877327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-avx-mul32.c' 2025-03-21T20:18:09.0879213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-avx2-mul32.c' 2025-03-21T20:18:09.0881149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-neon-mul16.c' 2025-03-21T20:18:09.0883069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-neonv8-mul16.c' 2025-03-21T20:18:09.0884971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c' 2025-03-21T20:18:09.0886860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c' 2025-03-21T20:18:09.0888755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse41-mul32.c' 2025-03-21T20:18:09.0890677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-wasmsimd-mul16.c' 2025-03-21T20:18:09.0892611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-rndnu-neon-mul16.c' 2025-03-21T20:18:09.0894506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-rndnu-neon-mul8.c' 2025-03-21T20:18:09.0896204Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/gen' 2025-03-21T20:18:09.0897796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/multipass-neon-mul8.c.in' 2025-03-21T20:18:09.0899542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/qu8-dwconv-minmax-multipass-fp32.h' 2025-03-21T20:18:09.0901324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/qu8-dwconv-minmax-multipass-rndnu.h' 2025-03-21T20:18:09.0903107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/qu8-dwconv-minmax-unipass-fp32.h' 2025-03-21T20:18:09.0904871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/qu8-dwconv-minmax-unipass-rndnu.h' 2025-03-21T20:18:09.0906581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv/unipass-neon-mul8.c.in' 2025-03-21T20:18:09.0908169Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-dwconv' 2025-03-21T20:18:09.0909810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u16.c' 2025-03-21T20:18:09.0911542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u24.c' 2025-03-21T20:18:09.0913242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u32.c' 2025-03-21T20:18:09.0914923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u8.c' 2025-03-21T20:18:09.0916651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u16.c' 2025-03-21T20:18:09.0918380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u24.c' 2025-03-21T20:18:09.0920090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u32.c' 2025-03-21T20:18:09.0921787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u8.c' 2025-03-21T20:18:09.0923520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u16.c' 2025-03-21T20:18:09.0925277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u32.c' 2025-03-21T20:18:09.0927034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u48.c' 2025-03-21T20:18:09.0928801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u64.c' 2025-03-21T20:18:09.0930529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u16.c' 2025-03-21T20:18:09.0932232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u24.c' 2025-03-21T20:18:09.0933927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u32.c' 2025-03-21T20:18:09.0935630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u8.c' 2025-03-21T20:18:09.0937334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-rvv-u1v.c' 2025-03-21T20:18:09.0939025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-rvv-u2v.c' 2025-03-21T20:18:09.0940728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u1.c' 2025-03-21T20:18:09.0942449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u2.c' 2025-03-21T20:18:09.0944190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u3.c' 2025-03-21T20:18:09.0945904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c' 2025-03-21T20:18:09.0947784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u16.c' 2025-03-21T20:18:09.0949544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u24.c' 2025-03-21T20:18:09.0951236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u32.c' 2025-03-21T20:18:09.0952982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u8.c' 2025-03-21T20:18:09.0954718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u16.c' 2025-03-21T20:18:09.0956433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u24.c' 2025-03-21T20:18:09.0958142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u32.c' 2025-03-21T20:18:09.0959850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u8.c' 2025-03-21T20:18:09.0961587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-wasmsimd-u16.c' 2025-03-21T20:18:09.0963332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-wasmsimd-u24.c' 2025-03-21T20:18:09.0965081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-wasmsimd-u32.c' 2025-03-21T20:18:09.0966821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-wasmsimd-u8.c' 2025-03-21T20:18:09.0968445Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/gen' 2025-03-21T20:18:09.0969996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt/qu8-f32-vcvt.h' 2025-03-21T20:18:09.0971523Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-f32-vcvt' 2025-03-21T20:18:09.0973217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x16-minmax-fp32-neon-mlal-lane.c' 2025-03-21T20:18:09.0975118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x16-minmax-fp32-neonv8-mlal-lane.c' 2025-03-21T20:18:09.0977022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x16-minmax-rndnu-neon-mlal-lane.c' 2025-03-21T20:18:09.0978966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x16-minmax-rndnu16-neon-mlal-lane.c' 2025-03-21T20:18:09.0980879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c' 2025-03-21T20:18:09.0981784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x16c8-minmax-fp32-avx512skx.c' 2025-03-21T20:18:09.0982647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x1c4-minmax-fp32-armsimd32.c' 2025-03-21T20:18:09.0983512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:09.0984414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:09.0985298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:09.0986164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:09.0986996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-rndnu-scalar.c' 2025-03-21T20:18:09.0987852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x2c4-minmax-fp32-armsimd32.c' 2025-03-21T20:18:09.0988767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:09.0989645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:09.0990507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:09.0991365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:09.0992195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-rndnu-scalar.c' 2025-03-21T20:18:09.0993046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:09.0993910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:09.0994769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:09.0995630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:09.0996482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:09.0997383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:09.0998320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:09.0999277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:09.1000135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:09.1001026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:09.1001889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:09.1002788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:09.1003657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:09.1004529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:09.1005463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:09.1006403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:09.1007259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:09.1008111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:09.1008962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:09.1009826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:09.1010682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:09.1011546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:09.1012475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:09.1013404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:09.1014294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x8-minmax-fp32-neon-mlal-lane.c' 2025-03-21T20:18:09.1015372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x8-minmax-rndnu-asm-aarch32-neon-mlal-lane-cortex-a7-prfm.S' 2025-03-21T20:18:09.1016417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x8-minmax-rndnu-asm-aarch32-neon-mlal-lane-cortex-a7.S' 2025-03-21T20:18:09.1017306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x8-minmax-rndnu-neon-mlal-lane.c' 2025-03-21T20:18:09.1018155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x8c8-minmax-fp32-avx2.c' 2025-03-21T20:18:09.1019021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-1x8c8-minmax-fp32-avx256skx.c' 2025-03-21T20:18:09.1019930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x16-minmax-rndnu-neon-mlal-lane.c' 2025-03-21T20:18:09.1020786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x1c4-minmax-fp32-armsimd32.c' 2025-03-21T20:18:09.1021644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:09.1022517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:09.1023379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:09.1024236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:09.1025065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-rndnu-scalar.c' 2025-03-21T20:18:09.1025910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x2c4-minmax-fp32-armsimd32.c' 2025-03-21T20:18:09.1026781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:09.1027642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:09.1028512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:09.1029443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:09.1030283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-rndnu-scalar.c' 2025-03-21T20:18:09.1031166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:09.1032020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:09.1032901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:09.1033771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:09.1034626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:09.1035590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:09.1036543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:09.1037474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:09.1038331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:09.1039197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:09.1040064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:09.1040935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:09.1041816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:09.1042689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:09.1043626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:09.1044574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:09.1045430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:09.1046292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:09.1047150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:09.1048138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:09.1049052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:09.1049959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:09.1050882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:09.1051814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:09.1052729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x8-minmax-rndnu-neon-mlal-lane.c' 2025-03-21T20:18:09.1053600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-2x8c8-minmax-fp32-avx2.c' 2025-03-21T20:18:09.1054484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x16-minmax-rndnu-neon-mlal-lane.c' 2025-03-21T20:18:09.1055356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:09.1056212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:09.1057073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:09.1057932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:09.1058763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-rndnu-scalar.c' 2025-03-21T20:18:09.1059637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:09.1060496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:09.1061366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:09.1062217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:09.1063055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-rndnu-scalar.c' 2025-03-21T20:18:09.1063904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:09.1064757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:09.1065635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:09.1066502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:09.1067382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:09.1068242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:09.1069210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:09.1070173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:09.1071056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:09.1071920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:09.1072785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:09.1073654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:09.1074530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:09.1075410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:09.1076341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:09.1077278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:09.1078129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:09.1078988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:09.1079841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:09.1080699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:09.1081557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:09.1082443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:09.1083366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:09.1084322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:09.1085198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x8-minmax-rndnu-neon-mlal-lane.c' 2025-03-21T20:18:09.1086018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-3x8c8-minmax-fp32-avx2.c' 2025-03-21T20:18:09.1086924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-fp32-neon-mlal-lane.c' 2025-03-21T20:18:09.1087833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-fp32-neonv8-mlal-lane.c' 2025-03-21T20:18:09.1088909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S' 2025-03-21T20:18:09.1089950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53.S' 2025-03-21T20:18:09.1091027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75-prfm.S' 2025-03-21T20:18:09.1092057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S' 2025-03-21T20:18:09.1093087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64-prfm.S' 2025-03-21T20:18:09.1094072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64.S' 2025-03-21T20:18:09.1094967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-neon-mlal-lane.c' 2025-03-21T20:18:09.1095832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:09.1096707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:09.1097570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:09.1098435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:09.1099266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-rndnu-scalar.c' 2025-03-21T20:18:09.1100163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:09.1101027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:09.1101920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:09.1102768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:09.1103640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-rndnu-scalar.c' 2025-03-21T20:18:09.1104491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:09.1113628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:09.1114648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:09.1115521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:09.1116405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:09.1117276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:09.1118212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:09.1119141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:09.1120000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:09.1120865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:09.1121728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:09.1122587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:09.1123465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:09.1124322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:09.1125353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:09.1126289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:09.1127256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x4c8-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:09.1128174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x4c8-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:09.1129053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x8-minmax-fp32-neon-mlal-lane.c' 2025-03-21T20:18:09.1130154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x8-minmax-rndnu-asm-aarch32-neon-mlal-lane-cortex-a53-prfm.S' 2025-03-21T20:18:09.1131227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x8-minmax-rndnu-asm-aarch32-neon-mlal-lane-cortex-a53.S' 2025-03-21T20:18:09.1132281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x8-minmax-rndnu-asm-aarch32-neon-mlal-lane-cortex-a7-prfm.S' 2025-03-21T20:18:09.1133311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x8-minmax-rndnu-asm-aarch32-neon-mlal-lane-cortex-a7.S' 2025-03-21T20:18:09.1134329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x8-minmax-rndnu-asm-aarch32-neon-mlal-lane-ld64-prfm.S' 2025-03-21T20:18:09.1135320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x8-minmax-rndnu-asm-aarch32-neon-mlal-lane-ld64.S' 2025-03-21T20:18:09.1136196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x8-minmax-rndnu-neon-mlal-lane.c' 2025-03-21T20:18:09.1137026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-4x8c8-minmax-fp32-avx2.c' 2025-03-21T20:18:09.1137905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-5x16c8-minmax-fp32-avx512skx-prfm.c' 2025-03-21T20:18:09.1138767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-5x16c8-minmax-fp32-avx512skx.c' 2025-03-21T20:18:09.1139648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-6x16-minmax-rndnu-neon-mlal-lane.c' 2025-03-21T20:18:09.1140531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-6x8-minmax-rndnu-neon-mlal-lane.c' 2025-03-21T20:18:09.1141414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c' 2025-03-21T20:18:09.1142276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-7x16c8-minmax-fp32-avx512skx.c' 2025-03-21T20:18:09.1143182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-8x16c8-minmax-fp32-avx512skx-prfm.c' 2025-03-21T20:18:09.1144072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen/qu8-gemm-8x16c8-minmax-fp32-avx512skx.c' 2025-03-21T20:18:09.1144751Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm/gen' 2025-03-21T20:18:09.1145420Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-gemm' 2025-03-21T20:18:09.1146329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x16-minmax-fp32-neon-mlal-lane.c' 2025-03-21T20:18:09.1147239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x16-minmax-fp32-neonv8-mlal-lane.c' 2025-03-21T20:18:09.1148341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x16-minmax-rndnu-neon-mlal-lane.c' 2025-03-21T20:18:09.1149310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c' 2025-03-21T20:18:09.1150180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x16c8-minmax-fp32-avx512skx.c' 2025-03-21T20:18:09.1151063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x1c4-minmax-fp32-armsimd32.c' 2025-03-21T20:18:09.1151939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:09.1152825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:09.1153698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:09.1154562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:09.1155408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-rndnu-scalar.c' 2025-03-21T20:18:09.1156278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x2c4-minmax-fp32-armsimd32.c' 2025-03-21T20:18:09.1157154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:09.1158024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:09.1158901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:09.1159825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:09.1160682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-rndnu-scalar.c' 2025-03-21T20:18:09.1161587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:09.1162444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:09.1163309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:09.1164206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:09.1165113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:09.1165979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:09.1166919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:09.1167860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:09.1168737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:09.1169609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:09.1170485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:09.1171366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:09.1172252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:09.1173137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:09.1174087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:09.1175035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:09.1175893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:09.1176784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:09.1177656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:09.1178551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:09.1179423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:09.1180293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:09.1181269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:09.1182236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:09.1183112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x8-minmax-fp32-neon-mlal-lane.c' 2025-03-21T20:18:09.1184197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x8-minmax-rndnu-asm-aarch32-neon-mlal-lane-cortex-a7-prfm.S' 2025-03-21T20:18:09.1185236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x8-minmax-rndnu-asm-aarch32-neon-mlal-lane-cortex-a7.S' 2025-03-21T20:18:09.1186131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x8-minmax-rndnu-neon-mlal-lane.c' 2025-03-21T20:18:09.1186968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x8c8-minmax-fp32-avx2.c' 2025-03-21T20:18:09.1187832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-1x8c8-minmax-fp32-avx256skx.c' 2025-03-21T20:18:09.1188781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x16-minmax-rndnu-neon-mlal-lane.c' 2025-03-21T20:18:09.1189652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x1c4-minmax-fp32-armsimd32.c' 2025-03-21T20:18:09.1190526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:09.1191409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:09.1192282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:09.1193146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:09.1194036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-rndnu-scalar.c' 2025-03-21T20:18:09.1194896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x2c4-minmax-fp32-armsimd32.c' 2025-03-21T20:18:09.1195809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:09.1196685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:09.1197568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:09.1198460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:09.1199344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-rndnu-scalar.c' 2025-03-21T20:18:09.1200208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:09.1201078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:09.1201942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:09.1202814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:09.1203693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:09.1204566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:09.1205510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:09.1206456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:09.1207329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:09.1208202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:09.1209076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:09.1209956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:09.1210843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:09.1211757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:09.1212738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:09.1213688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:09.1214548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:09.1215440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:09.1216328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:09.1217197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:09.1218066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:09.1218937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:09.1219876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:09.1220823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:09.1221709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x8-minmax-rndnu-neon-mlal-lane.c' 2025-03-21T20:18:09.1222551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-2x8c8-minmax-fp32-avx2.c' 2025-03-21T20:18:09.1223441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x16-minmax-rndnu-neon-mlal-lane.c' 2025-03-21T20:18:09.1224329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:09.1225202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:09.1226081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:09.1226937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:09.1227779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-rndnu-scalar.c' 2025-03-21T20:18:09.1228734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:09.1229639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:09.1230522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:09.1231376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:09.1232262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-rndnu-scalar.c' 2025-03-21T20:18:09.1233143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:09.1234010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:09.1234866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:09.1235734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:09.1236604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:09.1237476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:09.1238413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:09.1239357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:09.1240226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:09.1241099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:09.1241979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:09.1242856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:09.1243736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:09.1244623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:09.1245593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:09.1246588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:09.1247448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:09.1248435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:09.1249346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:09.1250245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:09.1251118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:09.1251988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:09.1252921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:09.1253862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:09.1254756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x8-minmax-rndnu-neon-mlal-lane.c' 2025-03-21T20:18:09.1255601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-3x8c8-minmax-fp32-avx2.c' 2025-03-21T20:18:09.1256489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-fp32-neon-mlal-lane.c' 2025-03-21T20:18:09.1257391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-fp32-neonv8-mlal-lane.c' 2025-03-21T20:18:09.1258473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S' 2025-03-21T20:18:09.1259531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53.S' 2025-03-21T20:18:09.1260605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75-prfm.S' 2025-03-21T20:18:09.1261665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S' 2025-03-21T20:18:09.1262733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64-prfm.S' 2025-03-21T20:18:09.1263750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64.S' 2025-03-21T20:18:09.1264680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-neon-mlal-lane.c' 2025-03-21T20:18:09.1265559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:09.1266430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:09.1267330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:09.1268222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:09.1269131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-rndnu-scalar.c' 2025-03-21T20:18:09.1270013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-fmagic.c' 2025-03-21T20:18:09.1270881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-imagic.c' 2025-03-21T20:18:09.1271767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-lrintf.c' 2025-03-21T20:18:09.1272626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-wasm-fmagic.c' 2025-03-21T20:18:09.1273490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-rndnu-scalar.c' 2025-03-21T20:18:09.1274345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:09.1275211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:09.1276073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:09.1276945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:09.1277810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:09.1278679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:09.1279649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:09.1280596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:09.1281495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-avx-ld128.c' 2025-03-21T20:18:09.1282365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-avx-ld64.c' 2025-03-21T20:18:09.1283238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld128.c' 2025-03-21T20:18:09.1284143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld64.c' 2025-03-21T20:18:09.1285059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld128.c' 2025-03-21T20:18:09.1285951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld64.c' 2025-03-21T20:18:09.1286898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:09.1287843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:09.1288785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x4c8-minmax-fp32-wasmsimd-dot16x2-ld128.c' 2025-03-21T20:18:09.1289725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x4c8-minmax-fp32-wasmsimd-dot16x2-ld64.c' 2025-03-21T20:18:09.1290605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x8-minmax-fp32-neon-mlal-lane.c' 2025-03-21T20:18:09.1291687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x8-minmax-rndnu-asm-aarch32-neon-mlal-lane-cortex-a53-prfm.S' 2025-03-21T20:18:09.1292732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x8-minmax-rndnu-asm-aarch32-neon-mlal-lane-cortex-a53.S' 2025-03-21T20:18:09.1293810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x8-minmax-rndnu-asm-aarch32-neon-mlal-lane-cortex-a7-prfm.S' 2025-03-21T20:18:09.1294841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x8-minmax-rndnu-asm-aarch32-neon-mlal-lane-cortex-a7.S' 2025-03-21T20:18:09.1295879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x8-minmax-rndnu-asm-aarch32-neon-mlal-lane-ld64-prfm.S' 2025-03-21T20:18:09.1296875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x8-minmax-rndnu-asm-aarch32-neon-mlal-lane-ld64.S' 2025-03-21T20:18:09.1297798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x8-minmax-rndnu-neon-mlal-lane.c' 2025-03-21T20:18:09.1298664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-4x8c8-minmax-fp32-avx2.c' 2025-03-21T20:18:09.1299572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-5x16c8-minmax-fp32-avx512skx-prfm.c' 2025-03-21T20:18:09.1300430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-5x16c8-minmax-fp32-avx512skx.c' 2025-03-21T20:18:09.1301369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-6x16-minmax-rndnu-neon-mlal-lane.c' 2025-03-21T20:18:09.1302277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-6x8-minmax-rndnu-neon-mlal-lane.c' 2025-03-21T20:18:09.1303184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c' 2025-03-21T20:18:09.1304044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-7x16c8-minmax-fp32-avx512skx.c' 2025-03-21T20:18:09.1304944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-8x16c8-minmax-fp32-avx512skx-prfm.c' 2025-03-21T20:18:09.1305808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen/qu8-igemm-8x16c8-minmax-fp32-avx512skx.c' 2025-03-21T20:18:09.1306495Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm/gen' 2025-03-21T20:18:09.1307167Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-igemm' 2025-03-21T20:18:09.1307952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rdsum/gen/qu8-rdsum-7p7x-neon-u16.c' 2025-03-21T20:18:09.1308792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rdsum/gen/qu8-rdsum-7p7x-neon-u32.c' 2025-03-21T20:18:09.1309575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rdsum/gen/qu8-rdsum-7p7x-neon-u64.c' 2025-03-21T20:18:09.1310376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rdsum/gen/qu8-rdsum-7p7x-ssse3-c16.c' 2025-03-21T20:18:09.1311162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rdsum/gen/qu8-rdsum-7p7x-ssse3-c32.c' 2025-03-21T20:18:09.1311953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rdsum/gen/qu8-rdsum-7p7x-ssse3-c64.c' 2025-03-21T20:18:09.1312757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rdsum/gen/qu8-rdsum-7p7x-wasmsimd-c16.c' 2025-03-21T20:18:09.1313571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rdsum/gen/qu8-rdsum-7p7x-wasmsimd-c32.c' 2025-03-21T20:18:09.1314417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rdsum/gen/qu8-rdsum-7p7x-wasmsimd-c64.c' 2025-03-21T20:18:09.1315262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rdsum/gen/qu8-rdsum-scalar.c' 2025-03-21T20:18:09.1315939Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rdsum/gen' 2025-03-21T20:18:09.1316615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rdsum/neon.c.in' 2025-03-21T20:18:09.1317295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rdsum/scalar.c.in' 2025-03-21T20:18:09.1318010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rdsum/ssse3.c.in' 2025-03-21T20:18:09.1318692Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rdsum' 2025-03-21T20:18:09.1319364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rsum/avx2.c.in' 2025-03-21T20:18:09.1320137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rsum/gen/qu8-rsum-avx2-u128-acc2.c' 2025-03-21T20:18:09.1320904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rsum/gen/qu8-rsum-avx2-u128-acc4.c' 2025-03-21T20:18:09.1321649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rsum/gen/qu8-rsum-avx2-u32.c' 2025-03-21T20:18:09.1322419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rsum/gen/qu8-rsum-avx2-u64-acc2.c' 2025-03-21T20:18:09.1323168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rsum/gen/qu8-rsum-neon-u16.c' 2025-03-21T20:18:09.1323931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rsum/gen/qu8-rsum-neon-u32-acc2.c' 2025-03-21T20:18:09.1324703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rsum/gen/qu8-rsum-neon-u64-acc2.c' 2025-03-21T20:18:09.1325470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rsum/gen/qu8-rsum-neon-u64-acc4.c' 2025-03-21T20:18:09.1326231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rsum/gen/qu8-rsum-scalar-u1.c' 2025-03-21T20:18:09.1326974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rsum/gen/qu8-rsum-scalar-u2.c' 2025-03-21T20:18:09.1327723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rsum/gen/qu8-rsum-scalar-u4.c' 2025-03-21T20:18:09.1328454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rsum/gen/qu8-rsum-sse2-u16.c' 2025-03-21T20:18:09.1329224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rsum/gen/qu8-rsum-sse2-u32-acc2.c' 2025-03-21T20:18:09.1330017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rsum/gen/qu8-rsum-sse2-u64-acc2.c' 2025-03-21T20:18:09.1330788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rsum/gen/qu8-rsum-sse2-u64-acc4.c' 2025-03-21T20:18:09.1331606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rsum/gen/qu8-rsum-wasmsimd-u16-acc2.c' 2025-03-21T20:18:09.1332400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rsum/gen/qu8-rsum-wasmsimd-u32-acc2.c' 2025-03-21T20:18:09.1333190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rsum/gen/qu8-rsum-wasmsimd-u32-acc4.c' 2025-03-21T20:18:09.1333984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rsum/gen/qu8-rsum-wasmsimd-u8.c' 2025-03-21T20:18:09.1334686Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rsum/gen' 2025-03-21T20:18:09.1335371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rsum/scalar.c.in' 2025-03-21T20:18:09.1336033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rsum/sse2.c.in' 2025-03-21T20:18:09.1336680Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-rsum' 2025-03-21T20:18:09.1337523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul16-ld64-u16.c' 2025-03-21T20:18:09.1338365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul16-ld64-u8.c' 2025-03-21T20:18:09.1339210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul32-ld32-u16.c' 2025-03-21T20:18:09.1340045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul32-ld32-u8.c' 2025-03-21T20:18:09.1340890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vadd/gen/qu8-vadd-minmax-avx2-mul32-ld64-u16.c' 2025-03-21T20:18:09.1341724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vadd/gen/qu8-vadd-minmax-avx2-mul32-ld64-u8.c' 2025-03-21T20:18:09.1342615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vadd/gen/qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c' 2025-03-21T20:18:09.1343496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vadd/gen/qu8-vadd-minmax-avx512skx-mul32-ld128-u32.c' 2025-03-21T20:18:09.1344326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld128-u16.c' 2025-03-21T20:18:09.1345143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u16.c' 2025-03-21T20:18:09.1345964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u32.c' 2025-03-21T20:18:09.1346800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u8.c' 2025-03-21T20:18:09.1347722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c' 2025-03-21T20:18:09.1348565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u2.c' 2025-03-21T20:18:09.1349416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c' 2025-03-21T20:18:09.1350265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vadd/gen/qu8-vadd-minmax-sse2-mul16-ld64-u16.c' 2025-03-21T20:18:09.1351157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vadd/gen/qu8-vadd-minmax-sse2-mul16-ld64-u8.c' 2025-03-21T20:18:09.1352046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul16-ld64-u16.c' 2025-03-21T20:18:09.1352910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul16-ld64-u8.c' 2025-03-21T20:18:09.1353765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul32-ld32-u16.c' 2025-03-21T20:18:09.1354612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul32-ld32-u8.c' 2025-03-21T20:18:09.1355424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vadd/gen/qu8-vadd-minmax-wasmsimd-u16.c' 2025-03-21T20:18:09.1356243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vadd/gen/qu8-vadd-minmax-wasmsimd-u32.c' 2025-03-21T20:18:09.1357050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vadd/gen/qu8-vadd-minmax-wasmsimd-u8.c' 2025-03-21T20:18:09.1357735Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vadd/gen' 2025-03-21T20:18:09.1358443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vadd/qu8-vadd-minmax.h' 2025-03-21T20:18:09.1359100Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vadd' 2025-03-21T20:18:09.1359963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul16-ld64-u16.c' 2025-03-21T20:18:09.1360807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul16-ld64-u8.c' 2025-03-21T20:18:09.1361662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul32-ld32-u16.c' 2025-03-21T20:18:09.1362503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul32-ld32-u8.c' 2025-03-21T20:18:09.1363395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx2-mul32-ld64-u16.c' 2025-03-21T20:18:09.1364251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx2-mul32-ld64-u8.c' 2025-03-21T20:18:09.1365174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c' 2025-03-21T20:18:09.1366061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx512skx-mul32-ld128-u32.c' 2025-03-21T20:18:09.1366895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld128-u16.c' 2025-03-21T20:18:09.1367743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u16.c' 2025-03-21T20:18:09.1368617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u32.c' 2025-03-21T20:18:09.1369436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u8.c' 2025-03-21T20:18:09.1370243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c' 2025-03-21T20:18:09.1371040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u2.c' 2025-03-21T20:18:09.1371849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c' 2025-03-21T20:18:09.1372706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse2-mul16-ld64-u16.c' 2025-03-21T20:18:09.1373563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse2-mul16-ld64-u8.c' 2025-03-21T20:18:09.1374429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul16-ld64-u16.c' 2025-03-21T20:18:09.1375293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul16-ld64-u8.c' 2025-03-21T20:18:09.1376160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul32-ld32-u16.c' 2025-03-21T20:18:09.1377024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul32-ld32-u8.c' 2025-03-21T20:18:09.1377843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vaddc/gen/qu8-vaddc-minmax-wasmsimd-u16.c' 2025-03-21T20:18:09.1378675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vaddc/gen/qu8-vaddc-minmax-wasmsimd-u32.c' 2025-03-21T20:18:09.1379488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vaddc/gen/qu8-vaddc-minmax-wasmsimd-u8.c' 2025-03-21T20:18:09.1380211Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vaddc/gen' 2025-03-21T20:18:09.1380931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vaddc/qu8-vaddc-minmax.h' 2025-03-21T20:18:09.1381614Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vaddc' 2025-03-21T20:18:09.1382383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vcvt/gen/qu8-vcvt-armsimd32-u4.c' 2025-03-21T20:18:09.1383148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vcvt/gen/qu8-vcvt-armsimd32-u8.c' 2025-03-21T20:18:09.1383910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vcvt/gen/qu8-vcvt-avx-u16.c' 2025-03-21T20:18:09.1384644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vcvt/gen/qu8-vcvt-avx-u32.c' 2025-03-21T20:18:09.1385401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vcvt/gen/qu8-vcvt-avx-u8.c' 2025-03-21T20:18:09.1386133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vcvt/gen/qu8-vcvt-avx2-u16.c' 2025-03-21T20:18:09.1386875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vcvt/gen/qu8-vcvt-avx2-u32.c' 2025-03-21T20:18:09.1387611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vcvt/gen/qu8-vcvt-avx2-u64.c' 2025-03-21T20:18:09.1388358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vcvt/gen/qu8-vcvt-neon-u16.c' 2025-03-21T20:18:09.1389153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vcvt/gen/qu8-vcvt-neon-u32.c' 2025-03-21T20:18:09.1389892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vcvt/gen/qu8-vcvt-neon-u8.c' 2025-03-21T20:18:09.1390633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c' 2025-03-21T20:18:09.1391386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vcvt/gen/qu8-vcvt-scalar-u2.c' 2025-03-21T20:18:09.1392127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c' 2025-03-21T20:18:09.1392866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vcvt/gen/qu8-vcvt-sse2-u16.c' 2025-03-21T20:18:09.1393600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vcvt/gen/qu8-vcvt-sse2-u32.c' 2025-03-21T20:18:09.1394346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vcvt/gen/qu8-vcvt-sse41-u16.c' 2025-03-21T20:18:09.1395086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vcvt/gen/qu8-vcvt-sse41-u32.c' 2025-03-21T20:18:09.1395820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vcvt/gen/qu8-vcvt-sse41-u8.c' 2025-03-21T20:18:09.1396609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u16.c' 2025-03-21T20:18:09.1397353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u32.c' 2025-03-21T20:18:09.1398199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vcvt/gen/qu8-vcvt-wasmrelaxedsimd-u16.c' 2025-03-21T20:18:09.1399006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vcvt/gen/qu8-vcvt-wasmrelaxedsimd-u32.c' 2025-03-21T20:18:09.1399815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vcvt/gen/qu8-vcvt-wasmrelaxedsimd-u8.c' 2025-03-21T20:18:09.1400604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vcvt/gen/qu8-vcvt-wasmsimd-u16.c' 2025-03-21T20:18:09.1401404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vcvt/gen/qu8-vcvt-wasmsimd-u32.c' 2025-03-21T20:18:09.1402165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vcvt/gen/qu8-vcvt-wasmsimd-u8.c' 2025-03-21T20:18:09.1402843Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vcvt/gen' 2025-03-21T20:18:09.1403512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vcvt/qu8-vcvt.h' 2025-03-21T20:18:09.1404169Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vcvt' 2025-03-21T20:18:09.1404956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-armsimd32-u4.c' 2025-03-21T20:18:09.1405749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-armsimd32-u8.c' 2025-03-21T20:18:09.1406507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u16.c' 2025-03-21T20:18:09.1407275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u32.c' 2025-03-21T20:18:09.1408025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u8.c' 2025-03-21T20:18:09.1408799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u16.c' 2025-03-21T20:18:09.1409567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u32.c' 2025-03-21T20:18:09.1410344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u64.c' 2025-03-21T20:18:09.1411103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u16.c' 2025-03-21T20:18:09.1411869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c' 2025-03-21T20:18:09.1412669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u8.c' 2025-03-21T20:18:09.1413431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-rvv-u1v.c' 2025-03-21T20:18:09.1414225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-rvv-u2v.c' 2025-03-21T20:18:09.1415037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u1.c' 2025-03-21T20:18:09.1415863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u2.c' 2025-03-21T20:18:09.1416698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c' 2025-03-21T20:18:09.1417548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u1.c' 2025-03-21T20:18:09.1418366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u2.c' 2025-03-21T20:18:09.1419185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c' 2025-03-21T20:18:09.1419951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u16.c' 2025-03-21T20:18:09.1420732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u32.c' 2025-03-21T20:18:09.1421500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u16.c' 2025-03-21T20:18:09.1422280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u32.c' 2025-03-21T20:18:09.1423046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u8.c' 2025-03-21T20:18:09.1423821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u16.c' 2025-03-21T20:18:09.1424593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u32.c' 2025-03-21T20:18:09.1425464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-wasmrelaxedsimd-arm-u16.c' 2025-03-21T20:18:09.1426331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-wasmrelaxedsimd-arm-u32.c' 2025-03-21T20:18:09.1427194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-wasmrelaxedsimd-x86-u16.c' 2025-03-21T20:18:09.1428046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-wasmrelaxedsimd-x86-u32.c' 2025-03-21T20:18:09.1428952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-wasmrelaxedsimd-x86-u8.c' 2025-03-21T20:18:09.1429796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-wasmsimd-arm-u16.c' 2025-03-21T20:18:09.1430648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-wasmsimd-arm-u32.c' 2025-03-21T20:18:09.1431456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-wasmsimd-x86-u16.c' 2025-03-21T20:18:09.1432265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-wasmsimd-x86-u32.c' 2025-03-21T20:18:09.1433117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-wasmsimd-x86-u8.c' 2025-03-21T20:18:09.1433810Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen' 2025-03-21T20:18:09.1434532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/qu8-vlrelu.h' 2025-03-21T20:18:09.1435197Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu' 2025-03-21T20:18:09.1436010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmul/gen/qu8-vmul-minmax-f32-rvv-u1v.c' 2025-03-21T20:18:09.1436809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmul/gen/qu8-vmul-minmax-f32-rvv-u2v.c' 2025-03-21T20:18:09.1437688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-avx-mul16-ld64-u16.c' 2025-03-21T20:18:09.1438557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-avx-mul16-ld64-u8.c' 2025-03-21T20:18:09.1439414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neon-ld128-u16.c' 2025-03-21T20:18:09.1440259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neon-ld64-u16.c' 2025-03-21T20:18:09.1441102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neon-ld64-u8.c' 2025-03-21T20:18:09.1441962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neonv8-ld128-u16.c' 2025-03-21T20:18:09.1442822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neonv8-ld64-u16.c' 2025-03-21T20:18:09.1443665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neonv8-ld64-u8.c' 2025-03-21T20:18:09.1444490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u1.c' 2025-03-21T20:18:09.1445303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u2.c' 2025-03-21T20:18:09.1446162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c' 2025-03-21T20:18:09.1447041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse2-mul16-ld64-u16.c' 2025-03-21T20:18:09.1448071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c' 2025-03-21T20:18:09.1448945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c' 2025-03-21T20:18:09.1449870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse41-mul16-ld64-u8.c' 2025-03-21T20:18:09.1450767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-wasmsimd-mul32-ld64-u16.c' 2025-03-21T20:18:09.1451715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-wasmsimd-mul32-ld64-u8.c' 2025-03-21T20:18:09.1452563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmul/gen/qu8-vmul-minmax-rndnu-neon-ld128-u16.c' 2025-03-21T20:18:09.1453418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmul/gen/qu8-vmul-minmax-rndnu-neon-ld64-u16.c' 2025-03-21T20:18:09.1454257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmul/gen/qu8-vmul-minmax-rndnu-neon-ld64-u8.c' 2025-03-21T20:18:09.1454933Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmul/gen' 2025-03-21T20:18:09.1455689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmul/qu8-vmul-minmax-fp32.h' 2025-03-21T20:18:09.1456434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmul/qu8-vmul-minmax-rndnu.h' 2025-03-21T20:18:09.1457096Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmul' 2025-03-21T20:18:09.1457904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmulc/gen/qu8-vmulc-minmax-f32-rvv-u1v.c' 2025-03-21T20:18:09.1458733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmulc/gen/qu8-vmulc-minmax-f32-rvv-u2v.c' 2025-03-21T20:18:09.1459609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c' 2025-03-21T20:18:09.1460495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-avx-mul16-ld64-u8.c' 2025-03-21T20:18:09.1461347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neon-ld128-u16.c' 2025-03-21T20:18:09.1462211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neon-ld64-u16.c' 2025-03-21T20:18:09.1463090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neon-ld64-u8.c' 2025-03-21T20:18:09.1463963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neonv8-ld128-u16.c' 2025-03-21T20:18:09.1464860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neonv8-ld64-u16.c' 2025-03-21T20:18:09.1465721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neonv8-ld64-u8.c' 2025-03-21T20:18:09.1466552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u1.c' 2025-03-21T20:18:09.1467416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u2.c' 2025-03-21T20:18:09.1468269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c' 2025-03-21T20:18:09.1469212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u16.c' 2025-03-21T20:18:09.1470093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c' 2025-03-21T20:18:09.1470986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c' 2025-03-21T20:18:09.1471870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u8.c' 2025-03-21T20:18:09.1472789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-wasmsimd-mul32-ld64-u16.c' 2025-03-21T20:18:09.1473692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-wasmsimd-mul32-ld64-u8.c' 2025-03-21T20:18:09.1474561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmulc/gen/qu8-vmulc-minmax-rndnu-neon-ld128-u16.c' 2025-03-21T20:18:09.1475419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmulc/gen/qu8-vmulc-minmax-rndnu-neon-ld64-u16.c' 2025-03-21T20:18:09.1476285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmulc/gen/qu8-vmulc-minmax-rndnu-neon-ld64-u8.c' 2025-03-21T20:18:09.1476964Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmulc/gen' 2025-03-21T20:18:09.1477722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmulc/qu8-vmulc-minmax-fp32.h' 2025-03-21T20:18:09.1478475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmulc/qu8-vmulc-minmax-rndnu.h' 2025-03-21T20:18:09.1479138Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vmulc' 2025-03-21T20:18:09.1479922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/reference/binary-elementwise.cc' 2025-03-21T20:18:09.1480609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/reference/packing.cc' 2025-03-21T20:18:09.1481375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/reference/unary-elementwise.cc' 2025-03-21T20:18:09.1482031Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/reference' 2025-03-21T20:18:09.1482650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/runtime.c' 2025-03-21T20:18:09.1483436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx2.c' 2025-03-21T20:18:09.1484254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx512f.c' 2025-03-21T20:18:09.1485011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s32-f32-vcvt/gen/s32-f32-vcvt-neon.c' 2025-03-21T20:18:09.1485795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s32-f32-vcvt/gen/s32-f32-vcvt-scalar.c' 2025-03-21T20:18:09.1486582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s32-f32-vcvt/gen/s32-f32-vcvt-wasmsimd.c' 2025-03-21T20:18:09.1487295Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s32-f32-vcvt/gen' 2025-03-21T20:18:09.1488008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s32-f32-vcvt/s32-f32-vcvt.h' 2025-03-21T20:18:09.1488707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s32-f32-vcvt/simd.c.in' 2025-03-21T20:18:09.1489389Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s32-f32-vcvt' 2025-03-21T20:18:09.1490193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-ibilinear/gen/s8-ibilinear-neon-c16.c' 2025-03-21T20:18:09.1490984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-ibilinear/gen/s8-ibilinear-neon-c8.c' 2025-03-21T20:18:09.1491799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c' 2025-03-21T20:18:09.1492601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-ibilinear/gen/s8-ibilinear-scalar-c2.c' 2025-03-21T20:18:09.1493406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-ibilinear/gen/s8-ibilinear-scalar-c4.c' 2025-03-21T20:18:09.1494207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-ibilinear/gen/s8-ibilinear-sse2-c16.c' 2025-03-21T20:18:09.1494991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-ibilinear/gen/s8-ibilinear-sse2-c8.c' 2025-03-21T20:18:09.1495821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-ibilinear/gen/s8-ibilinear-sse41-c16.c' 2025-03-21T20:18:09.1496609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-ibilinear/gen/s8-ibilinear-sse41-c8.c' 2025-03-21T20:18:09.1497522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-ibilinear/gen/s8-ibilinear-wasmsimd-dot16x2-c16.c' 2025-03-21T20:18:09.1498370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-ibilinear/gen/s8-ibilinear-wasmsimd-dot16x2-c8.c' 2025-03-21T20:18:09.1499233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-ibilinear/gen/s8-ibilinear-wasmsimd-mul32-c16.c' 2025-03-21T20:18:09.1500095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-ibilinear/gen/s8-ibilinear-wasmsimd-mul32-c8.c' 2025-03-21T20:18:09.1500846Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-ibilinear/gen' 2025-03-21T20:18:09.1501532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-ibilinear/neon.c.in' 2025-03-21T20:18:09.1502232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-ibilinear/scalar.c.in' 2025-03-21T20:18:09.1502911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-ibilinear/sse.c.in' 2025-03-21T20:18:09.1503682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-ibilinear/wasmsimd-dot16x2.c.in' 2025-03-21T20:18:09.1504426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-ibilinear/wasmsimd-mul32.c.in' 2025-03-21T20:18:09.1505111Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-ibilinear' 2025-03-21T20:18:09.1505936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-2p2x-minmax-neon-c16.c' 2025-03-21T20:18:09.1506759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-4p3x-minmax-neon-c16.c' 2025-03-21T20:18:09.1507575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c' 2025-03-21T20:18:09.1508409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c' 2025-03-21T20:18:09.1509269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse2-c16.c' 2025-03-21T20:18:09.1510097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse41-c16.c' 2025-03-21T20:18:09.1510936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-wasmsimd-c16.c' 2025-03-21T20:18:09.1511666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-minmax.h' 2025-03-21T20:18:09.1512375Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool' 2025-03-21T20:18:09.1513126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/gen/s8-vclamp-rvv-u1v.c' 2025-03-21T20:18:09.1513906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/gen/s8-vclamp-rvv-u2v.c' 2025-03-21T20:18:09.1514649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/gen/s8-vclamp-rvv-u4v.c' 2025-03-21T20:18:09.1515398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/gen/s8-vclamp-rvv-u8v.c' 2025-03-21T20:18:09.1516106Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/gen' 2025-03-21T20:18:09.1516776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/rvv.c.in' 2025-03-21T20:18:09.1517538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-avx2-u128.c' 2025-03-21T20:18:09.1518316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-avx512skx-u256.c' 2025-03-21T20:18:09.1519042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c' 2025-03-21T20:18:09.1519793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-scalar-u4.c' 2025-03-21T20:18:09.1520523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-sse2-u64.c' 2025-03-21T20:18:09.1521275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-sse41-u64.c' 2025-03-21T20:18:09.1522034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-wasmsimd-u64.c' 2025-03-21T20:18:09.1522728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp.h' 2025-03-21T20:18:09.1523382Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp' 2025-03-21T20:18:09.1524012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph.c' 2025-03-21T20:18:09.1524735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/argmax-pooling-2d.c' 2025-03-21T20:18:09.1525464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/average-pooling-2d.c' 2025-03-21T20:18:09.1526220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/batch-matrix-multiply.c' 2025-03-21T20:18:09.1526877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/binary.c' 2025-03-21T20:18:09.1527579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/concatenate.c' 2025-03-21T20:18:09.1528310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/convolution-2d.c' 2025-03-21T20:18:09.1528974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/copy.c' 2025-03-21T20:18:09.1529724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/deconvolution-2d.c' 2025-03-21T20:18:09.1530418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/deprecated.c' 2025-03-21T20:18:09.1531140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/depth-to-space-2d.c' 2025-03-21T20:18:09.1531924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/depthwise-convolution-2d.c' 2025-03-21T20:18:09.1532629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/even-split.c' 2025-03-21T20:18:09.1533415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/fully-connected-sparse.c' 2025-03-21T20:18:09.1534127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/fully-connected.c' 2025-03-21T20:18:09.1534838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/max-pooling-2d.c' 2025-03-21T20:18:09.1535500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/pack-lh.c' 2025-03-21T20:18:09.1536217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/reshape-helpers.c' 2025-03-21T20:18:09.1536870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/rope.c' 2025-03-21T20:18:09.1537668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/scaled-dot-product-attention.c' 2025-03-21T20:18:09.1538343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/softmax.c' 2025-03-21T20:18:09.1539071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/space-to-depth-2d.c' 2025-03-21T20:18:09.1539823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/static-constant-pad.c' 2025-03-21T20:18:09.1540520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/static-reduce.c' 2025-03-21T20:18:09.1541307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/static-resize-bilinear-2d.c' 2025-03-21T20:18:09.1542002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/static-slice.c' 2025-03-21T20:18:09.1542729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/static-transpose.c' 2025-03-21T20:18:09.1543386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/unary.c' 2025-03-21T20:18:09.1544084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/unpooling-2d.c' 2025-03-21T20:18:09.1544797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph/validation.c' 2025-03-21T20:18:09.1545460Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/subgraph' 2025-03-21T20:18:09.1546193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/tables/exp2-k-over-2048.c' 2025-03-21T20:18:09.1546891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/tables/exp2-k-over-64.c' 2025-03-21T20:18:09.1547754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/tables/exp2minus-k-over-16.c' 2025-03-21T20:18:09.1548553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/tables/exp2minus-k-over-2048.c' 2025-03-21T20:18:09.1549369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/tables/exp2minus-k-over-32.c' 2025-03-21T20:18:09.1550089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/tables/exp2minus-k-over-4.c' 2025-03-21T20:18:09.1550818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/tables/exp2minus-k-over-64.c' 2025-03-21T20:18:09.1551535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/tables/exp2minus-k-over-8.c' 2025-03-21T20:18:09.1552177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/tables/vlog.c' 2025-03-21T20:18:09.1552827Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/tables' 2025-03-21T20:18:09.1553439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/tensor.c' 2025-03-21T20:18:09.1554238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-ibilinear/gen/u8-ibilinear-neon-c16.c' 2025-03-21T20:18:09.1555033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-ibilinear/gen/u8-ibilinear-neon-c8.c' 2025-03-21T20:18:09.1555832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c' 2025-03-21T20:18:09.1556638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-ibilinear/gen/u8-ibilinear-scalar-c2.c' 2025-03-21T20:18:09.1557434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-ibilinear/gen/u8-ibilinear-scalar-c4.c' 2025-03-21T20:18:09.1558234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-ibilinear/gen/u8-ibilinear-sse2-c16.c' 2025-03-21T20:18:09.1559020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-ibilinear/gen/u8-ibilinear-sse2-c8.c' 2025-03-21T20:18:09.1559821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-ibilinear/gen/u8-ibilinear-sse41-c16.c' 2025-03-21T20:18:09.1560608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-ibilinear/gen/u8-ibilinear-sse41-c8.c' 2025-03-21T20:18:09.1561530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-ibilinear/gen/u8-ibilinear-wasmsimd-dot16x2-c16.c' 2025-03-21T20:18:09.1562419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-ibilinear/gen/u8-ibilinear-wasmsimd-dot16x2-c8.c' 2025-03-21T20:18:09.1563274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-ibilinear/gen/u8-ibilinear-wasmsimd-mul32-c16.c' 2025-03-21T20:18:09.1564114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-ibilinear/gen/u8-ibilinear-wasmsimd-mul32-c8.c' 2025-03-21T20:18:09.1564850Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-ibilinear/gen' 2025-03-21T20:18:09.1565555Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-ibilinear' 2025-03-21T20:18:09.1566309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-lut32norm/u8-lut32norm-scalar.c' 2025-03-21T20:18:09.1566994Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-lut32norm' 2025-03-21T20:18:09.1567810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c' 2025-03-21T20:18:09.1568634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c' 2025-03-21T20:18:09.1569451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-9p8x-minmax-sse2-c16.c' 2025-03-21T20:18:09.1570305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-9p8x-minmax-wasmsimd-c16.c' 2025-03-21T20:18:09.1571035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-minmax.h' 2025-03-21T20:18:09.1571707Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool' 2025-03-21T20:18:09.1572415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-rmax/u8-rmax-neon-u16.c' 2025-03-21T20:18:09.1573143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-rmax/u8-rmax-scalar-u2.c' 2025-03-21T20:18:09.1573851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-rmax/u8-rmax-sse2-u16.c' 2025-03-21T20:18:09.1574512Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-rmax' 2025-03-21T20:18:09.1575256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/gen/u8-vclamp-rvv-u1v.c' 2025-03-21T20:18:09.1576017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/gen/u8-vclamp-rvv-u2v.c' 2025-03-21T20:18:09.1576763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/gen/u8-vclamp-rvv-u4v.c' 2025-03-21T20:18:09.1577603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/gen/u8-vclamp-rvv-u8v.c' 2025-03-21T20:18:09.1578283Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/gen' 2025-03-21T20:18:09.1579053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-avx2-u128.c' 2025-03-21T20:18:09.1579821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-avx512skx-u256.c' 2025-03-21T20:18:09.1580560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c' 2025-03-21T20:18:09.1581326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-scalar-u4.c' 2025-03-21T20:18:09.1582081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-sse2-u64.c' 2025-03-21T20:18:09.1582849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-wasmsimd-u64.c' 2025-03-21T20:18:09.1583526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp.h' 2025-03-21T20:18:09.1584195Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp' 2025-03-21T20:18:09.1584857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-packw/avx.c.in' 2025-03-21T20:18:09.1585724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-packw/gen/x16-packw-x16-gemm-goi-avx2-u16-prfm.c' 2025-03-21T20:18:09.1586562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-packw/gen/x16-packw-x16-gemm-goi-avx2-u16.c' 2025-03-21T20:18:09.1587473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u12-prfm.c' 2025-03-21T20:18:09.1588348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u12.c' 2025-03-21T20:18:09.1589324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u16-prfm.c' 2025-03-21T20:18:09.1590210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u16.c' 2025-03-21T20:18:09.1591115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u4-prfm.c' 2025-03-21T20:18:09.1591983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u4.c' 2025-03-21T20:18:09.1592882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u8-prfm.c' 2025-03-21T20:18:09.1593785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u8.c' 2025-03-21T20:18:09.1594647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-packw/gen/x16-packw-x16-gemm-goi-scalar-int-u4.c' 2025-03-21T20:18:09.1595531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-packw/gen/x16-packw-x32-gemm-goi-scalar-int-u4.c' 2025-03-21T20:18:09.1596391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-packw/gen/x16-packw-x64-gemm-goi-scalar-int-u4.c' 2025-03-21T20:18:09.1597236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-packw/gen/x16-packw-x8-gemm-goi-avx2-u16-prfm.c' 2025-03-21T20:18:09.1598094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-packw/gen/x16-packw-x8-gemm-goi-avx2-u16.c' 2025-03-21T20:18:09.1599014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u12-prfm.c' 2025-03-21T20:18:09.1599894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u12.c' 2025-03-21T20:18:09.1600788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u16-prfm.c' 2025-03-21T20:18:09.1601660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u16.c' 2025-03-21T20:18:09.1602555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u4-prfm.c' 2025-03-21T20:18:09.1603428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u4.c' 2025-03-21T20:18:09.1604320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u8-prfm.c' 2025-03-21T20:18:09.1605191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u8.c' 2025-03-21T20:18:09.1606038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-packw/gen/x16-packw-x8-gemm-goi-scalar-int-u4.c' 2025-03-21T20:18:09.1606721Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-packw/gen' 2025-03-21T20:18:09.1607400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-packw/neon.c.in' 2025-03-21T20:18:09.1608079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-packw/x16-packw.h' 2025-03-21T20:18:09.1608741Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-packw' 2025-03-21T20:18:09.1609616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-16x16-reuse-mov-avx2.c' 2025-03-21T20:18:09.1610546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-16x16-reuse-switch-avx2.c' 2025-03-21T20:18:09.1611396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-1x2-scalar-int.c' 2025-03-21T20:18:09.1612278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-1x4-scalar-int.c' 2025-03-21T20:18:09.1613118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-2x1-scalar-int.c' 2025-03-21T20:18:09.1613965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-2x2-scalar-int.c' 2025-03-21T20:18:09.1614833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c' 2025-03-21T20:18:09.1615723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-4x1-scalar-int.c' 2025-03-21T20:18:09.1616570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-4x2-scalar-int.c' 2025-03-21T20:18:09.1617472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-4x4-multi-dec-zip-neon.c' 2025-03-21T20:18:09.1618361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-4x4-multi-mov-zip-neon.c' 2025-03-21T20:18:09.1619278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-4x4-multi-multi-zip-neon.c' 2025-03-21T20:18:09.1620190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-4x4-multi-switch-zip-neon.c' 2025-03-21T20:18:09.1621090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-4x4-reuse-dec-zip-neon.c' 2025-03-21T20:18:09.1621975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-4x4-reuse-mov-zip-neon.c' 2025-03-21T20:18:09.1622888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-4x4-reuse-multi-zip-neon.c' 2025-03-21T20:18:09.1623801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-4x4-reuse-switch-zip-neon.c' 2025-03-21T20:18:09.1624654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-4x4-scalar-int.c' 2025-03-21T20:18:09.1625550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-8x8-multi-dec-zip-neon.c' 2025-03-21T20:18:09.1626424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-8x8-multi-mov-sse2.c' 2025-03-21T20:18:09.1627320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-8x8-multi-mov-wasmsimd.c' 2025-03-21T20:18:09.1628246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-8x8-multi-mov-zip-neon.c' 2025-03-21T20:18:09.1629215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-8x8-multi-switch-sse2.c' 2025-03-21T20:18:09.1630141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-8x8-multi-switch-wasmsimd.c' 2025-03-21T20:18:09.1631050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-8x8-multi-switch-zip-neon.c' 2025-03-21T20:18:09.1631986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-8x8-reuse-dec-zip-neon.c' 2025-03-21T20:18:09.1632878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-8x8-reuse-mov-sse2.c' 2025-03-21T20:18:09.1633774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-8x8-reuse-mov-wasmsimd.c' 2025-03-21T20:18:09.1634675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-8x8-reuse-mov-zip-neon.c' 2025-03-21T20:18:09.1635554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-sse2.c' 2025-03-21T20:18:09.1636474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-wasmsimd.c' 2025-03-21T20:18:09.1637378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-zip-neon.c' 2025-03-21T20:18:09.1638275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-8x8-reuse-switch-sse2.c' 2025-03-21T20:18:09.1639186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-8x8-reuse-switch-wasmsimd.c' 2025-03-21T20:18:09.1640106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen/x16-transposec-8x8-reuse-switch-zip-neon.c' 2025-03-21T20:18:09.1640823Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/gen' 2025-03-21T20:18:09.1641620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/x16-transposec-4x8-sse2.c' 2025-03-21T20:18:09.1642357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec/x16-transposec.h' 2025-03-21T20:18:09.1643054Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x16-transposec' 2025-03-21T20:18:09.1643874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x24-transposec/gen/x24-transposec-1x2-scalar.c' 2025-03-21T20:18:09.1644733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x24-transposec/gen/x24-transposec-1x4-scalar.c' 2025-03-21T20:18:09.1645548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x24-transposec/gen/x24-transposec-2x1-scalar.c' 2025-03-21T20:18:09.1646398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x24-transposec/gen/x24-transposec-2x2-scalar.c' 2025-03-21T20:18:09.1647209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x24-transposec/gen/x24-transposec-2x4-scalar.c' 2025-03-21T20:18:09.1648157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x24-transposec/gen/x24-transposec-4x1-scalar.c' 2025-03-21T20:18:09.1649023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x24-transposec/gen/x24-transposec-4x2-scalar.c' 2025-03-21T20:18:09.1649889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x24-transposec/gen/x24-transposec-4x4-scalar.c' 2025-03-21T20:18:09.1650607Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x24-transposec/gen' 2025-03-21T20:18:09.1651322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x24-transposec/scalar.c.in' 2025-03-21T20:18:09.1652142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x24-transposec/x24-transposec-2x2-neon-tbl64.c' 2025-03-21T20:18:09.1653030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x24-transposec/x24-transposec-4x4-aarch64-neon-tbl128.c' 2025-03-21T20:18:09.1653829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x24-transposec/x24-transposec-4x4-ssse3.c' 2025-03-21T20:18:09.1654572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x24-transposec/x24-transposec.h' 2025-03-21T20:18:09.1655258Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x24-transposec' 2025-03-21T20:18:09.1655955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-pack-lh/x32-pack-lh.h' 2025-03-21T20:18:09.1656715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-pack-lh/x32-packlh-neonsme2.c' 2025-03-21T20:18:09.1657384Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-pack-lh' 2025-03-21T20:18:09.1658240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packb/gen/x32-packb-2c1s1r-gemm-scalar-float.c' 2025-03-21T20:18:09.1659070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packb/gen/x32-packb-2c1s1r-gemm-scalar-int.c' 2025-03-21T20:18:09.1659921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packb/gen/x32-packb-2c2s1r-gemm-scalar-float.c' 2025-03-21T20:18:09.1660755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packb/gen/x32-packb-2c2s1r-gemm-scalar-int.c' 2025-03-21T20:18:09.1661640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packb/gen/x32-packb-4c1s1r-gemm-scalar-float.c' 2025-03-21T20:18:09.1662518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packb/gen/x32-packb-4c1s1r-gemm-scalar-int.c' 2025-03-21T20:18:09.1663366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packb/gen/x32-packb-4c4s1r-gemm-scalar-float.c' 2025-03-21T20:18:09.1664199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packb/gen/x32-packb-4c4s1r-gemm-scalar-int.c' 2025-03-21T20:18:09.1664912Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packb/gen' 2025-03-21T20:18:09.1665595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packb/scalar.c.in' 2025-03-21T20:18:09.1666313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packb/x32-packb.h' 2025-03-21T20:18:09.1666979Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packb' 2025-03-21T20:18:09.1667672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/NR2-neon.c.in' 2025-03-21T20:18:09.1668338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/avx.c.in' 2025-03-21T20:18:09.1669107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/avx512.c.in' 2025-03-21T20:18:09.1669799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/c4-sse2.c.in' 2025-03-21T20:18:09.1670516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/c4-wasmsimd.c.in' 2025-03-21T20:18:09.1671417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x12-gemm-goi-neon-ld4lane-u4-prfm.c' 2025-03-21T20:18:09.1672284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x12-gemm-goi-neon-ld4lane-u4.c' 2025-03-21T20:18:09.1673189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x12-gemm-goi-neon-ld4lane-u8-prfm.c' 2025-03-21T20:18:09.1674055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x12-gemm-goi-neon-ld4lane-u8.c' 2025-03-21T20:18:09.1674907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x16-gemm-gio-avx-u1-prfm.c' 2025-03-21T20:18:09.1675724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x16-gemm-gio-avx-u1.c' 2025-03-21T20:18:09.1676570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x16-gemm-gio-avx-u8-prfm.c' 2025-03-21T20:18:09.1677384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x16-gemm-gio-avx-u8.c' 2025-03-21T20:18:09.1678233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x16-gemm-gio-scalar.c' 2025-03-21T20:18:09.1679102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx-u4-prfm.c' 2025-03-21T20:18:09.1679923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx-u4.c' 2025-03-21T20:18:09.1680782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx512f-u4-prfm.c' 2025-03-21T20:18:09.1681665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx512f-u4.c' 2025-03-21T20:18:09.1682592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x16-gemm-goi-neon-ld4lane-u4-prfm.c' 2025-03-21T20:18:09.1683471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x16-gemm-goi-neon-ld4lane-u4.c' 2025-03-21T20:18:09.1684365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x16-gemm-goi-neon-ld4lane-u8-prfm.c' 2025-03-21T20:18:09.1685238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x16-gemm-goi-neon-ld4lane-u8.c' 2025-03-21T20:18:09.1686112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x16-gemm-goi-scalar-float-u4.c' 2025-03-21T20:18:09.1686980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x16-gemm-goi-scalar-int-u4.c' 2025-03-21T20:18:09.1687831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x16-gemm-goi-sse2-u4-prfm.c' 2025-03-21T20:18:09.1688666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x16-gemm-goi-sse2-u4.c' 2025-03-21T20:18:09.1689518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x16-gemm-goi-sse2-u8-prfm.c' 2025-03-21T20:18:09.1690352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x16-gemm-goi-sse2-u8.c' 2025-03-21T20:18:09.1691202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-avx-u4-prfm.c' 2025-03-21T20:18:09.1692036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-avx-u4.c' 2025-03-21T20:18:09.1692894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-sse2-u4-prfm.c' 2025-03-21T20:18:09.1693730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-sse2-u4.c' 2025-03-21T20:18:09.1694622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-sse2-u8-prfm.c' 2025-03-21T20:18:09.1695467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-sse2-u8.c' 2025-03-21T20:18:09.1696311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x1v-gemm-goi-rvv-u2.c' 2025-03-21T20:18:09.1697136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x1v-gemm-goi-rvv-u4.c' 2025-03-21T20:18:09.1697951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x1v-gemm-goi-rvv-u8.c' 2025-03-21T20:18:09.1698875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x2-gemm-goi-neon-ld2lane-u2-prfm.c' 2025-03-21T20:18:09.1699772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x2-gemm-goi-neon-ld2lane-u2.c' 2025-03-21T20:18:09.1700634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c' 2025-03-21T20:18:09.1701492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-int-u4.c' 2025-03-21T20:18:09.1702346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x2c4-gemm-goi-sse2-u4-prfm.c' 2025-03-21T20:18:09.1703193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x2c4-gemm-goi-sse2-u4.c' 2025-03-21T20:18:09.1704052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x2c4-gemm-goi-wasmsimd-u4.c' 2025-03-21T20:18:09.1704884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x2v-gemm-goi-rvv-u2.c' 2025-03-21T20:18:09.1705699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x2v-gemm-goi-rvv-u4.c' 2025-03-21T20:18:09.1706523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x2v-gemm-goi-rvv-u8.c' 2025-03-21T20:18:09.1707386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x3-gemm-goi-scalar-float-u4.c' 2025-03-21T20:18:09.1708255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x3-gemm-goi-scalar-int-u4.c' 2025-03-21T20:18:09.1709140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x32-gemm-gio-avx-u1-prfm.c' 2025-03-21T20:18:09.1709963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x32-gemm-gio-avx-u1.c' 2025-03-21T20:18:09.1710800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x32-gemm-gio-avx-u8-prfm.c' 2025-03-21T20:18:09.1711653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x32-gemm-gio-avx-u8.c' 2025-03-21T20:18:09.1712470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x32-gemm-gio-scalar.c' 2025-03-21T20:18:09.1713366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x32-gemm-goi-avx512f-u4-prfm.c' 2025-03-21T20:18:09.1714198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x32-gemm-goi-avx512f-u4.c' 2025-03-21T20:18:09.1715015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x4-gemm-gio-scalar.c' 2025-03-21T20:18:09.1715914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c' 2025-03-21T20:18:09.1716806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-int-u4.c' 2025-03-21T20:18:09.1717627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x4v-gemm-goi-rvv-u2.c' 2025-03-21T20:18:09.1718452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x4v-gemm-goi-rvv-u4.c' 2025-03-21T20:18:09.1719262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x4v-gemm-goi-rvv-u8.c' 2025-03-21T20:18:09.1720108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x8-gemm-gio-avx-u1-prfm.c' 2025-03-21T20:18:09.1720917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x8-gemm-gio-avx-u1.c' 2025-03-21T20:18:09.1721771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x8-gemm-gio-avx-u8-prfm.c' 2025-03-21T20:18:09.1722578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x8-gemm-gio-avx-u8.c' 2025-03-21T20:18:09.1723397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x8-gemm-gio-scalar.c' 2025-03-21T20:18:09.1724235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x8-gemm-goi-avx-u4-prfm.c' 2025-03-21T20:18:09.1725046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x8-gemm-goi-avx-u4.c' 2025-03-21T20:18:09.1725958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x8-gemm-goi-neon-ld4lane-u4-prfm.c' 2025-03-21T20:18:09.1726814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x8-gemm-goi-neon-ld4lane-u4.c' 2025-03-21T20:18:09.1727717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x8-gemm-goi-neon-ld4lane-u8-prfm.c' 2025-03-21T20:18:09.1728599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x8-gemm-goi-neon-ld4lane-u8.c' 2025-03-21T20:18:09.1729498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x8-gemm-goi-scalar-float-u4.c' 2025-03-21T20:18:09.1730345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x8-gemm-goi-scalar-int-u4.c' 2025-03-21T20:18:09.1731204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u4-prfm.c' 2025-03-21T20:18:09.1732045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u4.c' 2025-03-21T20:18:09.1732905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u8-prfm.c' 2025-03-21T20:18:09.1733751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u8.c' 2025-03-21T20:18:09.1734600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x8-gemm-goi-wasmsimd-u4.c' 2025-03-21T20:18:09.1735450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-avx-u4-prfm.c' 2025-03-21T20:18:09.1736279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-avx-u4.c' 2025-03-21T20:18:09.1737189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-neon-ld4lane-u4-prfm.c' 2025-03-21T20:18:09.1738072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-neon-ld4lane-u4.c' 2025-03-21T20:18:09.1738980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-neon-ld4lane-u8-prfm.c' 2025-03-21T20:18:09.1739861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-neon-ld4lane-u8.c' 2025-03-21T20:18:09.1740718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-sse2-u4-prfm.c' 2025-03-21T20:18:09.1741558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-sse2-u4.c' 2025-03-21T20:18:09.1742410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-sse2-u8-prfm.c' 2025-03-21T20:18:09.1743250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-sse2-u8.c' 2025-03-21T20:18:09.1744099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-wasmsimd-u4.c' 2025-03-21T20:18:09.1744954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x8v-gemm-goi-rvv-u2.c' 2025-03-21T20:18:09.1745769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x8v-gemm-goi-rvv-u4.c' 2025-03-21T20:18:09.1746629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen/x32-packw-x8v-gemm-goi-rvv-u8.c' 2025-03-21T20:18:09.1747311Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gen' 2025-03-21T20:18:09.1748129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gio-avx.c.in' 2025-03-21T20:18:09.1748929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/gio-scalar.c.in' 2025-03-21T20:18:09.1749601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/neon.c.in' 2025-03-21T20:18:09.1750312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/rvv.c.in' 2025-03-21T20:18:09.1750995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/s4-avx.c.in' 2025-03-21T20:18:09.1751689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/s4-sse2.c.in' 2025-03-21T20:18:09.1752395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/s4-wasmsimd.c.in' 2025-03-21T20:18:09.1753089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/scalar.c.in' 2025-03-21T20:18:09.1753760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/sse2.c.in' 2025-03-21T20:18:09.1754466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/wasmsimd.c.in' 2025-03-21T20:18:09.1755144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw/x32-packw.h' 2025-03-21T20:18:09.1755809Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packw' 2025-03-21T20:18:09.1756629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packx/gen/x32-packx-4x-neon-st4-u4-prfm.c' 2025-03-21T20:18:09.1757430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packx/gen/x32-packx-4x-neon-st4-u4.c' 2025-03-21T20:18:09.1758245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packx/gen/x32-packx-4x-neon-st4-u8-prfm.c' 2025-03-21T20:18:09.1759046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packx/gen/x32-packx-4x-neon-st4-u8.c' 2025-03-21T20:18:09.1759859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packx/gen/x32-packx-8x-neon-st4-u4-prfm.c' 2025-03-21T20:18:09.1760654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packx/gen/x32-packx-8x-neon-st4-u4.c' 2025-03-21T20:18:09.1761508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packx/gen/x32-packx-8x-neon-st4-u8-prfm.c' 2025-03-21T20:18:09.1762311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packx/gen/x32-packx-8x-neon-st4-u8.c' 2025-03-21T20:18:09.1763019Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packx/gen' 2025-03-21T20:18:09.1763693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packx/neon.c.in' 2025-03-21T20:18:09.1764437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packx/x32-packx-2x-scalar.c' 2025-03-21T20:18:09.1765198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packx/x32-packx-3x-scalar.c' 2025-03-21T20:18:09.1765947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packx/x32-packx-4x-scalar.c' 2025-03-21T20:18:09.1766692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packx/x32-packx-4x-sse.c' 2025-03-21T20:18:09.1767448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packx/x32-packx-4x-wasmsimd.c' 2025-03-21T20:18:09.1768131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packx/x32-packx.h' 2025-03-21T20:18:09.1768799Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-packx' 2025-03-21T20:18:09.1769491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/avx.c.in' 2025-03-21T20:18:09.1770192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/avx2.c.in' 2025-03-21T20:18:09.1771007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-16x8-rvv.c' 2025-03-21T20:18:09.1771876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-1x2-scalar-float.c' 2025-03-21T20:18:09.1772726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-1x2-scalar-int.c' 2025-03-21T20:18:09.1773597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-1x4-scalar-float.c' 2025-03-21T20:18:09.1774449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-1x4-scalar-int.c' 2025-03-21T20:18:09.1775316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-2x1-scalar-float.c' 2025-03-21T20:18:09.1776163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-2x1-scalar-int.c' 2025-03-21T20:18:09.1777070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-2x2-multi-dec-zip-neon.c' 2025-03-21T20:18:09.1777994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-2x2-multi-mov-zip-neon.c' 2025-03-21T20:18:09.1778919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-2x2-multi-multi-zip-neon.c' 2025-03-21T20:18:09.1779858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-2x2-multi-switch-zip-neon.c' 2025-03-21T20:18:09.1780768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-2x2-reuse-dec-zip-neon.c' 2025-03-21T20:18:09.1781662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-2x2-reuse-mov-zip-neon.c' 2025-03-21T20:18:09.1782611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-2x2-reuse-multi-zip-neon.c' 2025-03-21T20:18:09.1783545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-2x2-reuse-switch-zip-neon.c' 2025-03-21T20:18:09.1784402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-2x2-scalar-float.c' 2025-03-21T20:18:09.1785254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-2x2-scalar-int.c' 2025-03-21T20:18:09.1786114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-2x4-scalar-float.c' 2025-03-21T20:18:09.1786973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c' 2025-03-21T20:18:09.1787785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-32x8-rvv.c' 2025-03-21T20:18:09.1788693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-4x1-scalar-float.c' 2025-03-21T20:18:09.1789541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-4x1-scalar-int.c' 2025-03-21T20:18:09.1790408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-4x2-scalar-float.c' 2025-03-21T20:18:09.1791250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-4x2-scalar-int.c' 2025-03-21T20:18:09.1792155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-4x4-multi-dec-zip-neon.c' 2025-03-21T20:18:09.1793017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-4x4-multi-mov-sse2.c' 2025-03-21T20:18:09.1793922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-4x4-multi-mov-wasmsimd.c' 2025-03-21T20:18:09.1794850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-4x4-multi-mov-zip-neon.c' 2025-03-21T20:18:09.1795740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-4x4-multi-multi-sse2.c' 2025-03-21T20:18:09.1796668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-4x4-multi-multi-wasmsimd.c' 2025-03-21T20:18:09.1797587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-4x4-multi-multi-zip-neon.c' 2025-03-21T20:18:09.1798468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-4x4-multi-switch-sse2.c' 2025-03-21T20:18:09.1799415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-4x4-multi-switch-wasmsimd.c' 2025-03-21T20:18:09.1800354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-4x4-multi-switch-zip-neon.c' 2025-03-21T20:18:09.1801257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-4x4-reuse-dec-zip-neon.c' 2025-03-21T20:18:09.1802118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-4x4-reuse-mov-sse2.c' 2025-03-21T20:18:09.1803014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-4x4-reuse-mov-wasmsimd.c' 2025-03-21T20:18:09.1803904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-4x4-reuse-mov-zip-neon.c' 2025-03-21T20:18:09.1804793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-4x4-reuse-multi-sse2.c' 2025-03-21T20:18:09.1805695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-4x4-reuse-multi-wasmsimd.c' 2025-03-21T20:18:09.1806609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-4x4-reuse-multi-zip-neon.c' 2025-03-21T20:18:09.1807492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-4x4-reuse-switch-sse2.c' 2025-03-21T20:18:09.1808420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-4x4-reuse-switch-wasmsimd.c' 2025-03-21T20:18:09.1809330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-4x4-reuse-switch-zip-neon.c' 2025-03-21T20:18:09.1810149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-4x4-rvv.c' 2025-03-21T20:18:09.1811002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-4x4-scalar-float.c' 2025-03-21T20:18:09.1811892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-4x4-scalar-int.c' 2025-03-21T20:18:09.1812760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-8x8-multi-mov-avx.c' 2025-03-21T20:18:09.1813675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-8x8-multi-switch-avx.c' 2025-03-21T20:18:09.1814537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-8x8-reuse-mov-avx.c' 2025-03-21T20:18:09.1815407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-8x8-reuse-multi-avx.c' 2025-03-21T20:18:09.1816326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-8x8-reuse-switch-avx.c' 2025-03-21T20:18:09.1817153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen/x32-transposec-8x8-rvv.c' 2025-03-21T20:18:09.1817879Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/gen' 2025-03-21T20:18:09.1818598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/neon-zip.c.in' 2025-03-21T20:18:09.1819299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/rvv.c.in' 2025-03-21T20:18:09.1820010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/scalar.c.in' 2025-03-21T20:18:09.1820713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/sse2.c.in' 2025-03-21T20:18:09.1821432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/wasmsimd.c.in' 2025-03-21T20:18:09.1822318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/x32-transposec-4x4-aarch64-neon-tbl128.c' 2025-03-21T20:18:09.1823104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/x32-transposec-4x4-sse.c' 2025-03-21T20:18:09.1823848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec/x32-transposec.h' 2025-03-21T20:18:09.1824537Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-transposec' 2025-03-21T20:18:09.1825269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-unpool/x32-unpool-neon.c' 2025-03-21T20:18:09.1825998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-unpool/x32-unpool-scalar.c' 2025-03-21T20:18:09.1826727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-unpool/x32-unpool-sse2.c' 2025-03-21T20:18:09.1827469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-unpool/x32-unpool-wasmsimd.c' 2025-03-21T20:18:09.1828146Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-unpool' 2025-03-21T20:18:09.1829068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-zerob/gen/x32-zerob-2c1s1r-gemm-scalar-float.c' 2025-03-21T20:18:09.1829943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-zerob/gen/x32-zerob-2c1s1r-gemm-scalar-int.c' 2025-03-21T20:18:09.1830784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-zerob/gen/x32-zerob-2c2s1r-gemm-scalar-float.c' 2025-03-21T20:18:09.1831620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-zerob/gen/x32-zerob-2c2s1r-gemm-scalar-int.c' 2025-03-21T20:18:09.1832496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-zerob/gen/x32-zerob-4c1s1r-gemm-scalar-float.c' 2025-03-21T20:18:09.1833420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-zerob/gen/x32-zerob-4c1s1r-gemm-scalar-int.c' 2025-03-21T20:18:09.1834270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-zerob/gen/x32-zerob-4c4s1r-gemm-scalar-float.c' 2025-03-21T20:18:09.1835099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-zerob/gen/x32-zerob-4c4s1r-gemm-scalar-int.c' 2025-03-21T20:18:09.1835795Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-zerob/gen' 2025-03-21T20:18:09.1836473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-zerob/x32-zerob.h' 2025-03-21T20:18:09.1837143Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-zerob' 2025-03-21T20:18:09.1837841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-zip/x32-zip-x2-neon.c' 2025-03-21T20:18:09.1838569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-zip/x32-zip-x2-scalar.c' 2025-03-21T20:18:09.1839267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-zip/x32-zip-x2-sse2.c' 2025-03-21T20:18:09.1840002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-zip/x32-zip-x2-wasmsimd.c' 2025-03-21T20:18:09.1840706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-zip/x32-zip-x3-neon.c' 2025-03-21T20:18:09.1841429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-zip/x32-zip-x3-scalar.c' 2025-03-21T20:18:09.1842128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-zip/x32-zip-x3-sse2.c' 2025-03-21T20:18:09.1842858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-zip/x32-zip-x3-wasmsimd.c' 2025-03-21T20:18:09.1843555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-zip/x32-zip-x4-neon.c' 2025-03-21T20:18:09.1844275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-zip/x32-zip-x4-scalar.c' 2025-03-21T20:18:09.1844991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-zip/x32-zip-x4-sse2.c' 2025-03-21T20:18:09.1845723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-zip/x32-zip-x4-wasmsimd.c' 2025-03-21T20:18:09.1846443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-zip/x32-zip-xm-neon.c' 2025-03-21T20:18:09.1847154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-zip/x32-zip-xm-scalar.c' 2025-03-21T20:18:09.1847976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-zip/x32-zip-xm-sse2.c' 2025-03-21T20:18:09.1848746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-zip/x32-zip-xm-wasmsimd.c' 2025-03-21T20:18:09.1849444Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x32-zip' 2025-03-21T20:18:09.1850307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec/gen/x64-transposec-1x2-scalar-float.c' 2025-03-21T20:18:09.1851167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec/gen/x64-transposec-1x2-scalar-int.c' 2025-03-21T20:18:09.1852026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec/gen/x64-transposec-2x1-scalar-float.c' 2025-03-21T20:18:09.1852886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec/gen/x64-transposec-2x1-scalar-int.c' 2025-03-21T20:18:09.1853782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec/gen/x64-transposec-2x2-multi-dec-zip-neon.c' 2025-03-21T20:18:09.1854662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec/gen/x64-transposec-2x2-multi-mov-sse2.c' 2025-03-21T20:18:09.1855554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec/gen/x64-transposec-2x2-multi-mov-zip-neon.c' 2025-03-21T20:18:09.1856439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec/gen/x64-transposec-2x2-multi-multi-sse2.c' 2025-03-21T20:18:09.1857351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec/gen/x64-transposec-2x2-multi-multi-zip-neon.c' 2025-03-21T20:18:09.1858253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec/gen/x64-transposec-2x2-multi-switch-sse2.c' 2025-03-21T20:18:09.1859168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec/gen/x64-transposec-2x2-multi-switch-zip-neon.c' 2025-03-21T20:18:09.1860068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec/gen/x64-transposec-2x2-reuse-dec-zip-neon.c' 2025-03-21T20:18:09.1860932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec/gen/x64-transposec-2x2-reuse-mov-sse2.c' 2025-03-21T20:18:09.1861868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec/gen/x64-transposec-2x2-reuse-mov-zip-neon.c' 2025-03-21T20:18:09.1862747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec/gen/x64-transposec-2x2-reuse-multi-sse2.c' 2025-03-21T20:18:09.1863689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec/gen/x64-transposec-2x2-reuse-multi-zip-neon.c' 2025-03-21T20:18:09.1864568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec/gen/x64-transposec-2x2-reuse-switch-sse2.c' 2025-03-21T20:18:09.1865513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec/gen/x64-transposec-2x2-reuse-switch-zip-neon.c' 2025-03-21T20:18:09.1866368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec/gen/x64-transposec-2x2-scalar-float.c' 2025-03-21T20:18:09.1867260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec/gen/x64-transposec-2x2-scalar-int.c' 2025-03-21T20:18:09.1868110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec/gen/x64-transposec-4x1-scalar-float.c' 2025-03-21T20:18:09.1869009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec/gen/x64-transposec-4x1-scalar-int.c' 2025-03-21T20:18:09.1869867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec/gen/x64-transposec-4x2-scalar-float.c' 2025-03-21T20:18:09.1870751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c' 2025-03-21T20:18:09.1871611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec/gen/x64-transposec-4x4-multi-mov-avx.c' 2025-03-21T20:18:09.1872496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec/gen/x64-transposec-4x4-multi-multi-avx.c' 2025-03-21T20:18:09.1873395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec/gen/x64-transposec-4x4-multi-switch-avx.c' 2025-03-21T20:18:09.1874315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec/gen/x64-transposec-4x4-reuse-mov-avx.c' 2025-03-21T20:18:09.1875202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec/gen/x64-transposec-4x4-reuse-multi-avx.c' 2025-03-21T20:18:09.1876084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec/gen/x64-transposec-4x4-reuse-switch-avx.c' 2025-03-21T20:18:09.1876805Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec/gen' 2025-03-21T20:18:09.1877559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec/x64-transposec.h' 2025-03-21T20:18:09.1878260Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x64-transposec' 2025-03-21T20:18:09.1878938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/avx2.c.in' 2025-03-21T20:18:09.1880002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/avx512skx-vpshufb.c.in' 2025-03-21T20:18:09.1880740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/avx512vbmi-vpermx2b.c.in' 2025-03-21T20:18:09.1881564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u16.c' 2025-03-21T20:18:09.1882383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u32.c' 2025-03-21T20:18:09.1883230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u48.c' 2025-03-21T20:18:09.1884066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u64.c' 2025-03-21T20:18:09.1884790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-avx-u16.c' 2025-03-21T20:18:09.1885507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-avx-u32.c' 2025-03-21T20:18:09.1886226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-avx-u48.c' 2025-03-21T20:18:09.1886944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-avx-u64.c' 2025-03-21T20:18:09.1887680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-avx2-u128.c' 2025-03-21T20:18:09.1888402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-avx2-u32.c' 2025-03-21T20:18:09.1889124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-avx2-u64.c' 2025-03-21T20:18:09.1889843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-avx2-u96.c' 2025-03-21T20:18:09.1890645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u128.c' 2025-03-21T20:18:09.1891455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u192.c' 2025-03-21T20:18:09.1892255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u256.c' 2025-03-21T20:18:09.1893058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u64.c' 2025-03-21T20:18:09.1893866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u128.c' 2025-03-21T20:18:09.1894681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u192.c' 2025-03-21T20:18:09.1895520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u256.c' 2025-03-21T20:18:09.1896338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u64.c' 2025-03-21T20:18:09.1897096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-scalar-u1.c' 2025-03-21T20:18:09.1897832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-scalar-u16.c' 2025-03-21T20:18:09.1898554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-scalar-u2.c' 2025-03-21T20:18:09.1899318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-scalar-u4.c' 2025-03-21T20:18:09.1900068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-scalar-u8.c' 2025-03-21T20:18:09.1900804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-ssse3-u16.c' 2025-03-21T20:18:09.1901521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-ssse3-u32.c' 2025-03-21T20:18:09.1902285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-wasmpshufb-u16.c' 2025-03-21T20:18:09.1903040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-wasmpshufb-u32.c' 2025-03-21T20:18:09.1903803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-wasmpshufb-u48.c' 2025-03-21T20:18:09.1904559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-wasmpshufb-u64.c' 2025-03-21T20:18:09.1905307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-wasmsimd-u16.c' 2025-03-21T20:18:09.1906048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-wasmsimd-u32.c' 2025-03-21T20:18:09.1906785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-wasmsimd-u48.c' 2025-03-21T20:18:09.1907533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen/x8-lut-wasmsimd-u64.c' 2025-03-21T20:18:09.1908200Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/gen' 2025-03-21T20:18:09.1908968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/neon-tbx128x4.c.in' 2025-03-21T20:18:09.1909655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/scalar.c.in' 2025-03-21T20:18:09.1910329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/ssse3.c.in' 2025-03-21T20:18:09.1911041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/wasmpshufb.c.in' 2025-03-21T20:18:09.1911760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut/wasmsimd.c.in' 2025-03-21T20:18:09.1912409Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-lut' 2025-03-21T20:18:09.1913258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-packq/x8-packq-aarch64-neon-f32qp8-u2.c' 2025-03-21T20:18:09.1914035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-packq/x8-packq-scalar-f32qp8-u1.c' 2025-03-21T20:18:09.1914724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-packq/x8-packq.h' 2025-03-21T20:18:09.1915412Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-packq' 2025-03-21T20:18:09.1916278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u2.c' 2025-03-21T20:18:09.1917110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u4.c' 2025-03-21T20:18:09.1917959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-packw/gen/x8-packw-x16c8-gemm-goi-avx2-prfm.c' 2025-03-21T20:18:09.1918771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-packw/gen/x8-packw-x16c8-gemm-goi-avx2.c' 2025-03-21T20:18:09.1919653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-packw/gen/x8-packw-x16c8-gemm-goi-avx256skx-prfm.c' 2025-03-21T20:18:09.1920493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-packw/gen/x8-packw-x16c8-gemm-goi-avx256skx.c' 2025-03-21T20:18:09.1921317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-packw/gen/x8-packw-x2-gemm-goi-scalar-u2.c' 2025-03-21T20:18:09.1922150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-packw/gen/x8-packw-x2-gemm-goi-scalar-u4.c' 2025-03-21T20:18:09.1922977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-u2.c' 2025-03-21T20:18:09.1923823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-u4.c' 2025-03-21T20:18:09.1924639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-u2.c' 2025-03-21T20:18:09.1925468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-u4.c' 2025-03-21T20:18:09.1926288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-u2.c' 2025-03-21T20:18:09.1927113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-u4.c' 2025-03-21T20:18:09.1927976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-packw/gen/x8-packw-x8c8-gemm-goi-avx2-prfm.c' 2025-03-21T20:18:09.1928786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-packw/gen/x8-packw-x8c8-gemm-goi-avx2.c' 2025-03-21T20:18:09.1929678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-packw/gen/x8-packw-x8c8-gemm-goi-avx256skx-prfm.c' 2025-03-21T20:18:09.1930520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-packw/gen/x8-packw-x8c8-gemm-goi-avx256skx.c' 2025-03-21T20:18:09.1931200Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-packw/gen' 2025-03-21T20:18:09.1931946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-packw/kr-avxvnni.c.in' 2025-03-21T20:18:09.1932645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-packw/kr-scalar.c.in' 2025-03-21T20:18:09.1933382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-packw/kr-wasmdot.c.in' 2025-03-21T20:18:09.1934061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-packw/scalar.c.in' 2025-03-21T20:18:09.1934736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-packw/x8-packw.h' 2025-03-21T20:18:09.1935388Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-packw' 2025-03-21T20:18:09.1936299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-transposec/gen/x8-transposec-16x16-reuse-dec-zip-neon.c' 2025-03-21T20:18:09.1937167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-sse2.c' 2025-03-21T20:18:09.1938072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-wasmsimd.c' 2025-03-21T20:18:09.1938985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-zip-neon.c' 2025-03-21T20:18:09.1939887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-transposec/gen/x8-transposec-16x16-reuse-switch-sse2.c' 2025-03-21T20:18:09.1940806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-transposec/gen/x8-transposec-16x16-reuse-switch-wasmsimd.c' 2025-03-21T20:18:09.1941717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-transposec/gen/x8-transposec-16x16-reuse-switch-zip-neon.c' 2025-03-21T20:18:09.1942568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-transposec/gen/x8-transposec-1x2-scalar-int.c' 2025-03-21T20:18:09.1943404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-transposec/gen/x8-transposec-1x4-scalar-int.c' 2025-03-21T20:18:09.1944250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-transposec/gen/x8-transposec-2x1-scalar-int.c' 2025-03-21T20:18:09.1945107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-transposec/gen/x8-transposec-2x2-scalar-int.c' 2025-03-21T20:18:09.1945952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c' 2025-03-21T20:18:09.1946843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-transposec/gen/x8-transposec-32x32-reuse-mov-avx2.c' 2025-03-21T20:18:09.1947861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-transposec/gen/x8-transposec-32x32-reuse-switch-avx2.c' 2025-03-21T20:18:09.1948794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-transposec/gen/x8-transposec-4x1-scalar-int.c' 2025-03-21T20:18:09.1949649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-transposec/gen/x8-transposec-4x2-scalar-int.c' 2025-03-21T20:18:09.1950529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-transposec/gen/x8-transposec-4x4-scalar-int.c' 2025-03-21T20:18:09.1951417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-transposec/gen/x8-transposec-8x8-multi-dec-zip-neon.c' 2025-03-21T20:18:09.1952294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-transposec/gen/x8-transposec-8x8-multi-mov-zip-neon.c' 2025-03-21T20:18:09.1953220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-transposec/gen/x8-transposec-8x8-multi-switch-zip-neon.c' 2025-03-21T20:18:09.1954109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-transposec/gen/x8-transposec-8x8-reuse-dec-zip-neon.c' 2025-03-21T20:18:09.1954998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-transposec/gen/x8-transposec-8x8-reuse-mov-zip-neon.c' 2025-03-21T20:18:09.1955893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-transposec/gen/x8-transposec-8x8-reuse-multi-zip-neon.c' 2025-03-21T20:18:09.1956801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-transposec/gen/x8-transposec-8x8-reuse-switch-zip-neon.c' 2025-03-21T20:18:09.1957519Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-transposec/gen' 2025-03-21T20:18:09.1958259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-transposec/x8-transposec.h' 2025-03-21T20:18:09.1958942Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-transposec' 2025-03-21T20:18:09.1959638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-zip/x8-zip-x2-neon.c' 2025-03-21T20:18:09.1960336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-zip/x8-zip-x2-scalar.c' 2025-03-21T20:18:09.1961033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-zip/x8-zip-x2-sse2.c' 2025-03-21T20:18:09.1961763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-zip/x8-zip-x3-neon.c' 2025-03-21T20:18:09.1962474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-zip/x8-zip-x3-scalar.c' 2025-03-21T20:18:09.1963195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-zip/x8-zip-x3-sse2.c' 2025-03-21T20:18:09.1963880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-zip/x8-zip-x4-neon.c' 2025-03-21T20:18:09.1964586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-zip/x8-zip-x4-scalar.c' 2025-03-21T20:18:09.1965299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-zip/x8-zip-x4-sse2.c' 2025-03-21T20:18:09.1965998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-zip/x8-zip-xm-neon.c' 2025-03-21T20:18:09.1966734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-zip/x8-zip-xm-scalar.c' 2025-03-21T20:18:09.1967442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-zip/x8-zip-xm-sse2.c' 2025-03-21T20:18:09.1968088Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/x8-zip' 2025-03-21T20:18:09.1968824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/aligned-allocator.h' 2025-03-21T20:18:09.1969567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/allocation-type-defs.h' 2025-03-21T20:18:09.1970288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/allocation-type.h' 2025-03-21T20:18:09.1970959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/allocator.h' 2025-03-21T20:18:09.1971652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/argmaxpool.h' 2025-03-21T20:18:09.1972347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/array-helpers.h' 2025-03-21T20:18:09.1973032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/assembly.h' 2025-03-21T20:18:09.1973696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/avgpool.h' 2025-03-21T20:18:09.1974368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/buffer.h' 2025-03-21T20:18:09.1975016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/cache.h' 2025-03-21T20:18:09.1975667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/common.h' 2025-03-21T20:18:09.1976338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/compute.h' 2025-03-21T20:18:09.1977028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/config-types.h' 2025-03-21T20:18:09.1977726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/config.h' 2025-03-21T20:18:09.1978368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/conv.h' 2025-03-21T20:18:09.1979073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/datatype.h' 2025-03-21T20:18:09.1979728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/dwconv.h' 2025-03-21T20:18:09.1980401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/fill.h' 2025-03-21T20:18:09.1981067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/fp16.h' 2025-03-21T20:18:09.1981717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/gemm.h' 2025-03-21T20:18:09.1982449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/hardware-config.h' 2025-03-21T20:18:09.1983138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/ibilinear.h' 2025-03-21T20:18:09.1983789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/igemm.h' 2025-03-21T20:18:09.1984452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/im2col.h' 2025-03-21T20:18:09.1985138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/indirection.h' 2025-03-21T20:18:09.1985818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/init-once.h' 2025-03-21T20:18:09.1986498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/internal.h' 2025-03-21T20:18:09.1987234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/intrinsics-polyfill.h' 2025-03-21T20:18:09.1987924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/isa-checks.h' 2025-03-21T20:18:09.1988561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/log.h' 2025-03-21T20:18:09.1989273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/lut.h' 2025-03-21T20:18:09.1989916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/math.h' 2025-03-21T20:18:09.1990594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/maxpool.h' 2025-03-21T20:18:09.1991294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/memory-planner.h' 2025-03-21T20:18:09.1991960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/memory.h' 2025-03-21T20:18:09.1992645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/microfnptr.h' 2025-03-21T20:18:09.1993445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/microkernel-type-defs.h' 2025-03-21T20:18:09.1994163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/microkernel-type.h' 2025-03-21T20:18:09.1994943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/microkernel-utils.h' 2025-03-21T20:18:09.1995655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/microparams-init.h' 2025-03-21T20:18:09.1996351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/microparams.h' 2025-03-21T20:18:09.1997034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/mutex.h' 2025-03-21T20:18:09.1997736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/node-type-defs.h' 2025-03-21T20:18:09.1998450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/node-type.h' 2025-03-21T20:18:09.1999148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/normalization.h' 2025-03-21T20:18:09.1999889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/operator-type-defs.h' 2025-03-21T20:18:09.2000582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/operator-type.h' 2025-03-21T20:18:09.2001294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/operator-utils.h' 2025-03-21T20:18:09.2001963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/operator.h' 2025-03-21T20:18:09.2002635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/pack-lh.h' 2025-03-21T20:18:09.2003284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/pack.h' 2025-03-21T20:18:09.2003939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/packb.h' 2025-03-21T20:18:09.2004582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/packq.h' 2025-03-21T20:18:09.2005242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/packw.h' 2025-03-21T20:18:09.2005892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/packx.h' 2025-03-21T20:18:09.2006540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/pad.h' 2025-03-21T20:18:09.2007195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/params.h' 2025-03-21T20:18:09.2007863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/pavgpool.h' 2025-03-21T20:18:09.2008511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/ppmm.h' 2025-03-21T20:18:09.2009207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/prefetch.h' 2025-03-21T20:18:09.2009912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/quantization.h' 2025-03-21T20:18:09.2010651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/raddexpminusmax.h' 2025-03-21T20:18:09.2011342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/raddextexp.h' 2025-03-21T20:18:09.2012077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/raddstoreexpminusmax.h' 2025-03-21T20:18:09.2012744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/reduce.h' 2025-03-21T20:18:09.2013488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/reference-config.h' 2025-03-21T20:18:09.2014232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/reference-utils.h' 2025-03-21T20:18:09.2014969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/requantization-stubs.h' 2025-03-21T20:18:09.2015679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/requantization.h' 2025-03-21T20:18:09.2016379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/reshape-helpers.h' 2025-03-21T20:18:09.2017090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/simd/f16-scalar.h' 2025-03-21T20:18:09.2017806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/simd/f32-avx-base.h' 2025-03-21T20:18:09.2018503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/simd/f32-avx.h' 2025-03-21T20:18:09.2019190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/simd/f32-avx2.h' 2025-03-21T20:18:09.2019896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/simd/f32-avx512f.h' 2025-03-21T20:18:09.2020594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/simd/f32-fma3.h' 2025-03-21T20:18:09.2021372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/simd/f32-generic-functions.h' 2025-03-21T20:18:09.2022067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/simd/f32-hvx.h' 2025-03-21T20:18:09.2022756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/simd/f32-neon.h' 2025-03-21T20:18:09.2023459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/simd/f32-scalar.h' 2025-03-21T20:18:09.2024171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/simd/f32-sse2.h' 2025-03-21T20:18:09.2024891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/simd/f32-wasmsimd.h' 2025-03-21T20:18:09.2025609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/simd/s16-avx2.h' 2025-03-21T20:18:09.2026365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/simd/s16-avx512skx.h' 2025-03-21T20:18:09.2027053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/simd/s16-neon.h' 2025-03-21T20:18:09.2027760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/simd/s16-scalar.h' 2025-03-21T20:18:09.2028448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/simd/s16-sse41.h' 2025-03-21T20:18:09.2029294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/simd/s16-wasmsimd.h' 2025-03-21T20:18:09.2030009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/simd/s32-avx2.h' 2025-03-21T20:18:09.2030736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/simd/s32-avx512f.h' 2025-03-21T20:18:09.2031416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/simd/s32-hvx.h' 2025-03-21T20:18:09.2032111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/simd/s32-neon.h' 2025-03-21T20:18:09.2032825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/simd/s32-scalar.h' 2025-03-21T20:18:09.2033519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/simd/s32-sse41.h' 2025-03-21T20:18:09.2034253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/simd/s32-wasmsimd.h' 2025-03-21T20:18:09.2034947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/simd/s8-scalar.h' 2025-03-21T20:18:09.2035636Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/simd' 2025-03-21T20:18:09.2036274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/spmm.h' 2025-03-21T20:18:09.2037020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/subgraph-validation.h' 2025-03-21T20:18:09.2037690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/subgraph.h' 2025-03-21T20:18:09.2038382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/transpose.h' 2025-03-21T20:18:09.2039054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/unaligned.h' 2025-03-21T20:18:09.2039717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/unpool.h' 2025-03-21T20:18:09.2040380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/vbinary.h' 2025-03-21T20:18:09.2041058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/vcvt.h' 2025-03-21T20:18:09.2041731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/vmulcaddc.h' 2025-03-21T20:18:09.2042490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/vscaleexpminusmax.h' 2025-03-21T20:18:09.2043178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/vscaleextexp.h' 2025-03-21T20:18:09.2043830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/vunary.h' 2025-03-21T20:18:09.2044493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/zerob.h' 2025-03-21T20:18:09.2045156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack/zip.h' 2025-03-21T20:18:09.2045842Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xnnpack' 2025-03-21T20:18:09.2046592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xx-copy/xx-copy-scalar-memcpy.c' 2025-03-21T20:18:09.2047252Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xx-copy' 2025-03-21T20:18:09.2048116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xx-fill/xx-fill-neon-u64.c' 2025-03-21T20:18:09.2048856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xx-fill/xx-fill-scalar-u16.c' 2025-03-21T20:18:09.2049570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xx-fill/xx-fill-sse2-u64.c' 2025-03-21T20:18:09.2050316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xx-fill/xx-fill-wasmsimd-u64.c' 2025-03-21T20:18:09.2050975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xx-fill/xx-fill.h' 2025-03-21T20:18:09.2051638Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xx-fill' 2025-03-21T20:18:09.2052371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xx-pad/xx-pad-p16-neon-u16.c' 2025-03-21T20:18:09.2053112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xx-pad/xx-pad-p16-sse2-u16.c' 2025-03-21T20:18:09.2053866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xx-pad/xx-pad-p16-wasmsimd-u16.c' 2025-03-21T20:18:09.2054636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xx-pad/xx-pad-p4-scalar-u16.c' 2025-03-21T20:18:09.2055294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xx-pad/xx-pad.h' 2025-03-21T20:18:09.2055943Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xx-pad' 2025-03-21T20:18:09.2056808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c' 2025-03-21T20:18:09.2057606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xx-transposev/xx-transposev.h' 2025-03-21T20:18:09.2058309Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/xx-transposev' 2025-03-21T20:18:09.2058954Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src' 2025-03-21T20:18:09.2059599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/BUILD.bazel' 2025-03-21T20:18:09.2060292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/argmax-pooling-2d.cc' 2025-03-21T20:18:09.2061043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/argmax-pooling-nhwc.cc' 2025-03-21T20:18:09.2061814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/argmax-pooling-operator-tester.h' 2025-03-21T20:18:09.2062621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/argmaxpool-microkernel-tester.h' 2025-03-21T20:18:09.2063361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/average-pooling-2d-reshape.cc' 2025-03-21T20:18:09.2064069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/average-pooling-2d.cc' 2025-03-21T20:18:09.2064775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/average-pooling-nhwc.cc' 2025-03-21T20:18:09.2065556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/average-pooling-operator-tester.h' 2025-03-21T20:18:09.2066310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/avgpool-microkernel-tester.h' 2025-03-21T20:18:09.2066990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/avgpool-minmax.cc' 2025-03-21T20:18:09.2067717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/batch-matrix-multiply-nc.cc' 2025-03-21T20:18:09.2068527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/batch-matrix-multiply-operator-tester.h' 2025-03-21T20:18:09.2069301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/batch-matrix-multiply.cc' 2025-03-21T20:18:09.2069984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.cc' 2025-03-21T20:18:09.2070682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-03-21T20:18:09.2071390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/binary-elementwise-nd.cc' 2025-03-21T20:18:09.2072024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/binary.cc' 2025-03-21T20:18:09.2072707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/build-identifier.cc' 2025-03-21T20:18:09.2073440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/channel-shuffle-nc.cc' 2025-03-21T20:18:09.2074210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/channel-shuffle-operator-tester.h' 2025-03-21T20:18:09.2074911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/concatenate2.cc' 2025-03-21T20:18:09.2075569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/concatenate3.cc' 2025-03-21T20:18:09.2076230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/concatenate4.cc' 2025-03-21T20:18:09.2076882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/concatenate5.cc' 2025-03-21T20:18:09.2077631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/constant-pad-nd-eager.cc' 2025-03-21T20:18:09.2078333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/constant-pad-nd.cc' 2025-03-21T20:18:09.2079102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/constant-pad-operator-tester.h' 2025-03-21T20:18:09.2079842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/conv-hwc-microkernel-tester.h' 2025-03-21T20:18:09.2080611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/conv-hwc2chw-microkernel-tester.h' 2025-03-21T20:18:09.2081266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/convert-nc.cc' 2025-03-21T20:18:09.2081983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/convert-operator-tester.h' 2025-03-21T20:18:09.2082664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/convolution-2d.cc' 2025-03-21T20:18:09.2083346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/convolution-nchw.cc' 2025-03-21T20:18:09.2084032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/convolution-nhwc.cc' 2025-03-21T20:18:09.2084775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/convolution-operator-tester.h' 2025-03-21T20:18:09.2085518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/convolution-test-helpers.cc' 2025-03-21T20:18:09.2086244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/convolution-test-helpers.h' 2025-03-21T20:18:09.2086923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/copy-nc-eager.cc' 2025-03-21T20:18:09.2087551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/copy-nc.cc' 2025-03-21T20:18:09.2088257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/copy-operator-tester.h' 2025-03-21T20:18:09.2088863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/copy.cc' 2025-03-21T20:18:09.2089583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/deconvolution-2d.cc' 2025-03-21T20:18:09.2090364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/deconvolution-nhwc-qd8-f32-qc8w.cc' 2025-03-21T20:18:09.2091093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/deconvolution-nhwc.cc' 2025-03-21T20:18:09.2091843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/deconvolution-operator-tester.h' 2025-03-21T20:18:09.2092534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/depth-to-space-2d.cc' 2025-03-21T20:18:09.2093361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/depth-to-space-nchw2nhwc.cc' 2025-03-21T20:18:09.2094061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/depth-to-space-nhwc.cc' 2025-03-21T20:18:09.2094869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/depth-to-space-operator-tester.h' 2025-03-21T20:18:09.2095625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/depthwise-convolution-2d.cc' 2025-03-21T20:18:09.2096377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/dwconv-microkernel-tester.cc' 2025-03-21T20:18:09.2097107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/dwconv-microkernel-tester.h' 2025-03-21T20:18:09.2097860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/dwconv2d-microkernel-tester.h' 2025-03-21T20:18:09.2098606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/dynamic-fully-connected-nc.cc' 2025-03-21T20:18:09.2099446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/dynamic-fully-connected-operator-tester.h' 2025-03-21T20:18:09.2100099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/even-split2.cc' 2025-03-21T20:18:09.2100759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/even-split3.cc' 2025-03-21T20:18:09.2101407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/even-split4.cc' 2025-03-21T20:18:09.2102101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.cc' 2025-03-21T20:18:09.2102793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-03-21T20:18:09.2103547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-multipass.cc' 2025-03-21T20:18:09.2104280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-unipass.cc' 2025-03-21T20:18:09.2104958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.cc' 2025-03-21T20:18:09.2105659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-03-21T20:18:09.2106337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32-vcvt.cc' 2025-03-21T20:18:09.2107093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.cc' 2025-03-21T20:18:09.2107821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-03-21T20:18:09.2108551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.cc' 2025-03-21T20:18:09.2109318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-03-21T20:18:09.2110038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.cc' 2025-03-21T20:18:09.2110763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-03-21T20:18:09.2111473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.cc' 2025-03-21T20:18:09.2112150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-03-21T20:18:09.2112832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.cc' 2025-03-21T20:18:09.2113512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-03-21T20:18:09.2114212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.cc' 2025-03-21T20:18:09.2114905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-03-21T20:18:09.2115577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.cc' 2025-03-21T20:18:09.2116248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-03-21T20:18:09.2116925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.cc' 2025-03-21T20:18:09.2117628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-03-21T20:18:09.2118285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-qs8-vcvt.cc' 2025-03-21T20:18:09.2119030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.cc' 2025-03-21T20:18:09.2119767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-03-21T20:18:09.2120407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.cc' 2025-03-21T20:18:09.2121042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-03-21T20:18:09.2121711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.cc' 2025-03-21T20:18:09.2122346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-03-21T20:18:09.2123031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.cc' 2025-03-21T20:18:09.2123692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-03-21T20:18:09.2124327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.cc' 2025-03-21T20:18:09.2124960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-03-21T20:18:09.2125674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-simd-scalar.cc' 2025-03-21T20:18:09.2126345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-simd.cc.in' 2025-03-21T20:18:09.2127019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.cc' 2025-03-21T20:18:09.2127710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-03-21T20:18:09.2128334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vabs.cc' 2025-03-21T20:18:09.2128966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vadd.cc' 2025-03-21T20:18:09.2129605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vaddc.cc' 2025-03-21T20:18:09.2130251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vclamp.cc' 2025-03-21T20:18:09.2130886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vcmul.cc' 2025-03-21T20:18:09.2131520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vdiv.cc' 2025-03-21T20:18:09.2132151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vdivc.cc' 2025-03-21T20:18:09.2132781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-velu.cc' 2025-03-21T20:18:09.2133429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vhswish.cc' 2025-03-21T20:18:09.2134079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vlrelu.cc' 2025-03-21T20:18:09.2134708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmax.cc' 2025-03-21T20:18:09.2135346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmaxc.cc' 2025-03-21T20:18:09.2135967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmin.cc' 2025-03-21T20:18:09.2136599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vminc.cc' 2025-03-21T20:18:09.2137260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmul.cc' 2025-03-21T20:18:09.2137891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulc.cc' 2025-03-21T20:18:09.2138626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.cc' 2025-03-21T20:18:09.2139341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-03-21T20:18:09.2139971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vneg.cc' 2025-03-21T20:18:09.2140604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vprelu.cc' 2025-03-21T20:18:09.2141286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vpreluc.cc' 2025-03-21T20:18:09.2141947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrdivc.cc' 2025-03-21T20:18:09.2142593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndd.cc' 2025-03-21T20:18:09.2143235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndne.cc' 2025-03-21T20:18:09.2143873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndu.cc' 2025-03-21T20:18:09.2144502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndz.cc' 2025-03-21T20:18:09.2145165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrpreluc.cc' 2025-03-21T20:18:09.2145802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrsqrt.cc' 2025-03-21T20:18:09.2146441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrsubc.cc' 2025-03-21T20:18:09.2147118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsigmoid.cc' 2025-03-21T20:18:09.2147912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqr.cc' 2025-03-21T20:18:09.2148574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiff.cc' 2025-03-21T20:18:09.2149286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiffc.cc' 2025-03-21T20:18:09.2149936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrt.cc' 2025-03-21T20:18:09.2150566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsub.cc' 2025-03-21T20:18:09.2151203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsubc.cc' 2025-03-21T20:18:09.2151833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vtanh.cc' 2025-03-21T20:18:09.2152511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.cc' 2025-03-21T20:18:09.2153252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-03-21T20:18:09.2153925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.cc' 2025-03-21T20:18:09.2154627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-03-21T20:18:09.2155320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.cc' 2025-03-21T20:18:09.2156008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-03-21T20:18:09.2156790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-multipass.cc' 2025-03-21T20:18:09.2157541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-unipass.cc' 2025-03-21T20:18:09.2158276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-multipass.cc' 2025-03-21T20:18:09.2158973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-unipass.cc' 2025-03-21T20:18:09.2159648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.cc' 2025-03-21T20:18:09.2160346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-03-21T20:18:09.2160998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-f16-vcvt.cc' 2025-03-21T20:18:09.2161647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-2.cc' 2025-03-21T20:18:09.2162341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.cc' 2025-03-21T20:18:09.2163053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-03-21T20:18:09.2163734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax-2.cc' 2025-03-21T20:18:09.2164419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.cc' 2025-03-21T20:18:09.2165107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-03-21T20:18:09.2165790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu-2.cc' 2025-03-21T20:18:09.2166451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.cc' 2025-03-21T20:18:09.2167131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-03-21T20:18:09.2167762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.cc' 2025-03-21T20:18:09.2168398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-03-21T20:18:09.2169137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax-2.cc' 2025-03-21T20:18:09.2169823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.cc' 2025-03-21T20:18:09.2170558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-03-21T20:18:09.2171237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.cc' 2025-03-21T20:18:09.2171946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-03-21T20:18:09.2172642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.cc' 2025-03-21T20:18:09.2173353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-03-21T20:18:09.2174002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-2.cc' 2025-03-21T20:18:09.2174700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax-2.cc' 2025-03-21T20:18:09.2175380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.cc' 2025-03-21T20:18:09.2176079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-03-21T20:18:09.2176786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu-2.cc' 2025-03-21T20:18:09.2177461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.cc' 2025-03-21T20:18:09.2178140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-03-21T20:18:09.2178767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.cc' 2025-03-21T20:18:09.2179423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-03-21T20:18:09.2180097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.cc' 2025-03-21T20:18:09.2180798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-03-21T20:18:09.2181490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.cc' 2025-03-21T20:18:09.2182211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:18:09.2182909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.cc' 2025-03-21T20:18:09.2183633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:18:09.2184315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.cc' 2025-03-21T20:18:09.2185044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-03-21T20:18:09.2185703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.cc' 2025-03-21T20:18:09.2186410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-03-21T20:18:09.2187056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qs8-vcvt.cc' 2025-03-21T20:18:09.2187723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qu8-vcvt.cc' 2025-03-21T20:18:09.2188448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.cc' 2025-03-21T20:18:09.2189251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-03-21T20:18:09.2189923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.cc' 2025-03-21T20:18:09.2190604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-03-21T20:18:09.2191352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.cc' 2025-03-21T20:18:09.2192087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-03-21T20:18:09.2192741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.cc' 2025-03-21T20:18:09.2193389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-03-21T20:18:09.2194033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.cc' 2025-03-21T20:18:09.2194670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-03-21T20:18:09.2195314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.cc' 2025-03-21T20:18:09.2195946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-03-21T20:18:09.2196606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.cc' 2025-03-21T20:18:09.2197261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-03-21T20:18:09.2197898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.cc' 2025-03-21T20:18:09.2198532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-03-21T20:18:09.2199196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-simd-avx.cc' 2025-03-21T20:18:09.2199853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-simd-avx2.cc' 2025-03-21T20:18:09.2200569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-simd-avx512f.cc' 2025-03-21T20:18:09.2201238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-simd-fma3.cc' 2025-03-21T20:18:09.2201921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-simd-hvx.cc' 2025-03-21T20:18:09.2202589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-simd-neon.cc' 2025-03-21T20:18:09.2203260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-simd-scalar.cc' 2025-03-21T20:18:09.2203923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-simd-sse2.cc' 2025-03-21T20:18:09.2204633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-simd-wasmsimd.cc' 2025-03-21T20:18:09.2205286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-simd.cc' 2025-03-21T20:18:09.2205931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-simd.cc.in' 2025-03-21T20:18:09.2206625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax-2.cc' 2025-03-21T20:18:09.2207308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax-3.cc' 2025-03-21T20:18:09.2208002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax-4.cc' 2025-03-21T20:18:09.2208672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.cc' 2025-03-21T20:18:09.2209363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-03-21T20:18:09.2209992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vabs.cc' 2025-03-21T20:18:09.2210614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd.cc' 2025-03-21T20:18:09.2211248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc.cc' 2025-03-21T20:18:09.2211883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vclamp.cc' 2025-03-21T20:18:09.2212525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vcmul.cc' 2025-03-21T20:18:09.2213187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vcopysign.cc' 2025-03-21T20:18:09.2213865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vcopysignc.cc' 2025-03-21T20:18:09.2214486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv.cc' 2025-03-21T20:18:09.2215127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc.cc' 2025-03-21T20:18:09.2215750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-velu.cc' 2025-03-21T20:18:09.2216416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vexp.cc' 2025-03-21T20:18:09.2217071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vgelu.cc' 2025-03-21T20:18:09.2217723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vhswish.cc' 2025-03-21T20:18:09.2218343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vlog.cc' 2025-03-21T20:18:09.2218986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vlrelu.cc' 2025-03-21T20:18:09.2219636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmax.cc' 2025-03-21T20:18:09.2220293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmaxc.cc' 2025-03-21T20:18:09.2220930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmin.cc' 2025-03-21T20:18:09.2221559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vminc.cc' 2025-03-21T20:18:09.2222196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul.cc' 2025-03-21T20:18:09.2222827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc.cc' 2025-03-21T20:18:09.2223546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.cc' 2025-03-21T20:18:09.2224256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-03-21T20:18:09.2224892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vneg.cc' 2025-03-21T20:18:09.2225527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vprelu.cc' 2025-03-21T20:18:09.2226183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vpreluc.cc' 2025-03-21T20:18:09.2226854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrcopysignc.cc' 2025-03-21T20:18:09.2227503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc.cc' 2025-03-21T20:18:09.2228129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrelu.cc' 2025-03-21T20:18:09.2228843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndd.cc' 2025-03-21T20:18:09.2229480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndne.cc' 2025-03-21T20:18:09.2230108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndu.cc' 2025-03-21T20:18:09.2230743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndz.cc' 2025-03-21T20:18:09.2231426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrpreluc.cc' 2025-03-21T20:18:09.2232071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsqrt.cc' 2025-03-21T20:18:09.2232746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc.cc' 2025-03-21T20:18:09.2233457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.cc' 2025-03-21T20:18:09.2234181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-03-21T20:18:09.2234862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.cc' 2025-03-21T20:18:09.2235576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-03-21T20:18:09.2236261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsigmoid.cc' 2025-03-21T20:18:09.2236886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqr.cc' 2025-03-21T20:18:09.2237544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiff.cc' 2025-03-21T20:18:09.2238199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiffc.cc' 2025-03-21T20:18:09.2238832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrt.cc' 2025-03-21T20:18:09.2239459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub.cc' 2025-03-21T20:18:09.2240090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc.cc' 2025-03-21T20:18:09.2240728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vtanh.cc' 2025-03-21T20:18:09.2241423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/fully-connected-nc.cc' 2025-03-21T20:18:09.2242202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/fully-connected-operator-tester.h' 2025-03-21T20:18:09.2242875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/fully-connected.cc' 2025-03-21T20:18:09.2243498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/fusion.cc' 2025-03-21T20:18:09.2244221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/gemm-microkernel-tester.cc' 2025-03-21T20:18:09.2244946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/gemm-microkernel-tester.h' 2025-03-21T20:18:09.2245684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/global-average-pooling-1d.cc' 2025-03-21T20:18:09.2246423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/global-average-pooling-2d.cc' 2025-03-21T20:18:09.2247157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/global-sum-pooling-1d.cc' 2025-03-21T20:18:09.2248028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/global-sum-pooling-2d.cc' 2025-03-21T20:18:09.2248832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/ibilinear-microkernel-tester.h' 2025-03-21T20:18:09.2249496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/indirection.cc' 2025-03-21T20:18:09.2250201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/lut-microkernel-tester.h' 2025-03-21T20:18:09.2250946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/lut-norm-microkernel-tester.h' 2025-03-21T20:18:09.2251651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/max-pooling-2d.cc' 2025-03-21T20:18:09.2252378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/max-pooling-nhwc.cc' 2025-03-21T20:18:09.2253121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/max-pooling-operator-tester.h' 2025-03-21T20:18:09.2253858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/maxpool-microkernel-tester.h' 2025-03-21T20:18:09.2254538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/maxpool-minmax.cc' 2025-03-21T20:18:09.2255212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/memory-planner.cc' 2025-03-21T20:18:09.2255912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/microkernel-utils.cc' 2025-03-21T20:18:09.2256626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/microkernel_lists_test.sh' 2025-03-21T20:18:09.2257296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/mock-allocator.h' 2025-03-21T20:18:09.2257906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/mutex.cc' 2025-03-21T20:18:09.2258549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/next_prime.cc' 2025-03-21T20:18:09.2259181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/next_prime.h' 2025-03-21T20:18:09.2259878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/operator-test-utils.h' 2025-03-21T20:18:09.2260547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/operator-utils.cc' 2025-03-21T20:18:09.2261265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/pack-microkernel-tester.h' 2025-03-21T20:18:09.2261988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/packb-microkernel-tester.h' 2025-03-21T20:18:09.2262622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/packing.cc' 2025-03-21T20:18:09.2263385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/packq-microkernel-tester.cc' 2025-03-21T20:18:09.2264113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/packq-microkernel-tester.h' 2025-03-21T20:18:09.2264880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/packw-microkernel-tester.h' 2025-03-21T20:18:09.2265599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.cc' 2025-03-21T20:18:09.2266343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-03-21T20:18:09.2267105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax-2.cc' 2025-03-21T20:18:09.2267849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax-3.cc' 2025-03-21T20:18:09.2268655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax-4.cc' 2025-03-21T20:18:09.2269388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.cc' 2025-03-21T20:18:09.2270117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-03-21T20:18:09.2270855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax-2.cc' 2025-03-21T20:18:09.2271587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax-3.cc' 2025-03-21T20:18:09.2272325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax-4.cc' 2025-03-21T20:18:09.2273052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.cc' 2025-03-21T20:18:09.2273788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-03-21T20:18:09.2274529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax-2.cc' 2025-03-21T20:18:09.2275277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax-3.cc' 2025-03-21T20:18:09.2276018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax-4.cc' 2025-03-21T20:18:09.2276755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.cc' 2025-03-21T20:18:09.2277491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-03-21T20:18:09.2278207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.cc' 2025-03-21T20:18:09.2278944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:18:09.2279704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax-2.cc' 2025-03-21T20:18:09.2280449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax-3.cc' 2025-03-21T20:18:09.2281202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax-4.cc' 2025-03-21T20:18:09.2281932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.cc' 2025-03-21T20:18:09.2282654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:18:09.2283426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax-2.cc' 2025-03-21T20:18:09.2284179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax-3.cc' 2025-03-21T20:18:09.2284920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax-4.cc' 2025-03-21T20:18:09.2285634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.cc' 2025-03-21T20:18:09.2286367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:18:09.2287105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax-2.cc' 2025-03-21T20:18:09.2287853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax-3.cc' 2025-03-21T20:18:09.2288582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.cc' 2025-03-21T20:18:09.2289323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-03-21T20:18:09.2290042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.cc' 2025-03-21T20:18:09.2290779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:18:09.2291501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.cc' 2025-03-21T20:18:09.2292234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:18:09.2293040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-fp32.cc' 2025-03-21T20:18:09.2293819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-rndnu.cc' 2025-03-21T20:18:09.2294598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-fp32.cc' 2025-03-21T20:18:09.2295367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-rndnu.cc' 2025-03-21T20:18:09.2296072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-f16-vcvt.cc' 2025-03-21T20:18:09.2296721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-f32-vcvt.cc' 2025-03-21T20:18:09.2297393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-packw.cc' 2025-03-21T20:18:09.2298202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-multipass-fp32.cc' 2025-03-21T20:18:09.2299009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-unipass-fp32.cc' 2025-03-21T20:18:09.2299777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32-2.cc' 2025-03-21T20:18:09.2300552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32-3.cc' 2025-03-21T20:18:09.2301277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.cc' 2025-03-21T20:18:09.2302028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-03-21T20:18:09.2302773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32-2.cc' 2025-03-21T20:18:09.2303525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32-3.cc' 2025-03-21T20:18:09.2304256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.cc' 2025-03-21T20:18:09.2305013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-03-21T20:18:09.2305718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.cc' 2025-03-21T20:18:09.2306437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-03-21T20:18:09.2307068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.cc' 2025-03-21T20:18:09.2307704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-03-21T20:18:09.2308387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vadd-minmax.cc' 2025-03-21T20:18:09.2309143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vaddc-minmax.cc' 2025-03-21T20:18:09.2309781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vcvt.cc' 2025-03-21T20:18:09.2310415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vlrelu.cc' 2025-03-21T20:18:09.2311117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-fp32.cc' 2025-03-21T20:18:09.2311850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-rndnu.cc' 2025-03-21T20:18:09.2312568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-fp32.cc' 2025-03-21T20:18:09.2313306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-rndnu.cc' 2025-03-21T20:18:09.2314092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-fp32.cc' 2025-03-21T20:18:09.2314877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-rndnu.cc' 2025-03-21T20:18:09.2315676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-fp32.cc' 2025-03-21T20:18:09.2316451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-rndnu.cc' 2025-03-21T20:18:09.2317139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-f32-vcvt.cc' 2025-03-21T20:18:09.2317847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32-2.cc' 2025-03-21T20:18:09.2318546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.cc' 2025-03-21T20:18:09.2319260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-03-21T20:18:09.2319985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu-2.cc' 2025-03-21T20:18:09.2320698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.cc' 2025-03-21T20:18:09.2321416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-03-21T20:18:09.2326227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu16.cc' 2025-03-21T20:18:09.2327020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32-2.cc' 2025-03-21T20:18:09.2327746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.cc' 2025-03-21T20:18:09.2328472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-03-21T20:18:09.2329208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu-2.cc' 2025-03-21T20:18:09.2329918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.cc' 2025-03-21T20:18:09.2330648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-03-21T20:18:09.2331281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.cc' 2025-03-21T20:18:09.2332000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-03-21T20:18:09.2332627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.cc' 2025-03-21T20:18:09.2333293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-03-21T20:18:09.2333973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vadd-minmax.cc' 2025-03-21T20:18:09.2334645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vaddc-minmax.cc' 2025-03-21T20:18:09.2335274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vcvt.cc' 2025-03-21T20:18:09.2335940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vlrelu.cc' 2025-03-21T20:18:09.2336679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-fp32.cc' 2025-03-21T20:18:09.2337384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-rndnu.cc' 2025-03-21T20:18:09.2338095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-fp32.cc' 2025-03-21T20:18:09.2338801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-rndnu.cc' 2025-03-21T20:18:09.2339604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/raddexpminusmax-microkernel-tester.h' 2025-03-21T20:18:09.2340361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/raddextexp-microkernel-tester.h' 2025-03-21T20:18:09.2341197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/raddstoreexpminusmax-microkernel-tester.h' 2025-03-21T20:18:09.2341919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/rdsum-microkernel-tester.h' 2025-03-21T20:18:09.2342653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/reduce-microkernel-tester.h' 2025-03-21T20:18:09.2343290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/reduce-nd.cc' 2025-03-21T20:18:09.2344044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/reduce-normalization-tester.h' 2025-03-21T20:18:09.2344743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/reduce-normalization.cc' 2025-03-21T20:18:09.2345463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/replicable_random_device.h' 2025-03-21T20:18:09.2346143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/reshape-helpers.cc' 2025-03-21T20:18:09.2346838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/resize-bilinear-nchw.cc' 2025-03-21T20:18:09.2347545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/resize-bilinear-nhwc.cc' 2025-03-21T20:18:09.2348568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/resize-bilinear-operator-tester.h' 2025-03-21T20:18:09.2349281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/rope-nthc.cc' 2025-03-21T20:18:09.2350079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/rope-operator-tester.h' 2025-03-21T20:18:09.2350692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/rope.cc' 2025-03-21T20:18:09.2351403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/rsum-microkernel-tester.h' 2025-03-21T20:18:09.2352104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/runtime-tester.h' 2025-03-21T20:18:09.2352730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/runtime.cc' 2025-03-21T20:18:09.2353441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/s16-simd-avx2.cc' 2025-03-21T20:18:09.2354122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/s16-simd-avx512skx.cc' 2025-03-21T20:18:09.2354783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/s16-simd-neon.cc' 2025-03-21T20:18:09.2355450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/s16-simd-scalar.cc' 2025-03-21T20:18:09.2356111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/s16-simd-sse41.cc' 2025-03-21T20:18:09.2356802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/s16-simd-wasmsimd.cc' 2025-03-21T20:18:09.2357454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/s16-simd.cc.in' 2025-03-21T20:18:09.2358109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/s32-f32-vcvt.cc' 2025-03-21T20:18:09.2358763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/s32-simd-avx2.cc' 2025-03-21T20:18:09.2359445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/s32-simd-avx512f.cc' 2025-03-21T20:18:09.2360099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/s32-simd-hvx.cc' 2025-03-21T20:18:09.2360767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/s32-simd-neon.cc' 2025-03-21T20:18:09.2361436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/s32-simd-scalar.cc' 2025-03-21T20:18:09.2362099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/s32-simd-sse41.cc' 2025-03-21T20:18:09.2362787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/s32-simd-wasmsimd.cc' 2025-03-21T20:18:09.2363435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/s32-simd.cc.in' 2025-03-21T20:18:09.2364110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.cc' 2025-03-21T20:18:09.2364780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-03-21T20:18:09.2365468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-simd-scalar.cc' 2025-03-21T20:18:09.2366107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-simd.cc.in' 2025-03-21T20:18:09.2366735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-vclamp.cc' 2025-03-21T20:18:09.2367522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/scaled-dot-product-attention-nhtc.cc' 2025-03-21T20:18:09.2368416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/scaled-dot-product-attention-operator-tester.h' 2025-03-21T20:18:09.2369190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/scaled-dot-product-attention.cc' 2025-03-21T20:18:09.2369862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/slice-nd-eager.cc' 2025-03-21T20:18:09.2370492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/slice-nd.cc' 2025-03-21T20:18:09.2371229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/slice-normalization-tester.h' 2025-03-21T20:18:09.2371922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/slice-normalization.cc' 2025-03-21T20:18:09.2372626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/slice-operator-tester.h' 2025-03-21T20:18:09.2373262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/softmax-nc.cc' 2025-03-21T20:18:09.2373977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/softmax-operator-tester.h' 2025-03-21T20:18:09.2374599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/softmax.cc' 2025-03-21T20:18:09.2375290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/space-to-depth-2d.cc' 2025-03-21T20:18:09.2375985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/space-to-depth-nhwc.cc' 2025-03-21T20:18:09.2376751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/space-to-depth-operator-tester.h' 2025-03-21T20:18:09.2377467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/spmm-microkernel-tester.h' 2025-03-21T20:18:09.2378167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/static-constant-pad.cc' 2025-03-21T20:18:09.2378854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/static-expand-dims.cc' 2025-03-21T20:18:09.2379508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/static-reduce.cc' 2025-03-21T20:18:09.2380214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/static-reshape.cc' 2025-03-21T20:18:09.2380950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/static-resize-bilinear-2d.cc' 2025-03-21T20:18:09.2381642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/static-slice.cc' 2025-03-21T20:18:09.2382320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/static-transpose.cc' 2025-03-21T20:18:09.2382988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/subgraph-fp16.cc' 2025-03-21T20:18:09.2383672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/subgraph-nchw.cc' 2025-03-21T20:18:09.2384334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/subgraph-size.c' 2025-03-21T20:18:09.2385025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/subgraph-tester.h' 2025-03-21T20:18:09.2385736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/subgraph-unary-tester.h' 2025-03-21T20:18:09.2386364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/subgraph.cc' 2025-03-21T20:18:09.2387062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/transpose-nd-eager.cc' 2025-03-21T20:18:09.2387715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/transpose-nd.cc' 2025-03-21T20:18:09.2388489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/transpose-normalization-tester.h' 2025-03-21T20:18:09.2389277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/transpose-normalization.cc' 2025-03-21T20:18:09.2390007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/transpose-operator-tester.h' 2025-03-21T20:18:09.2390694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/transpose-reshape.cc' 2025-03-21T20:18:09.2391348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.cc' 2025-03-21T20:18:09.2392026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-03-21T20:18:09.2392683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.cc' 2025-03-21T20:18:09.2393358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-03-21T20:18:09.2393982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.cc' 2025-03-21T20:18:09.2394622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-03-21T20:18:09.2395254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-vclamp.cc' 2025-03-21T20:18:09.2395995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/unary-elementwise-nc.cc' 2025-03-21T20:18:09.2396634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/unary-ops.cc' 2025-03-21T20:18:09.2397302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/unary-ops.h' 2025-03-21T20:18:09.2397917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/unary.cc' 2025-03-21T20:18:09.2398665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/unpool-microkernel-tester.h' 2025-03-21T20:18:09.2399322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/unpooling-2d.cc' 2025-03-21T20:18:09.2400028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/unpooling-nhwc.cc' 2025-03-21T20:18:09.2400786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/unpooling-operator-tester.h' 2025-03-21T20:18:09.2401532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/vbinary-microkernel-tester.cc' 2025-03-21T20:18:09.2402269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/vbinary-microkernel-tester.h' 2025-03-21T20:18:09.2402989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/vcmul-microkernel-tester.h' 2025-03-21T20:18:09.2403753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/vmulcaddc-microkernel-tester.h' 2025-03-21T20:18:09.2404564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/vscaleexpminusmax-microkernel-tester.h' 2025-03-21T20:18:09.2405346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/vscaleextexp-microkernel-tester.h' 2025-03-21T20:18:09.2406068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/vunary-microkernel-tester.h' 2025-03-21T20:18:09.2406735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/weights-cache.cc' 2025-03-21T20:18:09.2407365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/workspace.cc' 2025-03-21T20:18:09.2408005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/x16-packw.cc' 2025-03-21T20:18:09.2408632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packb.cc' 2025-03-21T20:18:09.2409268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packw.cc' 2025-03-21T20:18:09.2409894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packx.cc' 2025-03-21T20:18:09.2410529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-unpool.cc' 2025-03-21T20:18:09.2411145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-zip.cc' 2025-03-21T20:18:09.2411782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.cc' 2025-03-21T20:18:09.2412415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-03-21T20:18:09.2413063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-packq.cc' 2025-03-21T20:18:09.2413692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-packw.cc' 2025-03-21T20:18:09.2414302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-zip.cc' 2025-03-21T20:18:09.2414962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/xN-transpose.cc' 2025-03-21T20:18:09.2415619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/xx-fill.cc' 2025-03-21T20:18:09.2416267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/xx-pad.cc' 2025-03-21T20:18:09.2416970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test/zip-microkernel-tester.h' 2025-03-21T20:18:09.2417576Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/test' 2025-03-21T20:18:09.2418202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/third_party/BUILD' 2025-03-21T20:18:09.2418869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/third_party/FP16.BUILD' 2025-03-21T20:18:09.2419516Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/third_party' 2025-03-21T20:18:09.2420124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/BUILD' 2025-03-21T20:18:09.2420862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-03-21T20:18:09.2421584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-03-21T20:18:09.2422343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-03-21T20:18:09.2423121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-03-21T20:18:09.2423885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-03-21T20:18:09.2424629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-03-21T20:18:09.2425326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-03-21T20:18:09.2426072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-03-21T20:18:09.2426804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-03-21T20:18:09.2427552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-03-21T20:18:09.2428252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-03-21T20:18:09.2429094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-03-21T20:18:09.2429836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-03-21T20:18:09.2430644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-03-21T20:18:09.2431414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-03-21T20:18:09.2432135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-03-21T20:18:09.2432845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-03-21T20:18:09.2433533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-03-21T20:18:09.2434251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-03-21T20:18:09.2434972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-03-21T20:18:09.2435755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-03-21T20:18:09.2436506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-03-21T20:18:09.2437213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-03-21T20:18:09.2437849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-03-21T20:18:09.2438544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-03-21T20:18:09.2439147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen' 2025-03-21T20:18:09.2439760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-03-21T20:18:09.2440409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-03-21T20:18:09.2441016Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK/tools' 2025-03-21T20:18:09.2441604Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:09.2442157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/.git' 2025-03-21T20:18:09.2442744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/.bazelrc' 2025-03-21T20:18:09.2443374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/.clang-format' 2025-03-21T20:18:09.2444070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/.github/workflows/build.yml' 2025-03-21T20:18:09.2444827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/.github/workflows/build_bazel.yml' 2025-03-21T20:18:09.2445592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/.github/workflows/clang-format-check.yml' 2025-03-21T20:18:09.2446275Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/.github/workflows' 2025-03-21T20:18:09.2446923Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/.github' 2025-03-21T20:18:09.2447523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/.gitignore' 2025-03-21T20:18:09.2448297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/.travis.yml' 2025-03-21T20:18:09.2448910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/BUILD.bazel' 2025-03-21T20:18:09.2449526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/CMakeLists.txt' 2025-03-21T20:18:09.2450171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/CMakePresets.json' 2025-03-21T20:18:09.2450804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/CODE_OF_CONDUCT.md' 2025-03-21T20:18:09.2451432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/CONTRIBUTING.md' 2025-03-21T20:18:09.2452010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/LICENSE' 2025-03-21T20:18:09.2452619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/MODULE.bazel' 2025-03-21T20:18:09.2453205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/README.md' 2025-03-21T20:18:09.2453832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/WORKSPACE.bazel' 2025-03-21T20:18:09.2454435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/appveyor.yml' 2025-03-21T20:18:09.2455088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/bench/get-current.cc' 2025-03-21T20:18:09.2455700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/bench/init.cc' 2025-03-21T20:18:09.2456307Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/bench' 2025-03-21T20:18:09.2457063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/cmake/DownloadGoogleBenchmark.cmake' 2025-03-21T20:18:09.2457774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/cmake/DownloadGoogleTest.cmake' 2025-03-21T20:18:09.2458487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/cmake/cpuinfo-config.cmake.in' 2025-03-21T20:18:09.2459144Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/cmake' 2025-03-21T20:18:09.2459761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-03-21T20:18:09.2460389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-03-21T20:18:09.2461043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/.gitignore' 2025-03-21T20:18:09.2461699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/BUILD.bazel' 2025-03-21T20:18:09.2462418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/CMakeLists.txt' 2025-03-21T20:18:09.2463048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/LICENSE' 2025-03-21T20:18:09.2463734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/README.md' 2025-03-21T20:18:09.2464508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/cmake/DownloadGoogleTest.cmake' 2025-03-21T20:18:09.2465176Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/cmake' 2025-03-21T20:18:09.2465842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-03-21T20:18:09.2466495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-03-21T20:18:09.2467172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/include/clog.h' 2025-03-21T20:18:09.2467850Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/include' 2025-03-21T20:18:09.2468525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/jni/Android.mk' 2025-03-21T20:18:09.2469270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/jni/Application.mk' 2025-03-21T20:18:09.2469938Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/jni' 2025-03-21T20:18:09.2470593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/src/clog.c' 2025-03-21T20:18:09.2471258Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/src' 2025-03-21T20:18:09.2471919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/test/clog.cc' 2025-03-21T20:18:09.2472583Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/test' 2025-03-21T20:18:09.2473227Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog' 2025-03-21T20:18:09.2473837Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/deps' 2025-03-21T20:18:09.2474534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/include/cpuinfo-mock.h' 2025-03-21T20:18:09.2475168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/include/cpuinfo.h' 2025-03-21T20:18:09.2475833Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/include' 2025-03-21T20:18:09.2476445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/jni/Android.mk' 2025-03-21T20:18:09.2477091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/jni/Application.mk' 2025-03-21T20:18:09.2477685Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/jni' 2025-03-21T20:18:09.2478348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/libcpuinfo.pc.in' 2025-03-21T20:18:09.2479106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-arm64-auxv-dump.sh' 2025-03-21T20:18:09.2479824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-arm64-build.sh' 2025-03-21T20:18:09.2480527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-arm64-mock.sh' 2025-03-21T20:18:09.2481229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-arm64-test.sh' 2025-03-21T20:18:09.2481965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-armv7-auxv-dump.sh' 2025-03-21T20:18:09.2482682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-armv7-build.sh' 2025-03-21T20:18:09.2483424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-armv7-cache-info.sh' 2025-03-21T20:18:09.2484158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-armv7-cpu-info.sh' 2025-03-21T20:18:09.2484884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-armv7-isa-info.sh' 2025-03-21T20:18:09.2485602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-armv7-mock.sh' 2025-03-21T20:18:09.2486309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-armv7-test.sh' 2025-03-21T20:18:09.2487021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-03-21T20:18:09.2487751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-riscv64-build.sh' 2025-03-21T20:18:09.2488445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-x86-build.sh' 2025-03-21T20:18:09.2489172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-x86-cache-info.sh' 2025-03-21T20:18:09.2489891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-x86-cpu-info.sh' 2025-03-21T20:18:09.2490646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-x86-cpuid-dump.sh' 2025-03-21T20:18:09.2491386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-x86-isa-info.sh' 2025-03-21T20:18:09.2492078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-x86-mock.sh' 2025-03-21T20:18:09.2492827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-03-21T20:18:09.2493525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/scripts/local-bazel-build.sh' 2025-03-21T20:18:09.2494215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/scripts/local-build.sh' 2025-03-21T20:18:09.2494966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-03-21T20:18:09.2495589Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/scripts' 2025-03-21T20:18:09.2496188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/api.c' 2025-03-21T20:18:09.2496840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/android/api.h' 2025-03-21T20:18:09.2497538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/android/properties.c' 2025-03-21T20:18:09.2498210Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/android' 2025-03-21T20:18:09.2498819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/api.h' 2025-03-21T20:18:09.2499447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/cache.c' 2025-03-21T20:18:09.2500136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/linux/aarch32-isa.c' 2025-03-21T20:18:09.2500824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/linux/aarch64-isa.c' 2025-03-21T20:18:09.2501465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/linux/api.h' 2025-03-21T20:18:09.2502142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/linux/chipset.c' 2025-03-21T20:18:09.2502814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/linux/clusters.c' 2025-03-21T20:18:09.2503456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/linux/cp.h' 2025-03-21T20:18:09.2504118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/linux/cpuinfo.c' 2025-03-21T20:18:09.2504772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/linux/hwcap.c' 2025-03-21T20:18:09.2505420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/linux/init.c' 2025-03-21T20:18:09.2506097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/linux/midr.c' 2025-03-21T20:18:09.2506752Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/linux' 2025-03-21T20:18:09.2507423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/mach/init.c' 2025-03-21T20:18:09.2508074Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/mach' 2025-03-21T20:18:09.2508736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/midr.h' 2025-03-21T20:18:09.2509378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/tlb.c' 2025-03-21T20:18:09.2509999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/uarch.c' 2025-03-21T20:18:09.2510826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/windows/init-by-logical-sys-info.c' 2025-03-21T20:18:09.2511488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/windows/init.c' 2025-03-21T20:18:09.2512224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/windows/windows-arm-init.h' 2025-03-21T20:18:09.2512891Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm/windows' 2025-03-21T20:18:09.2513525Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/arm' 2025-03-21T20:18:09.2514126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/cache.c' 2025-03-21T20:18:09.2514786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/cpuinfo/common.h' 2025-03-21T20:18:09.2515475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/cpuinfo/internal-api.h' 2025-03-21T20:18:09.2516114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/cpuinfo/log.h' 2025-03-21T20:18:09.2516756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/cpuinfo/utils.h' 2025-03-21T20:18:09.2517413Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/cpuinfo' 2025-03-21T20:18:09.2518071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/emscripten/init.c' 2025-03-21T20:18:09.2518745Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/emscripten' 2025-03-21T20:18:09.2519377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/freebsd/api.h' 2025-03-21T20:18:09.2520040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/freebsd/topology.c' 2025-03-21T20:18:09.2520688Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/freebsd' 2025-03-21T20:18:09.2521308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/init.c' 2025-03-21T20:18:09.2521933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/linux/api.h' 2025-03-21T20:18:09.2522600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/linux/cpulist.c' 2025-03-21T20:18:09.2523255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/linux/mockfile.c' 2025-03-21T20:18:09.2523909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/linux/multiline.c' 2025-03-21T20:18:09.2524576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/linux/processors.c' 2025-03-21T20:18:09.2525259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/linux/smallfile.c' 2025-03-21T20:18:09.2525923Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/linux' 2025-03-21T20:18:09.2526512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/log.c' 2025-03-21T20:18:09.2527141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/mach/api.h' 2025-03-21T20:18:09.2527789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/mach/topology.c' 2025-03-21T20:18:09.2528427Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/mach' 2025-03-21T20:18:09.2529053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/riscv/api.h' 2025-03-21T20:18:09.2529714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/riscv/linux/api.h' 2025-03-21T20:18:09.2530389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/riscv/linux/init.c' 2025-03-21T20:18:09.2531080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/riscv/linux/riscv-hw.c' 2025-03-21T20:18:09.2531780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/riscv/linux/riscv-isa.c' 2025-03-21T20:18:09.2532451Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/riscv/linux' 2025-03-21T20:18:09.2533096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/riscv/uarch.c' 2025-03-21T20:18:09.2533740Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/riscv' 2025-03-21T20:18:09.2534362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/api.h' 2025-03-21T20:18:09.2535046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/cache/descriptor.c' 2025-03-21T20:18:09.2535763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/cache/deterministic.c' 2025-03-21T20:18:09.2536408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/cache/init.c' 2025-03-21T20:18:09.2537105Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/cache' 2025-03-21T20:18:09.2537725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/cpuid.h' 2025-03-21T20:18:09.2538413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/freebsd/init.c' 2025-03-21T20:18:09.2539080Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/freebsd' 2025-03-21T20:18:09.2539687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/info.c' 2025-03-21T20:18:09.2540333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/init.c' 2025-03-21T20:18:09.2540938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/isa.c' 2025-03-21T20:18:09.2541626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/linux/api.h' 2025-03-21T20:18:09.2542289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/linux/cpuinfo.c' 2025-03-21T20:18:09.2542942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/linux/init.c' 2025-03-21T20:18:09.2543595Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/linux' 2025-03-21T20:18:09.2544242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/mach/init.c' 2025-03-21T20:18:09.2544892Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/mach' 2025-03-21T20:18:09.2545543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/mockcpuid.c' 2025-03-21T20:18:09.2546155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/name.c' 2025-03-21T20:18:09.2546792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/topology.c' 2025-03-21T20:18:09.2547407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/uarch.c' 2025-03-21T20:18:09.2548184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/vendor.c' 2025-03-21T20:18:09.2548885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/windows/api.h' 2025-03-21T20:18:09.2549551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/windows/init.c' 2025-03-21T20:18:09.2551043Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86/windows' 2025-03-21T20:18:09.2552478Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src/x86' 2025-03-21T20:18:09.2553835Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/src' 2025-03-21T20:18:09.2555264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/arm-cache.cc' 2025-03-21T20:18:09.2556775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/alcatel-revvl.log' 2025-03-21T20:18:09.2558436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/alldocube-iwork8.log' 2025-03-21T20:18:09.2560097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/atm7029b-tablet.log' 2025-03-21T20:18:09.2561677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/blu-r1-hd.log' 2025-03-21T20:18:09.2563279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/galaxy-a3-2016-eu.log' 2025-03-21T20:18:09.2564961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/galaxy-a8-2016-duos.log' 2025-03-21T20:18:09.2566620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/galaxy-a8-2018.log' 2025-03-21T20:18:09.2568207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/galaxy-c9-pro.log' 2025-03-21T20:18:09.2569924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/galaxy-grand-prime-value-edition.log' 2025-03-21T20:18:09.2571663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/galaxy-grand-prime.log' 2025-03-21T20:18:09.2573282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/galaxy-j1-2016.log' 2025-03-21T20:18:09.2574843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/galaxy-j5.log' 2025-03-21T20:18:09.2576416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/galaxy-j7-prime.log' 2025-03-21T20:18:09.2578029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/galaxy-j7-tmobile.log' 2025-03-21T20:18:09.2579627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/galaxy-j7-uae.log' 2025-03-21T20:18:09.2581202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/galaxy-s3-us.log' 2025-03-21T20:18:09.2582766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/galaxy-s4-us.log' 2025-03-21T20:18:09.2584360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/galaxy-s5-global.log' 2025-03-21T20:18:09.2585945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/galaxy-s5-us.log' 2025-03-21T20:18:09.2587493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/galaxy-s6.log' 2025-03-21T20:18:09.2589118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/galaxy-s7-global.log' 2025-03-21T20:18:09.2590737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/galaxy-s7-us.log' 2025-03-21T20:18:09.2592326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/galaxy-s8-global.log' 2025-03-21T20:18:09.2593931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/galaxy-s8-us.log' 2025-03-21T20:18:09.2595517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/galaxy-tab-3-7.0.log' 2025-03-21T20:18:09.2597132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/galaxy-tab-3-lite.log' 2025-03-21T20:18:09.2598772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/galaxy-win-duos.log' 2025-03-21T20:18:09.2600390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/huawei-ascend-p7.log' 2025-03-21T20:18:09.2602020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/huawei-honor-6.log' 2025-03-21T20:18:09.2603612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/huawei-mate-20.log' 2025-03-21T20:18:09.2605196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/huawei-mate-8.log' 2025-03-21T20:18:09.2606777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/huawei-mate-9.log' 2025-03-21T20:18:09.2608362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/huawei-p8-lite.log' 2025-03-21T20:18:09.2609954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/huawei-p9-lite.log' 2025-03-21T20:18:09.2611538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/iconia-one-10.log' 2025-03-21T20:18:09.2613098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/leagoo-t5c.log' 2025-03-21T20:18:09.2614689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/lenovo-a6600-plus.log' 2025-03-21T20:18:09.2616296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/lenovo-vibe-x2.log' 2025-03-21T20:18:09.2617861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/lg-k10-eu.log' 2025-03-21T20:18:09.2619437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/lg-optimus-g-pro.log' 2025-03-21T20:18:09.2621029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/meizu-pro-6.log' 2025-03-21T20:18:09.2622594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/meizu-pro-6s.log' 2025-03-21T20:18:09.2624193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/meizu-pro-7-plus.log' 2025-03-21T20:18:09.2625812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/memo-pad-7.log' 2025-03-21T20:18:09.2627379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/moto-e-gen1.log' 2025-03-21T20:18:09.2629026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/moto-g-gen1.log' 2025-03-21T20:18:09.2630594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/moto-g-gen2.log' 2025-03-21T20:18:09.2632154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/moto-g-gen3.log' 2025-03-21T20:18:09.2633741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/moto-g-gen4.log' 2025-03-21T20:18:09.2635342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/moto-g-gen5.log' 2025-03-21T20:18:09.2636881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/nexus-s.log' 2025-03-21T20:18:09.2638391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/nexus10.log' 2025-03-21T20:18:09.2639896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/nexus4.log' 2025-03-21T20:18:09.2641397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/nexus5x.log' 2025-03-21T20:18:09.2642897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/nexus6.log' 2025-03-21T20:18:09.2644416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/nexus6p.log' 2025-03-21T20:18:09.2645920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/nexus9.log' 2025-03-21T20:18:09.2647442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/oneplus-3t.log' 2025-03-21T20:18:09.2649131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/oppo-a37.log' 2025-03-21T20:18:09.2650644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/oppo-r9.log' 2025-03-21T20:18:09.2652182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/padcod-10.1.log' 2025-03-21T20:18:09.2653735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/pixel-xl.log' 2025-03-21T20:18:09.2655251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/pixel.log' 2025-03-21T20:18:09.2656781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/xiaomi-mi-5c.log' 2025-03-21T20:18:09.2658367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/xiaomi-redmi-2a.log' 2025-03-21T20:18:09.2660131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/xiaomi-redmi-note-3.log' 2025-03-21T20:18:09.2661802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/xiaomi-redmi-note-4.log' 2025-03-21T20:18:09.2663469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/xperia-c4-dual.log' 2025-03-21T20:18:09.2665031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/xperia-sl.log' 2025-03-21T20:18:09.2666571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/zenfone-2.log' 2025-03-21T20:18:09.2668153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/zenfone-2e.log' 2025-03-21T20:18:09.2669766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop/zenfone-c.log' 2025-03-21T20:18:09.2671326Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/build.prop' 2025-03-21T20:18:09.2672849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuid/alldocube-iwork8.log' 2025-03-21T20:18:09.2674382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuid/leagoo-t5c.log' 2025-03-21T20:18:09.2675874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuid/memo-pad-7.log' 2025-03-21T20:18:09.2677358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuid/zenfone-2.log' 2025-03-21T20:18:09.2678853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuid/zenfone-2e.log' 2025-03-21T20:18:09.2680348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuid/zenfone-c.log' 2025-03-21T20:18:09.2681802Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuid' 2025-03-21T20:18:09.2683346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/alcatel-revvl.armeabi.log' 2025-03-21T20:18:09.2684952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/alcatel-revvl.log' 2025-03-21T20:18:09.2686523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/alldocube-iwork8.log' 2025-03-21T20:18:09.2688084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/arndaleboard.log' 2025-03-21T20:18:09.2689639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/atm7029b-tablet.log' 2025-03-21T20:18:09.2691193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/beagleboard-xm.log' 2025-03-21T20:18:09.2692726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/blu-r1-hd.log' 2025-03-21T20:18:09.2694268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/galaxy-a3-2016-eu.log' 2025-03-21T20:18:09.2695885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/galaxy-a8-2016-duos.log' 2025-03-21T20:18:09.2697540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/galaxy-a8-2018.armeabi.log' 2025-03-21T20:18:09.2699139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/galaxy-a8-2018.log' 2025-03-21T20:18:09.2700748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/galaxy-c9-pro.armeabi.log' 2025-03-21T20:18:09.2702344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/galaxy-c9-pro.log' 2025-03-21T20:18:09.2704030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/galaxy-grand-prime-value-edition.log' 2025-03-21T20:18:09.2705736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/galaxy-j1-2016.log' 2025-03-21T20:18:09.2707274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/galaxy-j5.log' 2025-03-21T20:18:09.2708855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/galaxy-j7-prime.log' 2025-03-21T20:18:09.2710448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/galaxy-j7-tmobile.log' 2025-03-21T20:18:09.2712015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/galaxy-j7-uae.log' 2025-03-21T20:18:09.2713559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/galaxy-nexus.log' 2025-03-21T20:18:09.2715096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/galaxy-s3-us.log' 2025-03-21T20:18:09.2716625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/galaxy-s4-us.log' 2025-03-21T20:18:09.2718179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/galaxy-s5-global.log' 2025-03-21T20:18:09.2719732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/galaxy-s5-us.log' 2025-03-21T20:18:09.2721298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/galaxy-s6.armeabi.log' 2025-03-21T20:18:09.2722846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/galaxy-s6.log' 2025-03-21T20:18:09.2724434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/galaxy-s7-global.armeabi.log' 2025-03-21T20:18:09.2726063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/galaxy-s7-global.log' 2025-03-21T20:18:09.2727677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/galaxy-s7-us.armeabi.log' 2025-03-21T20:18:09.2729255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/galaxy-s7-us.log' 2025-03-21T20:18:09.2730894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/galaxy-s8-global.armeabi.log' 2025-03-21T20:18:09.2732552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/galaxy-s8-global.log' 2025-03-21T20:18:09.2734153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/galaxy-s8-us.armeabi.log' 2025-03-21T20:18:09.2735741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/galaxy-s8-us.log' 2025-03-21T20:18:09.2737348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/galaxy-s9-global.armeabi.log' 2025-03-21T20:18:09.2739008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/galaxy-s9-global.log' 2025-03-21T20:18:09.2740647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/galaxy-s9-us.armeabi.log' 2025-03-21T20:18:09.2742228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/galaxy-s9-us.log' 2025-03-21T20:18:09.2743783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/galaxy-tab-3-7.0.log' 2025-03-21T20:18:09.2745372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/galaxy-tab-3-lite.log' 2025-03-21T20:18:09.2746952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/galaxy-win-duos.log' 2025-03-21T20:18:09.2748747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/huawei-ascend-p7.log' 2025-03-21T20:18:09.2750329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/huawei-honor-6.log' 2025-03-21T20:18:09.2751944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/huawei-mate-10.armeabi.log' 2025-03-21T20:18:09.2753562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/huawei-mate-10.log' 2025-03-21T20:18:09.2755178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/huawei-mate-20.armeabi.log' 2025-03-21T20:18:09.2756791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/huawei-mate-20.log' 2025-03-21T20:18:09.2758400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/huawei-mate-8.armeabi.log' 2025-03-21T20:18:09.2759994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/huawei-mate-8.log' 2025-03-21T20:18:09.2761587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/huawei-mate-9.armeabi.log' 2025-03-21T20:18:09.2763187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/huawei-mate-9.log' 2025-03-21T20:18:09.2764844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/huawei-p20-pro.armeabi.log' 2025-03-21T20:18:09.2766466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/huawei-p20-pro.log' 2025-03-21T20:18:09.2768115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/huawei-p8-lite.armeabi.log' 2025-03-21T20:18:09.2769722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/huawei-p8-lite.log' 2025-03-21T20:18:09.2771334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/huawei-p9-lite.armeabi.log' 2025-03-21T20:18:09.2773005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/huawei-p9-lite.log' 2025-03-21T20:18:09.2774611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/iconia-one-10.armeabi.log' 2025-03-21T20:18:09.2776238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/iconia-one-10.log' 2025-03-21T20:18:09.2777774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/jetson-tx1.log' 2025-03-21T20:18:09.2779284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/leagoo-t5c.log' 2025-03-21T20:18:09.2780835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/lenovo-a6600-plus.log' 2025-03-21T20:18:09.2782411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/lenovo-vibe-x2.log' 2025-03-21T20:18:09.2783946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/lg-k10-eu.log' 2025-03-21T20:18:09.2785491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/lg-optimus-g-pro.log' 2025-03-21T20:18:09.2787051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/meizu-pro-6.log' 2025-03-21T20:18:09.2788584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/meizu-pro-6s.log' 2025-03-21T20:18:09.2790178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/meizu-pro-7-plus.log' 2025-03-21T20:18:09.2791732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/memo-pad-7.log' 2025-03-21T20:18:09.2793248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/moto-e-gen1.log' 2025-03-21T20:18:09.2794764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/moto-g-gen1.log' 2025-03-21T20:18:09.2796274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/moto-g-gen2.log' 2025-03-21T20:18:09.2797785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/moto-g-gen3.log' 2025-03-21T20:18:09.2799315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/moto-g-gen4.log' 2025-03-21T20:18:09.2800867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/moto-g-gen5.log' 2025-03-21T20:18:09.2802406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/msm8996.log' 2025-03-21T20:18:09.2803899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/nexus-s.log' 2025-03-21T20:18:09.2805393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/nexus10.log' 2025-03-21T20:18:09.2806882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/nexus4.log' 2025-03-21T20:18:09.2808443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/nexus5x.armeabi.log' 2025-03-21T20:18:09.2810009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/nexus5x.log' 2025-03-21T20:18:09.2811500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/nexus6.log' 2025-03-21T20:18:09.2813033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/nexus6p.armeabi.log' 2025-03-21T20:18:09.2814574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/nexus6p.log' 2025-03-21T20:18:09.2816052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/nexus9.log' 2025-03-21T20:18:09.2817546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/odroid-u2.log' 2025-03-21T20:18:09.2819111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/oneplus-3t.armeabi.log' 2025-03-21T20:18:09.2820680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/oneplus-3t.log' 2025-03-21T20:18:09.2822232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/oneplus-5.armeabi.log' 2025-03-21T20:18:09.2823772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/oneplus-5.log' 2025-03-21T20:18:09.2825345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/oneplus-5t.armeabi.log' 2025-03-21T20:18:09.2826913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/oneplus-5t.log' 2025-03-21T20:18:09.2828457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/oppo-a37.armeabi.log' 2025-03-21T20:18:09.2830065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/oppo-a37.log' 2025-03-21T20:18:09.2831618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/oppo-r15.armeabi.log' 2025-03-21T20:18:09.2833164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/oppo-r15.log' 2025-03-21T20:18:09.2834736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/oppo-r9.armeabi.log' 2025-03-21T20:18:09.2836273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/oppo-r9.log' 2025-03-21T20:18:09.2837807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/padcod-10.1.log' 2025-03-21T20:18:09.2839343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/pandaboard-es.log' 2025-03-21T20:18:09.2840878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/pixel-2-xl.log' 2025-03-21T20:18:09.2842397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/pixel-c.log' 2025-03-21T20:18:09.2843894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/pixel-xl.log' 2025-03-21T20:18:09.2845398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/pixel.log' 2025-03-21T20:18:09.2846930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/raspberrypi-zero.log' 2025-03-21T20:18:09.2848631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/raspberrypi.log' 2025-03-21T20:18:09.2850165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/raspberrypi2.log' 2025-03-21T20:18:09.2851709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/raspberrypi3.log' 2025-03-21T20:18:09.2853234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/scaleway.log' 2025-03-21T20:18:09.2854809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/xiaomi-mi-5c.armeabi.log' 2025-03-21T20:18:09.2856389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/xiaomi-mi-5c.log' 2025-03-21T20:18:09.2857940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/xiaomi-redmi-2a.log' 2025-03-21T20:18:09.2859596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/xiaomi-redmi-note-3.armeabi.log' 2025-03-21T20:18:09.2861275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/xiaomi-redmi-note-3.log' 2025-03-21T20:18:09.2862953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/xiaomi-redmi-note-4.armeabi.log' 2025-03-21T20:18:09.2864627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/xiaomi-redmi-note-4.log' 2025-03-21T20:18:09.2866269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/xperia-c4-dual.armeabi.log' 2025-03-21T20:18:09.2867882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/xperia-c4-dual.log' 2025-03-21T20:18:09.2869524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/xperia-sl.log' 2025-03-21T20:18:09.2871032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/zenfone-2.log' 2025-03-21T20:18:09.2872584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/zenfone-2e.log' 2025-03-21T20:18:09.2874105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo/zenfone-c.log' 2025-03-21T20:18:09.2875576Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/cpuinfo' 2025-03-21T20:18:09.2877058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/alcatel-revvl.log' 2025-03-21T20:18:09.2878644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/alldocube-iwork8.log' 2025-03-21T20:18:09.2880205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/blu-r1-hd.log' 2025-03-21T20:18:09.2881732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/galaxy-a3-2016-eu.log' 2025-03-21T20:18:09.2883301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/galaxy-a8-2016-duos.log' 2025-03-21T20:18:09.2884863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/galaxy-a8-2018.log' 2025-03-21T20:18:09.2886397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/galaxy-c9-pro.log' 2025-03-21T20:18:09.2888051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/galaxy-grand-prime-value-edition.log' 2025-03-21T20:18:09.2889712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/galaxy-j1-2016.log' 2025-03-21T20:18:09.2891221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/galaxy-j5.log' 2025-03-21T20:18:09.2892738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/galaxy-j7-prime.log' 2025-03-21T20:18:09.2894302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/galaxy-j7-tmobile.log' 2025-03-21T20:18:09.2895853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/galaxy-j7-uae.log' 2025-03-21T20:18:09.2897389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/galaxy-s5-global.log' 2025-03-21T20:18:09.2898927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/galaxy-s5-us.log' 2025-03-21T20:18:09.2900424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/galaxy-s6.log' 2025-03-21T20:18:09.2901945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/galaxy-s7-global.log' 2025-03-21T20:18:09.2903482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/galaxy-s7-us.log' 2025-03-21T20:18:09.2905045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/galaxy-s8-global.log' 2025-03-21T20:18:09.2906625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/galaxy-s8-us.log' 2025-03-21T20:18:09.2908142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/huawei-mate-8.log' 2025-03-21T20:18:09.2909736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/huawei-mate-9.log' 2025-03-21T20:18:09.2911252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/huawei-p9-lite.log' 2025-03-21T20:18:09.2912819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/iconia-one-10.log' 2025-03-21T20:18:09.2914388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/lenovo-a6600-plus.log' 2025-03-21T20:18:09.2915915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/lg-k10-eu.log' 2025-03-21T20:18:09.2917411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/meizu-pro-6.log' 2025-03-21T20:18:09.2918921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/meizu-pro-6s.log' 2025-03-21T20:18:09.2920464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/meizu-pro-7-plus.log' 2025-03-21T20:18:09.2921999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/moto-g-gen2.log' 2025-03-21T20:18:09.2923489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/moto-g-gen3.log' 2025-03-21T20:18:09.2924990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/moto-g-gen4.log' 2025-03-21T20:18:09.2926486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/moto-g-gen5.log' 2025-03-21T20:18:09.2927964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/nexus-s.log' 2025-03-21T20:18:09.2929426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/nexus10.log' 2025-03-21T20:18:09.2930887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/nexus4.log' 2025-03-21T20:18:09.2932340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/nexus5x.log' 2025-03-21T20:18:09.2933791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/nexus6.log' 2025-03-21T20:18:09.2935241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/nexus6p.log' 2025-03-21T20:18:09.2936679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/nexus9.log' 2025-03-21T20:18:09.2938177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/oneplus-3t.log' 2025-03-21T20:18:09.2939670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/oppo-a37.log' 2025-03-21T20:18:09.2941169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/oppo-r9.log' 2025-03-21T20:18:09.2942655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/padcod-10.1.log' 2025-03-21T20:18:09.2944155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/pixel-xl.log' 2025-03-21T20:18:09.2945620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/pixel.log' 2025-03-21T20:18:09.2947135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/xiaomi-mi-5c.log' 2025-03-21T20:18:09.2948918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/xiaomi-redmi-note-3.log' 2025-03-21T20:18:09.2950536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/xiaomi-redmi-note-4.log' 2025-03-21T20:18:09.2952106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/xperia-c4-dual.log' 2025-03-21T20:18:09.2953621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/xperia-sl.log' 2025-03-21T20:18:09.2955115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg/zenfone-2.log' 2025-03-21T20:18:09.2956574Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/dmesg' 2025-03-21T20:18:09.2958003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/get-current.cc' 2025-03-21T20:18:09.2959401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/init.cc' 2025-03-21T20:18:09.2960812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/alcatel-revvl.cc' 2025-03-21T20:18:09.2962309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/alcatel-revvl.h' 2025-03-21T20:18:09.2963829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/alldocube-iwork8.cc' 2025-03-21T20:18:09.2965367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/alldocube-iwork8.h' 2025-03-21T20:18:09.2966895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/atm7029b-tablet.cc' 2025-03-21T20:18:09.2968400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/atm7029b-tablet.h' 2025-03-21T20:18:09.2969889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/blu-r1-hd.cc' 2025-03-21T20:18:09.2971336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/blu-r1-hd.h' 2025-03-21T20:18:09.2972890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-a3-2016-eu.cc' 2025-03-21T20:18:09.2974424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-a3-2016-eu.h' 2025-03-21T20:18:09.2976011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-a8-2016-duos.cc' 2025-03-21T20:18:09.2977578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-a8-2016-duos.h' 2025-03-21T20:18:09.2979117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-a8-2018.cc' 2025-03-21T20:18:09.2980633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-a8-2018.h' 2025-03-21T20:18:09.2982176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-c9-pro.cc' 2025-03-21T20:18:09.2983706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-c9-pro.h' 2025-03-21T20:18:09.2985327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-grand-prime-value-edition.cc' 2025-03-21T20:18:09.2987072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-grand-prime-value-edition.h' 2025-03-21T20:18:09.2988741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-j1-2016.cc' 2025-03-21T20:18:09.2990250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-j1-2016.h' 2025-03-21T20:18:09.2991734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-j5.cc' 2025-03-21T20:18:09.2993187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-j5.h' 2025-03-21T20:18:09.2994672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-j7-prime.cc' 2025-03-21T20:18:09.2996188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-j7-prime.h' 2025-03-21T20:18:09.2997718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-j7-tmobile.cc' 2025-03-21T20:18:09.2999265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-j7-tmobile.h' 2025-03-21T20:18:09.3000775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-j7-uae.cc' 2025-03-21T20:18:09.3002268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-j7-uae.h' 2025-03-21T20:18:09.3003761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-s3-us.cc' 2025-03-21T20:18:09.3005260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-s3-us.h' 2025-03-21T20:18:09.3006767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-s4-us.cc' 2025-03-21T20:18:09.3008293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-s4-us.h' 2025-03-21T20:18:09.3009814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-s5-global.cc' 2025-03-21T20:18:09.3011368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-s5-global.h' 2025-03-21T20:18:09.3012871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-s5-us.cc' 2025-03-21T20:18:09.3014352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-s5-us.h' 2025-03-21T20:18:09.3015848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-s6.cc' 2025-03-21T20:18:09.3017330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-s6.h' 2025-03-21T20:18:09.3018821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-s7-global.cc' 2025-03-21T20:18:09.3020343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-s7-global.h' 2025-03-21T20:18:09.3021854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-s7-us.cc' 2025-03-21T20:18:09.3023343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-s7-us.h' 2025-03-21T20:18:09.3024852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-s8-global.cc' 2025-03-21T20:18:09.3026372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-s8-global.h' 2025-03-21T20:18:09.3027882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-s8-us.cc' 2025-03-21T20:18:09.3029424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-s8-us.h' 2025-03-21T20:18:09.3030933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-s9-global.cc' 2025-03-21T20:18:09.3032459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-s9-global.h' 2025-03-21T20:18:09.3033969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-s9-us.cc' 2025-03-21T20:18:09.3035463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-s9-us.h' 2025-03-21T20:18:09.3036971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-tab-3-7.0.cc' 2025-03-21T20:18:09.3038500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-tab-3-7.0.h' 2025-03-21T20:18:09.3040025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-tab-3-lite.cc' 2025-03-21T20:18:09.3041614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-tab-3-lite.h' 2025-03-21T20:18:09.3043146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-win-duos.cc' 2025-03-21T20:18:09.3044686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/galaxy-win-duos.h' 2025-03-21T20:18:09.3046207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/huawei-ascend-p7.cc' 2025-03-21T20:18:09.3047970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/huawei-ascend-p7.h' 2025-03-21T20:18:09.3049542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/huawei-honor-6.cc' 2025-03-21T20:18:09.3051118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/huawei-honor-6.h' 2025-03-21T20:18:09.3052657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/huawei-mate-10.cc' 2025-03-21T20:18:09.3054167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/huawei-mate-10.h' 2025-03-21T20:18:09.3055674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/huawei-mate-20.cc' 2025-03-21T20:18:09.3057181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/huawei-mate-20.h' 2025-03-21T20:18:09.3058688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/huawei-mate-8.cc' 2025-03-21T20:18:09.3060195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/huawei-mate-8.h' 2025-03-21T20:18:09.3061695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/huawei-mate-9.cc' 2025-03-21T20:18:09.3063187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/huawei-mate-9.h' 2025-03-21T20:18:09.3064690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/huawei-p20-pro.cc' 2025-03-21T20:18:09.3066187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/huawei-p20-pro.h' 2025-03-21T20:18:09.3067702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/huawei-p8-lite.cc' 2025-03-21T20:18:09.3069275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/huawei-p8-lite.h' 2025-03-21T20:18:09.3070791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/huawei-p9-lite.cc' 2025-03-21T20:18:09.3072309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/huawei-p9-lite.h' 2025-03-21T20:18:09.3073824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/iconia-one-10.cc' 2025-03-21T20:18:09.3075322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/iconia-one-10.h' 2025-03-21T20:18:09.3076858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/leagoo-t5c.cc' 2025-03-21T20:18:09.3078326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/leagoo-t5c.h' 2025-03-21T20:18:09.3079869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/lenovo-a6600-plus.cc' 2025-03-21T20:18:09.3081416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/lenovo-a6600-plus.h' 2025-03-21T20:18:09.3082948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/lenovo-vibe-x2.cc' 2025-03-21T20:18:09.3084472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/lenovo-vibe-x2.h' 2025-03-21T20:18:09.3085986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/lg-k10-eu.cc' 2025-03-21T20:18:09.3087476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/lg-k10-eu.h' 2025-03-21T20:18:09.3088984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/lg-optimus-g-pro.cc' 2025-03-21T20:18:09.3090520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/lg-optimus-g-pro.h' 2025-03-21T20:18:09.3092025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/meizu-pro-6.cc' 2025-03-21T20:18:09.3093521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/meizu-pro-6.h' 2025-03-21T20:18:09.3095007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/meizu-pro-6s.cc' 2025-03-21T20:18:09.3096517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/meizu-pro-6s.h' 2025-03-21T20:18:09.3098036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/meizu-pro-7-plus.cc' 2025-03-21T20:18:09.3099579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/meizu-pro-7-plus.h' 2025-03-21T20:18:09.3101083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/memo-pad-7.cc' 2025-03-21T20:18:09.3102561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/memo-pad-7.h' 2025-03-21T20:18:09.3104037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/moto-e-gen1.cc' 2025-03-21T20:18:09.3105525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/moto-e-gen1.h' 2025-03-21T20:18:09.3107005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/moto-g-gen1.cc' 2025-03-21T20:18:09.3108484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/moto-g-gen1.h' 2025-03-21T20:18:09.3110024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/moto-g-gen2.cc' 2025-03-21T20:18:09.3111536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/moto-g-gen2.h' 2025-03-21T20:18:09.3113022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/moto-g-gen3.cc' 2025-03-21T20:18:09.3114536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/moto-g-gen3.h' 2025-03-21T20:18:09.3116014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/moto-g-gen4.cc' 2025-03-21T20:18:09.3117481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/moto-g-gen4.h' 2025-03-21T20:18:09.3118986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/moto-g-gen5.cc' 2025-03-21T20:18:09.3120467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/moto-g-gen5.h' 2025-03-21T20:18:09.3121953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus-s.cc' 2025-03-21T20:18:09.3123390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus-s.h' 2025-03-21T20:18:09.3124823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus10.cc' 2025-03-21T20:18:09.3126252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus10.h' 2025-03-21T20:18:09.3127675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus4.cc' 2025-03-21T20:18:09.3129078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus4.h' 2025-03-21T20:18:09.3130502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus5x.cc' 2025-03-21T20:18:09.3131932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus5x.h' 2025-03-21T20:18:09.3133346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus6.cc' 2025-03-21T20:18:09.3134751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus6.h' 2025-03-21T20:18:09.3136173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus6p.cc' 2025-03-21T20:18:09.3137610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus6p.h' 2025-03-21T20:18:09.3139032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus9.cc' 2025-03-21T20:18:09.3140436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/nexus9.h' 2025-03-21T20:18:09.3141887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/oneplus-3t.cc' 2025-03-21T20:18:09.3143363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/oneplus-3t.h' 2025-03-21T20:18:09.3144829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/oneplus-5.cc' 2025-03-21T20:18:09.3146318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/oneplus-5.h' 2025-03-21T20:18:09.3147963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/oneplus-5t.cc' 2025-03-21T20:18:09.3149483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/oneplus-5t.h' 2025-03-21T20:18:09.3150942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/oppo-a37.cc' 2025-03-21T20:18:09.3152378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/oppo-a37.h' 2025-03-21T20:18:09.3153883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/oppo-r15.cc' 2025-03-21T20:18:09.3155387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/oppo-r15.h' 2025-03-21T20:18:09.3156830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/oppo-r9.cc' 2025-03-21T20:18:09.3158269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/oppo-r9.h' 2025-03-21T20:18:09.3159728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/padcod-10.1.cc' 2025-03-21T20:18:09.3161217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/padcod-10.1.h' 2025-03-21T20:18:09.3162708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/pixel-2-xl.cc' 2025-03-21T20:18:09.3164173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/pixel-2-xl.h' 2025-03-21T20:18:09.3165621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/pixel-8.cc' 2025-03-21T20:18:09.3167056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/pixel-8.h' 2025-03-21T20:18:09.3168489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/pixel-c.cc' 2025-03-21T20:18:09.3169916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/pixel-c.h' 2025-03-21T20:18:09.3171357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/pixel-xl.cc' 2025-03-21T20:18:09.3172806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/pixel-xl.h' 2025-03-21T20:18:09.3174231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/pixel.cc' 2025-03-21T20:18:09.3175636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/pixel.h' 2025-03-21T20:18:09.3177047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/scaleway.cc' 2025-03-21T20:18:09.3178482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/scaleway.h' 2025-03-21T20:18:09.3179988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/xiaomi-mi-5c.cc' 2025-03-21T20:18:09.3181488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/xiaomi-mi-5c.h' 2025-03-21T20:18:09.3183038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/xiaomi-redmi-2a.cc' 2025-03-21T20:18:09.3184563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/xiaomi-redmi-2a.h' 2025-03-21T20:18:09.3186123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/xiaomi-redmi-note-3.cc' 2025-03-21T20:18:09.3187728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/xiaomi-redmi-note-3.h' 2025-03-21T20:18:09.3189351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/xiaomi-redmi-note-4.cc' 2025-03-21T20:18:09.3191024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/xiaomi-redmi-note-4.h' 2025-03-21T20:18:09.3192571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/xperia-c4-dual.cc' 2025-03-21T20:18:09.3194079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/xperia-c4-dual.h' 2025-03-21T20:18:09.3195564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/xperia-sl.cc' 2025-03-21T20:18:09.3197030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/xperia-sl.h' 2025-03-21T20:18:09.3198492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/zenfone-2.cc' 2025-03-21T20:18:09.3199949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/zenfone-2.h' 2025-03-21T20:18:09.3201407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/zenfone-2e.cc' 2025-03-21T20:18:09.3202865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/zenfone-2e.h' 2025-03-21T20:18:09.3204327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/zenfone-c.cc' 2025-03-21T20:18:09.3205786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock/zenfone-c.h' 2025-03-21T20:18:09.3207216Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/mock' 2025-03-21T20:18:09.3208778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/name/android-properties-interface.c' 2025-03-21T20:18:09.3210426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/name/android-properties.cc' 2025-03-21T20:18:09.3211968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/name/brand-string.cc' 2025-03-21T20:18:09.3213524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/name/proc-cpuinfo-hardware.cc' 2025-03-21T20:18:09.3215063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/name/ro-arch.cc' 2025-03-21T20:18:09.3216571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/name/ro-board-platform.cc' 2025-03-21T20:18:09.3218135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/name/ro-chipname.cc' 2025-03-21T20:18:09.3219677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/name/ro-mediatek-platform.cc' 2025-03-21T20:18:09.3221255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/name/ro-product-board.cc' 2025-03-21T20:18:09.3222765Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/name' 2025-03-21T20:18:09.3224163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test/size.c' 2025-03-21T20:18:09.3225511Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/test' 2025-03-21T20:18:09.3226878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/tools/auxv-dump.c' 2025-03-21T20:18:09.3228282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/tools/cache-info.c' 2025-03-21T20:18:09.3229756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/tools/cpu-info.c' 2025-03-21T20:18:09.3231166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/tools/cpuid-dump.c' 2025-03-21T20:18:09.3232598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/tools/cpuinfo-dump.c' 2025-03-21T20:18:09.3234016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/tools/gpu-dump.c' 2025-03-21T20:18:09.3235406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/tools/isa-info.c' 2025-03-21T20:18:09.3236785Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo/tools' 2025-03-21T20:18:09.3238104Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:09.3239440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/api.c' 2025-03-21T20:18:09.3240928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/android/properties.c' 2025-03-21T20:18:09.3242506Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/android' 2025-03-21T20:18:09.3244005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/cache.c' 2025-03-21T20:18:09.3245525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/linux/aarch32-isa.c' 2025-03-21T20:18:09.3247101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/linux/aarch64-isa.c' 2025-03-21T20:18:09.3248862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/linux/chipset.c' 2025-03-21T20:18:09.3250398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/linux/clusters.c' 2025-03-21T20:18:09.3251964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/linux/cpuinfo.c' 2025-03-21T20:18:09.3253483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/linux/hwcap.c' 2025-03-21T20:18:09.3254987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/linux/init.c' 2025-03-21T20:18:09.3256518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/linux/midr.c' 2025-03-21T20:18:09.3258027Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/linux' 2025-03-21T20:18:09.3259558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/mach/init.c' 2025-03-21T20:18:09.3261047Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/mach' 2025-03-21T20:18:09.3262511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/tlb.c' 2025-03-21T20:18:09.3263933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm/uarch.c' 2025-03-21T20:18:09.3265376Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/arm' 2025-03-21T20:18:09.3266802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/cache.c' 2025-03-21T20:18:09.3268194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/init.c' 2025-03-21T20:18:09.3269699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/linux/cpulist.c' 2025-03-21T20:18:09.3271198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/linux/mockfile.c' 2025-03-21T20:18:09.3272704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/linux/multiline.c' 2025-03-21T20:18:09.3274232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/linux/processors.c' 2025-03-21T20:18:09.3275755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/linux/smallfile.c' 2025-03-21T20:18:09.3277246Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/linux' 2025-03-21T20:18:09.3278681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/log.c' 2025-03-21T20:18:09.3280117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/mach/topology.c' 2025-03-21T20:18:09.3281600Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/mach' 2025-03-21T20:18:09.3283152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/cache/descriptor.c' 2025-03-21T20:18:09.3284744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/cache/deterministic.c' 2025-03-21T20:18:09.3286325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/cache/init.c' 2025-03-21T20:18:09.3287828Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/cache' 2025-03-21T20:18:09.3289289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/info.c' 2025-03-21T20:18:09.3290765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/init.c' 2025-03-21T20:18:09.3292191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/isa.c' 2025-03-21T20:18:09.3293689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/linux/cpuinfo.c' 2025-03-21T20:18:09.3295206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/linux/init.c' 2025-03-21T20:18:09.3296715Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/linux' 2025-03-21T20:18:09.3298211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/mach/init.c' 2025-03-21T20:18:09.3299712Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/mach' 2025-03-21T20:18:09.3301206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/mockcpuid.c' 2025-03-21T20:18:09.3302666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/name.c' 2025-03-21T20:18:09.3304116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/topology.c' 2025-03-21T20:18:09.3305576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/uarch.c' 2025-03-21T20:18:09.3307026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/vendor.c' 2025-03-21T20:18:09.3308511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/windows/init.c' 2025-03-21T20:18:09.3310107Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86/windows' 2025-03-21T20:18:09.3311606Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers/x86' 2025-03-21T20:18:09.3313037Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo-wrappers' 2025-03-21T20:18:09.3314385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo_defs.bzl' 2025-03-21T20:18:09.3315781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-03-21T20:18:09.3317210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/.git' 2025-03-21T20:18:09.3317846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/.gitignore' 2025-03-21T20:18:09.3318504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/.travis.yml' 2025-03-21T20:18:09.3319140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/BUILD.bazel' 2025-03-21T20:18:09.3319784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/CMakeLists.txt' 2025-03-21T20:18:09.3320386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/LICENSE' 2025-03-21T20:18:09.3321031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/README.md' 2025-03-21T20:18:09.3321670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/WORKSPACE' 2025-03-21T20:18:09.3322335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/bench/latency.cc' 2025-03-21T20:18:09.3323014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/bench/throughput.cc' 2025-03-21T20:18:09.3323660Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/bench' 2025-03-21T20:18:09.3324386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/cmake/DownloadCpuinfo.cmake' 2025-03-21T20:18:09.3325103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/cmake/DownloadFXdiv.cmake' 2025-03-21T20:18:09.3325888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/cmake/DownloadGoogleBenchmark.cmake' 2025-03-21T20:18:09.3326639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/cmake/DownloadGoogleTest.cmake' 2025-03-21T20:18:09.3327280Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/cmake' 2025-03-21T20:18:09.3327918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-03-21T20:18:09.3328537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-03-21T20:18:09.3329227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/examples/addition.c' 2025-03-21T20:18:09.3329884Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/examples' 2025-03-21T20:18:09.3330573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/include/pthreadpool.h' 2025-03-21T20:18:09.3331238Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/include' 2025-03-21T20:18:09.3331872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/jni/Android.mk' 2025-03-21T20:18:09.3332549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/jni/Application.mk' 2025-03-21T20:18:09.3333201Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/jni' 2025-03-21T20:18:09.3333851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/fastpath.c' 2025-03-21T20:18:09.3334485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/gcd.c' 2025-03-21T20:18:09.3335146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/legacy-api.c' 2025-03-21T20:18:09.3335774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/memory.c' 2025-03-21T20:18:09.3336477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/portable-api.c' 2025-03-21T20:18:09.3337120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/pthreads.c' 2025-03-21T20:18:09.3337772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/shim.c' 2025-03-21T20:18:09.3338474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/threadpool-atomics.h' 2025-03-21T20:18:09.3339180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/threadpool-common.h' 2025-03-21T20:18:09.3339876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/threadpool-object.h' 2025-03-21T20:18:09.3340572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/threadpool-utils.h' 2025-03-21T20:18:09.3341209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src/windows.c' 2025-03-21T20:18:09.3341837Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/src' 2025-03-21T20:18:09.3342541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/test/pthreadpool-cxx.cc' 2025-03-21T20:18:09.3343215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/test/pthreadpool.cc' 2025-03-21T20:18:09.3343857Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool/test' 2025-03-21T20:18:09.3344462Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:09.3345079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool_defs.bzl' 2025-03-21T20:18:09.3345664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/xnnpack.buck.bzl' 2025-03-21T20:18:09.3346275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/xnnpack_src_defs.bzl' 2025-03-21T20:18:09.3346813Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party' 2025-03-21T20:18:09.3347320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/utils/TARGETS' 2025-03-21T20:18:09.3347994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/utils/configs.py' 2025-03-21T20:18:09.3348696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/utils/gen_xnnpack_constants.sh' 2025-03-21T20:18:09.3349238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/utils/quant_utils.py' 2025-03-21T20:18:09.3349773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/utils/utils.py' 2025-03-21T20:18:09.3350353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-03-21T20:18:09.3350844Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/utils' 2025-03-21T20:18:09.3351394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-03-21T20:18:09.3351888Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack' 2025-03-21T20:18:09.3352350Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends' 2025-03-21T20:18:09.3352769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/build/__init__.py' 2025-03-21T20:18:09.3353277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/build/build_android_library.sh' 2025-03-21T20:18:09.3353777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/build/build_apple_frameworks.sh' 2025-03-21T20:18:09.3354273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/build/build_apple_llm_demo.sh' 2025-03-21T20:18:09.3354743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/build/create_frameworks.sh' 2025-03-21T20:18:09.3355242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/build/print_exported_headers.py' 2025-03-21T20:18:09.3355740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/build/run_android_emulator.sh' 2025-03-21T20:18:09.3356163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/build/test_ios.sh' 2025-03-21T20:18:09.3356580Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/build' 2025-03-21T20:18:09.3356990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/TARGETS' 2025-03-21T20:18:09.3357433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/__init__.py' 2025-03-21T20:18:09.3357850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/macros.h' 2025-03-21T20:18:09.3358290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/targets.bzl' 2025-03-21T20:18:09.3358785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/templates/Functions.h' 2025-03-21T20:18:09.3359322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/templates/NativeFunctions.h' 2025-03-21T20:18:09.3359982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/templates/RegisterCodegenUnboxedKernels.cpp' 2025-03-21T20:18:09.3360607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/templates/RegisterDispatchDefinitions.ini' 2025-03-21T20:18:09.3361250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/templates/RegisterDispatchKeyCustomOps.cpp' 2025-03-21T20:18:09.3361787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/templates/RegisterKernels.cpp' 2025-03-21T20:18:09.3362321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/templates/RegisterKernels.h' 2025-03-21T20:18:09.3362875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/templates/RegisterSchema.cpp' 2025-03-21T20:18:09.3363439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/templates/aten_interned_strings.h' 2025-03-21T20:18:09.3363953Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/templates' 2025-03-21T20:18:09.3364398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/TARGETS' 2025-03-21T20:18:09.3364859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/__init__.py' 2025-03-21T20:18:09.3365369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/gen_all_oplist.py' 2025-03-21T20:18:09.3365867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/gen_oplist.py' 2025-03-21T20:18:09.3366350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/gen_ops_def.py' 2025-03-21T20:18:09.3366940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/gen_selected_op_variants.py' 2025-03-21T20:18:09.3367416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/merge_yaml.py' 2025-03-21T20:18:09.3367886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/targets.bzl' 2025-03-21T20:18:09.3368435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-03-21T20:18:09.3368969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/test/test_gen_oplist.py' 2025-03-21T20:18:09.3369568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-03-21T20:18:09.3370193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-03-21T20:18:09.3370666Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/test' 2025-03-21T20:18:09.3371140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools/yaml_util.py' 2025-03-21T20:18:09.3371582Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen/tools' 2025-03-21T20:18:09.3371991Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/codegen' 2025-03-21T20:18:09.3372490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/configurations/CMakeLists.txt' 2025-03-21T20:18:09.3372937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/configurations/TARGETS' 2025-03-21T20:18:09.3373417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/configurations/targets.bzl' 2025-03-21T20:18:09.3373865Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/configurations' 2025-03-21T20:18:09.3374294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/data/bin/README.md' 2025-03-21T20:18:09.3374707Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/data/bin' 2025-03-21T20:18:09.3375107Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/data' 2025-03-21T20:18:09.3375558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/CMakeLists.txt' 2025-03-21T20:18:09.3375973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/TARGETS' 2025-03-21T20:18:09.3376442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/__init__.py' 2025-03-21T20:18:09.3376933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/backend_debug/TARGETS' 2025-03-21T20:18:09.3377484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/backend_debug/__init__.py' 2025-03-21T20:18:09.3378035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/backend_debug/delegation_info.py' 2025-03-21T20:18:09.3378565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/backend_debug/tests/TARGETS' 2025-03-21T20:18:09.3379185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-03-21T20:18:09.3379750Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/backend_debug/tests' 2025-03-21T20:18:09.3380249Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/backend_debug' 2025-03-21T20:18:09.3380787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/TARGETS' 2025-03-21T20:18:09.3381364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/bundled_program.cpp' 2025-03-21T20:18:09.3381920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/bundled_program.h' 2025-03-21T20:18:09.3382445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/config.py' 2025-03-21T20:18:09.3382950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/core.py' 2025-03-21T20:18:09.3383517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/schema/README.md' 2025-03-21T20:18:09.3384056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/schema/TARGETS' 2025-03-21T20:18:09.3384628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/schema/__init__.py' 2025-03-21T20:18:09.3385281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-03-21T20:18:09.3385937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-03-21T20:18:09.3386529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-03-21T20:18:09.3387103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/schema/targets.bzl' 2025-03-21T20:18:09.3387675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/schema/test/TARGETS' 2025-03-21T20:18:09.3388296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-03-21T20:18:09.3388933Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/schema/test' 2025-03-21T20:18:09.3389482Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/schema' 2025-03-21T20:18:09.3390051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/serialize/TARGETS' 2025-03-21T20:18:09.3390637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/serialize/__init__.py' 2025-03-21T20:18:09.3391277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/serialize/test/TARGETS' 2025-03-21T20:18:09.3391925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-03-21T20:18:09.3392552Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/serialize/test' 2025-03-21T20:18:09.3393120Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/serialize' 2025-03-21T20:18:09.3393653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/targets.bzl' 2025-03-21T20:18:09.3394182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/test/TARGETS' 2025-03-21T20:18:09.3394818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-03-21T20:18:09.3395415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/test/test_config.py' 2025-03-21T20:18:09.3396003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/test/test_end2end.py' 2025-03-21T20:18:09.3396543Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/test' 2025-03-21T20:18:09.3397069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/util/TARGETS' 2025-03-21T20:18:09.3397641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/util/test_util.py' 2025-03-21T20:18:09.3398178Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/util' 2025-03-21T20:18:09.3398711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program/version.py' 2025-03-21T20:18:09.3399220Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/bundled_program' 2025-03-21T20:18:09.3399720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/debug_format/TARGETS' 2025-03-21T20:18:09.3400248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/debug_format/base_schema.py' 2025-03-21T20:18:09.3400776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/debug_format/et_schema.py' 2025-03-21T20:18:09.3401262Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/debug_format' 2025-03-21T20:18:09.3401728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/TARGETS' 2025-03-21T20:18:09.3402254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks/TARGETS' 2025-03-21T20:18:09.3402843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks/buffer_data_sink.cpp' 2025-03-21T20:18:09.3403433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks/buffer_data_sink.h' 2025-03-21T20:18:09.3403992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks/data_sink_base.h' 2025-03-21T20:18:09.3404576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks/file_data_sink.cpp' 2025-03-21T20:18:09.3405140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks/file_data_sink.h' 2025-03-21T20:18:09.3405714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks/targets.bzl' 2025-03-21T20:18:09.3406262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks/tests/TARGETS' 2025-03-21T20:18:09.3406954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks/tests/buffer_data_sink_test.cpp' 2025-03-21T20:18:09.3407586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks/tests/file_data_sink_test.cpp' 2025-03-21T20:18:09.3408161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks/tests/targets.bzl' 2025-03-21T20:18:09.3408714Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks/tests' 2025-03-21T20:18:09.3409273Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/data_sinks' 2025-03-21T20:18:09.3409778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/emitter.cpp' 2025-03-21T20:18:09.3410245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/emitter.h' 2025-03-21T20:18:09.3410763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/etdump_flatcc.cpp' 2025-03-21T20:18:09.3411259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/etdump_flatcc.h' 2025-03-21T20:18:09.3411819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-03-21T20:18:09.3412314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/scalar_type.fbs' 2025-03-21T20:18:09.3412840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/schema_flatcc.py' 2025-03-21T20:18:09.3413322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/serialize.py' 2025-03-21T20:18:09.3413811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/targets.bzl' 2025-03-21T20:18:09.3414335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/tests/CMakeLists.txt' 2025-03-21T20:18:09.3414827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/tests/TARGETS' 2025-03-21T20:18:09.3415357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/tests/etdump_test.cpp' 2025-03-21T20:18:09.3415901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/tests/serialize_test.py' 2025-03-21T20:18:09.3416420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/tests/targets.bzl' 2025-03-21T20:18:09.3416913Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/tests' 2025-03-21T20:18:09.3417374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump/utils.h' 2025-03-21T20:18:09.3417830Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etdump' 2025-03-21T20:18:09.3418300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etrecord/TARGETS' 2025-03-21T20:18:09.3418786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etrecord/__init__.py' 2025-03-21T20:18:09.3419282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etrecord/_etrecord.py' 2025-03-21T20:18:09.3419815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etrecord/tests/TARGETS' 2025-03-21T20:18:09.3420381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etrecord/tests/etrecord_test.py' 2025-03-21T20:18:09.3420910Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etrecord/tests' 2025-03-21T20:18:09.3427638Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/etrecord' 2025-03-21T20:18:09.3428182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/inspector/TARGETS' 2025-03-21T20:18:09.3428787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/inspector/__init__.py' 2025-03-21T20:18:09.3429406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/inspector/_inspector.py' 2025-03-21T20:18:09.3429951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/inspector/_inspector_utils.py' 2025-03-21T20:18:09.3430521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/inspector/inspector_cli.py' 2025-03-21T20:18:09.3431031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/inspector/tests/TARGETS' 2025-03-21T20:18:09.3431621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/inspector/tests/event_blocks_test.py' 2025-03-21T20:18:09.3432185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/inspector/tests/inspector_test.py' 2025-03-21T20:18:09.3432798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-03-21T20:18:09.3433314Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/inspector/tests' 2025-03-21T20:18:09.3433795Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/inspector' 2025-03-21T20:18:09.3434305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/install_requirements.sh' 2025-03-21T20:18:09.3434831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/size_analysis_tool/TARGETS' 2025-03-21T20:18:09.3435423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-03-21T20:18:09.3436047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-03-21T20:18:09.3436573Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/size_analysis_tool' 2025-03-21T20:18:09.3437014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/targets.bzl' 2025-03-21T20:18:09.3437514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/visualization/TARGETS' 2025-03-21T20:18:09.3438038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/visualization/__init__.py' 2025-03-21T20:18:09.3438629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/visualization/visualization_utils.py' 2025-03-21T20:18:09.3439244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/visualization/visualization_utils_test.py' 2025-03-21T20:18:09.3439750Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools/visualization' 2025-03-21T20:18:09.3440165Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/devtools' 2025-03-21T20:18:09.3440612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/.gitignore' 2025-03-21T20:18:09.3441008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/Makefile' 2025-03-21T20:18:09.3441443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/README.md' 2025-03-21T20:18:09.3441837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/TARGETS' 2025-03-21T20:18:09.3442268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/Doxyfile' 2025-03-21T20:18:09.3442783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/css/custom.css' 2025-03-21T20:18:09.3443335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/css/progress-bar.css' 2025-03-21T20:18:09.3443866Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/css' 2025-03-21T20:18:09.3444380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/example.py' 2025-03-21T20:18:09.3445012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/ExecuTorch-Logo-cropped.svg' 2025-03-21T20:18:09.3445548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/android_app.png' 2025-03-21T20:18:09.3446126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/android_demo_run.png' 2025-03-21T20:18:09.3446697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/android_llama_app.png' 2025-03-21T20:18:09.3447250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/android_studio.png' 2025-03-21T20:18:09.3447989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/api_life_cycle.png' 2025-03-21T20:18:09.3448587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/backend_debug_handle.png' 2025-03-21T20:18:09.3449227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/backend_debug_handle_example.png' 2025-03-21T20:18:09.3449809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/backend_interface.png' 2025-03-21T20:18:09.3450407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/backend_interface_aot.png' 2025-03-21T20:18:09.3451026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/backend_interface_runtime.png' 2025-03-21T20:18:09.3451602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/benchmark-infra.png' 2025-03-21T20:18:09.3452164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/card-background.svg' 2025-03-21T20:18:09.3452677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/chat.png' 2025-03-21T20:18:09.3453222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/chat_response.png' 2025-03-21T20:18:09.3453830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/concepts-map-detailed.png' 2025-03-21T20:18:09.3454430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/concepts-map-overview.png' 2025-03-21T20:18:09.3455035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/demo_ios_app.jpg' 2025-03-21T20:18:09.3455600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/demo_ios_xcode.jpg' 2025-03-21T20:18:09.3456169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/dsp_binary.png' 2025-03-21T20:18:09.3456695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/et-logo.png' 2025-03-21T20:18:09.3457313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/executorch-entry-points.png' 2025-03-21T20:18:09.3457913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/generic-pytorch-logo.png' 2025-03-21T20:18:09.3458612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/how-executorch-works-high-level.png' 2025-03-21T20:18:09.3459208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/ios_benchmark_app.png' 2025-03-21T20:18:09.3459846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/ios_benchmark_app_macos.png' 2025-03-21T20:18:09.3460498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/ios_benchmark_app_macos_signing.png' 2025-03-21T20:18:09.3461109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/ios_benchmark_app_signing.png' 2025-03-21T20:18:09.3461753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/ios_benchmark_app_test_forward.png' 2025-03-21T20:18:09.3462399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/ios_benchmark_app_test_generate.png' 2025-03-21T20:18:09.3463023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/ios_benchmark_app_test_load.png' 2025-03-21T20:18:09.3463633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/ios_benchmark_app_tests.png' 2025-03-21T20:18:09.3464178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/ios_demo_app.jpg' 2025-03-21T20:18:09.3464825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/ios_demo_app_choosing_package.png' 2025-03-21T20:18:09.3465401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/ios_demo_app_llava.jpg' 2025-03-21T20:18:09.3465972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/ios_demo_app_mps.jpg' 2025-03-21T20:18:09.3466562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/ios_demo_app_swift_pm.png' 2025-03-21T20:18:09.3467243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/kernel-library-custom-aten-kernel.png' 2025-03-21T20:18:09.3467899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/kernel-library-selective-build.png' 2025-03-21T20:18:09.3468454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/llama_ios_app.mp4' 2025-03-21T20:18:09.3469056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/llama_ios_app.png' 2025-03-21T20:18:09.3469611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/llava_example.png' 2025-03-21T20:18:09.3470284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/llm_manual_print_data_tabular.png' 2025-03-21T20:18:09.3470932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/load_complete_and_start_prompt.png' 2025-03-21T20:18:09.3471471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/logs.png' 2025-03-21T20:18:09.3472089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/memory_planning_inspection.png' 2025-03-21T20:18:09.3472706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/mtk_changes_to_shell_file.png' 2025-03-21T20:18:09.3473241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/mtk_output.png' 2025-03-21T20:18:09.3473900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/opening_the_app_details.png' 2025-03-21T20:18:09.3474506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/print_data_tabular.png' 2025-03-21T20:18:09.3475145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/runtime-overview-high-level.png' 2025-03-21T20:18:09.3475782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/s_custom_variables_extension.png' 2025-03-21T20:18:09.3476359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/s_demo_note_render.png' 2025-03-21T20:18:09.3476933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/s_demo_note_source.png' 2025-03-21T20:18:09.3477491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/settings_menu.png' 2025-03-21T20:18:09.3478044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/swiftpm_xcode.mp4' 2025-03-21T20:18:09.3478592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/swiftpm_xcode.png' 2025-03-21T20:18:09.3479153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/swiftpm_xcode1.png' 2025-03-21T20:18:09.3479704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img/swiftpm_xcode2.png' 2025-03-21T20:18:09.3480209Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/img' 2025-03-21T20:18:09.3480748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/js/progress-bar.js' 2025-03-21T20:18:09.3481251Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static/js' 2025-03-21T20:18:09.3481730Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_static' 2025-03-21T20:18:09.3482253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_templates/layout.html' 2025-03-21T20:18:09.3482749Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/_templates' 2025-03-21T20:18:09.3483243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/api-life-cycle.md' 2025-03-21T20:18:09.3483812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/arm-delegate-runtime-build.svg' 2025-03-21T20:18:09.3484414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backend-delegates-dependencies.md' 2025-03-21T20:18:09.3485035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backend-delegates-integration.md' 2025-03-21T20:18:09.3485659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backend-delegates-xnnpack-reference.md' 2025-03-21T20:18:09.3486193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backend-template.md' 2025-03-21T20:18:09.3486721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backends-arm-ethos-u.md' 2025-03-21T20:18:09.3487230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backends-cadence.md' 2025-03-21T20:18:09.3487724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backends-coreml.md' 2025-03-21T20:18:09.3488272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backends-mediatek.md' 2025-03-21T20:18:09.3488781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backends-mps.md' 2025-03-21T20:18:09.3489304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backends-overview.md' 2025-03-21T20:18:09.3489814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backends-qualcomm.md' 2025-03-21T20:18:09.3490314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backends-vulkan.md' 2025-03-21T20:18:09.3490818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/backends-xnnpack.md' 2025-03-21T20:18:09.3491285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/bundled-io.md' 2025-03-21T20:18:09.3491854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/compiler-backend-dialect.md' 2025-03-21T20:18:09.3492462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/compiler-custom-compiler-passes.md' 2025-03-21T20:18:09.3493090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/compiler-delegate-and-partitioner.md' 2025-03-21T20:18:09.3493642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/compiler-memory-planning.md' 2025-03-21T20:18:09.3494106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/concepts.md' 2025-03-21T20:18:09.3494537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/conf.py' 2025-03-21T20:18:09.3495029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/contributing.md' 2025-03-21T20:18:09.3495536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/custom_directives.py' 2025-03-21T20:18:09.3496080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/debug-backend-delegate.md' 2025-03-21T20:18:09.3496599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/delegate-debugging.md' 2025-03-21T20:18:09.3497103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/demo-apps-android.md' 2025-03-21T20:18:09.3497596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/demo-apps-ios.md' 2025-03-21T20:18:09.3498101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/devtools-overview.md' 2025-03-21T20:18:09.3498619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/devtools-tutorial.md' 2025-03-21T20:18:09.3499082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/etdump.md' 2025-03-21T20:18:09.3499548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/etrecord.rst' 2025-03-21T20:18:09.3500340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/examples-end-to-end-to-lower-model-to-delegate.md' 2025-03-21T20:18:09.3500972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/executorch-runtime-api-reference.rst' 2025-03-21T20:18:09.3501525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/executorch_custom_versions.py' 2025-03-21T20:18:09.3502038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/executorch_stack.png' 2025-03-21T20:18:09.3502557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/export-overview.md' 2025-03-21T20:18:09.3503206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/export-to-executorch-api-reference.rst' 2025-03-21T20:18:09.3503717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/extension-module.md' 2025-03-21T20:18:09.3504214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/extension-tensor.md' 2025-03-21T20:18:09.3504796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/getting-started-architecture.md' 2025-03-21T20:18:09.3505337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/getting-started-setup.rst' 2025-03-21T20:18:09.3505833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/getting-started.md' 2025-03-21T20:18:09.3506274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/index.rst' 2025-03-21T20:18:09.3506793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/intro-how-it-works.md' 2025-03-21T20:18:09.3507282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/intro-overview.md' 2025-03-21T20:18:09.3507732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/ir-exir.md' 2025-03-21T20:18:09.3508268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/ir-ops-set-definition.md' 2025-03-21T20:18:09.3508936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/kernel-library-custom-aten-kernel.md' 2025-03-21T20:18:09.3509488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/kernel-library-overview.md' 2025-03-21T20:18:09.3510078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/kernel-library-selective-build.md' 2025-03-21T20:18:09.3510835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/llm/build-run-llama3-qualcomm-ai-engine-direct-backend.md' 2025-03-21T20:18:09.3511358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/llm/getting-started.md' 2025-03-21T20:18:09.3511898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/llm/llama-demo-android.md' 2025-03-21T20:18:09.3512412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/llm/llama-demo-ios.md' 2025-03-21T20:18:09.3512877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/llm/llama.md' 2025-03-21T20:18:09.3513331Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/llm' 2025-03-21T20:18:09.3513941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/markdown-sphinx-tips-tricks.md' 2025-03-21T20:18:09.3514506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/memory-planning-inspection.md' 2025-03-21T20:18:09.3515029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/model-debugging.md' 2025-03-21T20:18:09.3515532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/model-inspector.rst' 2025-03-21T20:18:09.3516207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/native-delegates-executorch-vulkan-delegate.md' 2025-03-21T20:18:09.3516764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/portable-cpp-programming.md' 2025-03-21T20:18:09.3517282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/pte-file-format.md' 2025-03-21T20:18:09.3518130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/quantization-overview.md' 2025-03-21T20:18:09.3518706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/running-a-model-cpp-tutorial.md' 2025-03-21T20:18:09.3519450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/runtime-backend-delegate-implementation-and-linking.md' 2025-03-21T20:18:09.3519949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/runtime-overview.md' 2025-03-21T20:18:09.3520570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/runtime-platform-abstraction-layer.md' 2025-03-21T20:18:09.3521081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/runtime-profiling.md' 2025-03-21T20:18:09.3521669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/runtime-python-api-reference.rst' 2025-03-21T20:18:09.3522159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/sdk-bundled-io.md' 2025-03-21T20:18:09.3522642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/sdk-debugging.md' 2025-03-21T20:18:09.3523195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/sdk-delegate-integration.md' 2025-03-21T20:18:09.3523661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/sdk-etdump.md' 2025-03-21T20:18:09.3524152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/sdk-etrecord.rst' 2025-03-21T20:18:09.3524644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/sdk-inspector.rst' 2025-03-21T20:18:09.3525125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/sdk-overview.md' 2025-03-21T20:18:09.3525602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/sdk-profiling.md' 2025-03-21T20:18:09.3526087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/sdk-tutorial.md' 2025-03-21T20:18:09.3526597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/tutorial-template.md' 2025-03-21T20:18:09.3527226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/tutorial-xnnpack-delegate-lowering.md' 2025-03-21T20:18:09.3527770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/tutorials_source/README.txt' 2025-03-21T20:18:09.3528397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/tutorials_source/bundled_program.bp' 2025-03-21T20:18:09.3529094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/tutorials_source/devtools-integration-tutorial.py' 2025-03-21T20:18:09.3529827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/tutorials_source/export-to-executorch-tutorial.py' 2025-03-21T20:18:09.3530488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/tutorials_source/sdk-integration-tutorial.py' 2025-03-21T20:18:09.3531089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/tutorials_source/template_tutorial.py' 2025-03-21T20:18:09.3531629Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/tutorials_source' 2025-03-21T20:18:09.3532206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/using-executorch-android.md' 2025-03-21T20:18:09.3532882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/using-executorch-building-from-source.md' 2025-03-21T20:18:09.3533411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/using-executorch-cpp.md' 2025-03-21T20:18:09.3533959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/using-executorch-export.md' 2025-03-21T20:18:09.3534489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/using-executorch-faqs.md' 2025-03-21T20:18:09.3535022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/using-executorch-ios.md' 2025-03-21T20:18:09.3535661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/using-executorch-runtime-integration.md' 2025-03-21T20:18:09.3536275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/using-executorch-troubleshooting.md' 2025-03-21T20:18:09.3536876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/xnnpack-delegate-architecture.png' 2025-03-21T20:18:09.3537432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source/xnnpack-et-flow-diagram.png' 2025-03-21T20:18:09.3537869Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs/source' 2025-03-21T20:18:09.3538270Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/docs' 2025-03-21T20:18:09.3538707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/README.md' 2025-03-21T20:18:09.3539146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/__init__.py' 2025-03-21T20:18:09.3539665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/.gitignore' 2025-03-21T20:18:09.3540163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/README.md' 2025-03-21T20:18:09.3540997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/executor_runner/coreml_executor_runner.xcodeproj/project.pbxproj' 2025-03-21T20:18:09.3542054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/executor_runner/coreml_executor_runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist' 2025-03-21T20:18:09.3543025Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/executor_runner/coreml_executor_runner.xcodeproj/project.xcworkspace/xcshareddata' 2025-03-21T20:18:09.3543943Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/executor_runner/coreml_executor_runner.xcodeproj/project.xcworkspace' 2025-03-21T20:18:09.3544977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/executor_runner/coreml_executor_runner.xcodeproj/xcshareddata/xcschemes/coreml_executor_runner.xcscheme' 2025-03-21T20:18:09.3545905Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/executor_runner/coreml_executor_runner.xcodeproj/xcshareddata/xcschemes' 2025-03-21T20:18:09.3546757Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/executor_runner/coreml_executor_runner.xcodeproj/xcshareddata' 2025-03-21T20:18:09.3547557Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/executor_runner/coreml_executor_runner.xcodeproj' 2025-03-21T20:18:09.3548645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/executor_runner/coreml_executor_runner.xcworkspace/contents.xcworkspacedata' 2025-03-21T20:18:09.3549673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/executor_runner/coreml_executor_runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist' 2025-03-21T20:18:09.3550527Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/executor_runner/coreml_executor_runner.xcworkspace/xcshareddata' 2025-03-21T20:18:09.3551326Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/executor_runner/coreml_executor_runner.xcworkspace' 2025-03-21T20:18:09.3551911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/executor_runner/main.mm' 2025-03-21T20:18:09.3552505Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/executor_runner' 2025-03-21T20:18:09.3553026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/llama/TARGETS' 2025-03-21T20:18:09.3553572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/llama/export.py' 2025-03-21T20:18:09.3554173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-03-21T20:18:09.3554716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/llama/readme.md' 2025-03-21T20:18:09.3555236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/llama/run.py' 2025-03-21T20:18:09.3555763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/llama/test.py' 2025-03-21T20:18:09.3556291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/llama/utils.py' 2025-03-21T20:18:09.3556820Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/llama' 2025-03-21T20:18:09.3557349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/scripts/TARGETS' 2025-03-21T20:18:09.3557989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/scripts/build_executor_runner.sh' 2025-03-21T20:18:09.3558578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/scripts/debugger_cli.py' 2025-03-21T20:18:09.3559130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/scripts/export.py' 2025-03-21T20:18:09.3559813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/scripts/extract_coreml_models.py' 2025-03-21T20:18:09.3560411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/scripts/inspector_cli.py' 2025-03-21T20:18:09.3561054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/scripts/inspector_utils.py' 2025-03-21T20:18:09.3561592Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml/scripts' 2025-03-21T20:18:09.3562089Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/coreml' 2025-03-21T20:18:09.3562604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps/CMakeLists.txt' 2025-03-21T20:18:09.3563128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps/README.md' 2025-03-21T20:18:09.3563711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps/executor_runner/TARGETS' 2025-03-21T20:18:09.3564371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps/executor_runner/mps_executor_runner.mm' 2025-03-21T20:18:09.3564959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps/executor_runner/targets.bzl' 2025-03-21T20:18:09.3565526Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps/executor_runner' 2025-03-21T20:18:09.3566085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps/scripts/bench_utils.py' 2025-03-21T20:18:09.3566725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps/scripts/build_mps_executor_runner.sh' 2025-03-21T20:18:09.3567290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps/scripts/mps_example.py' 2025-03-21T20:18:09.3567818Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps/scripts' 2025-03-21T20:18:09.3568321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps/test_mps.sh' 2025-03-21T20:18:09.3568795Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple/mps' 2025-03-21T20:18:09.3569252Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/apple' 2025-03-21T20:18:09.3569726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/CMakeLists.txt' 2025-03-21T20:18:09.3570181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/README.md' 2025-03-21T20:18:09.3570692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/aot_arm_compiler.py' 2025-03-21T20:18:09.3571304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake' 2025-03-21T20:18:09.3572058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/ethos-u-setup/core_platform/0001-Move-rodata-to-the-DDR.patch' 2025-03-21T20:18:09.3572656Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/ethos-u-setup/core_platform' 2025-03-21T20:18:09.3573186Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/ethos-u-setup' 2025-03-21T20:18:09.3573759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/executor_runner/CMakeLists.txt' 2025-03-21T20:18:09.3574414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/executor_runner/arm_executor_runner.cpp' 2025-03-21T20:18:09.3575015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/executor_runner/arm_perf_monitor.cpp' 2025-03-21T20:18:09.3575638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/executor_runner/arm_perf_monitor.h' 2025-03-21T20:18:09.3576213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/executor_runner/pte_to_header.py' 2025-03-21T20:18:09.3576751Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/executor_runner' 2025-03-21T20:18:09.3577176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/run.sh' 2025-03-21T20:18:09.3577650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm/setup.sh' 2025-03-21T20:18:09.3578111Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/arm' 2025-03-21T20:18:09.3578613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/CMakeLists.txt' 2025-03-21T20:18:09.3579151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/models/babyllama.py' 2025-03-21T20:18:09.3579702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/models/mobilenet_v2.py' 2025-03-21T20:18:09.3580228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/models/resnet50.py' 2025-03-21T20:18:09.3580771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/models/rnnt_encoder.py' 2025-03-21T20:18:09.3581318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/models/rnnt_joiner.py' 2025-03-21T20:18:09.3581873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/models/rnnt_predictor.py' 2025-03-21T20:18:09.3582470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/models/vision_transformer.py' 2025-03-21T20:18:09.3582987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/models/wav2vec2.py' 2025-03-21T20:18:09.3583491Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/models' 2025-03-21T20:18:09.3584042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/operators/test_add_op.py' 2025-03-21T20:18:09.3584600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/operators/test_g3_ops.py' 2025-03-21T20:18:09.3585247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/operators/test_quantized_conv1d_op.py' 2025-03-21T20:18:09.3585881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/operators/test_quantized_linear_op.py' 2025-03-21T20:18:09.3586495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/operators/test_requantize_op.py' 2025-03-21T20:18:09.3587018Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence/operators' 2025-03-21T20:18:09.3587490Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/cadence' 2025-03-21T20:18:09.3588108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/.gitignore' 2025-03-21T20:18:09.3588864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/README.md' 2025-03-21T20:18:09.3589512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/.gitignore' 2025-03-21T20:18:09.3590233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/build.gradle.kts' 2025-03-21T20:18:09.3590931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/proguard-rules.pro' 2025-03-21T20:18:09.3591693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/AndroidManifest.xml' 2025-03-21T20:18:09.3592386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/BUCK' 2025-03-21T20:18:09.3593073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/TARGETS' 2025-03-21T20:18:09.3593838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/assets/corgi.jpeg' 2025-03-21T20:18:09.3594586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/assets/deeplab.jpg' 2025-03-21T20:18:09.3595317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/assets/dog.jpg' 2025-03-21T20:18:09.3596028Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/assets' 2025-03-21T20:18:09.3596981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/MainActivity.java' 2025-03-21T20:18:09.3597948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/TensorImageUtils.java' 2025-03-21T20:18:09.3598825Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo' 2025-03-21T20:18:09.3599600Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example' 2025-03-21T20:18:09.3600336Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com' 2025-03-21T20:18:09.3601044Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/java' 2025-03-21T20:18:09.3601918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/drawable/ic_launcher_background.xml' 2025-03-21T20:18:09.3602788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/drawable/ic_launcher_foreground.xml' 2025-03-21T20:18:09.3603549Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/drawable' 2025-03-21T20:18:09.3604408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/layout/activity_classification.xml' 2025-03-21T20:18:09.3605243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/layout/activity_main.xml' 2025-03-21T20:18:09.3605980Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/layout' 2025-03-21T20:18:09.3606866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml' 2025-03-21T20:18:09.3607757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml' 2025-03-21T20:18:09.3608576Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-anydpi-v26' 2025-03-21T20:18:09.3609426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-hdpi/ic_launcher.webp' 2025-03-21T20:18:09.3610316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp' 2025-03-21T20:18:09.3611099Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-hdpi' 2025-03-21T20:18:09.3611927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-mdpi/ic_launcher.webp' 2025-03-21T20:18:09.3612779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp' 2025-03-21T20:18:09.3613565Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-mdpi' 2025-03-21T20:18:09.3614393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-xhdpi/ic_launcher.webp' 2025-03-21T20:18:09.3615268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp' 2025-03-21T20:18:09.3616053Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-xhdpi' 2025-03-21T20:18:09.3616887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp' 2025-03-21T20:18:09.3617762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp' 2025-03-21T20:18:09.3618550Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-xxhdpi' 2025-03-21T20:18:09.3619413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp' 2025-03-21T20:18:09.3620291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp' 2025-03-21T20:18:09.3621097Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/mipmap-xxxhdpi' 2025-03-21T20:18:09.3621882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/values/colors.xml' 2025-03-21T20:18:09.3622662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/values/strings.xml' 2025-03-21T20:18:09.3623447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/values/styles.xml' 2025-03-21T20:18:09.3624217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/values/themes.xml' 2025-03-21T20:18:09.3624956Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/values' 2025-03-21T20:18:09.3625773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/xml/backup_rules.xml' 2025-03-21T20:18:09.3626634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/xml/data_extraction_rules.xml' 2025-03-21T20:18:09.3627367Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res/xml' 2025-03-21T20:18:09.3628074Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/res' 2025-03-21T20:18:09.3628835Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main' 2025-03-21T20:18:09.3629489Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src' 2025-03-21T20:18:09.3630123Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/app' 2025-03-21T20:18:09.3630783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/build.gradle.kts' 2025-03-21T20:18:09.3631457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/gradle.properties' 2025-03-21T20:18:09.3632219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/gradle/wrapper/gradle-wrapper.jar' 2025-03-21T20:18:09.3633024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/gradle/wrapper/gradle-wrapper.properties' 2025-03-21T20:18:09.3633722Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/gradle/wrapper' 2025-03-21T20:18:09.3634370Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/gradle' 2025-03-21T20:18:09.3634981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/gradlew' 2025-03-21T20:18:09.3635604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/gradlew.bat' 2025-03-21T20:18:09.3636286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/settings.gradle.kts' 2025-03-21T20:18:09.3636892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo/setup.sh' 2025-03-21T20:18:09.3637504Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/ExecuTorchDemo' 2025-03-21T20:18:09.3638131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/.gitignore' 2025-03-21T20:18:09.3638750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/README.md' 2025-03-21T20:18:09.3639451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/SDK-quick-setup-guide.md' 2025-03-21T20:18:09.3640073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/.gitignore' 2025-03-21T20:18:09.3640718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/build.gradle.kts' 2025-03-21T20:18:09.3641415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/proguard-rules.pro' 2025-03-21T20:18:09.3642425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/androidTest/java/com/example/executorchllamademo/PerfTest.java' 2025-03-21T20:18:09.3643356Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/androidTest/java/com/example/executorchllamademo' 2025-03-21T20:18:09.3644147Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/androidTest/java/com/example' 2025-03-21T20:18:09.3644890Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/androidTest/java/com' 2025-03-21T20:18:09.3645616Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/androidTest/java' 2025-03-21T20:18:09.3646307Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/androidTest' 2025-03-21T20:18:09.3647040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/AndroidManifest.xml' 2025-03-21T20:18:09.3647858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/BUCK' 2025-03-21T20:18:09.3648518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/TARGETS' 2025-03-21T20:18:09.3649417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/AppLog.java' 2025-03-21T20:18:09.3650367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/BackendType.java' 2025-03-21T20:18:09.3651376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/DemoSharedPreferences.java' 2025-03-21T20:18:09.3652290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/ETImage.java' 2025-03-21T20:18:09.3653209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/ETLogging.java' 2025-03-21T20:18:09.3654207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/LlmBenchmarkRunner.java' 2025-03-21T20:18:09.3655202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/LogsActivity.java' 2025-03-21T20:18:09.3656177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/LogsAdapter.java' 2025-03-21T20:18:09.3657110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/MainActivity.java' 2025-03-21T20:18:09.3658029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/Message.java' 2025-03-21T20:18:09.3659034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/MessageAdapter.java' 2025-03-21T20:18:09.3660008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/MessageType.java' 2025-03-21T20:18:09.3660941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/ModelRunner.java' 2025-03-21T20:18:09.3661946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/ModelRunnerCallback.java' 2025-03-21T20:18:09.3662860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/ModelType.java' 2025-03-21T20:18:09.3663800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/ModelUtils.java' 2025-03-21T20:18:09.3664746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/PromptFormat.java' 2025-03-21T20:18:09.3665725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/SettingsActivity.java' 2025-03-21T20:18:09.3666682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/SettingsFields.java' 2025-03-21T20:18:09.3667555Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo' 2025-03-21T20:18:09.3668303Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example' 2025-03-21T20:18:09.3669071Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com' 2025-03-21T20:18:09.3669747Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java' 2025-03-21T20:18:09.3670533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/banner_shape.xml' 2025-03-21T20:18:09.3671323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/baseline_add_24.xml' 2025-03-21T20:18:09.3672239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/baseline_add_photo_alternate_24.xml' 2025-03-21T20:18:09.3673060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/baseline_article_24.xml' 2025-03-21T20:18:09.3673889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/baseline_close_24.xml' 2025-03-21T20:18:09.3674756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/baseline_delete_forever_24.xml' 2025-03-21T20:18:09.3675622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/baseline_restart_alt_24.xml' 2025-03-21T20:18:09.3676432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/baseline_send_24.xml' 2025-03-21T20:18:09.3677281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/baseline_settings_24.xml' 2025-03-21T20:18:09.3678088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/baseline_stop_24.xml' 2025-03-21T20:18:09.3678807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/btn.xml' 2025-03-21T20:18:09.3679611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/chat_background.xml' 2025-03-21T20:18:09.3680424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/custom_button_round.xml' 2025-03-21T20:18:09.3681240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/expand_circle_down.xml' 2025-03-21T20:18:09.3682075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/ic_launcher_background.xml' 2025-03-21T20:18:09.3682916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/ic_launcher_foreground.xml' 2025-03-21T20:18:09.3683718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/input_text_shape.xml' 2025-03-21T20:18:09.3684457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/logo.png' 2025-03-21T20:18:09.3685268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/outline_add_box_48.xml' 2025-03-21T20:18:09.3686102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/outline_camera_alt_48.xml' 2025-03-21T20:18:09.3686898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/outline_image_48.xml' 2025-03-21T20:18:09.3687675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/prompt_shape.xml' 2025-03-21T20:18:09.3688500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/received_message.xml' 2025-03-21T20:18:09.3689283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/sent_message.xml' 2025-03-21T20:18:09.3690070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable/three_dots.xml' 2025-03-21T20:18:09.3690800Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/drawable' 2025-03-21T20:18:09.3691616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/layout/activity_benchmarking.xml' 2025-03-21T20:18:09.3692412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/layout/activity_logs.xml' 2025-03-21T20:18:09.3693211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/layout/activity_main.xml' 2025-03-21T20:18:09.3694007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/layout/activity_settings.xml' 2025-03-21T20:18:09.3694770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/layout/logs_message.xml' 2025-03-21T20:18:09.3695553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/layout/received_message.xml' 2025-03-21T20:18:09.3696326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/layout/sent_message.xml' 2025-03-21T20:18:09.3697100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/layout/system_message.xml' 2025-03-21T20:18:09.3697819Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/layout' 2025-03-21T20:18:09.3698642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml' 2025-03-21T20:18:09.3699504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml' 2025-03-21T20:18:09.3700287Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-anydpi-v26' 2025-03-21T20:18:09.3701088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-hdpi/ic_launcher.webp' 2025-03-21T20:18:09.3701914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp' 2025-03-21T20:18:09.3702659Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-hdpi' 2025-03-21T20:18:09.3703446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-mdpi/ic_launcher.webp' 2025-03-21T20:18:09.3704278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp' 2025-03-21T20:18:09.3705044Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-mdpi' 2025-03-21T20:18:09.3705852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-xhdpi/ic_launcher.webp' 2025-03-21T20:18:09.3706705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp' 2025-03-21T20:18:09.3707456Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-xhdpi' 2025-03-21T20:18:09.3708260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp' 2025-03-21T20:18:09.3709213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp' 2025-03-21T20:18:09.3709995Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-xxhdpi' 2025-03-21T20:18:09.3710814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp' 2025-03-21T20:18:09.3711666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp' 2025-03-21T20:18:09.3712421Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/mipmap-xxxhdpi' 2025-03-21T20:18:09.3713166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/values/colors.xml' 2025-03-21T20:18:09.3713901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/values/strings.xml' 2025-03-21T20:18:09.3714641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/values/styles.xml' 2025-03-21T20:18:09.3715364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/values/themes.xml' 2025-03-21T20:18:09.3716081Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/values' 2025-03-21T20:18:09.3716823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/xml/backup_rules.xml' 2025-03-21T20:18:09.3717632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/xml/data_extraction_rules.xml' 2025-03-21T20:18:09.3718334Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res/xml' 2025-03-21T20:18:09.3719012Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/res' 2025-03-21T20:18:09.3719723Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src/main' 2025-03-21T20:18:09.3720352Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app/src' 2025-03-21T20:18:09.3720976Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/app' 2025-03-21T20:18:09.3721616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/build.gradle.kts' 2025-03-21T20:18:09.3722365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/docs/delegates/mediatek_README.md' 2025-03-21T20:18:09.3723098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/docs/delegates/qualcomm_README.md' 2025-03-21T20:18:09.3723810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/docs/delegates/xnnpack_README.md' 2025-03-21T20:18:09.3724472Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/docs/delegates' 2025-03-21T20:18:09.3725108Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/docs' 2025-03-21T20:18:09.3725799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/download_prebuilt_lib.sh' 2025-03-21T20:18:09.3726441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/gradle.properties' 2025-03-21T20:18:09.3727173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/gradle/wrapper/gradle-wrapper.jar' 2025-03-21T20:18:09.3727955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/gradle/wrapper/gradle-wrapper.properties' 2025-03-21T20:18:09.3728619Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/gradle/wrapper' 2025-03-21T20:18:09.3729246Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/gradle' 2025-03-21T20:18:09.3729818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/gradlew' 2025-03-21T20:18:09.3730421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/gradlew.bat' 2025-03-21T20:18:09.3731063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/settings.gradle.kts' 2025-03-21T20:18:09.3731701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/setup-with-qnn.sh' 2025-03-21T20:18:09.3732281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo/setup.sh' 2025-03-21T20:18:09.3732867Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android/LlamaDemo' 2025-03-21T20:18:09.3733394Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/android' 2025-03-21T20:18:09.3734209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj/project.pbxproj' 2025-03-21T20:18:09.3735132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj/xcshareddata/xcschemes/App.xcscheme' 2025-03-21T20:18:09.3736171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj/xcshareddata/xcschemes/MobileNetClassifierTest.xcscheme' 2025-03-21T20:18:09.3737099Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj/xcshareddata/xcschemes' 2025-03-21T20:18:09.3737939Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj/xcshareddata' 2025-03-21T20:18:09.3738735Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj' 2025-03-21T20:18:09.3739574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Examples/Arctic fox.jpg' 2025-03-21T20:18:09.3740403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Examples/Samoyed.jpg' 2025-03-21T20:18:09.3741255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Examples/hot pot.jpg' 2025-03-21T20:18:09.3742090Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources/Examples' 2025-03-21T20:18:09.3742841Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Resources' 2025-03-21T20:18:09.3743626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/App.swift' 2025-03-21T20:18:09.3744478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraController.swift' 2025-03-21T20:18:09.3745326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CameraPreview.swift' 2025-03-21T20:18:09.3746227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ClassificationController.swift' 2025-03-21T20:18:09.3747063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/ContentView.swift' 2025-03-21T20:18:09.3748036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/CustomViews.swift' 2025-03-21T20:18:09.3748856Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App' 2025-03-21T20:18:09.3749843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/ImageClassification/ImageClassification.swift' 2025-03-21T20:18:09.3750719Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/ImageClassification' 2025-03-21T20:18:09.3751642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNet-Bridging-Header.h' 2025-03-21T20:18:09.3752533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNetClassifier.h' 2025-03-21T20:18:09.3753420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNetClassifier.mm' 2025-03-21T20:18:09.3754455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/MobileNetClassifier.swift' 2025-03-21T20:18:09.3755455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/Test/MobileNetClassifierTest.swift' 2025-03-21T20:18:09.3756284Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet/Test' 2025-03-21T20:18:09.3757084Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/MobileNet' 2025-03-21T20:18:09.3757872Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources' 2025-03-21T20:18:09.3758615Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo' 2025-03-21T20:18:09.3759249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/README.md' 2025-03-21T20:18:09.3759866Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo' 2025-03-21T20:18:09.3760563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA.xcodeproj/project.pbxproj' 2025-03-21T20:18:09.3761391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA.xcodeproj/xcshareddata/xcschemes/LLaMA.xcscheme' 2025-03-21T20:18:09.3762250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA.xcodeproj/xcshareddata/xcschemes/LLaMARunner.xcscheme' 2025-03-21T20:18:09.3763045Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA.xcodeproj/xcshareddata/xcschemes' 2025-03-21T20:18:09.3763775Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA.xcodeproj/xcshareddata' 2025-03-21T20:18:09.3764445Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA.xcodeproj' 2025-03-21T20:18:09.3765121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/Application/App.swift' 2025-03-21T20:18:09.3765856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/Application/ContentView.swift' 2025-03-21T20:18:09.3766578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/Application/ImagePicker.swift' 2025-03-21T20:18:09.3767306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/Application/LogManager.swift' 2025-03-21T20:18:09.3767997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/Application/LogView.swift' 2025-03-21T20:18:09.3768698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/Application/Message.swift' 2025-03-21T20:18:09.3769436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/Application/MessageListView.swift' 2025-03-21T20:18:09.3770195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/Application/MessageView.swift' 2025-03-21T20:18:09.3770934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/Application/ResourceManager.swift' 2025-03-21T20:18:09.3771725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/Application/ResourceMonitor.swift' 2025-03-21T20:18:09.3772392Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/Application' 2025-03-21T20:18:09.3773122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/SupportingFiles/Debug.xcconfig' 2025-03-21T20:18:09.3773885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/SupportingFiles/LLaMA-Info.plist' 2025-03-21T20:18:09.3774639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/SupportingFiles/Release.xcconfig' 2025-03-21T20:18:09.3775343Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/SupportingFiles' 2025-03-21T20:18:09.3775941Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA' 2025-03-21T20:18:09.3776809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMAAssets/Assets.xcassets/AppIcon.appiconset/Contents.json' 2025-03-21T20:18:09.3777639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMAAssets/Assets.xcassets/AppIcon.appiconset/logo.png' 2025-03-21T20:18:09.3778483Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMAAssets/Assets.xcassets/AppIcon.appiconset' 2025-03-21T20:18:09.3779230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMAAssets/Assets.xcassets/Contents.json' 2025-03-21T20:18:09.3779961Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMAAssets/Assets.xcassets' 2025-03-21T20:18:09.3780593Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMAAssets' 2025-03-21T20:18:09.3781328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMAEntitlements/LLaMA.entitlements' 2025-03-21T20:18:09.3782004Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMAEntitlements' 2025-03-21T20:18:09.3782791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMARunner/LLaMARunner/Exported/LLaMARunner.h' 2025-03-21T20:18:09.3783581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMARunner/LLaMARunner/Exported/LLaMARunner.mm' 2025-03-21T20:18:09.3784331Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMARunner/LLaMARunner/Exported' 2025-03-21T20:18:09.3785125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMARunner/LLaMARunner/__tests__/RunnerTest.swift' 2025-03-21T20:18:09.3785909Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMARunner/LLaMARunner/__tests__' 2025-03-21T20:18:09.3786610Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMARunner/LLaMARunner' 2025-03-21T20:18:09.3787277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMARunner/TARGETS' 2025-03-21T20:18:09.3787914Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMARunner' 2025-03-21T20:18:09.3788490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/README.md' 2025-03-21T20:18:09.3789109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/TARGETS' 2025-03-21T20:18:09.3789817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/docs/delegates/mps_README.md' 2025-03-21T20:18:09.3790541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/docs/delegates/xnnpack_README.md' 2025-03-21T20:18:09.3791193Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/docs/delegates' 2025-03-21T20:18:09.3791794Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA/docs' 2025-03-21T20:18:09.3792365Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios/LLaMA' 2025-03-21T20:18:09.3792912Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/apple_ios' 2025-03-21T20:18:09.3793523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/.gitignore' 2025-03-21T20:18:09.3794135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/README.md' 2025-03-21T20:18:09.3794735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/app.json' 2025-03-21T20:18:09.3795380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/app/_layout.tsx' 2025-03-21T20:18:09.3796001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/app/index.tsx' 2025-03-21T20:18:09.3796621Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/app' 2025-03-21T20:18:09.3797320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/assets/images/rnllama.png' 2025-03-21T20:18:09.3797998Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/assets/images' 2025-03-21T20:18:09.3798642Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/assets' 2025-03-21T20:18:09.3799311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/bridge/LlamaBridge.ts' 2025-03-21T20:18:09.3799950Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/bridge' 2025-03-21T20:18:09.3800570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/.gitignore' 2025-03-21T20:18:09.3801239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/.xcode.env' 2025-03-21T20:18:09.3801884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/LlamaBridge.h' 2025-03-21T20:18:09.3802575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/LlamaBridge.mm' 2025-03-21T20:18:09.3803184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/Podfile' 2025-03-21T20:18:09.3803835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/Podfile.lock' 2025-03-21T20:18:09.3804548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/Podfile.properties.json' 2025-03-21T20:18:09.3805256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/Release.xcconfig' 2025-03-21T20:18:09.3806042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama.xcodeproj/project.pbxproj' 2025-03-21T20:18:09.3806945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama.xcodeproj/xcshareddata/xcschemes/rnllama.xcscheme' 2025-03-21T20:18:09.3807790Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama.xcodeproj/xcshareddata/xcschemes' 2025-03-21T20:18:09.3808582Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama.xcodeproj/xcshareddata' 2025-03-21T20:18:09.3809307Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama.xcodeproj' 2025-03-21T20:18:09.3810134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama.xcworkspace/contents.xcworkspacedata' 2025-03-21T20:18:09.3811044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist' 2025-03-21T20:18:09.3811841Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama.xcworkspace/xcshareddata' 2025-03-21T20:18:09.3812577Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama.xcworkspace' 2025-03-21T20:18:09.3813267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/AppDelegate.h' 2025-03-21T20:18:09.3813972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/AppDelegate.mm' 2025-03-21T20:18:09.3814839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/AppIcon.appiconset/1024.png' 2025-03-21T20:18:09.3815707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/AppIcon.appiconset/114.png' 2025-03-21T20:18:09.3816564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/AppIcon.appiconset/120.png' 2025-03-21T20:18:09.3817458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/AppIcon.appiconset/180.png' 2025-03-21T20:18:09.3818316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/AppIcon.appiconset/29.png' 2025-03-21T20:18:09.3819202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/AppIcon.appiconset/40.png' 2025-03-21T20:18:09.3820052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/AppIcon.appiconset/57.png' 2025-03-21T20:18:09.3820907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/AppIcon.appiconset/58.png' 2025-03-21T20:18:09.3821782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/AppIcon.appiconset/60.png' 2025-03-21T20:18:09.3822665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/AppIcon.appiconset/80.png' 2025-03-21T20:18:09.3823516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/AppIcon.appiconset/87.png' 2025-03-21T20:18:09.3824418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/AppIcon.appiconset/Contents.json' 2025-03-21T20:18:09.3825277Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/AppIcon.appiconset' 2025-03-21T20:18:09.3826065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/Contents.json' 2025-03-21T20:18:09.3827040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/SplashScreenBackground.colorset/Contents.json' 2025-03-21T20:18:09.3827991Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/SplashScreenBackground.colorset' 2025-03-21T20:18:09.3828967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/SplashScreenLogo.imageset/Contents.json' 2025-03-21T20:18:09.3829886Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets/SplashScreenLogo.imageset' 2025-03-21T20:18:09.3830632Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Images.xcassets' 2025-03-21T20:18:09.3831317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Info.plist' 2025-03-21T20:18:09.3832060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/PrivacyInfo.xcprivacy' 2025-03-21T20:18:09.3832819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/SplashScreen.storyboard' 2025-03-21T20:18:09.3833546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Supporting/Expo.plist' 2025-03-21T20:18:09.3834315Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/Supporting' 2025-03-21T20:18:09.3834978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/main.m' 2025-03-21T20:18:09.3835706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/noop-file.swift' 2025-03-21T20:18:09.3836477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/rnllama-Bridging-Header.h' 2025-03-21T20:18:09.3837205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/rnllama.entitlements' 2025-03-21T20:18:09.3837905Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama' 2025-03-21T20:18:09.3838518Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/ios' 2025-03-21T20:18:09.3839178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/package.json' 2025-03-21T20:18:09.3839807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/tsconfig.json' 2025-03-21T20:18:09.3840418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama/yarn.lock' 2025-03-21T20:18:09.3841007Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native/rnllama' 2025-03-21T20:18:09.3841569Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps/react-native' 2025-03-21T20:18:09.3842050Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/demo-apps' 2025-03-21T20:18:09.3842573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/CMakeLists.txt' 2025-03-21T20:18:09.3843054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/README.md' 2025-03-21T20:18:09.3843610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/build_example_runner.sh' 2025-03-21T20:18:09.3844170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/example_runner/TARGETS' 2025-03-21T20:18:09.3844789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/example_runner/example_runner.cpp' 2025-03-21T20:18:09.3845379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/example_runner/targets.bzl' 2025-03-21T20:18:09.3845943Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/example_runner' 2025-03-21T20:18:09.3846492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/scripts/etrecord.bin' 2025-03-21T20:18:09.3847115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/scripts/export_bundled_program.py' 2025-03-21T20:18:09.3847875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/scripts/gen_sample_etrecord.py' 2025-03-21T20:18:09.3848396Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/scripts' 2025-03-21T20:18:09.3848961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools/test_example_runner.sh' 2025-03-21T20:18:09.3849483Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/devtools' 2025-03-21T20:18:09.3850000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_manual/CMakeLists.txt' 2025-03-21T20:18:09.3850538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_manual/README.md' 2025-03-21T20:18:09.3851054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_manual/basic_sampler.h' 2025-03-21T20:18:09.3851594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_manual/basic_tokenizer.h' 2025-03-21T20:18:09.3852129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_manual/export_nanogpt.py' 2025-03-21T20:18:09.3852657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_manual/main.cpp' 2025-03-21T20:18:09.3853138Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_manual' 2025-03-21T20:18:09.3853709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_pte_finetuning/README.md' 2025-03-21T20:18:09.3854230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_pte_finetuning/TARGETS' 2025-03-21T20:18:09.3854780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_pte_finetuning/__init__.py' 2025-03-21T20:18:09.3855361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-03-21T20:18:09.3855959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-03-21T20:18:09.3856597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-03-21T20:18:09.3857175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-03-21T20:18:09.3857778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-03-21T20:18:09.3858309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_pte_finetuning/runner.py' 2025-03-21T20:18:09.3858881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_pte_finetuning/training_lib.py' 2025-03-21T20:18:09.3859406Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/llm_pte_finetuning' 2025-03-21T20:18:09.3859926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/CMakeLists.txt' 2025-03-21T20:18:09.3860404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/README.md' 2025-03-21T20:18:09.3861067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils/loggingprinter.py' 2025-03-21T20:18:09.3861700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils/preformatter.py' 2025-03-21T20:18:09.3862431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils/preformatter_templates/README.md' 2025-03-21T20:18:09.3863160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils/preformatter_templates/llama2.json' 2025-03-21T20:18:09.3863926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils/preformatter_templates/llama2_short.json' 2025-03-21T20:18:09.3864681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils/preformatter_templates/llama3.json' 2025-03-21T20:18:09.3865427Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils/preformatter_templates' 2025-03-21T20:18:09.3866086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils/prompts/alpaca.txt' 2025-03-21T20:18:09.3866726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils/prompts/llama3.txt' 2025-03-21T20:18:09.3867361Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils/prompts' 2025-03-21T20:18:09.3868016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils/sanity_checks.py' 2025-03-21T20:18:09.3868822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils/tokenizers_/tokenization_llama.py' 2025-03-21T20:18:09.3869576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils/tokenizers_/tokenization_utils_fast.py' 2025-03-21T20:18:09.3870237Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils/tokenizers_' 2025-03-21T20:18:09.3870828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils/utils.py' 2025-03-21T20:18:09.3871418Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/llm_utils' 2025-03-21T20:18:09.3872009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/oss_utils/utils.py' 2025-03-21T20:18:09.3872601Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils/oss_utils' 2025-03-21T20:18:09.3873124Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/aot_utils' 2025-03-21T20:18:09.3873725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/eval_utils/eval_oss_result.py' 2025-03-21T20:18:09.3874250Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/eval_utils' 2025-03-21T20:18:09.3874927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/CMakeLists.txt' 2025-03-21T20:18:09.3875628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/FileMemMapper.h' 2025-03-21T20:18:09.3876298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/LlamaConfig.h' 2025-03-21T20:18:09.3877026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/LlamaModelChunk.cpp' 2025-03-21T20:18:09.3877717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/LlamaModelChunk.h' 2025-03-21T20:18:09.3878413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/LlamaRuntime.cpp' 2025-03-21T20:18:09.3879083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/LlamaRuntime.h' 2025-03-21T20:18:09.3879801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/ModelChunk.cpp' 2025-03-21T20:18:09.3880464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/ModelChunk.h' 2025-03-21T20:18:09.3881210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/MultiModelLoader.cpp' 2025-03-21T20:18:09.3881909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/MultiModelLoader.h' 2025-03-21T20:18:09.3882548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/Utils.h' 2025-03-21T20:18:09.3883384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/llm_helper/include/llama_runner_values.h' 2025-03-21T20:18:09.3884155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/llm_helper/include/llm_types.h' 2025-03-21T20:18:09.3884976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/llm_helper/include/mask_builder.h' 2025-03-21T20:18:09.3885777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/llm_helper/include/rotary_embedding.h' 2025-03-21T20:18:09.3886570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/llm_helper/include/token_embedding.h' 2025-03-21T20:18:09.3887309Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/llm_helper/include' 2025-03-21T20:18:09.3888063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/llm_helper/mask_builder.cpp' 2025-03-21T20:18:09.3888827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/llm_helper/rotary_embedding.cpp' 2025-03-21T20:18:09.3889596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/llm_helper/token_embedding.cpp' 2025-03-21T20:18:09.3890293Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner/llm_helper' 2025-03-21T20:18:09.3890935Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/llama_runner' 2025-03-21T20:18:09.3891593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/mtk_executor_runner.cpp' 2025-03-21T20:18:09.3892284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/mtk_llama_executor_runner.cpp' 2025-03-21T20:18:09.3892918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/mtk_llama_runner.cpp' 2025-03-21T20:18:09.3893544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/mtk_llama_runner.h' 2025-03-21T20:18:09.3894218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/mtk_oss_executor_runner.cpp' 2025-03-21T20:18:09.3894861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner/run_llama3_sample.sh' 2025-03-21T20:18:09.3895458Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/executor_runner' 2025-03-21T20:18:09.3896104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/model_export_scripts/deeplab_v3.py' 2025-03-21T20:18:09.3896726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/model_export_scripts/edsr.py' 2025-03-21T20:18:09.3897375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/model_export_scripts/inception_v3.py' 2025-03-21T20:18:09.3898012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/model_export_scripts/inception_v4.py' 2025-03-21T20:18:09.3898609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/model_export_scripts/llama.py' 2025-03-21T20:18:09.3899286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/model_export_scripts/mobilenet_v2.py' 2025-03-21T20:18:09.3899947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/model_export_scripts/mobilenet_v3.py' 2025-03-21T20:18:09.3900569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/model_export_scripts/resnet18.py' 2025-03-21T20:18:09.3901181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/model_export_scripts/resnet50.py' 2025-03-21T20:18:09.3901778Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/model_export_scripts' 2025-03-21T20:18:09.3902369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/__init__.py' 2025-03-21T20:18:09.3903038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/configuration_base.py' 2025-03-21T20:18:09.3903698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/configuration_llama.py' 2025-03-21T20:18:09.3904333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/modeling_base.py' 2025-03-21T20:18:09.3904965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/modeling_common.py' 2025-03-21T20:18:09.3905600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/modeling_llama.py' 2025-03-21T20:18:09.3906230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/weights/.gitignore' 2025-03-21T20:18:09.3907022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-1B-Instruct/config.json' 2025-03-21T20:18:09.3907857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-1B-Instruct/special_tokens_map.json' 2025-03-21T20:18:09.3908688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-1B-Instruct/tokenizer.json' 2025-03-21T20:18:09.3909523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-1B-Instruct/tokenizer_config.json' 2025-03-21T20:18:09.3910269Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-1B-Instruct' 2025-03-21T20:18:09.3911044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-3B-Instruct/config.json' 2025-03-21T20:18:09.3911907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-3B-Instruct/special_tokens_map.json' 2025-03-21T20:18:09.3912720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-3B-Instruct/tokenizer.json' 2025-03-21T20:18:09.3913539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-3B-Instruct/tokenizer_config.json' 2025-03-21T20:18:09.3914297Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-3B-Instruct' 2025-03-21T20:18:09.3915071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/weights/llama3-8B-instruct/config.json' 2025-03-21T20:18:09.3915900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/weights/llama3-8B-instruct/special_tokens_map.json' 2025-03-21T20:18:09.3916692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/weights/llama3-8B-instruct/tokenizer.json' 2025-03-21T20:18:09.3917509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/weights/llama3-8B-instruct/tokenizer_config.json' 2025-03-21T20:18:09.3918237Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/weights/llama3-8B-instruct' 2025-03-21T20:18:09.3918863Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models/weights' 2025-03-21T20:18:09.3919437Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models/llm_models' 2025-03-21T20:18:09.3919958Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/models' 2025-03-21T20:18:09.3920505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/mtk_build_examples.sh' 2025-03-21T20:18:09.3921114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/shell_scripts/export_llama.sh' 2025-03-21T20:18:09.3921694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/shell_scripts/export_oss.sh' 2025-03-21T20:18:09.3922240Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek/shell_scripts' 2025-03-21T20:18:09.3922718Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/mediatek' 2025-03-21T20:18:09.3923199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/__init__.py' 2025-03-21T20:18:09.3923707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/checkpoint.py' 2025-03-21T20:18:09.3924247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/deeplab_v3/__init__.py' 2025-03-21T20:18:09.3924782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/deeplab_v3/model.py' 2025-03-21T20:18:09.3925300Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/deeplab_v3' 2025-03-21T20:18:09.3925953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/deepseek-r1-distill-llama-8B/README.md' 2025-03-21T20:18:09.3926618Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/deepseek-r1-distill-llama-8B' 2025-03-21T20:18:09.3927142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/edsr/__init__.py' 2025-03-21T20:18:09.3927656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/edsr/model.py' 2025-03-21T20:18:09.3928141Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/edsr' 2025-03-21T20:18:09.3928697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/efficient_sam/README.md' 2025-03-21T20:18:09.3929250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/efficient_sam/__init__.py' 2025-03-21T20:18:09.3929959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/efficient_sam/efficient_sam_core/LICENSE.txt' 2025-03-21T20:18:09.3930689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-03-21T20:18:09.3931424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-03-21T20:18:09.3932166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-03-21T20:18:09.3932910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-03-21T20:18:09.3933552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-03-21T20:18:09.3934289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-03-21T20:18:09.3934937Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/efficient_sam/efficient_sam_core' 2025-03-21T20:18:09.3935485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/efficient_sam/model.py' 2025-03-21T20:18:09.3936022Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/efficient_sam' 2025-03-21T20:18:09.3936579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/emformer_rnnt/__init__.py' 2025-03-21T20:18:09.3937119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/emformer_rnnt/model.py' 2025-03-21T20:18:09.3937655Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/emformer_rnnt' 2025-03-21T20:18:09.3938215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/inception_v3/__init__.py' 2025-03-21T20:18:09.3938752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/inception_v3/model.py' 2025-03-21T20:18:09.3939296Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/inception_v3' 2025-03-21T20:18:09.3939850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/inception_v4/__init__.py' 2025-03-21T20:18:09.3940389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/inception_v4/model.py' 2025-03-21T20:18:09.3940921Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/inception_v4' 2025-03-21T20:18:09.3941532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/Android3_2_1B_bf16.gif' 2025-03-21T20:18:09.3942142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/Android3_2_3B_SpinQuant.gif' 2025-03-21T20:18:09.3942707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/CMakeLists.txt' 2025-03-21T20:18:09.3943200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/LICENSE' 2025-03-21T20:18:09.3943696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/README.md' 2025-03-21T20:18:09.3944189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/TARGETS' 2025-03-21T20:18:09.3944679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/UTILS.md' 2025-03-21T20:18:09.3945242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/__init__.py' 2025-03-21T20:18:09.3945791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/attention.py' 2025-03-21T20:18:09.3946328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/eval_llama.py' 2025-03-21T20:18:09.3946870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/eval_llama_lib.py' 2025-03-21T20:18:09.3947435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/evaluate/__init__.py' 2025-03-21T20:18:09.3948180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/evaluate/eager_eval.py' 2025-03-21T20:18:09.3948793Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/evaluate' 2025-03-21T20:18:09.3949383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/experimental/README.md' 2025-03-21T20:18:09.3949962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/experimental/TARGETS' 2025-03-21T20:18:09.3950562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/experimental/generate.py' 2025-03-21T20:18:09.3951194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-03-21T20:18:09.3951800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/experimental/subclass.py' 2025-03-21T20:18:09.3952395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/experimental/targets.bzl' 2025-03-21T20:18:09.3953034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/experimental/test_subclass.py' 2025-03-21T20:18:09.3953608Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/experimental' 2025-03-21T20:18:09.3954154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/export_llama.py' 2025-03-21T20:18:09.3954706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/export_llama_lib.py' 2025-03-21T20:18:09.3955230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/fairseq2.py' 2025-03-21T20:18:09.3955855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/install_requirement_helper.py' 2025-03-21T20:18:09.3956510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/install_requirements.sh' 2025-03-21T20:18:09.3957038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/llama_test.py' 2025-03-21T20:18:09.3957636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/llama_transformer.py' 2025-03-21T20:18:09.3958211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/llama_via_xnnpack.gif' 2025-03-21T20:18:09.3958704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/main.cpp' 2025-03-21T20:18:09.3959205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/model.py' 2025-03-21T20:18:09.3959728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/model_args.py' 2025-03-21T20:18:09.3960327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/non_cpu_backends.md' 2025-03-21T20:18:09.3960891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/norm.py' 2025-03-21T20:18:09.3961436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/params/TARGETS' 2025-03-21T20:18:09.3962028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/params/demo_config.json' 2025-03-21T20:18:09.3962648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/params/demo_rand_params.pth' 2025-03-21T20:18:09.3963181Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/params' 2025-03-21T20:18:09.3963687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/rope.py' 2025-03-21T20:18:09.3964259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/runner/CMakeLists.txt' 2025-03-21T20:18:09.3964790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/runner/TARGETS' 2025-03-21T20:18:09.3965337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/runner/eager.py' 2025-03-21T20:18:09.3965899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/runner/generation.py' 2025-03-21T20:18:09.3966445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/runner/native.py' 2025-03-21T20:18:09.3966988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/runner/runner.cpp' 2025-03-21T20:18:09.3967535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/runner/runner.h' 2025-03-21T20:18:09.3968207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/runner/static_attention_io_manager.h' 2025-03-21T20:18:09.3968772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/runner/targets.bzl' 2025-03-21T20:18:09.3969298Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/runner' 2025-03-21T20:18:09.3969946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/__init__.py' 2025-03-21T20:18:09.3970669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-03-21T20:18:09.3971364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/attention.py' 2025-03-21T20:18:09.3972045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-03-21T20:18:09.3972693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/lora.py' 2025-03-21T20:18:09.3973394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-03-21T20:18:09.3974057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-03-21T20:18:09.3974714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/quantize.py' 2025-03-21T20:18:09.3975450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/quantized_kv_cache.py' 2025-03-21T20:18:09.3976128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-03-21T20:18:09.3976753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/rope.py' 2025-03-21T20:18:09.3977384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/sdpa.py' 2025-03-21T20:18:09.3978039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-03-21T20:18:09.3978758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-03-21T20:18:09.3979488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-03-21T20:18:09.3980277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-03-21T20:18:09.3980939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-03-21T20:18:09.3981565Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/source_transformation' 2025-03-21T20:18:09.3982129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/static_attention.py' 2025-03-21T20:18:09.3982642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/targets.bzl' 2025-03-21T20:18:09.3983222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/test_llama_runner.sh' 2025-03-21T20:18:09.3983746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tests/TARGETS' 2025-03-21T20:18:09.3984445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-03-21T20:18:09.3985042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-03-21T20:18:09.3985677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tests/test_static_attention.py' 2025-03-21T20:18:09.3986205Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tests' 2025-03-21T20:18:09.3986783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer/TARGETS' 2025-03-21T20:18:09.3987405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp' 2025-03-21T20:18:09.3988038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.h' 2025-03-21T20:18:09.3988660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer/targets.bzl' 2025-03-21T20:18:09.3989302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer/test/CMakeLists.txt' 2025-03-21T20:18:09.3989880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer/test/TARGETS' 2025-03-21T20:18:09.3990697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer/test/resources/test_tiktoken_tokenizer.model' 2025-03-21T20:18:09.3991429Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer/test/resources' 2025-03-21T20:18:09.3992034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer/test/targets.bzl' 2025-03-21T20:18:09.3992686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer/test/test_tiktoken.cpp' 2025-03-21T20:18:09.3993264Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer/test' 2025-03-21T20:18:09.3993842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-03-21T20:18:09.3994390Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama/tokenizer' 2025-03-21T20:18:09.3994896Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama' 2025-03-21T20:18:09.3995405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama2/README.md' 2025-03-21T20:18:09.3995911Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama2' 2025-03-21T20:18:09.3996417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3/README.md' 2025-03-21T20:18:09.3996915Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3' 2025-03-21T20:18:09.3997454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/TARGETS' 2025-03-21T20:18:09.3998023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/__init__.py' 2025-03-21T20:18:09.3998671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/cross_attention/TARGETS' 2025-03-21T20:18:09.3999401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/cross_attention/cross_attention_mask.cpp' 2025-03-21T20:18:09.4000127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/cross_attention/cross_attention_mask.h' 2025-03-21T20:18:09.4000875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/cross_attention/cross_attention_mask_test.cpp' 2025-03-21T20:18:09.4001542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/cross_attention/targets.bzl' 2025-03-21T20:18:09.4002206Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/cross_attention' 2025-03-21T20:18:09.4002853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/install_requirements.sh' 2025-03-21T20:18:09.4003509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/preprocess/TARGETS' 2025-03-21T20:18:09.4004153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-03-21T20:18:09.4004841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-03-21T20:18:09.4005469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-03-21T20:18:09.4006148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/preprocess/preprocess.cpp' 2025-03-21T20:18:09.4006824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/preprocess/preprocess.h' 2025-03-21T20:18:09.4007508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/preprocess/preprocess_test.cpp' 2025-03-21T20:18:09.4008133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/preprocess/targets.bzl' 2025-03-21T20:18:09.4008821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-03-21T20:18:09.4009436Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/preprocess' 2025-03-21T20:18:09.4010047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-03-21T20:18:09.4010654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-03-21T20:18:09.4011288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-03-21T20:18:09.4011886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/runner/native.py' 2025-03-21T20:18:09.4012486Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/runner' 2025-03-21T20:18:09.4013098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/text_decoder/TARGETS' 2025-03-21T20:18:09.4013739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-03-21T20:18:09.4014447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/text_decoder/params/demo_config.json' 2025-03-21T20:18:09.4015120Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/text_decoder/params' 2025-03-21T20:18:09.4015788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-03-21T20:18:09.4016520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-03-21T20:18:09.4017168Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/text_decoder/test' 2025-03-21T20:18:09.4017816Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/text_decoder' 2025-03-21T20:18:09.4018458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/vision_encoder/TARGETS' 2025-03-21T20:18:09.4019134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-03-21T20:18:09.4019774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-03-21T20:18:09.4020450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-03-21T20:18:09.4021222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-03-21T20:18:09.4021908Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/vision_encoder/test' 2025-03-21T20:18:09.4022552Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision/vision_encoder' 2025-03-21T20:18:09.4023099Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llama3_2_vision' 2025-03-21T20:18:09.4023645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/CMakeLists.txt' 2025-03-21T20:18:09.4024146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/README.md' 2025-03-21T20:18:09.4024671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/__init__.py' 2025-03-21T20:18:09.4025206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/export_llava.py' 2025-03-21T20:18:09.4025732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/image_util.py' 2025-03-21T20:18:09.4026327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/install_requirements.sh' 2025-03-21T20:18:09.4026897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/llava_via_xnnpack.gif' 2025-03-21T20:18:09.4027405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/main.cpp' 2025-03-21T20:18:09.4027901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/model.py' 2025-03-21T20:18:09.4028486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/runner/CMakeLists.txt' 2025-03-21T20:18:09.4029181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/runner/llava_image_prefiller.h' 2025-03-21T20:18:09.4029777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/runner/llava_runner.cpp' 2025-03-21T20:18:09.4030347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/runner/llava_runner.h' 2025-03-21T20:18:09.4031005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/runner/llava_text_decoder_runner.h' 2025-03-21T20:18:09.4031560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/runner/targets.bzl' 2025-03-21T20:18:09.4032105Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/runner' 2025-03-21T20:18:09.4032654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/targets.bzl' 2025-03-21T20:18:09.4033213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/test/test_llava.py' 2025-03-21T20:18:09.4033788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/test/test_pte.py' 2025-03-21T20:18:09.4034317Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava/test' 2025-03-21T20:18:09.4034817Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/llava' 2025-03-21T20:18:09.4035321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/lstm/__init__.py' 2025-03-21T20:18:09.4035843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/lstm/model.py' 2025-03-21T20:18:09.4036328Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/lstm' 2025-03-21T20:18:09.4036897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/mobilebert/__init__.py' 2025-03-21T20:18:09.4037421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/mobilebert/model.py' 2025-03-21T20:18:09.4037947Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/mobilebert' 2025-03-21T20:18:09.4038498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/mobilenet_v2/__init__.py' 2025-03-21T20:18:09.4039030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/mobilenet_v2/model.py' 2025-03-21T20:18:09.4039570Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/mobilenet_v2' 2025-03-21T20:18:09.4040119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/mobilenet_v3/__init__.py' 2025-03-21T20:18:09.4040666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/mobilenet_v3/model.py' 2025-03-21T20:18:09.4041198Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/mobilenet_v3' 2025-03-21T20:18:09.4041698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/model_base.py' 2025-03-21T20:18:09.4042209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/model_factory.py' 2025-03-21T20:18:09.4042836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/moshi/mimi/install_requirements.sh' 2025-03-21T20:18:09.4043376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/moshi/mimi/test_mimi.py' 2025-03-21T20:18:09.4043906Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/moshi/mimi' 2025-03-21T20:18:09.4044399Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/moshi' 2025-03-21T20:18:09.4044966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini-lora/README.md' 2025-03-21T20:18:09.4045559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-03-21T20:18:09.4046197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini-lora/install_requirements.sh' 2025-03-21T20:18:09.4046783Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini-lora' 2025-03-21T20:18:09.4047338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini/CMakeLists.txt' 2025-03-21T20:18:09.4048071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini/README.md' 2025-03-21T20:18:09.4048606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini/__init__.py' 2025-03-21T20:18:09.4049137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini/eager.py' 2025-03-21T20:18:09.4049727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-03-21T20:18:09.4050396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini/install_requirements.sh' 2025-03-21T20:18:09.4050923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini/main.cpp' 2025-03-21T20:18:09.4051519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-03-21T20:18:09.4052050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini/runner.cpp' 2025-03-21T20:18:09.4052569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini/runner.h' 2025-03-21T20:18:09.4053135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini/static_cache.py' 2025-03-21T20:18:09.4053662Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-3-mini' 2025-03-21T20:18:09.4054214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-4-mini/__init__.py' 2025-03-21T20:18:09.4054752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-4-mini/config.json' 2025-03-21T20:18:09.4055347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-4-mini/convert_weights.py' 2025-03-21T20:18:09.4055866Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/phi-4-mini' 2025-03-21T20:18:09.4056424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/qwen2_5/1_5b_config.json' 2025-03-21T20:18:09.4056937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/qwen2_5/README.md' 2025-03-21T20:18:09.4057468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/qwen2_5/__init__.py' 2025-03-21T20:18:09.4058028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/qwen2_5/convert_weights.py' 2025-03-21T20:18:09.4058542Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/qwen2_5' 2025-03-21T20:18:09.4059059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/resnet/__init__.py' 2025-03-21T20:18:09.4059559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/resnet/model.py' 2025-03-21T20:18:09.4060061Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/resnet' 2025-03-21T20:18:09.4060565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/test/__init__.py' 2025-03-21T20:18:09.4061102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/test/test_export.py' 2025-03-21T20:18:09.4061634Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/test' 2025-03-21T20:18:09.4062214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/torchvision_vit/__init__.py' 2025-03-21T20:18:09.4062801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/torchvision_vit/model.py' 2025-03-21T20:18:09.4063358Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/torchvision_vit' 2025-03-21T20:18:09.4063889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/toy_model/__init__.py' 2025-03-21T20:18:09.4064416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/toy_model/model.py' 2025-03-21T20:18:09.4064957Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/toy_model' 2025-03-21T20:18:09.4065523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/wav2letter/__init__.py' 2025-03-21T20:18:09.4066063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/wav2letter/model.py' 2025-03-21T20:18:09.4066583Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models/wav2letter' 2025-03-21T20:18:09.4067051Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/models' 2025-03-21T20:18:09.4067530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/README.md' 2025-03-21T20:18:09.4068111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops/CMakeLists.txt' 2025-03-21T20:18:09.4068708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops/README.md' 2025-03-21T20:18:09.4069253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops/TARGETS' 2025-03-21T20:18:09.4069830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops/custom_ops.yaml' 2025-03-21T20:18:09.4070415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops/custom_ops_1.py' 2025-03-21T20:18:09.4071026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops/custom_ops_1_out.cpp' 2025-03-21T20:18:09.4071608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops/custom_ops_2.cpp' 2025-03-21T20:18:09.4072194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops/custom_ops_2.py' 2025-03-21T20:18:09.4072798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops/custom_ops_2_out.cpp' 2025-03-21T20:18:09.4073366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops/targets.bzl' 2025-03-21T20:18:09.4073961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops/test_custom_ops.sh' 2025-03-21T20:18:09.4074507Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/custom_ops' 2025-03-21T20:18:09.4075064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/executor_runner/TARGETS' 2025-03-21T20:18:09.4075704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/executor_runner/executor_runner.cpp' 2025-03-21T20:18:09.4076322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/executor_runner/targets.bzl' 2025-03-21T20:18:09.4076898Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/executor_runner' 2025-03-21T20:18:09.4077456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/scripts/export.py' 2025-03-21T20:18:09.4078074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/scripts/export_and_delegate.py' 2025-03-21T20:18:09.4078736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/scripts/test_demo_backend_delegation.sh' 2025-03-21T20:18:09.4079250Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable/scripts' 2025-03-21T20:18:09.4079760Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/portable' 2025-03-21T20:18:09.4080300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/CMakeLists.txt' 2025-03-21T20:18:09.4080798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/README.md' 2025-03-21T20:18:09.4081266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/TARGETS' 2025-03-21T20:18:09.4081882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/executor_runner/CMakeLists.txt' 2025-03-21T20:18:09.4082443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/executor_runner/TARGETS' 2025-03-21T20:18:09.4083108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/executor_runner/qnn_executor_runner.cpp' 2025-03-21T20:18:09.4083696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/executor_runner/targets.bzl' 2025-03-21T20:18:09.4084275Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/executor_runner' 2025-03-21T20:18:09.4084851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/conv_former.py' 2025-03-21T20:18:09.4085411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/dino_v2.py' 2025-03-21T20:18:09.4085956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/esrgan.py' 2025-03-21T20:18:09.4086504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/fastvit.py' 2025-03-21T20:18:09.4087048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/fbnet.py' 2025-03-21T20:18:09.4087717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/gMLP_image_classification.py' 2025-03-21T20:18:09.4088336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/CMakeLists.txt' 2025-03-21T20:18:09.4088916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/README.md' 2025-03-21T20:18:09.4089488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/TARGETS' 2025-03-21T20:18:09.4090221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/assets/PromptProcessingWithARN.png' 2025-03-21T20:18:09.4090923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/assets/ShiftPointer.png' 2025-03-21T20:18:09.4091569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/assets/SmartMask.png' 2025-03-21T20:18:09.4092211Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/assets' 2025-03-21T20:18:09.4092787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/llama.py' 2025-03-21T20:18:09.4093444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/model/static_llama.py' 2025-03-21T20:18:09.4094048Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/model' 2025-03-21T20:18:09.4094719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/qnn_llama_runner.cpp' 2025-03-21T20:18:09.4095410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/runner/io_manager.cpp' 2025-03-21T20:18:09.4096046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/runner/io_manager.h' 2025-03-21T20:18:09.4096678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/runner/runner.cpp' 2025-03-21T20:18:09.4097288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/runner/runner.h' 2025-03-21T20:18:09.4097903Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/runner' 2025-03-21T20:18:09.4098500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama/targets.bzl' 2025-03-21T20:18:09.4099083Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/llama' 2025-03-21T20:18:09.4099630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/regnet.py' 2025-03-21T20:18:09.4100200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/retinanet.py' 2025-03-21T20:18:09.4100768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/squeezenet.py' 2025-03-21T20:18:09.4101353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts/ssd300_vgg16.py' 2025-03-21T20:18:09.4101885Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/oss_scripts' 2025-03-21T20:18:09.4102514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/llama/CMakeLists.txt' 2025-03-21T20:18:09.4103124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/llama/README.md' 2025-03-21T20:18:09.4103821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/llama/llama2/qaihub_llama2_7b.py' 2025-03-21T20:18:09.4104570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/llama/llama2/qaihub_llama2_7b_runner.cpp' 2025-03-21T20:18:09.4105196Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/llama/llama2' 2025-03-21T20:18:09.4105911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/llama/llama3/qaihub_llama3_8b.py' 2025-03-21T20:18:09.4106673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/llama/llama3/qaihub_llama3_8b_runner.cpp' 2025-03-21T20:18:09.4107317Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/llama/llama3' 2025-03-21T20:18:09.4108011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/llama/runner/io_memory.cpp' 2025-03-21T20:18:09.4108719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/llama/runner/io_memory.h' 2025-03-21T20:18:09.4109368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/llama/runner/runner.cpp' 2025-03-21T20:18:09.4110045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/llama/runner/runner.h' 2025-03-21T20:18:09.4110718Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/llama/runner' 2025-03-21T20:18:09.4111321Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/llama' 2025-03-21T20:18:09.4112016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/CMakeLists.txt' 2025-03-21T20:18:09.4112691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/README.md' 2025-03-21T20:18:09.4113432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/install_requirements.sh' 2025-03-21T20:18:09.4114194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/qaihub_stable_diffusion.py' 2025-03-21T20:18:09.4115000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/qaihub_stable_diffusion_runner.cpp' 2025-03-21T20:18:09.4115716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/runner/runner.cpp' 2025-03-21T20:18:09.4116425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/runner/runner.h' 2025-03-21T20:18:09.4117117Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/runner' 2025-03-21T20:18:09.4117869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/stable_diffusion_lib.py' 2025-03-21T20:18:09.4118523Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion' 2025-03-21T20:18:09.4119143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/utils/README.md' 2025-03-21T20:18:09.4119751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/utils/export.py' 2025-03-21T20:18:09.4120361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/utils/utils.py' 2025-03-21T20:18:09.4120947Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts/utils' 2025-03-21T20:18:09.4121517Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qaihub_scripts' 2025-03-21T20:18:09.4122190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/qnn_intermediate_output_inspector.py' 2025-03-21T20:18:09.4122763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts/deeplab_v3.py' 2025-03-21T20:18:09.4123307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts/edsr.py' 2025-03-21T20:18:09.4123883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts/export_example.py' 2025-03-21T20:18:09.4124457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts/inception_v3.py' 2025-03-21T20:18:09.4125014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts/inception_v4.py' 2025-03-21T20:18:09.4125670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts/install_requirement.sh' 2025-03-21T20:18:09.4126302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts/mobilebert_fine_tune.py' 2025-03-21T20:18:09.4126876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts/mobilenet_v2.py' 2025-03-21T20:18:09.4127433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts/mobilenet_v3.py' 2025-03-21T20:18:09.4128022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts/torchvision_vit.py' 2025-03-21T20:18:09.4128569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts/wav2letter.py' 2025-03-21T20:18:09.4129099Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/scripts' 2025-03-21T20:18:09.4129624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/test_qualcomm.sh' 2025-03-21T20:18:09.4130102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm/utils.py' 2025-03-21T20:18:09.4130579Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/qualcomm' 2025-03-21T20:18:09.4131123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/selective_build/CMakeLists.txt' 2025-03-21T20:18:09.4131655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/selective_build/README.md' 2025-03-21T20:18:09.4132162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/selective_build/TARGETS' 2025-03-21T20:18:09.4132703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/selective_build/targets.bzl' 2025-03-21T20:18:09.4133304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/selective_build/test_selective_build.sh' 2025-03-21T20:18:09.4133825Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/selective_build' 2025-03-21T20:18:09.4134305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/README.md' 2025-03-21T20:18:09.4134781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/TARGETS' 2025-03-21T20:18:09.4135265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/__init__.py' 2025-03-21T20:18:09.4135786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/aot_compiler.py' 2025-03-21T20:18:09.4136342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/executor_runner/TARGETS' 2025-03-21T20:18:09.4136946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/executor_runner/targets.bzl' 2025-03-21T20:18:09.4137536Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/executor_runner' 2025-03-21T20:18:09.4138091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/quantization/example.py' 2025-03-21T20:18:09.4138696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/quantization/test_quantize.sh' 2025-03-21T20:18:09.4139237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/quantization/utils.py' 2025-03-21T20:18:09.4139780Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/quantization' 2025-03-21T20:18:09.4140296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack/targets.bzl' 2025-03-21T20:18:09.4140794Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples/xnnpack' 2025-03-21T20:18:09.4141215Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/examples' 2025-03-21T20:18:09.4141612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/TARGETS' 2025-03-21T20:18:09.4142027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/__init__.py' 2025-03-21T20:18:09.4142477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/TARGETS' 2025-03-21T20:18:09.4142958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/__init__.py' 2025-03-21T20:18:09.4143420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/_cord.py' 2025-03-21T20:18:09.4143920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/_dataclass.py' 2025-03-21T20:18:09.4144414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/_flatbuffer.py' 2025-03-21T20:18:09.4144948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/_named_data_store.py' 2025-03-21T20:18:09.4145426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/_program.py' 2025-03-21T20:18:09.4145922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/_serialize.py' 2025-03-21T20:18:09.4146405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/bindings.cpp' 2025-03-21T20:18:09.4146923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/data_serializer.py' 2025-03-21T20:18:09.4147407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/padding.py' 2025-03-21T20:18:09.4148027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/test/TARGETS' 2025-03-21T20:18:09.4148543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/test/__init__.py' 2025-03-21T20:18:09.4149098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/test/test_cord.py' 2025-03-21T20:18:09.4149653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/test/test_flatbuffer.py' 2025-03-21T20:18:09.4150225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/test/test_named_data_store.py' 2025-03-21T20:18:09.4150819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/test/test_program.py' 2025-03-21T20:18:09.4151311Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize/test' 2025-03-21T20:18:09.4151820Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_serialize' 2025-03-21T20:18:09.4152242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/_warnings.py' 2025-03-21T20:18:09.4152678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/TARGETS' 2025-03-21T20:18:09.4153167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/backend_api.py' 2025-03-21T20:18:09.4153665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/backend_details.py' 2025-03-21T20:18:09.4154287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/canonical_partitioners/TARGETS' 2025-03-21T20:18:09.4154980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-03-21T20:18:09.4155706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-03-21T20:18:09.4156406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-03-21T20:18:09.4157101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-03-21T20:18:09.4157681Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/canonical_partitioners' 2025-03-21T20:18:09.4158227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/compile_spec_schema.py' 2025-03-21T20:18:09.4158738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/operator_support.py' 2025-03-21T20:18:09.4159236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/partitioner.py' 2025-03-21T20:18:09.4159703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/targets.bzl' 2025-03-21T20:18:09.4160173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/TARGETS' 2025-03-21T20:18:09.4160787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-03-21T20:18:09.4161431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-03-21T20:18:09.4162054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/backend_with_named_data_map.py' 2025-03-21T20:18:09.4162562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/TARGETS' 2025-03-21T20:18:09.4163142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/rpc/CMakeLists.txt' 2025-03-21T20:18:09.4163752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/rpc/ExecutorBackend.cpp' 2025-03-21T20:18:09.4164356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/rpc/ExecutorBackend.h' 2025-03-21T20:18:09.4165013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/rpc/ExecutorBackendRegister.cpp' 2025-03-21T20:18:09.4165587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/rpc/TARGETS' 2025-03-21T20:18:09.4166267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-03-21T20:18:09.4166983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-03-21T20:18:09.4167533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/rpc/targets.bzl' 2025-03-21T20:18:09.4168084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-03-21T20:18:09.4168621Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/rpc' 2025-03-21T20:18:09.4169270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-03-21T20:18:09.4169908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-03-21T20:18:09.4170417Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/demos' 2025-03-21T20:18:09.4170983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/hta_partitioner_demo.py' 2025-03-21T20:18:09.4171539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/op_partitioner_demo.py' 2025-03-21T20:18:09.4172081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/qnn_backend_demo.py' 2025-03-21T20:18:09.4172705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-03-21T20:18:09.4173243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/test_backends.py' 2025-03-21T20:18:09.4173799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/test_backends_lifted.py' 2025-03-21T20:18:09.4174367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/test_backends_nested.py' 2025-03-21T20:18:09.4174909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/test_compatibility.py' 2025-03-21T20:18:09.4175463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/test_debug_handle_map.py' 2025-03-21T20:18:09.4176060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/test_delegate_map_builder.py' 2025-03-21T20:18:09.4176620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/test_graph_partition.py' 2025-03-21T20:18:09.4177231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/test_lowered_backend_module.py' 2025-03-21T20:18:09.4177766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/test_partitioner.py' 2025-03-21T20:18:09.4178287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/test_passes.py' 2025-03-21T20:18:09.4178781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test/test_utils.py' 2025-03-21T20:18:09.4179264Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/test' 2025-03-21T20:18:09.4179712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend/utils.py' 2025-03-21T20:18:09.4180196Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/backend' 2025-03-21T20:18:09.4180637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/capture/TARGETS' 2025-03-21T20:18:09.4181127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/capture/__init__.py' 2025-03-21T20:18:09.4181602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/capture/_capture.py' 2025-03-21T20:18:09.4182058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/capture/_config.py' 2025-03-21T20:18:09.4182525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/capture/_unlift.py' 2025-03-21T20:18:09.4182963Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/capture' 2025-03-21T20:18:09.4183408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/common.py' 2025-03-21T20:18:09.4183846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/control_flow.py' 2025-03-21T20:18:09.4184305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/delegate.py' 2025-03-21T20:18:09.4184731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/delegate.pyi' 2025-03-21T20:18:09.4185176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/TARGETS' 2025-03-21T20:18:09.4185654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/__init__.py' 2025-03-21T20:18:09.4186095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/_ops.py' 2025-03-21T20:18:09.4186592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/backend/TARGETS' 2025-03-21T20:18:09.4187084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/backend/_ops.py' 2025-03-21T20:18:09.4187616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/backend/test/TARGETS' 2025-03-21T20:18:09.4188211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-03-21T20:18:09.4188816Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/backend/test' 2025-03-21T20:18:09.4189314Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/backend' 2025-03-21T20:18:09.4189798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/TARGETS' 2025-03-21T20:18:09.4190270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/_ops.py' 2025-03-21T20:18:09.4190764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/arg/TARGETS' 2025-03-21T20:18:09.4191277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/arg/model.py' 2025-03-21T20:18:09.4191769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/arg/type.py' 2025-03-21T20:18:09.4192275Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/arg' 2025-03-21T20:18:09.4192785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/dtype/TARGETS' 2025-03-21T20:18:09.4193313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/dtype/runner.py' 2025-03-21T20:18:09.4193852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/dtype/supported.py' 2025-03-21T20:18:09.4194406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/dtype/utils.py' 2025-03-21T20:18:09.4194917Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/dtype' 2025-03-21T20:18:09.4195434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/edge.yaml' 2025-03-21T20:18:09.4195918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/op/TARGETS' 2025-03-21T20:18:09.4196400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/op/api.py' 2025-03-21T20:18:09.4196944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/op/sample_input.py' 2025-03-21T20:18:09.4197506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/op/test/test_api.py' 2025-03-21T20:18:09.4198039Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/op/test' 2025-03-21T20:18:09.4198558Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/op' 2025-03-21T20:18:09.4199066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/spec/TARGETS' 2025-03-21T20:18:09.4199556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/spec/gen.py' 2025-03-21T20:18:09.4200071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/spec/utils.py' 2025-03-21T20:18:09.4200570Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/spec' 2025-03-21T20:18:09.4201082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/test/TARGETS' 2025-03-21T20:18:09.4201638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-03-21T20:18:09.4202197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-03-21T20:18:09.4202710Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge/test' 2025-03-21T20:18:09.4203184Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/edge' 2025-03-21T20:18:09.4203662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/test/TARGETS' 2025-03-21T20:18:09.4204228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-03-21T20:18:09.4204715Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects/test' 2025-03-21T20:18:09.4205168Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dialects' 2025-03-21T20:18:09.4205635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dim_order_utils.py' 2025-03-21T20:18:09.4206080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/dynamic_shape.py' 2025-03-21T20:18:09.4206511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/emit/TARGETS' 2025-03-21T20:18:09.4206951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/emit/__init__.py' 2025-03-21T20:18:09.4207427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/emit/_emit_program.py' 2025-03-21T20:18:09.4207884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/emit/_emitter.py' 2025-03-21T20:18:09.4208355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/emit/test/TARGETS' 2025-03-21T20:18:09.4208845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/emit/test/test_emit.py' 2025-03-21T20:18:09.4209322Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/emit/test' 2025-03-21T20:18:09.4209758Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/emit' 2025-03-21T20:18:09.4210162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/error.py' 2025-03-21T20:18:09.4210573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/graph.py' 2025-03-21T20:18:09.4211014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/graph_module.py' 2025-03-21T20:18:09.4211554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/lowered_backend_module.py' 2025-03-21T20:18:09.4211991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/memory.py' 2025-03-21T20:18:09.4212450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/memory_planning.py' 2025-03-21T20:18:09.4212908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/operator/TARGETS' 2025-03-21T20:18:09.4213371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/operator/convert.py' 2025-03-21T20:18:09.4213836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/operator/manip.py' 2025-03-21T20:18:09.4214367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/operator/test/test_operator.py' 2025-03-21T20:18:09.4214861Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/operator/test' 2025-03-21T20:18:09.4215304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/operator/util.py' 2025-03-21T20:18:09.4215760Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/operator' 2025-03-21T20:18:09.4216178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/pass_base.py' 2025-03-21T20:18:09.4216618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/pass_manager.py' 2025-03-21T20:18:09.4217056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/TARGETS' 2025-03-21T20:18:09.4217509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/__init__.py' 2025-03-21T20:18:09.4218122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-03-21T20:18:09.4218620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/const_prop_pass.py' 2025-03-21T20:18:09.4219150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/constant_prop_pass.py' 2025-03-21T20:18:09.4219716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/debug_handle_generator_pass.py' 2025-03-21T20:18:09.4220263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/dim_order_ops_registry.py' 2025-03-21T20:18:09.4220804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-03-21T20:18:09.4221387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/executorch_prim_ops_registry.py' 2025-03-21T20:18:09.4221954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/external_constants_pass.py' 2025-03-21T20:18:09.4222470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/init_mutable_pass.py' 2025-03-21T20:18:09.4223127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-03-21T20:18:09.4223661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/memory_format_ops_pass.py' 2025-03-21T20:18:09.4224198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/memory_planning_pass.py' 2025-03-21T20:18:09.4224744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/normalize_transpose_pass.py' 2025-03-21T20:18:09.4225423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-03-21T20:18:09.4225922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/pass_registry.py' 2025-03-21T20:18:09.4226509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/prune_empty_tensors_pass.py' 2025-03-21T20:18:09.4227018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/quant_fusion_pass.py' 2025-03-21T20:18:09.4227535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/quantize_io_pass.py' 2025-03-21T20:18:09.4228087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/remove_graph_asserts_pass.py' 2025-03-21T20:18:09.4228737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/remove_mixed_type_operators.py' 2025-03-21T20:18:09.4229242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/remove_noop_pass.py' 2025-03-21T20:18:09.4229808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-03-21T20:18:09.4230469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-03-21T20:18:09.4231052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-03-21T20:18:09.4231608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/replace_sym_size_op_pass.py' 2025-03-21T20:18:09.4232204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-03-21T20:18:09.4232744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/scalar_to_tensor_pass.py' 2025-03-21T20:18:09.4233238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/spec_prop_pass.py' 2025-03-21T20:18:09.4233771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/sym_shape_eval_pass.py' 2025-03-21T20:18:09.4234285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/sym_to_tensor_pass.py' 2025-03-21T20:18:09.4234841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes/weights_to_outputs_pass.py' 2025-03-21T20:18:09.4235274Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/passes' 2025-03-21T20:18:09.4235721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/print_program.py' 2025-03-21T20:18:09.4236173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/program/TARGETS' 2025-03-21T20:18:09.4236668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/program/__init__.py' 2025-03-21T20:18:09.4237171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/program/_fake_program.py' 2025-03-21T20:18:09.4237663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/program/_program.py' 2025-03-21T20:18:09.4238137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/program/test/TARGETS' 2025-03-21T20:18:09.4238624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/program/test/__init__.py' 2025-03-21T20:18:09.4239175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/program/test/test_fake_program.py' 2025-03-21T20:18:09.4239690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/program/test/test_program.py' 2025-03-21T20:18:09.4240200Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/program/test' 2025-03-21T20:18:09.4240666Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/program' 2025-03-21T20:18:09.4241097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/scalar_type.py' 2025-03-21T20:18:09.4241513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/schema.py' 2025-03-21T20:18:09.4241935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/serde/TARGETS' 2025-03-21T20:18:09.4242396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/serde/__init__.py' 2025-03-21T20:18:09.4242891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/serde/export_serialize.py' 2025-03-21T20:18:09.4243342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/serde/schema.py' 2025-03-21T20:18:09.4243814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/serde/schema_check.py' 2025-03-21T20:18:09.4244277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/serde/serialize.py' 2025-03-21T20:18:09.4244707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/serde/union.py' 2025-03-21T20:18:09.4245152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/serde/upgrade.py' 2025-03-21T20:18:09.4245591Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/serde' 2025-03-21T20:18:09.4246006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/sym_util.py' 2025-03-21T20:18:09.4246421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tensor.py' 2025-03-21T20:18:09.4246847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/TARGETS' 2025-03-21T20:18:09.4247322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/asr_joiner.py' 2025-03-21T20:18:09.4247907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/common.py' 2025-03-21T20:18:09.4248431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/control_flow_models.py' 2025-03-21T20:18:09.4248954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/dynamic_shape_models.py' 2025-03-21T20:18:09.4249403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/models.py' 2025-03-21T20:18:09.4249915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_arg_validator.py' 2025-03-21T20:18:09.4250445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_capture.py' 2025-03-21T20:18:09.4250927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_common.py' 2025-03-21T20:18:09.4251442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_delegate.py' 2025-03-21T20:18:09.4251976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_dim_order_utils.py' 2025-03-21T20:18:09.4252555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-03-21T20:18:09.4253033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_error.py' 2025-03-21T20:18:09.4253529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_joint_graph.py' 2025-03-21T20:18:09.4254028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_lib.cpp' 2025-03-21T20:18:09.4254617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_memory_format_ops_pass.py' 2025-03-21T20:18:09.4255215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-03-21T20:18:09.4255806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-03-21T20:18:09.4256324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_memory_planning.py' 2025-03-21T20:18:09.4256823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_op_convert.py' 2025-03-21T20:18:09.4257310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_pass_infra.py' 2025-03-21T20:18:09.4257785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_passes.py' 2025-03-21T20:18:09.4258295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_print_program.py' 2025-03-21T20:18:09.4258874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-03-21T20:18:09.4259404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_quant_fusion_pass.py' 2025-03-21T20:18:09.4259914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_quantization.py' 2025-03-21T20:18:09.4260436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_quantize_io_pass.py' 2025-03-21T20:18:09.4260974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_remove_view_copy.py' 2025-03-21T20:18:09.4261441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_serde.py' 2025-03-21T20:18:09.4261907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_tensor.py' 2025-03-21T20:18:09.4262385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_tracer.py' 2025-03-21T20:18:09.4262885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_verification.py' 2025-03-21T20:18:09.4263374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/test_warnings.py' 2025-03-21T20:18:09.4263838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests/transformer.py' 2025-03-21T20:18:09.4264283Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tests' 2025-03-21T20:18:09.4264719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/tracer.py' 2025-03-21T20:18:09.4265131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/types.py' 2025-03-21T20:18:09.4265623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/verification/TARGETS' 2025-03-21T20:18:09.4266156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/verification/arg_validator.py' 2025-03-21T20:18:09.4266649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/verification/bindings.cpp' 2025-03-21T20:18:09.4267143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/verification/dev_html.py' 2025-03-21T20:18:09.4267696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/verification/interpreter.py' 2025-03-21T20:18:09.4268249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/verification/test/test_verifier.py' 2025-03-21T20:18:09.4268842Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/verification/test' 2025-03-21T20:18:09.4269337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/verification/verifier.py' 2025-03-21T20:18:09.4269818Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/verification' 2025-03-21T20:18:09.4270227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/version.py' 2025-03-21T20:18:09.4270630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir/wrap.py' 2025-03-21T20:18:09.4271028Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/exir' 2025-03-21T20:18:09.4271514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/.gitignore' 2025-03-21T20:18:09.4271975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/BUCK' 2025-03-21T20:18:09.4272487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/CMakeLists.txt' 2025-03-21T20:18:09.4272962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/TARGETS' 2025-03-21T20:18:09.4273453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/build.gradle' 2025-03-21T20:18:09.4274039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/gradle/libs.versions.toml' 2025-03-21T20:18:09.4274670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/gradle/wrapper/gradle-wrapper.jar' 2025-03-21T20:18:09.4275368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/gradle/wrapper/gradle-wrapper.properties' 2025-03-21T20:18:09.4275931Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/gradle/wrapper' 2025-03-21T20:18:09.4276460Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/gradle' 2025-03-21T20:18:09.4276926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/gradlew' 2025-03-21T20:18:09.4277429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/gradlew.bat' 2025-03-21T20:18:09.4277899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/jni/BUCK' 2025-03-21T20:18:09.4278389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/jni/TARGETS' 2025-03-21T20:18:09.4278972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/jni/jni_layer.cpp' 2025-03-21T20:18:09.4279546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/jni/jni_layer_constants.h' 2025-03-21T20:18:09.4280136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/jni/jni_layer_llama.cpp' 2025-03-21T20:18:09.4280623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/jni/log.cpp' 2025-03-21T20:18:09.4281109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/jni/log.h' 2025-03-21T20:18:09.4281600Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/jni' 2025-03-21T20:18:09.4282153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/settings.gradle' 2025-03-21T20:18:09.4282899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/src/main/java/org/pytorch/executorch/DType.java' 2025-03-21T20:18:09.4283627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/src/main/java/org/pytorch/executorch/EValue.java' 2025-03-21T20:18:09.4284396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/src/main/java/org/pytorch/executorch/LlamaCallback.java' 2025-03-21T20:18:09.4285154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/src/main/java/org/pytorch/executorch/LlamaModule.java' 2025-03-21T20:18:09.4285875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/src/main/java/org/pytorch/executorch/Module.java' 2025-03-21T20:18:09.4286631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/src/main/java/org/pytorch/executorch/NativePeer.java' 2025-03-21T20:18:09.4287361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/src/main/java/org/pytorch/executorch/Tensor.java' 2025-03-21T20:18:09.4288209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/src/main/java/org/pytorch/executorch/annotations/Experimental.java' 2025-03-21T20:18:09.4288987Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/src/main/java/org/pytorch/executorch/annotations' 2025-03-21T20:18:09.4289833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/src/main/java/org/pytorch/executorch/extension/llm/LlmCallback.java' 2025-03-21T20:18:09.4290689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/src/main/java/org/pytorch/executorch/extension/llm/LlmModule.java' 2025-03-21T20:18:09.4291473Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/src/main/java/org/pytorch/executorch/extension/llm' 2025-03-21T20:18:09.4292239Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/src/main/java/org/pytorch/executorch/extension' 2025-03-21T20:18:09.4292929Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/src/main/java/org/pytorch/executorch' 2025-03-21T20:18:09.4293561Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/src/main/java/org/pytorch' 2025-03-21T20:18:09.4294140Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/src/main/java/org' 2025-03-21T20:18:09.4294745Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/src/main/java' 2025-03-21T20:18:09.4295275Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/src/main' 2025-03-21T20:18:09.4295807Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android/src' 2025-03-21T20:18:09.4296283Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android' 2025-03-21T20:18:09.4296802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/.gitignore' 2025-03-21T20:18:09.4297301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/TARGETS' 2025-03-21T20:18:09.4297849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/add_model.py' 2025-03-21T20:18:09.4298379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/build.gradle' 2025-03-21T20:18:09.4298964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/gradle.properties' 2025-03-21T20:18:09.4299582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/gradle/libs.versions.toml' 2025-03-21T20:18:09.4300231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/gradle/wrapper/gradle-wrapper.jar' 2025-03-21T20:18:09.4300933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/gradle/wrapper/gradle-wrapper.properties' 2025-03-21T20:18:09.4301516Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/gradle/wrapper' 2025-03-21T20:18:09.4302068Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/gradle' 2025-03-21T20:18:09.4302564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/gradlew' 2025-03-21T20:18:09.4303093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/gradlew.bat' 2025-03-21T20:18:09.4303633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/settings.gradle' 2025-03-21T20:18:09.4304128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/setup.sh' 2025-03-21T20:18:09.4305077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/androidTest/java/org/pytorch/executorch/LlamaModuleInstrumentationTest.java' 2025-03-21T20:18:09.4305978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/androidTest/java/org/pytorch/executorch/ModuleInstrumentationTest.java' 2025-03-21T20:18:09.4306746Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/androidTest/java/org/pytorch/executorch' 2025-03-21T20:18:09.4307428Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/androidTest/java/org/pytorch' 2025-03-21T20:18:09.4308079Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/androidTest/java/org' 2025-03-21T20:18:09.4308739Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/androidTest/java' 2025-03-21T20:18:09.4309405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/androidTest/resources/test.txt' 2025-03-21T20:18:09.4310088Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/androidTest/resources' 2025-03-21T20:18:09.4310683Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/androidTest' 2025-03-21T20:18:09.4311326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/main/AndroidManifest.xml' 2025-03-21T20:18:09.4311884Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/main' 2025-03-21T20:18:09.4312637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/test/java/org/pytorch/executorch/EValueTest.java' 2025-03-21T20:18:09.4313428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/test/java/org/pytorch/executorch/TensorTest.java' 2025-03-21T20:18:09.4314134Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/test/java/org/pytorch/executorch' 2025-03-21T20:18:09.4314808Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/test/java/org/pytorch' 2025-03-21T20:18:09.4315414Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/test/java/org' 2025-03-21T20:18:09.4315989Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/test/java' 2025-03-21T20:18:09.4316541Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src/test' 2025-03-21T20:18:09.4317066Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test/src' 2025-03-21T20:18:09.4317568Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/android_test' 2025-03-21T20:18:09.4318061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/.clang-format' 2025-03-21T20:18:09.4318569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/CMakeLists.txt' 2025-03-21T20:18:09.4319181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorch.h' 2025-03-21T20:18:09.4319829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchError.h' 2025-03-21T20:18:09.4320471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchError.m' 2025-03-21T20:18:09.4321110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchLog.h' 2025-03-21T20:18:09.4321741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchLog.mm' 2025-03-21T20:18:09.4322387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchModule.h' 2025-03-21T20:18:09.4323047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchModule.mm' 2025-03-21T20:18:09.4323693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchTensor.h' 2025-03-21T20:18:09.4324350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchTensor.mm' 2025-03-21T20:18:09.4325016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchValue.h' 2025-03-21T20:18:09.4325667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/ExecuTorchValue.m' 2025-03-21T20:18:09.4326322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported/module.modulemap' 2025-03-21T20:18:09.4326909Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/Exported' 2025-03-21T20:18:09.4327429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/TARGETS' 2025-03-21T20:18:09.4328067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/__tests__/ModuleTest.swift' 2025-03-21T20:18:09.4328720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/__tests__/TensorTest.swift' 2025-03-21T20:18:09.4329392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/__tests__/ValueTest.swift' 2025-03-21T20:18:09.4330027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/__tests__/resources/add.pte' 2025-03-21T20:18:09.4330672Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/__tests__/resources' 2025-03-21T20:18:09.4331251Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch/__tests__' 2025-03-21T20:18:09.4331776Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecuTorch' 2025-03-21T20:18:09.4332813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported/Data/ExecutorchRuntimeTensorValue.h' 2025-03-21T20:18:09.4333839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported/Data/ExecutorchRuntimeTensorValue.mm' 2025-03-21T20:18:09.4334820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported/Data/ExecutorchRuntimeValue.h' 2025-03-21T20:18:09.4335799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported/Data/ExecutorchRuntimeValue.mm' 2025-03-21T20:18:09.4336661Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported/Data' 2025-03-21T20:18:09.4337609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported/ExecutorchRuntimeEngine.h' 2025-03-21T20:18:09.4338574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported/ExecutorchRuntimeEngine.mm' 2025-03-21T20:18:09.4339399Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/Exported' 2025-03-21T20:18:09.4340397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/__tests__/ExecutorchRuntimeEngineTests.mm' 2025-03-21T20:18:09.4341375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/__tests__/ExecutorchRuntimeValueTests.mm' 2025-03-21T20:18:09.4342237Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge/__tests__' 2025-03-21T20:18:09.4343002Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge/ExecutorchRuntimeBridge' 2025-03-21T20:18:09.4343647Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/ExecutorchRuntimeBridge' 2025-03-21T20:18:09.4344574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/RuntimeBridgingCore/RuntimeBridgingCore/ModelRuntimeTensorValueBridging.swift' 2025-03-21T20:18:09.4345432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/RuntimeBridgingCore/RuntimeBridgingCore/ModelRuntimeValueError.swift' 2025-03-21T20:18:09.4346163Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/RuntimeBridgingCore/RuntimeBridgingCore' 2025-03-21T20:18:09.4346782Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/RuntimeBridgingCore' 2025-03-21T20:18:09.4347241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple/TARGETS' 2025-03-21T20:18:09.4347852Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/apple' 2025-03-21T20:18:09.4348328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/aten_util/TARGETS' 2025-03-21T20:18:09.4348901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/aten_util/aten_bridge.cpp' 2025-03-21T20:18:09.4349424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/aten_util/aten_bridge.h' 2025-03-21T20:18:09.4350063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/aten_util/make_aten_functor_from_et_functor.h' 2025-03-21T20:18:09.4350570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/aten_util/targets.bzl' 2025-03-21T20:18:09.4351081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/aten_util/test/TARGETS' 2025-03-21T20:18:09.4351668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/aten_util/test/aten_bridge_test.cpp' 2025-03-21T20:18:09.4352361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/aten_util/test/make_aten_functor_from_et_functor_test.cpp' 2025-03-21T20:18:09.4352903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/aten_util/test/targets.bzl' 2025-03-21T20:18:09.4353415Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/aten_util/test' 2025-03-21T20:18:09.4353908Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/aten_util' 2025-03-21T20:18:09.4354395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/README.md' 2025-03-21T20:18:09.4355004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/.gitignore' 2025-03-21T20:18:09.4355617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/README.md' 2025-03-21T20:18:09.4356430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/android-llm-device-farm-test-spec.yml.j2' 2025-03-21T20:18:09.4357076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/.gitignore' 2025-03-21T20:18:09.4357808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/build.gradle.kts' 2025-03-21T20:18:09.4358545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/proguard-rules.pro' 2025-03-21T20:18:09.4359596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/androidTest/java/org/pytorch/minibench/ExampleInstrumentedTest.java' 2025-03-21T20:18:09.4360492Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/androidTest/java/org/pytorch/minibench' 2025-03-21T20:18:09.4361352Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/androidTest/java/org/pytorch' 2025-03-21T20:18:09.4362135Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/androidTest/java/org' 2025-03-21T20:18:09.4362913Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/androidTest/java' 2025-03-21T20:18:09.4363638Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/androidTest' 2025-03-21T20:18:09.4364386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/main/AndroidManifest.xml' 2025-03-21T20:18:09.4365345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/BenchmarkActivity.java' 2025-03-21T20:18:09.4366289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/BenchmarkMetric.java' 2025-03-21T20:18:09.4367273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/LlmBenchmarkActivity.java' 2025-03-21T20:18:09.4368182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/ModelRunner.java' 2025-03-21T20:18:09.4369153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/ModelRunnerCallback.java' 2025-03-21T20:18:09.4369989Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench' 2025-03-21T20:18:09.4370773Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/main/java/org/pytorch' 2025-03-21T20:18:09.4371499Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/main/java/org' 2025-03-21T20:18:09.4372203Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/main/java' 2025-03-21T20:18:09.4372960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/main/res/values/colors.xml' 2025-03-21T20:18:09.4373718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/main/res/values/strings.xml' 2025-03-21T20:18:09.4374513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/main/res/values/themes.xml' 2025-03-21T20:18:09.4375245Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/main/res/values' 2025-03-21T20:18:09.4375970Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/main/res' 2025-03-21T20:18:09.4376628Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/main' 2025-03-21T20:18:09.4377576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/test/java/org/pytorch/minibench/ExampleUnitTest.java' 2025-03-21T20:18:09.4378435Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/test/java/org/pytorch/minibench' 2025-03-21T20:18:09.4379245Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/test/java/org/pytorch' 2025-03-21T20:18:09.4379966Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/test/java/org' 2025-03-21T20:18:09.4380670Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/test/java' 2025-03-21T20:18:09.4381330Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src/test' 2025-03-21T20:18:09.4381976Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app/src' 2025-03-21T20:18:09.4382585Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/app' 2025-03-21T20:18:09.4383238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/build.gradle.kts' 2025-03-21T20:18:09.4383890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/gradle.properties' 2025-03-21T20:18:09.4384662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/gradle/wrapper/gradle-wrapper.jar' 2025-03-21T20:18:09.4385468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/gradle/wrapper/gradle-wrapper.properties' 2025-03-21T20:18:09.4386148Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/gradle/wrapper' 2025-03-21T20:18:09.4386782Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/gradle' 2025-03-21T20:18:09.4387365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/gradlew' 2025-03-21T20:18:09.4387985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/gradlew.bat' 2025-03-21T20:18:09.4388710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark/settings.gradle.kts' 2025-03-21T20:18:09.4389303Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android/benchmark' 2025-03-21T20:18:09.4389832Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/android' 2025-03-21T20:18:09.4390423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/.clang-format' 2025-03-21T20:18:09.4391084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/App/App.entitlements' 2025-03-21T20:18:09.4391732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/App/App.swift' 2025-03-21T20:18:09.4392325Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/App' 2025-03-21T20:18:09.4393092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Benchmark.xcodeproj/project.pbxproj' 2025-03-21T20:18:09.4393999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Benchmark.xcodeproj/xcshareddata/xcschemes/Benchmark.xcscheme' 2025-03-21T20:18:09.4394897Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Benchmark.xcodeproj/xcshareddata/xcschemes' 2025-03-21T20:18:09.4395706Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Benchmark.xcodeproj/xcshareddata' 2025-03-21T20:18:09.4396409Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Benchmark.xcodeproj' 2025-03-21T20:18:09.4397004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/README.md' 2025-03-21T20:18:09.4397654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Resources/README.md' 2025-03-21T20:18:09.4398296Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Resources' 2025-03-21T20:18:09.4399006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/TestUtils/DynamicTestCase.h' 2025-03-21T20:18:09.4399720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/TestUtils/DynamicTestCase.m' 2025-03-21T20:18:09.4400428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/TestUtils/ResourceTestCase.h' 2025-03-21T20:18:09.4401145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/TestUtils/ResourceTestCase.m' 2025-03-21T20:18:09.4401784Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/TestUtils' 2025-03-21T20:18:09.4402449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Tests/CoreMLTests.mm' 2025-03-21T20:18:09.4403114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Tests/GenericTests.mm' 2025-03-21T20:18:09.4403815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Tests/LLaMA/LLaMATests.mm' 2025-03-21T20:18:09.4404458Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Tests/LLaMA' 2025-03-21T20:18:09.4405125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Tests/Tests.xcconfig' 2025-03-21T20:18:09.4405793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Tests/Tests.xctestplan' 2025-03-21T20:18:09.4406434Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/Tests' 2025-03-21T20:18:09.4411303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark/default-ios-device-farm-appium-test-spec.yml.j2' 2025-03-21T20:18:09.4411998Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple/Benchmark' 2025-03-21T20:18:09.4412532Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark/apple' 2025-03-21T20:18:09.4413015Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/benchmark' 2025-03-21T20:18:09.4413546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/CMakeLists.txt' 2025-03-21T20:18:09.4414067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/TARGETS' 2025-03-21T20:18:09.4414660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/buffer_data_loader.h' 2025-03-21T20:18:09.4415218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/file_data_loader.cpp' 2025-03-21T20:18:09.4415768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/file_data_loader.h' 2025-03-21T20:18:09.4416391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/file_descriptor_data_loader.cpp' 2025-03-21T20:18:09.4417003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/file_descriptor_data_loader.h' 2025-03-21T20:18:09.4417489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/mman.h' 2025-03-21T20:18:09.4418028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/mman_windows.cpp' 2025-03-21T20:18:09.4418561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/mman_windows.h' 2025-03-21T20:18:09.4419116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/mmap_data_loader.cpp' 2025-03-21T20:18:09.4419665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/mmap_data_loader.h' 2025-03-21T20:18:09.4420246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/shared_ptr_data_loader.h' 2025-03-21T20:18:09.4420763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/targets.bzl' 2025-03-21T20:18:09.4421312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/test/CMakeLists.txt' 2025-03-21T20:18:09.4421837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/test/TARGETS' 2025-03-21T20:18:09.4422463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/test/buffer_data_loader_test.cpp' 2025-03-21T20:18:09.4423085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/test/file_data_loader_test.cpp' 2025-03-21T20:18:09.4423756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/test/file_descriptor_data_loader_test.cpp' 2025-03-21T20:18:09.4424372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/test/mmap_data_loader_test.cpp' 2025-03-21T20:18:09.4425025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/test/shared_ptr_data_loader_test.cpp' 2025-03-21T20:18:09.4425595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/test/targets.bzl' 2025-03-21T20:18:09.4426119Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader/test' 2025-03-21T20:18:09.4426641Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/data_loader' 2025-03-21T20:18:09.4427130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/evalue_util/TARGETS' 2025-03-21T20:18:09.4427669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/evalue_util/print_evalue.cpp' 2025-03-21T20:18:09.4428202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/evalue_util/print_evalue.h' 2025-03-21T20:18:09.4428839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/evalue_util/targets.bzl' 2025-03-21T20:18:09.4429430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/evalue_util/test/CMakeLists.txt' 2025-03-21T20:18:09.4429943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/evalue_util/test/TARGETS' 2025-03-21T20:18:09.4430539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/evalue_util/test/print_evalue_test.cpp' 2025-03-21T20:18:09.4431080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/evalue_util/test/targets.bzl' 2025-03-21T20:18:09.4431603Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/evalue_util/test' 2025-03-21T20:18:09.4432100Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/evalue_util' 2025-03-21T20:18:09.4432600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/export_util/TARGETS' 2025-03-21T20:18:09.4433119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/export_util/__init__.py' 2025-03-21T20:18:09.4433619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/export_util/utils.py' 2025-03-21T20:18:09.4434118Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/export_util' 2025-03-21T20:18:09.4434650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/CMakeLists.txt' 2025-03-21T20:18:09.4435158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/README.md' 2025-03-21T20:18:09.4435649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/TARGETS' 2025-03-21T20:18:09.4436170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/__init__.py' 2025-03-21T20:18:09.4436761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/flat_tensor_data_map.cpp' 2025-03-21T20:18:09.4437335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/flat_tensor_data_map.h' 2025-03-21T20:18:09.4437927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/CMakeLists.txt' 2025-03-21T20:18:09.4438473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/TARGETS' 2025-03-21T20:18:09.4439040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/__init__.py' 2025-03-21T20:18:09.4439662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-03-21T20:18:09.4440301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/flat_tensor_header.cpp' 2025-03-21T20:18:09.4440950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/flat_tensor_header.h' 2025-03-21T20:18:09.4441576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-03-21T20:18:09.4442161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-03-21T20:18:09.4442747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/serialize.cpp' 2025-03-21T20:18:09.4443339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/serialize.h' 2025-03-21T20:18:09.4443943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/serialize.py' 2025-03-21T20:18:09.4444502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize/targets.bzl' 2025-03-21T20:18:09.4445044Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/serialize' 2025-03-21T20:18:09.4445553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/targets.bzl' 2025-03-21T20:18:09.4446101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/test/CMakeLists.txt' 2025-03-21T20:18:09.4446617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/test/TARGETS' 2025-03-21T20:18:09.4447253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/test/flat_tensor_data_map_test.cpp' 2025-03-21T20:18:09.4448091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/test/flat_tensor_header_test.cpp' 2025-03-21T20:18:09.4448632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/test/targets.bzl' 2025-03-21T20:18:09.4449217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/test/test_serialize.cpp' 2025-03-21T20:18:09.4449782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/test/test_serialize.py' 2025-03-21T20:18:09.4450303Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor/test' 2025-03-21T20:18:09.4450794Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/flat_tensor' 2025-03-21T20:18:09.4451279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/gguf_util/README.md' 2025-03-21T20:18:09.4451803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/gguf_util/convert_main.py' 2025-03-21T20:18:09.4452304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/gguf_util/converter.py' 2025-03-21T20:18:09.4452906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/gguf_util/converters/llama_converter.py' 2025-03-21T20:18:09.4453442Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/gguf_util/converters' 2025-03-21T20:18:09.4454016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/gguf_util/install_requirements.sh' 2025-03-21T20:18:09.4454581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/gguf_util/load_gguf.py' 2025-03-21T20:18:09.4455061Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/gguf_util' 2025-03-21T20:18:09.4455617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/kernel_util/README.md' 2025-03-21T20:18:09.4456105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/kernel_util/TARGETS' 2025-03-21T20:18:09.4456731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-03-21T20:18:09.4457284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/kernel_util/meta_programming.h' 2025-03-21T20:18:09.4457825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/kernel_util/targets.bzl' 2025-03-21T20:18:09.4458377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/kernel_util/test/CMakeLists.txt' 2025-03-21T20:18:09.4458934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/kernel_util/test/TARGETS' 2025-03-21T20:18:09.4459627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/kernel_util/test/make_boxed_from_unboxed_functor_test.cpp' 2025-03-21T20:18:09.4460171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/kernel_util/test/targets.bzl' 2025-03-21T20:18:09.4460687Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/kernel_util/test' 2025-03-21T20:18:09.4461200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/kernel_util/type_list.h' 2025-03-21T20:18:09.4461693Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/kernel_util' 2025-03-21T20:18:09.4462154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/README.md' 2025-03-21T20:18:09.4462699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/CMakeLists.txt' 2025-03-21T20:18:09.4463216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/TARGETS' 2025-03-21T20:18:09.4463740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/__init__.py' 2025-03-21T20:18:09.4464275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/custom_ops.py' 2025-03-21T20:18:09.4464845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/model_sharding.py' 2025-03-21T20:18:09.4465395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_fallback.cpp' 2025-03-21T20:18:09.4465935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_fallback.h' 2025-03-21T20:18:09.4466574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp' 2025-03-21T20:18:09.4467202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.h' 2025-03-21T20:18:09.4467871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform_aten.cpp' 2025-03-21T20:18:09.4468403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_sdpa.cpp' 2025-03-21T20:18:09.4469001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_sdpa.h' 2025-03-21T20:18:09.4469563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_sdpa_aot.cpp' 2025-03-21T20:18:09.4470203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_sdpa_test.cpp' 2025-03-21T20:18:09.4470848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_sdpa_with_kv_cache_test.cpp' 2025-03-21T20:18:09.4471401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_tile_crop.cpp' 2025-03-21T20:18:09.4471941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_tile_crop.h' 2025-03-21T20:18:09.4472555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_tile_crop_aot.cpp' 2025-03-21T20:18:09.4473154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-03-21T20:18:09.4473750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_tile_crop_test.cpp' 2025-03-21T20:18:09.4474325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_update_cache.cpp' 2025-03-21T20:18:09.4474889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/op_update_cache.h' 2025-03-21T20:18:09.4475492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-03-21T20:18:09.4476073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/README.md' 2025-03-21T20:18:09.4476633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/TARGETS' 2025-03-21T20:18:09.4477328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.cpp' 2025-03-21T20:18:09.4477999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h' 2025-03-21T20:18:09.4478716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h' 2025-03-21T20:18:09.4479391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-03-21T20:18:09.4479979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/targets.bzl' 2025-03-21T20:18:09.4480614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/test/CMakeLists.txt' 2025-03-21T20:18:09.4481205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/test/TARGETS' 2025-03-21T20:18:09.4482024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/test/fast_hadamard_transform_special_unstrided_cpu.h' 2025-03-21T20:18:09.4482753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/test/fast_hadamard_transform_test.cpp' 2025-03-21T20:18:09.4483513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/test/fast_hadamard_transform_test_impl.cpp' 2025-03-21T20:18:09.4484281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/test/fast_hadamard_transform_test_impl.h' 2025-03-21T20:18:09.4485034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/test/op_fast_hadamard_transform_test.cpp' 2025-03-21T20:18:09.4485673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/test/targets.bzl' 2025-03-21T20:18:09.4486272Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/test' 2025-03-21T20:18:09.4486972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/CMakeLists.txt' 2025-03-21T20:18:09.4487658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/LICENSE.md' 2025-03-21T20:18:09.4488354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/Makefile' 2025-03-21T20:18:09.4489062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/README.md' 2025-03-21T20:18:09.4489725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/TARGETS' 2025-03-21T20:18:09.4490408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/dumb_fht.c' 2025-03-21T20:18:09.4491076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/dumb_fht.h' 2025-03-21T20:18:09.4491749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-03-21T20:18:09.4492434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/fast_copy.c' 2025-03-21T20:18:09.4493106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/fast_copy.h' 2025-03-21T20:18:09.4493768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/fht.c' 2025-03-21T20:18:09.4494415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/fht.h' 2025-03-21T20:18:09.4495090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/fht_avx.c' 2025-03-21T20:18:09.4495762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/fht_impl.h' 2025-03-21T20:18:09.4496447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/fht_neon.c' 2025-03-21T20:18:09.4497118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/fht_sse.c' 2025-03-21T20:18:09.4497779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-03-21T20:18:09.4498502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/hall_of_fame_avx.txt' 2025-03-21T20:18:09.4499230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/hall_of_fame_neon.txt' 2025-03-21T20:18:09.4499978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/hall_of_fame_sse.txt' 2025-03-21T20:18:09.4500714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/measurements/Makefile' 2025-03-21T20:18:09.4501504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/measurements/run_double.cpp' 2025-03-21T20:18:09.4502272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/measurements/run_float.cpp' 2025-03-21T20:18:09.4502999Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/measurements' 2025-03-21T20:18:09.4503699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/targets.bzl' 2025-03-21T20:18:09.4504426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/test_double.c' 2025-03-21T20:18:09.4505104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/test_float.c' 2025-03-21T20:18:09.4505774Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT' 2025-03-21T20:18:09.4506412Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant/third-party' 2025-03-21T20:18:09.4506985Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/spinquant' 2025-03-21T20:18:09.4507515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/targets.bzl' 2025-03-21T20:18:09.4508154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-03-21T20:18:09.4508825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-03-21T20:18:09.4509413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops/test_update_cache.py' 2025-03-21T20:18:09.4509920Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/custom_ops' 2025-03-21T20:18:09.4510407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/export/TARGETS' 2025-03-21T20:18:09.4510910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/export/__init__.py' 2025-03-21T20:18:09.4511410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/export/builder.py' 2025-03-21T20:18:09.4511951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/export/export_passes.py' 2025-03-21T20:18:09.4512497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/export/partitioner_lib.py' 2025-03-21T20:18:09.4513035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/export/quantizer_lib.py' 2025-03-21T20:18:09.4513541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/export/targets.bzl' 2025-03-21T20:18:09.4514112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/export/test_export_passes.py' 2025-03-21T20:18:09.4514594Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/export' 2025-03-21T20:18:09.4515142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules/README.md' 2025-03-21T20:18:09.4515629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules/TARGETS' 2025-03-21T20:18:09.4516173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules/__init__.py' 2025-03-21T20:18:09.4516754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules/_position_embeddings.py' 2025-03-21T20:18:09.4517283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules/attention.py' 2025-03-21T20:18:09.4517789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules/kv_cache.py' 2025-03-21T20:18:09.4518352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules/test/__init__.py' 2025-03-21T20:18:09.4518958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules/test/test_attention.py' 2025-03-21T20:18:09.4519524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules/test/test_kv_cache.py' 2025-03-21T20:18:09.4520163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-03-21T20:18:09.4520681Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules/test' 2025-03-21T20:18:09.4521175Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/modules' 2025-03-21T20:18:09.4521698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/CMakeLists.txt' 2025-03-21T20:18:09.4522187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/TARGETS' 2025-03-21T20:18:09.4522668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/image.h' 2025-03-21T20:18:09.4523213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/image_prefiller.h' 2025-03-21T20:18:09.4523700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/irunner.h' 2025-03-21T20:18:09.4524246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/multimodal_runner.h' 2025-03-21T20:18:09.4524730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/stats.h' 2025-03-21T20:18:09.4525239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/targets.bzl' 2025-03-21T20:18:09.4525817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/text_decoder_runner.cpp' 2025-03-21T20:18:09.4526376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/text_decoder_runner.h' 2025-03-21T20:18:09.4526929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/text_prefiller.cpp' 2025-03-21T20:18:09.4527463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/text_prefiller.h' 2025-03-21T20:18:09.4528038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/text_token_generator.h' 2025-03-21T20:18:09.4528514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner/util.h' 2025-03-21T20:18:09.4529001Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/runner' 2025-03-21T20:18:09.4529516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/sampler/TARGETS' 2025-03-21T20:18:09.4530029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/sampler/sampler.cpp' 2025-03-21T20:18:09.4530557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/sampler/sampler.h' 2025-03-21T20:18:09.4531071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/sampler/targets.bzl' 2025-03-21T20:18:09.4531597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/sampler/test/TARGETS' 2025-03-21T20:18:09.4532138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/sampler/test/targets.bzl' 2025-03-21T20:18:09.4532737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/sampler/test/test_sampler.cpp' 2025-03-21T20:18:09.4533280Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/sampler/test' 2025-03-21T20:18:09.4533780Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/sampler' 2025-03-21T20:18:09.4534316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/CMakeLists.txt' 2025-03-21T20:18:09.4534819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/TARGETS' 2025-03-21T20:18:09.4535340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/__init__.py' 2025-03-21T20:18:09.4535854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/base64.h' 2025-03-21T20:18:09.4536415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/bpe_tokenizer.cpp' 2025-03-21T20:18:09.4536962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/bpe_tokenizer.h' 2025-03-21T20:18:09.4537514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/hf_tokenizer.py' 2025-03-21T20:18:09.4538090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/string_integer_map.h' 2025-03-21T20:18:09.4538620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/targets.bzl' 2025-03-21T20:18:09.4539189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test/CMakeLists.txt' 2025-03-21T20:18:09.4539721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test/TARGETS' 2025-03-21T20:18:09.4540410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test/resources/test_bpe_tokenizer.bin' 2025-03-21T20:18:09.4541172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test/resources/test_tiktoken_invalid_base64.model' 2025-03-21T20:18:09.4541910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test/resources/test_tiktoken_invalid_rank.model' 2025-03-21T20:18:09.4542632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test/resources/test_tiktoken_no_space.model' 2025-03-21T20:18:09.4543356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test/resources/test_tiktoken_tokenizer.model' 2025-03-21T20:18:09.4543981Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test/resources' 2025-03-21T20:18:09.4544532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test/targets.bzl' 2025-03-21T20:18:09.4545174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test/test_bpe_tokenizer.cpp' 2025-03-21T20:18:09.4545826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test/test_string_integer_map.cpp' 2025-03-21T20:18:09.4546418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test/test_tiktoken.cpp' 2025-03-21T20:18:09.4547015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test/test_tokenizer.py' 2025-03-21T20:18:09.4547569Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/test' 2025-03-21T20:18:09.4548294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/tiktoken.cpp' 2025-03-21T20:18:09.4548867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/tiktoken.h' 2025-03-21T20:18:09.4549395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/tokenizer.h' 2025-03-21T20:18:09.4549925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/tokenizer.py' 2025-03-21T20:18:09.4550437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer/utils.py' 2025-03-21T20:18:09.4550935Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizer' 2025-03-21T20:18:09.4551422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/.git' 2025-03-21T20:18:09.4551963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/.cmakelintrc' 2025-03-21T20:18:09.4552468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/.flake8' 2025-03-21T20:18:09.4553088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/.github/workflows/pull.yml' 2025-03-21T20:18:09.4553705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/.github/workflows/trunk.yml' 2025-03-21T20:18:09.4554321Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/.github/workflows' 2025-03-21T20:18:09.4554881Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/.github' 2025-03-21T20:18:09.4555407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/.gitignore' 2025-03-21T20:18:09.4555935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/.gitmodules' 2025-03-21T20:18:09.4556497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/.lintrunner.toml' 2025-03-21T20:18:09.4557014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/.mypy.ini' 2025-03-21T20:18:09.4557560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/CMakeLists.txt' 2025-03-21T20:18:09.4558106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/CODE_OF_CONDUCT' 2025-03-21T20:18:09.4558715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/CONTRIBUTING.md' 2025-03-21T20:18:09.4559235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/LICENSE' 2025-03-21T20:18:09.4559786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/README.md' 2025-03-21T20:18:09.4560297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/TARGETS' 2025-03-21T20:18:09.4560988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/examples/tokenize_tool/CMakeLists.txt' 2025-03-21T20:18:09.4561649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/examples/tokenize_tool/main.cpp' 2025-03-21T20:18:09.4562328Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/examples/tokenize_tool' 2025-03-21T20:18:09.4562942Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/examples' 2025-03-21T20:18:09.4563625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers/base64.h' 2025-03-21T20:18:09.4564382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers/bpe_tokenizer_base.h' 2025-03-21T20:18:09.4565055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers/error.h' 2025-03-21T20:18:09.4565776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers/hf_tokenizer.h' 2025-03-21T20:18:09.4566531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers/llama2c_tokenizer.h' 2025-03-21T20:18:09.4567208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers/log.h' 2025-03-21T20:18:09.4567937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers/pre_tokenizer.h' 2025-03-21T20:18:09.4568624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers/result.h' 2025-03-21T20:18:09.4569359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers/sentencepiece.h' 2025-03-21T20:18:09.4570051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers/tiktoken.h' 2025-03-21T20:18:09.4570791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers/token_decoder.h' 2025-03-21T20:18:09.4571493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers/tokenizer.h' 2025-03-21T20:18:09.4572170Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch/tokenizers' 2025-03-21T20:18:09.4572771Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include/pytorch' 2025-03-21T20:18:09.4573338Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/include' 2025-03-21T20:18:09.4573887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pyproject.toml' 2025-03-21T20:18:09.4574544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/TARGETS' 2025-03-21T20:18:09.4575186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-03-21T20:18:09.4575888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-03-21T20:18:09.4576523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-03-21T20:18:09.4577168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/targets.bzl' 2025-03-21T20:18:09.4577812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-03-21T20:18:09.4578538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/TARGETS' 2025-03-21T20:18:09.4579288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-03-21T20:18:09.4580007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-03-21T20:18:09.4580735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/targets.bzl' 2025-03-21T20:18:09.4581433Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c' 2025-03-21T20:18:09.4582092Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools' 2025-03-21T20:18:09.4582714Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/pytorch_tokenizers' 2025-03-21T20:18:09.4583360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/requirements-lintrunner.txt' 2025-03-21T20:18:09.4583872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/setup.py' 2025-03-21T20:18:09.4584496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp' 2025-03-21T20:18:09.4585076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/src/hf_tokenizer.cpp' 2025-03-21T20:18:09.4585698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp' 2025-03-21T20:18:09.4586293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/src/pre_tokenizer.cpp' 2025-03-21T20:18:09.4586900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/src/sentencepiece.cpp' 2025-03-21T20:18:09.4587456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp' 2025-03-21T20:18:09.4588044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/src/token_decoder.cpp' 2025-03-21T20:18:09.4588580Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/src' 2025-03-21T20:18:09.4589172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/targets.bzl' 2025-03-21T20:18:09.4589750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/TARGETS' 2025-03-21T20:18:09.4590443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/resources/test_bpe_tokenizer.bin' 2025-03-21T20:18:09.4591196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/resources/test_llama2c_tokenizer.bin' 2025-03-21T20:18:09.4591900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/resources/test_sentencepiece.model' 2025-03-21T20:18:09.4592667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/resources/test_tiktoken_invalid_base64.model' 2025-03-21T20:18:09.4593440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/resources/test_tiktoken_invalid_rank.model' 2025-03-21T20:18:09.4594173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/resources/test_tiktoken_no_space.model' 2025-03-21T20:18:09.4594939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/resources/test_tiktoken_tokenizer.model' 2025-03-21T20:18:09.4595539Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/resources' 2025-03-21T20:18:09.4596095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/targets.bzl' 2025-03-21T20:18:09.4596674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/test_base64.cpp' 2025-03-21T20:18:09.4597327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/test_llama2c_tokenizer.cpp' 2025-03-21T20:18:09.4597949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/test_pre_tokenizer.cpp' 2025-03-21T20:18:09.4598585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/test_sentencepiece.cpp' 2025-03-21T20:18:09.4599177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test/test_tiktoken.cpp' 2025-03-21T20:18:09.4599716Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/test' 2025-03-21T20:18:09.4600290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/TARGETS' 2025-03-21T20:18:09.4600937Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp' 2025-03-21T20:18:09.4601542Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/json' 2025-03-21T20:18:09.4602252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/README.md' 2025-03-21T20:18:09.4603028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/include/unicode-data.h' 2025-03-21T20:18:09.4603772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/include/unicode.h' 2025-03-21T20:18:09.4604501Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/include' 2025-03-21T20:18:09.4605297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/src/unicode-data.cpp' 2025-03-21T20:18:09.4606034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/src/unicode.cpp' 2025-03-21T20:18:09.4606780Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/src' 2025-03-21T20:18:09.4607472Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode' 2025-03-21T20:18:09.4608072Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/re2' 2025-03-21T20:18:09.4608742Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece' 2025-03-21T20:18:09.4609358Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party' 2025-03-21T20:18:09.4609996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/tools/llama2c/convert.py' 2025-03-21T20:18:09.4610610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/tools/llama2c/targets.bzl' 2025-03-21T20:18:09.4611196Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/tools/llama2c' 2025-03-21T20:18:09.4611736Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/tools' 2025-03-21T20:18:09.4612252Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers' 2025-03-21T20:18:09.4612698Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm' 2025-03-21T20:18:09.4613221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/memory_allocator/TARGETS' 2025-03-21T20:18:09.4613842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/memory_allocator/malloc_memory_allocator.h' 2025-03-21T20:18:09.4614385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/memory_allocator/targets.bzl' 2025-03-21T20:18:09.4614968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/memory_allocator/test/CMakeLists.txt' 2025-03-21T20:18:09.4615505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/memory_allocator/test/TARGETS' 2025-03-21T20:18:09.4616192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/memory_allocator/test/malloc_memory_allocator_test.cpp' 2025-03-21T20:18:09.4616756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/memory_allocator/test/targets.bzl' 2025-03-21T20:18:09.4617309Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/memory_allocator/test' 2025-03-21T20:18:09.4617826Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/memory_allocator' 2025-03-21T20:18:09.4618336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/CMakeLists.txt' 2025-03-21T20:18:09.4618794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/TARGETS' 2025-03-21T20:18:09.4619281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/module.cpp' 2025-03-21T20:18:09.4619752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/module.h' 2025-03-21T20:18:09.4620266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/targets.bzl' 2025-03-21T20:18:09.4620798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/test/CMakeLists.txt' 2025-03-21T20:18:09.4621310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/test/TARGETS' 2025-03-21T20:18:09.4621850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/test/module_test.cpp' 2025-03-21T20:18:09.4622405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/test/resources/README.md' 2025-03-21T20:18:09.4622956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/test/resources/add.pte' 2025-03-21T20:18:09.4623554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/test/resources/linear.ptd' 2025-03-21T20:18:09.4624154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/test/resources/linear.pte' 2025-03-21T20:18:09.4624697Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/test/resources' 2025-03-21T20:18:09.4625220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/test/targets.bzl' 2025-03-21T20:18:09.4625707Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module/test' 2025-03-21T20:18:09.4626177Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/module' 2025-03-21T20:18:09.4626644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/parallel/TARGETS' 2025-03-21T20:18:09.4627143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/parallel/targets.bzl' 2025-03-21T20:18:09.4627677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/parallel/thread_parallel.h' 2025-03-21T20:18:09.4628149Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/parallel' 2025-03-21T20:18:09.4628715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pybindings/README.md' 2025-03-21T20:18:09.4629197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pybindings/TARGETS' 2025-03-21T20:18:09.4629734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pybindings/portable_lib.py' 2025-03-21T20:18:09.4630262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pybindings/pybindings.cpp' 2025-03-21T20:18:09.4630798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pybindings/pybindings.pyi' 2025-03-21T20:18:09.4631307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pybindings/test/TARGETS' 2025-03-21T20:18:09.4631855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pybindings/test/make_test.py' 2025-03-21T20:18:09.4632474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-03-21T20:18:09.4633059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pybindings/test/test_pybindings.py' 2025-03-21T20:18:09.4633578Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pybindings/test' 2025-03-21T20:18:09.4634064Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pybindings' 2025-03-21T20:18:09.4634569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/TARGETS' 2025-03-21T20:18:09.4635055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/__init__.py' 2025-03-21T20:18:09.4635605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/aten_util/TARGETS' 2025-03-21T20:18:09.4636161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/aten_util/ivalue_util.cpp' 2025-03-21T20:18:09.4636718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/aten_util/ivalue_util.h' 2025-03-21T20:18:09.4637254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/aten_util/targets.bzl' 2025-03-21T20:18:09.4637821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/aten_util/test/TARGETS' 2025-03-21T20:18:09.4638445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/aten_util/test/ivalue_util_test.cpp' 2025-03-21T20:18:09.4639052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/aten_util/test/targets.bzl' 2025-03-21T20:18:09.4639596Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/aten_util/test' 2025-03-21T20:18:09.4640119Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/aten_util' 2025-03-21T20:18:09.4640621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/function_ref.h' 2025-03-21T20:18:09.4641125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/pybindings.cpp' 2025-03-21T20:18:09.4641602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/pytree.h' 2025-03-21T20:18:09.4642087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/targets.bzl' 2025-03-21T20:18:09.4642621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/test/CMakeLists.txt' 2025-03-21T20:18:09.4643105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/test/TARGETS' 2025-03-21T20:18:09.4643678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/test/function_ref_test.cpp' 2025-03-21T20:18:09.4644163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/test/test.py' 2025-03-21T20:18:09.4644701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/test/test_pytree.cpp' 2025-03-21T20:18:09.4645195Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree/test' 2025-03-21T20:18:09.4645658Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/pytree' 2025-03-21T20:18:09.4646193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/CMakeLists.txt' 2025-03-21T20:18:09.4646674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/TARGETS' 2025-03-21T20:18:09.4647183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/inputs.cpp' 2025-03-21T20:18:09.4647802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/inputs.h' 2025-03-21T20:18:09.4648346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/inputs_aten.cpp' 2025-03-21T20:18:09.4648949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/inputs_portable.cpp' 2025-03-21T20:18:09.4649471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/targets.bzl' 2025-03-21T20:18:09.4650060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/test/CMakeLists.txt' 2025-03-21T20:18:09.4650586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/test/TARGETS' 2025-03-21T20:18:09.4651144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/test/inputs_test.cpp' 2025-03-21T20:18:09.4651680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/test/targets.bzl' 2025-03-21T20:18:09.4652238Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util/test' 2025-03-21T20:18:09.4652760Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/runner_util' 2025-03-21T20:18:09.4653264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/CMakeLists.txt' 2025-03-21T20:18:09.4653728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/TARGETS' 2025-03-21T20:18:09.4654213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/targets.bzl' 2025-03-21T20:18:09.4654677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/tensor.h' 2025-03-21T20:18:09.4655197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/tensor_accessor.h' 2025-03-21T20:18:09.4655698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/tensor_ptr.cpp' 2025-03-21T20:18:09.4656190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/tensor_ptr.h' 2025-03-21T20:18:09.4656722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/tensor_ptr_maker.cpp' 2025-03-21T20:18:09.4657246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/tensor_ptr_maker.h' 2025-03-21T20:18:09.4657776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/test/CMakeLists.txt' 2025-03-21T20:18:09.4658258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/test/TARGETS' 2025-03-21T20:18:09.4658773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/test/targets.bzl' 2025-03-21T20:18:09.4659363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/test/tensor_accessor_test.cpp' 2025-03-21T20:18:09.4659959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/test/tensor_ptr_maker_test.cpp' 2025-03-21T20:18:09.4660511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/test/tensor_ptr_test.cpp' 2025-03-21T20:18:09.4661003Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor/test' 2025-03-21T20:18:09.4661463Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/tensor' 2025-03-21T20:18:09.4661958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/testing_util/TARGETS' 2025-03-21T20:18:09.4662474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/testing_util/targets.bzl' 2025-03-21T20:18:09.4663014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/testing_util/temp_file.h' 2025-03-21T20:18:09.4663541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/testing_util/test/TARGETS' 2025-03-21T20:18:09.4664107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/testing_util/test/targets.bzl' 2025-03-21T20:18:09.4664697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/testing_util/test/temp_file_test.cpp' 2025-03-21T20:18:09.4665219Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/testing_util/test' 2025-03-21T20:18:09.4665718Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/testing_util' 2025-03-21T20:18:09.4666276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/CMakeLists.txt' 2025-03-21T20:18:09.4666764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/TARGETS' 2025-03-21T20:18:09.4667334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/cpuinfo_utils.cpp' 2025-03-21T20:18:09.4667872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/cpuinfo_utils.h' 2025-03-21T20:18:09.4668378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/targets.bzl' 2025-03-21T20:18:09.4669006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/test/CMakeLists.txt' 2025-03-21T20:18:09.4669516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/test/TARGETS' 2025-03-21T20:18:09.4670057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/test/targets.bzl' 2025-03-21T20:18:09.4670684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/test/thread_parallel_test.cpp' 2025-03-21T20:18:09.4671274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/test/threadpool_test.cpp' 2025-03-21T20:18:09.4671800Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/test' 2025-03-21T20:18:09.4672351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/thread_parallel.cpp' 2025-03-21T20:18:09.4672883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/threadpool.cpp' 2025-03-21T20:18:09.4673396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/threadpool.h' 2025-03-21T20:18:09.4673961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/threadpool_guard.cpp' 2025-03-21T20:18:09.4674505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool/threadpool_guard.h' 2025-03-21T20:18:09.4674995Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/threadpool' 2025-03-21T20:18:09.4675507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/CMakeLists.txt' 2025-03-21T20:18:09.4675985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/README.md' 2025-03-21T20:18:09.4676468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/TARGETS' 2025-03-21T20:18:09.4676960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/__init__.py' 2025-03-21T20:18:09.4677537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/examples/XOR/TARGETS' 2025-03-21T20:18:09.4678139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/examples/XOR/export_model.py' 2025-03-21T20:18:09.4678735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/examples/XOR/model.py' 2025-03-21T20:18:09.4679304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/examples/XOR/targets.bzl' 2025-03-21T20:18:09.4679879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/examples/XOR/test/TARGETS' 2025-03-21T20:18:09.4680503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/examples/XOR/test/test_export.py' 2025-03-21T20:18:09.4681115Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/examples/XOR/test' 2025-03-21T20:18:09.4681693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/examples/XOR/train.cpp' 2025-03-21T20:18:09.4682250Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/examples/XOR' 2025-03-21T20:18:09.4682777Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/examples' 2025-03-21T20:18:09.4683288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module/TARGETS' 2025-03-21T20:18:09.4683872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module/state_dict_util.cpp' 2025-03-21T20:18:09.4684436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module/state_dict_util.h' 2025-03-21T20:18:09.4684982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module/targets.bzl' 2025-03-21T20:18:09.4685522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module/test/TARGETS' 2025-03-21T20:18:09.4686170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module/test/state_dict_util_test.cpp' 2025-03-21T20:18:09.4686733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module/test/targets.bzl' 2025-03-21T20:18:09.4687382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module/test/training_module_test.cpp' 2025-03-21T20:18:09.4687916Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module/test' 2025-03-21T20:18:09.4688513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module/training_module.cpp' 2025-03-21T20:18:09.4689081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module/training_module.h' 2025-03-21T20:18:09.4689595Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/module' 2025-03-21T20:18:09.4690131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/optimizer/TARGETS' 2025-03-21T20:18:09.4690658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/optimizer/sgd.cpp' 2025-03-21T20:18:09.4691185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/optimizer/sgd.h' 2025-03-21T20:18:09.4691738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/optimizer/targets.bzl' 2025-03-21T20:18:09.4692324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/optimizer/test/TARGETS' 2025-03-21T20:18:09.4692918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/optimizer/test/sgd_test.cpp' 2025-03-21T20:18:09.4693533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/optimizer/test/targets.bzl' 2025-03-21T20:18:09.4694094Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/optimizer/test' 2025-03-21T20:18:09.4694631Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/optimizer' 2025-03-21T20:18:09.4695165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/pybindings/TARGETS' 2025-03-21T20:18:09.4695794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/pybindings/_training_lib.cpp' 2025-03-21T20:18:09.4696418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/pybindings/_training_lib.pyi' 2025-03-21T20:18:09.4697023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/pybindings/_training_module.py' 2025-03-21T20:18:09.4697585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/pybindings/targets.bzl' 2025-03-21T20:18:09.4698148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/pybindings/test/TARGETS' 2025-03-21T20:18:09.4698714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/pybindings/test/test.py' 2025-03-21T20:18:09.4699289Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/pybindings/test' 2025-03-21T20:18:09.4699839Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/pybindings' 2025-03-21T20:18:09.4700334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/targets.bzl' 2025-03-21T20:18:09.4700841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/test/TARGETS' 2025-03-21T20:18:09.4701364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/test/targets.bzl' 2025-03-21T20:18:09.4701962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/test/training_loop_test.cpp' 2025-03-21T20:18:09.4702465Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training/test' 2025-03-21T20:18:09.4702939Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/training' 2025-03-21T20:18:09.4703370Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension' 2025-03-21T20:18:09.4703825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/install_executorch.bat' 2025-03-21T20:18:09.4704280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/install_executorch.py' 2025-03-21T20:18:09.4704725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/install_executorch.sh' 2025-03-21T20:18:09.4705185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/install_requirements.py' 2025-03-21T20:18:09.4705641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/install_requirements.sh' 2025-03-21T20:18:09.4706072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/README.md' 2025-03-21T20:18:09.4706603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/TARGETS' 2025-03-21T20:18:09.4707068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/cpu/TARGETS' 2025-03-21T20:18:09.4707889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/cpu/op__empty_dim_order.cpp' 2025-03-21T20:18:09.4708440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/cpu/op__to_dim_order_copy.cpp' 2025-03-21T20:18:09.4709000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/cpu/targets.bzl' 2025-03-21T20:18:09.4709485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/cpu/util/TARGETS' 2025-03-21T20:18:09.4710067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/cpu/util/copy_ops_util.cpp' 2025-03-21T20:18:09.4710623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/cpu/util/copy_ops_util.h' 2025-03-21T20:18:09.4711145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/cpu/util/targets.bzl' 2025-03-21T20:18:09.4711633Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/cpu/util' 2025-03-21T20:18:09.4712104Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/cpu' 2025-03-21T20:18:09.4712637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/edge_dialect_aten_op.yaml' 2025-03-21T20:18:09.4713121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/functions.yaml' 2025-03-21T20:18:09.4713585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/targets.bzl' 2025-03-21T20:18:09.4714046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/test/TARGETS' 2025-03-21T20:18:09.4714637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/test/supported_features_def.yaml' 2025-03-21T20:18:09.4715121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/test/targets.bzl' 2025-03-21T20:18:09.4715591Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten/test' 2025-03-21T20:18:09.4716026Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/aten' 2025-03-21T20:18:09.4716542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/CMakeLists.txt' 2025-03-21T20:18:09.4717108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/External/EigenBLAS.cmake' 2025-03-21T20:18:09.4717645Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/External' 2025-03-21T20:18:09.4718110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/TARGETS' 2025-03-21T20:18:09.4718652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/blas/BlasKernel.cpp' 2025-03-21T20:18:09.4719173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/blas/BlasKernel.h' 2025-03-21T20:18:09.4719690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/blas/CPUBlas.cpp' 2025-03-21T20:18:09.4720207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/blas/CPUBlas.h' 2025-03-21T20:18:09.4720733Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/blas' 2025-03-21T20:18:09.4721227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/TARGETS' 2025-03-21T20:18:09.4721768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/binary_ops.h' 2025-03-21T20:18:09.4722308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/moments_utils.h' 2025-03-21T20:18:09.4722810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_add.cpp' 2025-03-21T20:18:09.4723363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_add_sub_impl.h' 2025-03-21T20:18:09.4723890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_bmm.cpp' 2025-03-21T20:18:09.4724404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_div.cpp' 2025-03-21T20:18:09.4724936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_exp.cpp' 2025-03-21T20:18:09.4725460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_fft_r2c.cpp' 2025-03-21T20:18:09.4725981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_gelu.cpp' 2025-03-21T20:18:09.4726477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_le.cpp' 2025-03-21T20:18:09.4727005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_linear.cpp' 2025-03-21T20:18:09.4727559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_log_softmax.cpp' 2025-03-21T20:18:09.4728068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_mm.cpp' 2025-03-21T20:18:09.4728573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_mul.cpp' 2025-03-21T20:18:09.4729175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp' 2025-03-21T20:18:09.4729680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_neg.cpp' 2025-03-21T20:18:09.4730216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_sigmoid.cpp' 2025-03-21T20:18:09.4730719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_sub.cpp' 2025-03-21T20:18:09.4731241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/op_where.cpp' 2025-03-21T20:18:09.4731763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu/targets.bzl' 2025-03-21T20:18:09.4732257Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/cpu' 2025-03-21T20:18:09.4732753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/lib_defs.bzl' 2025-03-21T20:18:09.4733313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/op_registration_util.bzl' 2025-03-21T20:18:09.4733830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/optimized.yaml' 2025-03-21T20:18:09.4734312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/targets.bzl' 2025-03-21T20:18:09.4734849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/test/TARGETS' 2025-03-21T20:18:09.4735393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/test/libblas_test.cpp' 2025-03-21T20:18:09.4735960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/test/libvec_test.cpp' 2025-03-21T20:18:09.4736536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/test/moments_utils_test.cpp' 2025-03-21T20:18:09.4737152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/test/supported_features_def.yaml' 2025-03-21T20:18:09.4737664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/test/targets.bzl' 2025-03-21T20:18:09.4738184Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/test' 2025-03-21T20:18:09.4738742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/.git' 2025-03-21T20:18:09.4739373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/.clang-format' 2025-03-21T20:18:09.4740048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/.git-blame-ignore-revs' 2025-03-21T20:18:09.4740632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/.gitignore' 2025-03-21T20:18:09.4741252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/.gitlab-ci.yml' 2025-03-21T20:18:09.4741994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/.gitlab/issue_templates/Bug Report.md' 2025-03-21T20:18:09.4742775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/.gitlab/issue_templates/Feature Request.md' 2025-03-21T20:18:09.4743486Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/.gitlab/issue_templates' 2025-03-21T20:18:09.4744337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/.gitlab/merge_request_templates/Merge Request Template.md' 2025-03-21T20:18:09.4745095Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/.gitlab/merge_request_templates' 2025-03-21T20:18:09.4745717Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/.gitlab' 2025-03-21T20:18:09.4746279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/.hgeol' 2025-03-21T20:18:09.4746902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/CMakeLists.txt' 2025-03-21T20:18:09.4747514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/COPYING.APACHE' 2025-03-21T20:18:09.4748228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/COPYING.BSD' 2025-03-21T20:18:09.4748909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/COPYING.MINPACK' 2025-03-21T20:18:09.4749513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/COPYING.MPL2' 2025-03-21T20:18:09.4750197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/COPYING.README' 2025-03-21T20:18:09.4750832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/CTestConfig.cmake' 2025-03-21T20:18:09.4751527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/CTestCustom.cmake.in' 2025-03-21T20:18:09.4752195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/AccelerateSupport' 2025-03-21T20:18:09.4752808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/Cholesky' 2025-03-21T20:18:09.4753457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/CholmodSupport' 2025-03-21T20:18:09.4754090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/Core' 2025-03-21T20:18:09.4754715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/Dense' 2025-03-21T20:18:09.4755312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/Eigen' 2025-03-21T20:18:09.4755941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/Eigenvalues' 2025-03-21T20:18:09.4756547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/Geometry' 2025-03-21T20:18:09.4757177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/Householder' 2025-03-21T20:18:09.4757876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/IterativeLinearSolvers' 2025-03-21T20:18:09.4758483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/Jacobi' 2025-03-21T20:18:09.4759104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/KLUSupport' 2025-03-21T20:18:09.4759680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/LU' 2025-03-21T20:18:09.4760311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/MetisSupport' 2025-03-21T20:18:09.4760969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/OrderingMethods' 2025-03-21T20:18:09.4761615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/PaStiXSupport' 2025-03-21T20:18:09.4762277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/PardisoSupport' 2025-03-21T20:18:09.4762855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/QR' 2025-03-21T20:18:09.4763511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/QtAlignedMalloc' 2025-03-21T20:18:09.4764141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/SPQRSupport' 2025-03-21T20:18:09.4764727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/SVD' 2025-03-21T20:18:09.4765324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/Sparse' 2025-03-21T20:18:09.4765996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/SparseCholesky' 2025-03-21T20:18:09.4766626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/SparseCore' 2025-03-21T20:18:09.4767259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/SparseLU' 2025-03-21T20:18:09.4767872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/SparseQR' 2025-03-21T20:18:09.4768476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/StdDeque' 2025-03-21T20:18:09.4769112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/StdList' 2025-03-21T20:18:09.4769732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/StdVector' 2025-03-21T20:18:09.4770415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/SuperLUSupport' 2025-03-21T20:18:09.4771037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/ThreadPool' 2025-03-21T20:18:09.4771689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/UmfPackSupport' 2025-03-21T20:18:09.4772509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/AccelerateSupport/AccelerateSupport.h' 2025-03-21T20:18:09.4773350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/AccelerateSupport/InternalHeaderCheck.h' 2025-03-21T20:18:09.4774088Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/AccelerateSupport' 2025-03-21T20:18:09.4774865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Cholesky/InternalHeaderCheck.h' 2025-03-21T20:18:09.4775534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Cholesky/LDLT.h' 2025-03-21T20:18:09.4776204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Cholesky/LLT.h' 2025-03-21T20:18:09.4776928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Cholesky/LLT_LAPACKE.h' 2025-03-21T20:18:09.4777607Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Cholesky' 2025-03-21T20:18:09.4778391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/CholmodSupport/CholmodSupport.h' 2025-03-21T20:18:09.4779199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/CholmodSupport/InternalHeaderCheck.h' 2025-03-21T20:18:09.4779930Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/CholmodSupport' 2025-03-21T20:18:09.4780659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/ArithmeticSequence.h' 2025-03-21T20:18:09.4781347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/Array.h' 2025-03-21T20:18:09.4782026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/ArrayBase.h' 2025-03-21T20:18:09.4782765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/ArrayWrapper.h' 2025-03-21T20:18:09.4783421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/Assign.h' 2025-03-21T20:18:09.4784145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/AssignEvaluator.h' 2025-03-21T20:18:09.4784827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/Assign_MKL.h' 2025-03-21T20:18:09.4785540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/BandMatrix.h' 2025-03-21T20:18:09.4786232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/Block.h' 2025-03-21T20:18:09.4786965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/CommaInitializer.h' 2025-03-21T20:18:09.4787696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/ConditionEstimator.h' 2025-03-21T20:18:09.4788414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/CoreEvaluators.h' 2025-03-21T20:18:09.4789167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/CoreIterators.h' 2025-03-21T20:18:09.4789869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/CwiseBinaryOp.h' 2025-03-21T20:18:09.4790590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/CwiseNullaryOp.h' 2025-03-21T20:18:09.4791293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/CwiseTernaryOp.h' 2025-03-21T20:18:09.4791996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/CwiseUnaryOp.h' 2025-03-21T20:18:09.4792702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/CwiseUnaryView.h' 2025-03-21T20:18:09.4793396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/DenseBase.h' 2025-03-21T20:18:09.4794110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/DenseCoeffsBase.h' 2025-03-21T20:18:09.4794819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/DenseStorage.h' 2025-03-21T20:18:09.4795487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/Diagonal.h' 2025-03-21T20:18:09.4796204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/DiagonalMatrix.h' 2025-03-21T20:18:09.4796920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/DiagonalProduct.h' 2025-03-21T20:18:09.4797608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/Dot.h' 2025-03-21T20:18:09.4798289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/EigenBase.h' 2025-03-21T20:18:09.4799060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/ForceAlignedAccess.h' 2025-03-21T20:18:09.4799715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/Fuzzy.h' 2025-03-21T20:18:09.4800432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/GeneralProduct.h' 2025-03-21T20:18:09.4801189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/GenericPacketMath.h' 2025-03-21T20:18:09.4801928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/GlobalFunctions.h' 2025-03-21T20:18:09.4802573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/IO.h' 2025-03-21T20:18:09.4803256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/IndexedView.h' 2025-03-21T20:18:09.4804010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/InternalHeaderCheck.h' 2025-03-21T20:18:09.4804673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/Inverse.h' 2025-03-21T20:18:09.4805329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/Map.h' 2025-03-21T20:18:09.4806001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/MapBase.h' 2025-03-21T20:18:09.4806709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/MathFunctions.h' 2025-03-21T20:18:09.4807439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/MathFunctionsImpl.h' 2025-03-21T20:18:09.4808104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/Matrix.h' 2025-03-21T20:18:09.4808786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/MatrixBase.h' 2025-03-21T20:18:09.4809480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/NestByValue.h' 2025-03-21T20:18:09.4810148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/NoAlias.h' 2025-03-21T20:18:09.4810835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/NumTraits.h' 2025-03-21T20:18:09.4811588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/PartialReduxEvaluator.h' 2025-03-21T20:18:09.4812320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/PermutationMatrix.h' 2025-03-21T20:18:09.4813040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/PlainObjectBase.h' 2025-03-21T20:18:09.4813731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/Product.h' 2025-03-21T20:18:09.4814495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/ProductEvaluators.h' 2025-03-21T20:18:09.4815158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/Random.h' 2025-03-21T20:18:09.4815816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/Redux.h' 2025-03-21T20:18:09.4816457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/Ref.h' 2025-03-21T20:18:09.4817163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/Replicate.h' 2025-03-21T20:18:09.4817868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/Reshaped.h' 2025-03-21T20:18:09.4818575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/ReturnByValue.h' 2025-03-21T20:18:09.4819241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/Reverse.h' 2025-03-21T20:18:09.4819906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/Select.h' 2025-03-21T20:18:09.4820622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/SelfAdjointView.h' 2025-03-21T20:18:09.4821359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/SelfCwiseBinaryOp.h' 2025-03-21T20:18:09.4822105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/SkewSymmetricMatrix3.h' 2025-03-21T20:18:09.4822770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/Solve.h' 2025-03-21T20:18:09.4823483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/SolveTriangular.h' 2025-03-21T20:18:09.4824175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/SolverBase.h' 2025-03-21T20:18:09.4824861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/StableNorm.h' 2025-03-21T20:18:09.4825558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/StlIterators.h' 2025-03-21T20:18:09.4826231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/Stride.h' 2025-03-21T20:18:09.4826883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/Swap.h' 2025-03-21T20:18:09.4827576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/Transpose.h' 2025-03-21T20:18:09.4828286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/Transpositions.h' 2025-03-21T20:18:09.4829100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/TriangularMatrix.h' 2025-03-21T20:18:09.4829797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/VectorBlock.h' 2025-03-21T20:18:09.4830535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/VectorwiseOp.h' 2025-03-21T20:18:09.4831201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/Visitor.h' 2025-03-21T20:18:09.4831928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/AVX/Complex.h' 2025-03-21T20:18:09.4832711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/AVX/MathFunctions.h' 2025-03-21T20:18:09.4833456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/AVX/PacketMath.h' 2025-03-21T20:18:09.4834224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/AVX/TypeCasting.h' 2025-03-21T20:18:09.4834943Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/AVX' 2025-03-21T20:18:09.4835678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/AVX512/Complex.h' 2025-03-21T20:18:09.4836442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/AVX512/GemmKernel.h' 2025-03-21T20:18:09.4837224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h' 2025-03-21T20:18:09.4837995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/AVX512/PacketMath.h' 2025-03-21T20:18:09.4838787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/AVX512/PacketMathFP16.h' 2025-03-21T20:18:09.4839549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/AVX512/TrsmKernel.h' 2025-03-21T20:18:09.4840334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/AVX512/TrsmUnrolls.inc' 2025-03-21T20:18:09.4841101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/AVX512/TypeCasting.h' 2025-03-21T20:18:09.4841845Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/AVX512' 2025-03-21T20:18:09.4842595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/AltiVec/Complex.h' 2025-03-21T20:18:09.4843383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h' 2025-03-21T20:18:09.4844171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/AltiVec/MatrixProduct.h' 2025-03-21T20:18:09.4844999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/AltiVec/MatrixProductCommon.h' 2025-03-21T20:18:09.4845829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/AltiVec/MatrixProductMMA.h' 2025-03-21T20:18:09.4846720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/AltiVec/MatrixProductMMAbfloat16.h' 2025-03-21T20:18:09.4847546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/AltiVec/MatrixVectorProduct.h' 2025-03-21T20:18:09.4848439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h' 2025-03-21T20:18:09.4849207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/AltiVec/TypeCasting.h' 2025-03-21T20:18:09.4850009Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/AltiVec' 2025-03-21T20:18:09.4850787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/Default/BFloat16.h' 2025-03-21T20:18:09.4851562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/Default/ConjHelper.h' 2025-03-21T20:18:09.4852435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h' 2025-03-21T20:18:09.4853345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/Default/GenericPacketMathFunctionsFwd.h' 2025-03-21T20:18:09.4854071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/Default/Half.h' 2025-03-21T20:18:09.4854824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/Default/Settings.h' 2025-03-21T20:18:09.4855557Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/Default' 2025-03-21T20:18:09.4856271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/GPU/Complex.h' 2025-03-21T20:18:09.4857032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/GPU/MathFunctions.h' 2025-03-21T20:18:09.4857768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/GPU/PacketMath.h' 2025-03-21T20:18:09.4858487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/GPU/Tuple.h' 2025-03-21T20:18:09.4859233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/GPU/TypeCasting.h' 2025-03-21T20:18:09.4859953Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/GPU' 2025-03-21T20:18:09.4860733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/HIP/hcc/math_constants.h' 2025-03-21T20:18:09.4861471Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/HIP/hcc' 2025-03-21T20:18:09.4862211Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/HIP' 2025-03-21T20:18:09.4862950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/HVX/PacketMath.h' 2025-03-21T20:18:09.4863692Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/HVX' 2025-03-21T20:18:09.4864411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/MSA/Complex.h' 2025-03-21T20:18:09.4865165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/MSA/MathFunctions.h' 2025-03-21T20:18:09.4865939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/MSA/PacketMath.h' 2025-03-21T20:18:09.4866671Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/MSA' 2025-03-21T20:18:09.4867403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/NEON/Complex.h' 2025-03-21T20:18:09.4868237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/NEON/GeneralBlockPanelKernel.h' 2025-03-21T20:18:09.4869067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/NEON/MathFunctions.h' 2025-03-21T20:18:09.4869810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/NEON/PacketMath.h' 2025-03-21T20:18:09.4870560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/NEON/TypeCasting.h' 2025-03-21T20:18:09.4871327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/NEON/UnaryFunctors.h' 2025-03-21T20:18:09.4872043Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/NEON' 2025-03-21T20:18:09.4872773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/SSE/Complex.h' 2025-03-21T20:18:09.4873524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/SSE/MathFunctions.h' 2025-03-21T20:18:09.4874270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/SSE/PacketMath.h' 2025-03-21T20:18:09.4875008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/SSE/TypeCasting.h' 2025-03-21T20:18:09.4875725Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/SSE' 2025-03-21T20:18:09.4876477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/SVE/MathFunctions.h' 2025-03-21T20:18:09.4877217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/SVE/PacketMath.h' 2025-03-21T20:18:09.4877995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/SVE/TypeCasting.h' 2025-03-21T20:18:09.4878711Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/SVE' 2025-03-21T20:18:09.4879509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/SYCL/InteropHeaders.h' 2025-03-21T20:18:09.4880271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/SYCL/MathFunctions.h' 2025-03-21T20:18:09.4881009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/SYCL/PacketMath.h' 2025-03-21T20:18:09.4881756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/SYCL/TypeCasting.h' 2025-03-21T20:18:09.4882496Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/SYCL' 2025-03-21T20:18:09.4883263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/ZVector/Complex.h' 2025-03-21T20:18:09.4884048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/ZVector/MathFunctions.h' 2025-03-21T20:18:09.4884812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/ZVector/PacketMath.h' 2025-03-21T20:18:09.4885543Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch/ZVector' 2025-03-21T20:18:09.4886229Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/arch' 2025-03-21T20:18:09.4887030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/functors/AssignmentFunctors.h' 2025-03-21T20:18:09.4887792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/functors/BinaryFunctors.h' 2025-03-21T20:18:09.4888574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/functors/NullaryFunctors.h' 2025-03-21T20:18:09.4889314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/functors/StlFunctors.h' 2025-03-21T20:18:09.4890098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/functors/TernaryFunctors.h' 2025-03-21T20:18:09.4890864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/functors/UnaryFunctors.h' 2025-03-21T20:18:09.4891586Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/functors' 2025-03-21T20:18:09.4892415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h' 2025-03-21T20:18:09.4893224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h' 2025-03-21T20:18:09.4894098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h' 2025-03-21T20:18:09.4895039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h' 2025-03-21T20:18:09.4895901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h' 2025-03-21T20:18:09.4896717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/products/GeneralMatrixVector.h' 2025-03-21T20:18:09.4897550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h' 2025-03-21T20:18:09.4898333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/products/Parallelizer.h' 2025-03-21T20:18:09.4899160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix.h' 2025-03-21T20:18:09.4900046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h' 2025-03-21T20:18:09.4900875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/products/SelfadjointMatrixVector.h' 2025-03-21T20:18:09.4901739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h' 2025-03-21T20:18:09.4902534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/products/SelfadjointProduct.h' 2025-03-21T20:18:09.4903358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/products/SelfadjointRank2Update.h' 2025-03-21T20:18:09.4904175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/products/TriangularMatrixMatrix.h' 2025-03-21T20:18:09.4905025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h' 2025-03-21T20:18:09.4905855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/products/TriangularMatrixVector.h' 2025-03-21T20:18:09.4906700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h' 2025-03-21T20:18:09.4907535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/products/TriangularSolverMatrix.h' 2025-03-21T20:18:09.4908380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h' 2025-03-21T20:18:09.4909254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/products/TriangularSolverVector.h' 2025-03-21T20:18:09.4909970Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/products' 2025-03-21T20:18:09.4910667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/util/Assert.h' 2025-03-21T20:18:09.4911392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/util/BlasUtil.h' 2025-03-21T20:18:09.4912195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/util/ConfigureVectorization.h' 2025-03-21T20:18:09.4912940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/util/Constants.h' 2025-03-21T20:18:09.4913739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/util/DisableStupidWarnings.h' 2025-03-21T20:18:09.4914467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/util/EmulateArray.h' 2025-03-21T20:18:09.4915270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/util/ForwardDeclarations.h' 2025-03-21T20:18:09.4916057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/util/IndexedViewHelper.h' 2025-03-21T20:18:09.4916816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/util/IntegralConstant.h' 2025-03-21T20:18:09.4917534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/util/MKL_support.h' 2025-03-21T20:18:09.4918226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/util/Macros.h' 2025-03-21T20:18:09.4918953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/util/MaxSizeVector.h' 2025-03-21T20:18:09.4919651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/util/Memory.h' 2025-03-21T20:18:09.4920329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/util/Meta.h' 2025-03-21T20:18:09.4921022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/util/MoreMeta.h' 2025-03-21T20:18:09.4921825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/util/ReenableStupidWarnings.h' 2025-03-21T20:18:09.4922561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/util/ReshapedHelper.h' 2025-03-21T20:18:09.4923285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/util/Serializer.h' 2025-03-21T20:18:09.4924012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/util/StaticAssert.h' 2025-03-21T20:18:09.4924751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/util/SymbolicIndex.h' 2025-03-21T20:18:09.4925457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/util/XprHelper.h' 2025-03-21T20:18:09.4926150Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core/util' 2025-03-21T20:18:09.4926807Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Core' 2025-03-21T20:18:09.4927630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Eigenvalues/ComplexEigenSolver.h' 2025-03-21T20:18:09.4928369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Eigenvalues/ComplexSchur.h' 2025-03-21T20:18:09.4929194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h' 2025-03-21T20:18:09.4929925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Eigenvalues/EigenSolver.h' 2025-03-21T20:18:09.4930737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h' 2025-03-21T20:18:09.4931655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h' 2025-03-21T20:18:09.4932520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Eigenvalues/HessenbergDecomposition.h' 2025-03-21T20:18:09.4933310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Eigenvalues/InternalHeaderCheck.h' 2025-03-21T20:18:09.4934117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h' 2025-03-21T20:18:09.4934815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Eigenvalues/RealQZ.h' 2025-03-21T20:18:09.4935545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Eigenvalues/RealSchur.h' 2025-03-21T20:18:09.4936317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h' 2025-03-21T20:18:09.4937124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h' 2025-03-21T20:18:09.4937990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h' 2025-03-21T20:18:09.4938766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Eigenvalues/Tridiagonalization.h' 2025-03-21T20:18:09.4939470Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Eigenvalues' 2025-03-21T20:18:09.4940175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Geometry/AlignedBox.h' 2025-03-21T20:18:09.4940886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Geometry/AngleAxis.h' 2025-03-21T20:18:09.4941600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Geometry/EulerAngles.h' 2025-03-21T20:18:09.4942321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Geometry/Homogeneous.h' 2025-03-21T20:18:09.4943032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Geometry/Hyperplane.h' 2025-03-21T20:18:09.4943836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Geometry/InternalHeaderCheck.h' 2025-03-21T20:18:09.4944562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Geometry/OrthoMethods.h' 2025-03-21T20:18:09.4945342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Geometry/ParametrizedLine.h' 2025-03-21T20:18:09.4946047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Geometry/Quaternion.h' 2025-03-21T20:18:09.4946762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Geometry/Rotation2D.h' 2025-03-21T20:18:09.4947478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Geometry/RotationBase.h' 2025-03-21T20:18:09.4948344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Geometry/Scaling.h' 2025-03-21T20:18:09.4949197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Geometry/Transform.h' 2025-03-21T20:18:09.4949916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Geometry/Translation.h' 2025-03-21T20:18:09.4950605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Geometry/Umeyama.h' 2025-03-21T20:18:09.4951353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Geometry/arch/Geometry_SIMD.h' 2025-03-21T20:18:09.4952076Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Geometry/arch' 2025-03-21T20:18:09.4952754Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Geometry' 2025-03-21T20:18:09.4953526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Householder/BlockHouseholder.h' 2025-03-21T20:18:09.4954253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Householder/Householder.h' 2025-03-21T20:18:09.4955060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Householder/HouseholderSequence.h' 2025-03-21T20:18:09.4955844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Householder/InternalHeaderCheck.h' 2025-03-21T20:18:09.4956555Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Householder' 2025-03-21T20:18:09.4957427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h' 2025-03-21T20:18:09.4958223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h' 2025-03-21T20:18:09.4959076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h' 2025-03-21T20:18:09.4959940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h' 2025-03-21T20:18:09.4960796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h' 2025-03-21T20:18:09.4961677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/IterativeLinearSolvers/InternalHeaderCheck.h' 2025-03-21T20:18:09.4962572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h' 2025-03-21T20:18:09.4963509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h' 2025-03-21T20:18:09.4964336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h' 2025-03-21T20:18:09.4965138Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/IterativeLinearSolvers' 2025-03-21T20:18:09.4965918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Jacobi/InternalHeaderCheck.h' 2025-03-21T20:18:09.4966598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Jacobi/Jacobi.h' 2025-03-21T20:18:09.4967268Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/Jacobi' 2025-03-21T20:18:09.4968049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/KLUSupport/InternalHeaderCheck.h' 2025-03-21T20:18:09.4968788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/KLUSupport/KLUSupport.h' 2025-03-21T20:18:09.4969484Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/KLUSupport' 2025-03-21T20:18:09.4970175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/LU/Determinant.h' 2025-03-21T20:18:09.4970842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/LU/FullPivLU.h' 2025-03-21T20:18:09.4971581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/LU/InternalHeaderCheck.h' 2025-03-21T20:18:09.4972261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/LU/InverseImpl.h' 2025-03-21T20:18:09.4972957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/LU/PartialPivLU.h' 2025-03-21T20:18:09.4973697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/LU/PartialPivLU_LAPACKE.h' 2025-03-21T20:18:09.4974416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/LU/arch/InverseSize4.h' 2025-03-21T20:18:09.4975090Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/LU/arch' 2025-03-21T20:18:09.4975748Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/LU' 2025-03-21T20:18:09.4976550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/MetisSupport/InternalHeaderCheck.h' 2025-03-21T20:18:09.4977347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/MetisSupport/MetisSupport.h' 2025-03-21T20:18:09.4978089Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/MetisSupport' 2025-03-21T20:18:09.4978803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/OrderingMethods/Amd.h' 2025-03-21T20:18:09.4979570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/OrderingMethods/Eigen_Colamd.h' 2025-03-21T20:18:09.4980388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/OrderingMethods/InternalHeaderCheck.h' 2025-03-21T20:18:09.4981157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/OrderingMethods/Ordering.h' 2025-03-21T20:18:09.4981910Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/OrderingMethods' 2025-03-21T20:18:09.4982732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/PaStiXSupport/InternalHeaderCheck.h' 2025-03-21T20:18:09.4983497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/PaStiXSupport/PaStiXSupport.h' 2025-03-21T20:18:09.4984220Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/PaStiXSupport' 2025-03-21T20:18:09.4985044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/PardisoSupport/InternalHeaderCheck.h' 2025-03-21T20:18:09.4985840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/PardisoSupport/PardisoSupport.h' 2025-03-21T20:18:09.4986565Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/PardisoSupport' 2025-03-21T20:18:09.4987302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/QR/ColPivHouseholderQR.h' 2025-03-21T20:18:09.4988084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h' 2025-03-21T20:18:09.4988956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/QR/CompleteOrthogonalDecomposition.h' 2025-03-21T20:18:09.4989698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/QR/FullPivHouseholderQR.h' 2025-03-21T20:18:09.4990403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/QR/HouseholderQR.h' 2025-03-21T20:18:09.4991137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/QR/HouseholderQR_LAPACKE.h' 2025-03-21T20:18:09.4991876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/QR/InternalHeaderCheck.h' 2025-03-21T20:18:09.4992521Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/QR' 2025-03-21T20:18:09.4993355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SPQRSupport/InternalHeaderCheck.h' 2025-03-21T20:18:09.4994154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h' 2025-03-21T20:18:09.4994886Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SPQRSupport' 2025-03-21T20:18:09.4995545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SVD/BDCSVD.h' 2025-03-21T20:18:09.4996240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SVD/BDCSVD_LAPACKE.h' 2025-03-21T20:18:09.4997006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SVD/InternalHeaderCheck.h' 2025-03-21T20:18:09.4997681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SVD/JacobiSVD.h' 2025-03-21T20:18:09.4998437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SVD/JacobiSVD_LAPACKE.h' 2025-03-21T20:18:09.4999093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SVD/SVDBase.h' 2025-03-21T20:18:09.4999853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SVD/UpperBidiagonalization.h' 2025-03-21T20:18:09.5000500Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SVD' 2025-03-21T20:18:09.5001319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCholesky/InternalHeaderCheck.h' 2025-03-21T20:18:09.5002125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCholesky/SimplicialCholesky.h' 2025-03-21T20:18:09.5002965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h' 2025-03-21T20:18:09.5003682Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCholesky' 2025-03-21T20:18:09.5004407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCore/AmbiVector.h' 2025-03-21T20:18:09.5005182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCore/CompressedStorage.h' 2025-03-21T20:18:09.5006061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h' 2025-03-21T20:18:09.5006846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCore/InternalHeaderCheck.h' 2025-03-21T20:18:09.5007585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCore/SparseAssign.h' 2025-03-21T20:18:09.5008313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCore/SparseBlock.h' 2025-03-21T20:18:09.5009063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCore/SparseColEtree.h' 2025-03-21T20:18:09.5009888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCore/SparseCompressedBase.h' 2025-03-21T20:18:09.5010675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCore/SparseCwiseBinaryOp.h' 2025-03-21T20:18:09.5011473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCore/SparseCwiseUnaryOp.h' 2025-03-21T20:18:09.5012244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCore/SparseDenseProduct.h' 2025-03-21T20:18:09.5013044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCore/SparseDiagonalProduct.h' 2025-03-21T20:18:09.5013782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCore/SparseDot.h' 2025-03-21T20:18:09.5014544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCore/SparseFuzzy.h' 2025-03-21T20:18:09.5015259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCore/SparseMap.h' 2025-03-21T20:18:09.5016001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCore/SparseMatrix.h' 2025-03-21T20:18:09.5016758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCore/SparseMatrixBase.h' 2025-03-21T20:18:09.5017532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCore/SparsePermutation.h' 2025-03-21T20:18:09.5018269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCore/SparseProduct.h' 2025-03-21T20:18:09.5019005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCore/SparseRedux.h' 2025-03-21T20:18:09.5019717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCore/SparseRef.h' 2025-03-21T20:18:09.5020516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCore/SparseSelfAdjointView.h' 2025-03-21T20:18:09.5021271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCore/SparseSolverBase.h' 2025-03-21T20:18:09.5022142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCore/SparseSparseProductWithPruning.h' 2025-03-21T20:18:09.5022892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCore/SparseTranspose.h' 2025-03-21T20:18:09.5023686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCore/SparseTriangularView.h' 2025-03-21T20:18:09.5024412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCore/SparseUtil.h' 2025-03-21T20:18:09.5025149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCore/SparseVector.h' 2025-03-21T20:18:09.5025897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCore/SparseView.h' 2025-03-21T20:18:09.5026668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCore/TriangularSolver.h' 2025-03-21T20:18:09.5027388Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseCore' 2025-03-21T20:18:09.5028150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseLU/InternalHeaderCheck.h' 2025-03-21T20:18:09.5028905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseLU/SparseLU.h' 2025-03-21T20:18:09.5029660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseLU/SparseLUImpl.h' 2025-03-21T20:18:09.5030406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseLU/SparseLU_Memory.h' 2025-03-21T20:18:09.5031191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseLU/SparseLU_Structs.h' 2025-03-21T20:18:09.5032005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h' 2025-03-21T20:18:09.5032733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseLU/SparseLU_Utils.h' 2025-03-21T20:18:09.5033505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseLU/SparseLU_column_bmod.h' 2025-03-21T20:18:09.5034277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseLU/SparseLU_column_dfs.h' 2025-03-21T20:18:09.5035053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h' 2025-03-21T20:18:09.5035855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h' 2025-03-21T20:18:09.5036626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseLU/SparseLU_kernel_bmod.h' 2025-03-21T20:18:09.5037394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseLU/SparseLU_panel_bmod.h' 2025-03-21T20:18:09.5038155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseLU/SparseLU_panel_dfs.h' 2025-03-21T20:18:09.5038891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseLU/SparseLU_pivotL.h' 2025-03-21T20:18:09.5039630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseLU/SparseLU_pruneL.h' 2025-03-21T20:18:09.5040395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseLU/SparseLU_relax_snode.h' 2025-03-21T20:18:09.5041082Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseLU' 2025-03-21T20:18:09.5041850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseQR/InternalHeaderCheck.h' 2025-03-21T20:18:09.5042572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseQR/SparseQR.h' 2025-03-21T20:18:09.5043284Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SparseQR' 2025-03-21T20:18:09.5043993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/StlSupport/StdDeque.h' 2025-03-21T20:18:09.5044697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/StlSupport/StdList.h' 2025-03-21T20:18:09.5045413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/StlSupport/StdVector.h' 2025-03-21T20:18:09.5046141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/StlSupport/details.h' 2025-03-21T20:18:09.5046861Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/StlSupport' 2025-03-21T20:18:09.5047811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SuperLUSupport/InternalHeaderCheck.h' 2025-03-21T20:18:09.5048587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SuperLUSupport/SuperLUSupport.h' 2025-03-21T20:18:09.5049318Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/SuperLUSupport' 2025-03-21T20:18:09.5050015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/ThreadPool/Barrier.h' 2025-03-21T20:18:09.5050745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/ThreadPool/EventCount.h' 2025-03-21T20:18:09.5051528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/ThreadPool/InternalHeaderCheck.h' 2025-03-21T20:18:09.5052332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/ThreadPool/NonBlockingThreadPool.h' 2025-03-21T20:18:09.5053040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/ThreadPool/RunQueue.h' 2025-03-21T20:18:09.5053782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/ThreadPool/ThreadCancel.h' 2025-03-21T20:18:09.5054549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/ThreadPool/ThreadEnvironment.h' 2025-03-21T20:18:09.5055283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/ThreadPool/ThreadLocal.h' 2025-03-21T20:18:09.5056062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/ThreadPool/ThreadPoolInterface.h' 2025-03-21T20:18:09.5056790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/ThreadPool/ThreadYield.h' 2025-03-21T20:18:09.5057489Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/ThreadPool' 2025-03-21T20:18:09.5058347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/UmfPackSupport/InternalHeaderCheck.h' 2025-03-21T20:18:09.5059134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/UmfPackSupport/UmfPackSupport.h' 2025-03-21T20:18:09.5059898Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/UmfPackSupport' 2025-03-21T20:18:09.5060562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/misc/Image.h' 2025-03-21T20:18:09.5061301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/misc/InternalHeaderCheck.h' 2025-03-21T20:18:09.5061967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/misc/Kernel.h' 2025-03-21T20:18:09.5062688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/misc/RealSvd2x2.h' 2025-03-21T20:18:09.5063381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/misc/blas.h' 2025-03-21T20:18:09.5064047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/misc/lapacke.h' 2025-03-21T20:18:09.5064766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/misc/lapacke_helpers.h' 2025-03-21T20:18:09.5065484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/misc/lapacke_mangling.h' 2025-03-21T20:18:09.5066150Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/misc' 2025-03-21T20:18:09.5066925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.inc' 2025-03-21T20:18:09.5067701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.inc' 2025-03-21T20:18:09.5068426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/plugins/BlockMethods.inc' 2025-03-21T20:18:09.5069268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/plugins/CommonCwiseBinaryOps.inc' 2025-03-21T20:18:09.5070046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/plugins/CommonCwiseUnaryOps.inc' 2025-03-21T20:18:09.5070813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/plugins/IndexedViewMethods.inc' 2025-03-21T20:18:09.5071600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/plugins/InternalHeaderCheck.inc' 2025-03-21T20:18:09.5072381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.inc' 2025-03-21T20:18:09.5073166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.inc' 2025-03-21T20:18:09.5074859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/plugins/ReshapedMethods.inc' 2025-03-21T20:18:09.5076468Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src/plugins' 2025-03-21T20:18:09.5077923Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen/src' 2025-03-21T20:18:09.5079317Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/Eigen' 2025-03-21T20:18:09.5080635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/INSTALL' 2025-03-21T20:18:09.5081930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/README.md' 2025-03-21T20:18:09.5083327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/BenchSparseUtil.h' 2025-03-21T20:18:09.5084850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/BenchTimer.h' 2025-03-21T20:18:09.5086317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/BenchUtil.h' 2025-03-21T20:18:09.5087712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/README.txt' 2025-03-21T20:18:09.5089194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/analyze-blocking-sizes.cpp' 2025-03-21T20:18:09.5090731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/basicbench.cxxlist' 2025-03-21T20:18:09.5092213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/basicbenchmark.cpp' 2025-03-21T20:18:09.5093687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/basicbenchmark.h' 2025-03-21T20:18:09.5095153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/benchBlasGemm.cpp' 2025-03-21T20:18:09.5096621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/benchCholesky.cpp' 2025-03-21T20:18:09.5098106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/benchEigenSolver.cpp' 2025-03-21T20:18:09.5099563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/benchFFT.cpp' 2025-03-21T20:18:09.5101000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/benchGeometry.cpp' 2025-03-21T20:18:09.5102464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/benchVecAdd.cpp' 2025-03-21T20:18:09.5103896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/bench_gemm.cpp' 2025-03-21T20:18:09.5105379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/bench_move_semantics.cpp' 2025-03-21T20:18:09.5106916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/bench_multi_compilers.sh' 2025-03-21T20:18:09.5108400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/bench_norm.cpp' 2025-03-21T20:18:09.5109915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/bench_reverse.cpp' 2025-03-21T20:18:09.5111385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/bench_sum.cpp' 2025-03-21T20:18:09.5112817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/bench_unrolling' 2025-03-21T20:18:09.5114375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/benchmark-blocking-sizes.cpp' 2025-03-21T20:18:09.5115882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/benchmark.cpp' 2025-03-21T20:18:09.5117326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/benchmarkSlice.cpp' 2025-03-21T20:18:09.5118822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/benchmarkX.cpp' 2025-03-21T20:18:09.5120295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/benchmarkXcwise.cpp' 2025-03-21T20:18:09.5121794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/benchmark_suite' 2025-03-21T20:18:09.5123251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/CMakeLists.txt' 2025-03-21T20:18:09.5124681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/COPYING' 2025-03-21T20:18:09.5126063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/README' 2025-03-21T20:18:09.5127564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/actions/action_aat_product.hh' 2025-03-21T20:18:09.5129212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/actions/action_ata_product.hh' 2025-03-21T20:18:09.5130853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/actions/action_atv_product.hh' 2025-03-21T20:18:09.5132465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/actions/action_axpby.hh' 2025-03-21T20:18:09.5134038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/actions/action_axpy.hh' 2025-03-21T20:18:09.5135617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/actions/action_cholesky.hh' 2025-03-21T20:18:09.5137197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/actions/action_ger.hh' 2025-03-21T20:18:09.5138783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/actions/action_hessenberg.hh' 2025-03-21T20:18:09.5140400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/actions/action_lu_decomp.hh' 2025-03-21T20:18:09.5142001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/actions/action_lu_solve.hh' 2025-03-21T20:18:09.5143683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/actions/action_matrix_matrix_product.hh' 2025-03-21T20:18:09.5145496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/actions/action_matrix_matrix_product_bis.hh' 2025-03-21T20:18:09.5147278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/actions/action_matrix_vector_product.hh' 2025-03-21T20:18:09.5149194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/actions/action_partial_lu.hh' 2025-03-21T20:18:09.5150793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/actions/action_rot.hh' 2025-03-21T20:18:09.5152348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/actions/action_symv.hh' 2025-03-21T20:18:09.5153977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/actions/action_syr2.hh' 2025-03-21T20:18:09.5155569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/actions/action_trisolve.hh' 2025-03-21T20:18:09.5157249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/actions/action_trisolve_matrix.hh' 2025-03-21T20:18:09.5158904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/actions/action_trmm.hh' 2025-03-21T20:18:09.5160477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/actions/basic_actions.hh' 2025-03-21T20:18:09.5162005Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/actions' 2025-03-21T20:18:09.5163525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/cmake/FindACML.cmake' 2025-03-21T20:18:09.5165064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/cmake/FindATLAS.cmake' 2025-03-21T20:18:09.5166621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/cmake/FindBLAZE.cmake' 2025-03-21T20:18:09.5168168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/cmake/FindBlitz.cmake' 2025-03-21T20:18:09.5169717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/cmake/FindCBLAS.cmake' 2025-03-21T20:18:09.5171248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/cmake/FindGMM.cmake' 2025-03-21T20:18:09.5172782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/cmake/FindMKL.cmake' 2025-03-21T20:18:09.5174319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/cmake/FindMTL4.cmake' 2025-03-21T20:18:09.5175889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/cmake/FindOPENBLAS.cmake' 2025-03-21T20:18:09.5177629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/cmake/FindPackageHandleStandardArgs.cmake' 2025-03-21T20:18:09.5179330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/cmake/FindTvmet.cmake' 2025-03-21T20:18:09.5181061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/cmake/MacroOptionalAddSubdirectory.cmake' 2025-03-21T20:18:09.5182714Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/cmake' 2025-03-21T20:18:09.5184246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/data/CMakeLists.txt' 2025-03-21T20:18:09.5185799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/data/action_settings.txt' 2025-03-21T20:18:09.5187430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/data/gnuplot_common_settings.hh' 2025-03-21T20:18:09.5189071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/data/go_mean' 2025-03-21T20:18:09.5190539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/data/mean.cxx' 2025-03-21T20:18:09.5192107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/data/mk_gnuplot_script.sh' 2025-03-21T20:18:09.5193691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/data/mk_mean_script.sh' 2025-03-21T20:18:09.5195258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/data/mk_new_gnuplot.sh' 2025-03-21T20:18:09.5196865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/data/perlib_plot_settings.txt' 2025-03-21T20:18:09.5198461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/data/regularize.cxx' 2025-03-21T20:18:09.5199965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/data/smooth.cxx' 2025-03-21T20:18:09.5201473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/data/smooth_all.sh' 2025-03-21T20:18:09.5202960Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/data' 2025-03-21T20:18:09.5204474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/generic_bench/bench.hh' 2025-03-21T20:18:09.5206098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/generic_bench/bench_parameter.hh' 2025-03-21T20:18:09.5207704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/generic_bench/btl.hh' 2025-03-21T20:18:09.5209334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/generic_bench/init/init_function.hh' 2025-03-21T20:18:09.5211028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/generic_bench/init/init_matrix.hh' 2025-03-21T20:18:09.5212703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/generic_bench/init/init_vector.hh' 2025-03-21T20:18:09.5214334Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/generic_bench/init' 2025-03-21T20:18:09.5216025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/generic_bench/static/bench_static.hh' 2025-03-21T20:18:09.5217802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/generic_bench/static/intel_bench_fixed_size.hh' 2025-03-21T20:18:09.5219650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/generic_bench/static/static_size_generator.hh' 2025-03-21T20:18:09.5221372Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/generic_bench/static' 2025-03-21T20:18:09.5223070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/generic_bench/timers/STL_perf_analyzer.hh' 2025-03-21T20:18:09.5224825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/generic_bench/timers/STL_timer.hh' 2025-03-21T20:18:09.5226587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/generic_bench/timers/mixed_perf_analyzer.hh' 2025-03-21T20:18:09.5228393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/generic_bench/timers/portable_perf_analyzer.hh' 2025-03-21T20:18:09.5230301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/generic_bench/timers/portable_perf_analyzer_old.hh' 2025-03-21T20:18:09.5232092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/generic_bench/timers/portable_timer.hh' 2025-03-21T20:18:09.5233849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/generic_bench/timers/x86_perf_analyzer.hh' 2025-03-21T20:18:09.5235569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/generic_bench/timers/x86_timer.hh' 2025-03-21T20:18:09.5237229Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/generic_bench/timers' 2025-03-21T20:18:09.5238890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/generic_bench/utils/size_lin_log.hh' 2025-03-21T20:18:09.5240572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/generic_bench/utils/size_log.hh' 2025-03-21T20:18:09.5242235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/generic_bench/utils/utilities.h' 2025-03-21T20:18:09.5243884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/generic_bench/utils/xy_file.hh' 2025-03-21T20:18:09.5245521Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/generic_bench/utils' 2025-03-21T20:18:09.5247093Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/generic_bench' 2025-03-21T20:18:09.5248827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/BLAS/CMakeLists.txt' 2025-03-21T20:18:09.5250373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/BLAS/blas.h' 2025-03-21T20:18:09.5251981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/BLAS/blas_interface.hh' 2025-03-21T20:18:09.5253633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/BLAS/blas_interface_impl.hh' 2025-03-21T20:18:09.5255337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/BLAS/c_interface_base.h' 2025-03-21T20:18:09.5256901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/BLAS/main.cpp' 2025-03-21T20:18:09.5258412Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/BLAS' 2025-03-21T20:18:09.5259988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/STL/CMakeLists.txt' 2025-03-21T20:18:09.5261599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/STL/STL_interface.hh' 2025-03-21T20:18:09.5263149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/STL/main.cpp' 2025-03-21T20:18:09.5264638Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/STL' 2025-03-21T20:18:09.5266176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/blaze/CMakeLists.txt' 2025-03-21T20:18:09.5267802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/blaze/blaze_interface.hh' 2025-03-21T20:18:09.5269451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/blaze/main.cpp' 2025-03-21T20:18:09.5270977Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/blaze' 2025-03-21T20:18:09.5272536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/blitz/CMakeLists.txt' 2025-03-21T20:18:09.5274202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/blitz/blitz_LU_solve_interface.hh' 2025-03-21T20:18:09.5275885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/blitz/blitz_interface.hh' 2025-03-21T20:18:09.5277498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/blitz/btl_blitz.cpp' 2025-03-21T20:18:09.5279111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/blitz/btl_tiny_blitz.cpp' 2025-03-21T20:18:09.5280782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/blitz/tiny_blitz_interface.hh' 2025-03-21T20:18:09.5282393Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/blitz' 2025-03-21T20:18:09.5283951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/eigen2/CMakeLists.txt' 2025-03-21T20:18:09.5285625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/eigen2/btl_tiny_eigen2.cpp' 2025-03-21T20:18:09.5287292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/eigen2/eigen2_interface.hh' 2025-03-21T20:18:09.5288936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/eigen2/main_adv.cpp' 2025-03-21T20:18:09.5290517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/eigen2/main_linear.cpp' 2025-03-21T20:18:09.5292126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/eigen2/main_matmat.cpp' 2025-03-21T20:18:09.5293734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/eigen2/main_vecmat.cpp' 2025-03-21T20:18:09.5295331Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/eigen2' 2025-03-21T20:18:09.5296920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/eigen3/CMakeLists.txt' 2025-03-21T20:18:09.5298547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/eigen3/btl_tiny_eigen3.cpp' 2025-03-21T20:18:09.5300203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/eigen3/eigen3_interface.hh' 2025-03-21T20:18:09.5301815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/eigen3/main_adv.cpp' 2025-03-21T20:18:09.5303414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/eigen3/main_linear.cpp' 2025-03-21T20:18:09.5305012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/eigen3/main_matmat.cpp' 2025-03-21T20:18:09.5306617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/eigen3/main_vecmat.cpp' 2025-03-21T20:18:09.5308183Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/eigen3' 2025-03-21T20:18:09.5309788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/gmm/CMakeLists.txt' 2025-03-21T20:18:09.5311430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/gmm/gmm_LU_solve_interface.hh' 2025-03-21T20:18:09.5313073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/gmm/gmm_interface.hh' 2025-03-21T20:18:09.5314617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/gmm/main.cpp' 2025-03-21T20:18:09.5316113Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/gmm' 2025-03-21T20:18:09.5317650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/mtl4/.kdbgrc.main' 2025-03-21T20:18:09.5319212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/mtl4/CMakeLists.txt' 2025-03-21T20:18:09.5320795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/mtl4/main.cpp' 2025-03-21T20:18:09.5322428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/mtl4/mtl4_LU_solve_interface.hh' 2025-03-21T20:18:09.5324117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/mtl4/mtl4_interface.hh' 2025-03-21T20:18:09.5325676Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/mtl4' 2025-03-21T20:18:09.5327231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/tensors/CMakeLists.txt' 2025-03-21T20:18:09.5328866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/tensors/main_linear.cpp' 2025-03-21T20:18:09.5330489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/tensors/main_matmat.cpp' 2025-03-21T20:18:09.5332131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/tensors/main_vecmat.cpp' 2025-03-21T20:18:09.5333776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/tensors/tensor_interface.hh' 2025-03-21T20:18:09.5335375Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/tensors' 2025-03-21T20:18:09.5336941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/tvmet/CMakeLists.txt' 2025-03-21T20:18:09.5338499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/tvmet/main.cpp' 2025-03-21T20:18:09.5340076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/tvmet/tvmet_interface.hh' 2025-03-21T20:18:09.5341642Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/tvmet' 2025-03-21T20:18:09.5343193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/ublas/CMakeLists.txt' 2025-03-21T20:18:09.5344743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/ublas/main.cpp' 2025-03-21T20:18:09.5346321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/ublas/ublas_interface.hh' 2025-03-21T20:18:09.5348055Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs/ublas' 2025-03-21T20:18:09.5349587Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl/libs' 2025-03-21T20:18:09.5351005Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/btl' 2025-03-21T20:18:09.5352462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/check_cache_queries.cpp' 2025-03-21T20:18:09.5353944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/dense_solvers.cpp' 2025-03-21T20:18:09.5355416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/eig33.cpp' 2025-03-21T20:18:09.5356806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/geometry.cpp' 2025-03-21T20:18:09.5358342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/perf_monitoring/changesets.txt' 2025-03-21T20:18:09.5359903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/perf_monitoring/gemm.cpp' 2025-03-21T20:18:09.5361456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/perf_monitoring/gemm_common.h' 2025-03-21T20:18:09.5363065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/perf_monitoring/gemm_settings.txt' 2025-03-21T20:18:09.5364843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/perf_monitoring/gemm_square_settings.txt' 2025-03-21T20:18:09.5366496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/perf_monitoring/gemv.cpp' 2025-03-21T20:18:09.5368049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/perf_monitoring/gemv_common.h' 2025-03-21T20:18:09.5369663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/perf_monitoring/gemv_settings.txt' 2025-03-21T20:18:09.5371334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/perf_monitoring/gemv_square_settings.txt' 2025-03-21T20:18:09.5372969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/perf_monitoring/gemvt.cpp' 2025-03-21T20:18:09.5374535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/perf_monitoring/lazy_gemm.cpp' 2025-03-21T20:18:09.5376175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/perf_monitoring/lazy_gemm_settings.txt' 2025-03-21T20:18:09.5377784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/perf_monitoring/llt.cpp' 2025-03-21T20:18:09.5379326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/perf_monitoring/make_plot.sh' 2025-03-21T20:18:09.5380990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/perf_monitoring/resources/chart_footer.html' 2025-03-21T20:18:09.5382729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/perf_monitoring/resources/chart_header.html' 2025-03-21T20:18:09.5384441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/perf_monitoring/resources/footer.html' 2025-03-21T20:18:09.5386119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/perf_monitoring/resources/header.html' 2025-03-21T20:18:09.5387757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/perf_monitoring/resources/s1.js' 2025-03-21T20:18:09.5389445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/perf_monitoring/resources/s2.js' 2025-03-21T20:18:09.5391109Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/perf_monitoring/resources' 2025-03-21T20:18:09.5392686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/perf_monitoring/run.sh' 2025-03-21T20:18:09.5394235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/perf_monitoring/runall.sh' 2025-03-21T20:18:09.5395794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/perf_monitoring/trmv_lo.cpp' 2025-03-21T20:18:09.5397354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/perf_monitoring/trmv_lot.cpp' 2025-03-21T20:18:09.5398957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/perf_monitoring/trmv_up.cpp' 2025-03-21T20:18:09.5400564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/perf_monitoring/trmv_upt.cpp' 2025-03-21T20:18:09.5402119Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/perf_monitoring' 2025-03-21T20:18:09.5403639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/product_threshold.cpp' 2025-03-21T20:18:09.5405104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/quat_slerp.cpp' 2025-03-21T20:18:09.5406508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/quatmul.cpp' 2025-03-21T20:18:09.5407943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/sparse_cholesky.cpp' 2025-03-21T20:18:09.5409446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/sparse_dense_product.cpp' 2025-03-21T20:18:09.5410907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/sparse_lu.cpp' 2025-03-21T20:18:09.5412347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/sparse_product.cpp' 2025-03-21T20:18:09.5413850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/sparse_randomsetter.cpp' 2025-03-21T20:18:09.5415347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/sparse_setter.cpp' 2025-03-21T20:18:09.5416817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/sparse_transpose.cpp' 2025-03-21T20:18:09.5418314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/sparse_trisolver.cpp' 2025-03-21T20:18:09.5419812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/spbench/CMakeLists.txt' 2025-03-21T20:18:09.5421316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/spbench/sp_solver.cpp' 2025-03-21T20:18:09.5422792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/spbench/spbench.dtd' 2025-03-21T20:18:09.5424313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/spbench/spbenchsolver.cpp' 2025-03-21T20:18:09.5425882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/spbench/spbenchsolver.h' 2025-03-21T20:18:09.5427426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/spbench/spbenchstyle.h' 2025-03-21T20:18:09.5429019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/spbench/test_sparseLU.cpp' 2025-03-21T20:18:09.5430512Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/spbench' 2025-03-21T20:18:09.5431902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/spmv.cpp' 2025-03-21T20:18:09.5433313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/tensors/README' 2025-03-21T20:18:09.5434791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/tensors/benchmark.h' 2025-03-21T20:18:09.5436297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/tensors/benchmark_main.cc' 2025-03-21T20:18:09.5437920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/tensors/contraction_benchmarks_cpu.cc' 2025-03-21T20:18:09.5439547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/tensors/eigen_sycl_bench.sh' 2025-03-21T20:18:09.5441163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/tensors/eigen_sycl_bench_contract.sh' 2025-03-21T20:18:09.5442775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/tensors/tensor_benchmarks.h' 2025-03-21T20:18:09.5444367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/tensors/tensor_benchmarks_cpu.cc' 2025-03-21T20:18:09.5446028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/tensors/tensor_benchmarks_fp16_gpu.cu' 2025-03-21T20:18:09.5447815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/tensors/tensor_benchmarks_gpu.cu' 2025-03-21T20:18:09.5449435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/tensors/tensor_benchmarks_sycl.cc' 2025-03-21T20:18:09.5451085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/tensors/tensor_contract_sycl_bench.cc' 2025-03-21T20:18:09.5452646Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/tensors' 2025-03-21T20:18:09.5454055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench/vdw_new.cpp' 2025-03-21T20:18:09.5455424Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/bench' 2025-03-21T20:18:09.5462340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/BandTriangularSolver.h' 2025-03-21T20:18:09.5463895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/CMakeLists.txt' 2025-03-21T20:18:09.5465467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/GeneralRank1Update.h' 2025-03-21T20:18:09.5467003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/PackedSelfadjointProduct.h' 2025-03-21T20:18:09.5468744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/PackedTriangularMatrixVector.h' 2025-03-21T20:18:09.5470368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/PackedTriangularSolverVector.h' 2025-03-21T20:18:09.5471848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/README.txt' 2025-03-21T20:18:09.5473286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/Rank2Update.h' 2025-03-21T20:18:09.5474639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/blas.h' 2025-03-21T20:18:09.5475987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/common.h' 2025-03-21T20:18:09.5477378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/complex_double.cpp' 2025-03-21T20:18:09.5478832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/complex_single.cpp' 2025-03-21T20:18:09.5480235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/double.cpp' 2025-03-21T20:18:09.5481608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/chbmv.c' 2025-03-21T20:18:09.5482970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/chpmv.c' 2025-03-21T20:18:09.5484376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/complexdots.c' 2025-03-21T20:18:09.5485778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/ctbmv.c' 2025-03-21T20:18:09.5487164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/datatypes.h' 2025-03-21T20:18:09.5488558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/drotm.c' 2025-03-21T20:18:09.5489936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/drotmg.c' 2025-03-21T20:18:09.5491312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/dsbmv.c' 2025-03-21T20:18:09.5492680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/dspmv.c' 2025-03-21T20:18:09.5494038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/dtbmv.c' 2025-03-21T20:18:09.5495398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/lsame.c' 2025-03-21T20:18:09.5496762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/srotm.c' 2025-03-21T20:18:09.5498138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/srotmg.c' 2025-03-21T20:18:09.5499537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/ssbmv.c' 2025-03-21T20:18:09.5500907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/sspmv.c' 2025-03-21T20:18:09.5502303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/stbmv.c' 2025-03-21T20:18:09.5503669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/zhbmv.c' 2025-03-21T20:18:09.5505029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/zhpmv.c' 2025-03-21T20:18:09.5506422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c/ztbmv.c' 2025-03-21T20:18:09.5507792Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/f2c' 2025-03-21T20:18:09.5509316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/fortran/complexdots.f' 2025-03-21T20:18:09.5510777Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/fortran' 2025-03-21T20:18:09.5512213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/level1_cplx_impl.h' 2025-03-21T20:18:09.5513644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/level1_impl.h' 2025-03-21T20:18:09.5515062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/level1_real_impl.h' 2025-03-21T20:18:09.5516510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/level2_cplx_impl.h' 2025-03-21T20:18:09.5517928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/level2_impl.h' 2025-03-21T20:18:09.5519348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/level2_real_impl.h' 2025-03-21T20:18:09.5520780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/level3_impl.h' 2025-03-21T20:18:09.5522154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/single.cpp' 2025-03-21T20:18:09.5523583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/CMakeLists.txt' 2025-03-21T20:18:09.5525046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/cblat1.f' 2025-03-21T20:18:09.5526493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/cblat2.dat' 2025-03-21T20:18:09.5527935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/cblat2.f' 2025-03-21T20:18:09.5529371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/cblat3.dat' 2025-03-21T20:18:09.5530810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/cblat3.f' 2025-03-21T20:18:09.5532272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/dblat1.f' 2025-03-21T20:18:09.5533715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/dblat2.dat' 2025-03-21T20:18:09.5535182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/dblat2.f' 2025-03-21T20:18:09.5536627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/dblat3.dat' 2025-03-21T20:18:09.5538066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/dblat3.f' 2025-03-21T20:18:09.5539526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/runblastest.sh' 2025-03-21T20:18:09.5541010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/sblat1.f' 2025-03-21T20:18:09.5542474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/sblat2.dat' 2025-03-21T20:18:09.5543919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/sblat2.f' 2025-03-21T20:18:09.5545356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/sblat3.dat' 2025-03-21T20:18:09.5546796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/sblat3.f' 2025-03-21T20:18:09.5548390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/zblat1.f' 2025-03-21T20:18:09.5549887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/zblat2.dat' 2025-03-21T20:18:09.5551330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/zblat2.f' 2025-03-21T20:18:09.5552774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/zblat3.dat' 2025-03-21T20:18:09.5554211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing/zblat3.f' 2025-03-21T20:18:09.5555625Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/testing' 2025-03-21T20:18:09.5557013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas/xerbla.cpp' 2025-03-21T20:18:09.5558355Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/blas' 2025-03-21T20:18:09.5559725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/ci/CTest2JUnit.xsl' 2025-03-21T20:18:09.5561082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/ci/README.md' 2025-03-21T20:18:09.5562499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/ci/build.linux.gitlab-ci.yml' 2025-03-21T20:18:09.5564018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/ci/build.windows.gitlab-ci.yml' 2025-03-21T20:18:09.5565547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/ci/checkformat.gitlab-ci.yml' 2025-03-21T20:18:09.5567088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/ci/common.gitlab-ci.yml' 2025-03-21T20:18:09.5568615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/ci/scripts/build.linux.script.sh' 2025-03-21T20:18:09.5570240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/ci/scripts/build.windows.script.ps1' 2025-03-21T20:18:09.5571871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/ci/scripts/common.linux.before_script.sh' 2025-03-21T20:18:09.5573547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/ci/scripts/common.windows.before_script.ps1' 2025-03-21T20:18:09.5575234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/ci/scripts/test.linux.after_script.sh' 2025-03-21T20:18:09.5576854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/ci/scripts/test.linux.script.sh' 2025-03-21T20:18:09.5578448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/ci/scripts/test.windows.after_script.ps1' 2025-03-21T20:18:09.5580067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/ci/scripts/test.windows.script.ps1' 2025-03-21T20:18:09.5581595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/ci/scripts/vars.linux.sh' 2025-03-21T20:18:09.5583084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/ci/scripts/vars.windows.ps1' 2025-03-21T20:18:09.5584534Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/ci/scripts' 2025-03-21T20:18:09.5585995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/ci/test.linux.gitlab-ci.yml' 2025-03-21T20:18:09.5587517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/ci/test.windows.gitlab-ci.yml' 2025-03-21T20:18:09.5589007Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/ci' 2025-03-21T20:18:09.5590478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/ComputeCppCompilerChecks.cmake' 2025-03-21T20:18:09.5592042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/ComputeCppIRMap.cmake' 2025-03-21T20:18:09.5593556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/Eigen3Config.cmake.in' 2025-03-21T20:18:09.5595116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/EigenConfigureTesting.cmake' 2025-03-21T20:18:09.5596675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/EigenSmokeTestList.cmake' 2025-03-21T20:18:09.5598174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/EigenTesting.cmake' 2025-03-21T20:18:09.5599654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/EigenUninstall.cmake' 2025-03-21T20:18:09.5601182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindAccelerate.cmake' 2025-03-21T20:18:09.5602649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindAdolc.cmake' 2025-03-21T20:18:09.5604118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindBLASEXT.cmake' 2025-03-21T20:18:09.5605577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindCHOLMOD.cmake' 2025-03-21T20:18:09.5607066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindCLANG_FORMAT.cmake' 2025-03-21T20:18:09.5608567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindComputeCpp.cmake' 2025-03-21T20:18:09.5610067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindDPCPP.cmake' 2025-03-21T20:18:09.5611520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindFFTW.cmake' 2025-03-21T20:18:09.5612933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindGMP.cmake' 2025-03-21T20:18:09.5614394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindGoogleHash.cmake' 2025-03-21T20:18:09.5615855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindHWLOC.cmake' 2025-03-21T20:18:09.5617279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindKLU.cmake' 2025-03-21T20:18:09.5618700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindMPFR.cmake' 2025-03-21T20:18:09.5620137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindMPREAL.cmake' 2025-03-21T20:18:09.5621580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindMetis.cmake' 2025-03-21T20:18:09.5623024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindPASTIX.cmake' 2025-03-21T20:18:09.5624486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindPTSCOTCH.cmake' 2025-03-21T20:18:09.5625953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindSCOTCH.cmake' 2025-03-21T20:18:09.5627388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindSPQR.cmake' 2025-03-21T20:18:09.5628965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindStandardMathLibrary.cmake' 2025-03-21T20:18:09.5630509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindSuperLU.cmake' 2025-03-21T20:18:09.5631972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindTriSYCL.cmake' 2025-03-21T20:18:09.5633430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/FindUMFPACK.cmake' 2025-03-21T20:18:09.5634881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/RegexUtils.cmake' 2025-03-21T20:18:09.5636428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake/SyclConfigureTesting.cmake' 2025-03-21T20:18:09.5637905Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/cmake' 2025-03-21T20:18:09.5639287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/debug/gdb/__init__.py' 2025-03-21T20:18:09.5640708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/debug/gdb/printers.py' 2025-03-21T20:18:09.5642120Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/debug/gdb' 2025-03-21T20:18:09.5643582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/debug/lldb/eigenlldb.py' 2025-03-21T20:18:09.5645041Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/debug/lldb' 2025-03-21T20:18:09.5646464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/debug/msvc/eigen.natvis' 2025-03-21T20:18:09.5648115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/debug/msvc/eigen_autoexp_part.dat' 2025-03-21T20:18:09.5649598Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/debug/msvc' 2025-03-21T20:18:09.5650959Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/debug' 2025-03-21T20:18:09.5652332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/CMakeLists.txt' 2025-03-21T20:18:09.5653820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/mandelbrot/CMakeLists.txt' 2025-03-21T20:18:09.5655317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/mandelbrot/README' 2025-03-21T20:18:09.5656819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/mandelbrot/mandelbrot.cpp' 2025-03-21T20:18:09.5658355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/mandelbrot/mandelbrot.h' 2025-03-21T20:18:09.5659846Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/mandelbrot' 2025-03-21T20:18:09.5661331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/mix_eigen_and_c/README' 2025-03-21T20:18:09.5662913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/mix_eigen_and_c/binary_library.cpp' 2025-03-21T20:18:09.5664533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/mix_eigen_and_c/binary_library.h' 2025-03-21T20:18:09.5666097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/mix_eigen_and_c/example.c' 2025-03-21T20:18:09.5667628Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/mix_eigen_and_c' 2025-03-21T20:18:09.5669248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl/CMakeLists.txt' 2025-03-21T20:18:09.5670716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl/README' 2025-03-21T20:18:09.5672194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl/camera.cpp' 2025-03-21T20:18:09.5673635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl/camera.h' 2025-03-21T20:18:09.5675096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl/gpuhelper.cpp' 2025-03-21T20:18:09.5676578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl/gpuhelper.h' 2025-03-21T20:18:09.5678089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl/icosphere.cpp' 2025-03-21T20:18:09.5679603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl/icosphere.h' 2025-03-21T20:18:09.5681117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl/quaternion_demo.cpp' 2025-03-21T20:18:09.5682658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl/quaternion_demo.h' 2025-03-21T20:18:09.5684168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl/trackball.cpp' 2025-03-21T20:18:09.5685650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl/trackball.h' 2025-03-21T20:18:09.5687097Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos/opengl' 2025-03-21T20:18:09.5688476Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/demos' 2025-03-21T20:18:09.5689910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/AsciiQuickReference.txt' 2025-03-21T20:18:09.5691396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/B01_Experimental.dox' 2025-03-21T20:18:09.5692838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/CMakeLists.txt' 2025-03-21T20:18:09.5694260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/ClassHierarchy.dox' 2025-03-21T20:18:09.5695797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/CoeffwiseMathFunctionsTable.dox' 2025-03-21T20:18:09.5697418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/CustomizingEigen_CustomScalar.dox' 2025-03-21T20:18:09.5699062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/CustomizingEigen_InheritingMatrix.dox' 2025-03-21T20:18:09.5700706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/CustomizingEigen_NullaryExpr.dox' 2025-03-21T20:18:09.5702300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/CustomizingEigen_Plugins.dox' 2025-03-21T20:18:09.5703914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/DenseDecompositionBenchmark.dox' 2025-03-21T20:18:09.5705403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/Doxyfile.in' 2025-03-21T20:18:09.5706906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/Eigen_Silly_Professor_64x64.png' 2025-03-21T20:18:09.5708455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/FixedSizeVectorizable.dox' 2025-03-21T20:18:09.5710127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/FunctionsTakingEigenTypes.dox' 2025-03-21T20:18:09.5711642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/HiPerformance.dox' 2025-03-21T20:18:09.5713156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/InplaceDecomposition.dox' 2025-03-21T20:18:09.5714703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/InsideEigenExample.dox' 2025-03-21T20:18:09.5716164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/LeastSquares.dox' 2025-03-21T20:18:09.5717541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/Manual.dox' 2025-03-21T20:18:09.5718995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/MatrixfreeSolverExample.dox' 2025-03-21T20:18:09.5720523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/NewExpressionType.dox' 2025-03-21T20:18:09.5721956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/Overview.dox' 2025-03-21T20:18:09.5723374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/PassingByValue.dox' 2025-03-21T20:18:09.5724793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/Pitfalls.dox' 2025-03-21T20:18:09.5726258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/PreprocessorDirectives.dox' 2025-03-21T20:18:09.5727758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/QuickReference.dox' 2025-03-21T20:18:09.5729206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/QuickStartGuide.dox' 2025-03-21T20:18:09.5730699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/SparseLinearSystems.dox' 2025-03-21T20:18:09.5732226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/SparseQuickReference.dox' 2025-03-21T20:18:09.5733712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/StlContainers.dox' 2025-03-21T20:18:09.5735157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/StorageOrders.dox' 2025-03-21T20:18:09.5736671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/StructHavingEigenMembers.dox' 2025-03-21T20:18:09.5738232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TemplateKeyword.dox' 2025-03-21T20:18:09.5739693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TopicAliasing.dox' 2025-03-21T20:18:09.5741176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TopicAssertions.dox' 2025-03-21T20:18:09.5742631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TopicCMakeGuide.dox' 2025-03-21T20:18:09.5744192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TopicEigenExpressionTemplates.dox' 2025-03-21T20:18:09.5745776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TopicLazyEvaluation.dox' 2025-03-21T20:18:09.5747412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TopicLinearAlgebraDecompositions.dox' 2025-03-21T20:18:09.5749282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TopicMultithreading.dox' 2025-03-21T20:18:09.5750768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TopicResizing.dox' 2025-03-21T20:18:09.5752233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TopicScalarTypes.dox' 2025-03-21T20:18:09.5753725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TopicVectorization.dox' 2025-03-21T20:18:09.5755309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialAdvancedInitialization.dox' 2025-03-21T20:18:09.5756890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialArrayClass.dox' 2025-03-21T20:18:09.5758423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialBlockOperations.dox' 2025-03-21T20:18:09.5759949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialGeometry.dox' 2025-03-21T20:18:09.5761455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialLinearAlgebra.dox' 2025-03-21T20:18:09.5762956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialMapClass.dox' 2025-03-21T20:18:09.5764497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialMatrixArithmetic.dox' 2025-03-21T20:18:09.5766053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialMatrixClass.dox' 2025-03-21T20:18:09.5767707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialReductionsVisitorsBroadcasting.dox' 2025-03-21T20:18:09.5769327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialReshape.dox' 2025-03-21T20:18:09.5770772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialSTL.dox' 2025-03-21T20:18:09.5772261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialSlicingIndexing.dox' 2025-03-21T20:18:09.5773836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialSparse.dox' 2025-03-21T20:18:09.5775376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/TutorialSparse_example_details.dox' 2025-03-21T20:18:09.5777006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/UnalignedArrayAssert.dox' 2025-03-21T20:18:09.5778557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/UsingBlasLapackBackends.dox' 2025-03-21T20:18:09.5780068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/UsingIntelMKL.dox' 2025-03-21T20:18:09.5781505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/UsingNVCC.dox' 2025-03-21T20:18:09.5782956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/WrongStackAlignment.dox' 2025-03-21T20:18:09.5784491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/eigen_navtree_hacks.js' 2025-03-21T20:18:09.5785929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/eigendoxy.css' 2025-03-21T20:18:09.5787384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/eigendoxy_footer.html.in' 2025-03-21T20:18:09.5788971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/eigendoxy_header.html.in' 2025-03-21T20:18:09.5790477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/eigendoxy_layout.xml.in' 2025-03-21T20:18:09.5791955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/eigendoxy_tabs.css' 2025-03-21T20:18:09.5793383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/.krazy' 2025-03-21T20:18:09.5794834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/CMakeLists.txt' 2025-03-21T20:18:09.5796459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/CustomizingEigen_Inheritance.cpp' 2025-03-21T20:18:09.5798069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/Cwise_erf.cpp' 2025-03-21T20:18:09.5799566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/Cwise_erfc.cpp' 2025-03-21T20:18:09.5801080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/Cwise_lgamma.cpp' 2025-03-21T20:18:09.5802676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/DenseBase_middleCols_int.cpp' 2025-03-21T20:18:09.5804338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/DenseBase_middleRows_int.cpp' 2025-03-21T20:18:09.5806061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/DenseBase_template_int_middleCols.cpp' 2025-03-21T20:18:09.5807868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/DenseBase_template_int_middleRows.cpp' 2025-03-21T20:18:09.5809547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/QuickStart_example.cpp' 2025-03-21T20:18:09.5811232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/QuickStart_example2_dynamic.cpp' 2025-03-21T20:18:09.5812922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/QuickStart_example2_fixed.cpp' 2025-03-21T20:18:09.5814612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/TemplateKeyword_flexible.cpp' 2025-03-21T20:18:09.5816309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/TemplateKeyword_simple.cpp' 2025-03-21T20:18:09.5817944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/TutorialInplaceLU.cpp' 2025-03-21T20:18:09.5819648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/TutorialLinAlgComputeTwice.cpp' 2025-03-21T20:18:09.5821423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/TutorialLinAlgExComputeSolveError.cpp' 2025-03-21T20:18:09.5823300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/TutorialLinAlgExSolveColPivHouseholderQR.cpp' 2025-03-21T20:18:09.5825118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/TutorialLinAlgExSolveLDLT.cpp' 2025-03-21T20:18:09.5826871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/TutorialLinAlgInverseDeterminant.cpp' 2025-03-21T20:18:09.5828690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/TutorialLinAlgRankRevealing.cpp' 2025-03-21T20:18:09.5830395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/TutorialLinAlgSVDSolve.cpp' 2025-03-21T20:18:09.5832158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/TutorialLinAlgSelfAdjointEigenSolver.cpp' 2025-03-21T20:18:09.5833953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/TutorialLinAlgSetThreshold.cpp' 2025-03-21T20:18:09.5835682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/Tutorial_ArrayClass_accessors.cpp' 2025-03-21T20:18:09.5837395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/Tutorial_ArrayClass_addition.cpp' 2025-03-21T20:18:09.5839122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/Tutorial_ArrayClass_cwise_other.cpp' 2025-03-21T20:18:09.5840843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/Tutorial_ArrayClass_interop.cpp' 2025-03-21T20:18:09.5842572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/Tutorial_ArrayClass_interop_matrix.cpp' 2025-03-21T20:18:09.5844331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/Tutorial_ArrayClass_mult.cpp' 2025-03-21T20:18:09.5846095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/Tutorial_BlockOperations_block_assignment.cpp' 2025-03-21T20:18:09.5848069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/Tutorial_BlockOperations_colrow.cpp' 2025-03-21T20:18:09.5849822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/Tutorial_BlockOperations_corner.cpp' 2025-03-21T20:18:09.5851596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/Tutorial_BlockOperations_print_block.cpp' 2025-03-21T20:18:09.5853416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/Tutorial_BlockOperations_vector.cpp' 2025-03-21T20:18:09.5854219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/Tutorial_PartialLU_solve.cpp' 2025-03-21T20:18:09.5855173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_broadcast_1nn.cpp' 2025-03-21T20:18:09.5856129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_broadcast_simple.cpp' 2025-03-21T20:18:09.5857136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_broadcast_simple_rowwise.cpp' 2025-03-21T20:18:09.5858048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_colwise.cpp' 2025-03-21T20:18:09.5858963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_maxnorm.cpp' 2025-03-21T20:18:09.5859913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_reductions_bool.cpp' 2025-03-21T20:18:09.5860866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_reductions_norm.cpp' 2025-03-21T20:18:09.5861862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_reductions_operatornorm.cpp' 2025-03-21T20:18:09.5862774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_rowwise.cpp' 2025-03-21T20:18:09.5863686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/Tutorial_ReductionsVisitorsBroadcasting_visitors.cpp' 2025-03-21T20:18:09.5864531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/Tutorial_simple_example_dynamic_size.cpp' 2025-03-21T20:18:09.5865351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/Tutorial_simple_example_fixed_size.cpp' 2025-03-21T20:18:09.5866084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/class_Block.cpp' 2025-03-21T20:18:09.5866822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/class_CwiseBinaryOp.cpp' 2025-03-21T20:18:09.5867595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/class_CwiseUnaryOp.cpp' 2025-03-21T20:18:09.5868366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/class_CwiseUnaryOp_ptrfun.cpp' 2025-03-21T20:18:09.5869136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/class_FixedBlock.cpp' 2025-03-21T20:18:09.5869906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/class_FixedReshaped.cpp' 2025-03-21T20:18:09.5870676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/class_FixedVectorBlock.cpp' 2025-03-21T20:18:09.5871420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/class_Reshaped.cpp' 2025-03-21T20:18:09.5872146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/class_VectorBlock.cpp' 2025-03-21T20:18:09.5872929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/function_taking_eigenbase.cpp' 2025-03-21T20:18:09.5873663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/function_taking_ref.cpp' 2025-03-21T20:18:09.5874385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/make_circulant.cpp' 2025-03-21T20:18:09.5875136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/make_circulant.cpp.entry' 2025-03-21T20:18:09.5875918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/make_circulant.cpp.evaluator' 2025-03-21T20:18:09.5876702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/make_circulant.cpp.expression' 2025-03-21T20:18:09.5877446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/make_circulant.cpp.main' 2025-03-21T20:18:09.5878216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/make_circulant.cpp.preamble' 2025-03-21T20:18:09.5878972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/make_circulant.cpp.traits' 2025-03-21T20:18:09.5879693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/make_circulant2.cpp' 2025-03-21T20:18:09.5880399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/matrixfree_cg.cpp' 2025-03-21T20:18:09.5881116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/nullary_indexing.cpp' 2025-03-21T20:18:09.5881875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/tut_arithmetic_add_sub.cpp' 2025-03-21T20:18:09.5882678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/tut_arithmetic_dot_cross.cpp' 2025-03-21T20:18:09.5883453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/tut_arithmetic_matrix_mul.cpp' 2025-03-21T20:18:09.5884314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/tut_arithmetic_redux_basic.cpp' 2025-03-21T20:18:09.5885119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/tut_arithmetic_scalar_mul_div.cpp' 2025-03-21T20:18:09.5885928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/tut_matrix_coefficient_accessors.cpp' 2025-03-21T20:18:09.5886683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/tut_matrix_resize.cpp' 2025-03-21T20:18:09.5887504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples/tut_matrix_resize_fixed_size.cpp' 2025-03-21T20:18:09.5888157Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/examples' 2025-03-21T20:18:09.5888790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/ftv2node.png' 2025-03-21T20:18:09.5889423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/ftv2pnode.png' 2025-03-21T20:18:09.5890065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/.krazy' 2025-03-21T20:18:09.5890814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/AngleAxis_mimic_euler.cpp' 2025-03-21T20:18:09.5891625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Array_initializer_list_23_cxx11.cpp' 2025-03-21T20:18:09.5892462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Array_initializer_list_vector_cxx11.cpp' 2025-03-21T20:18:09.5893233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Array_variadic_ctor_cxx11.cpp' 2025-03-21T20:18:09.5893952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/BiCGSTAB_simple.cpp' 2025-03-21T20:18:09.5894710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/BiCGSTAB_step_by_step.cpp' 2025-03-21T20:18:09.5895403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/CMakeLists.txt' 2025-03-21T20:18:09.5896193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/ColPivHouseholderQR_solve.cpp' 2025-03-21T20:18:09.5896985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/ComplexEigenSolver_compute.cpp' 2025-03-21T20:18:09.5897804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/ComplexEigenSolver_eigenvalues.cpp' 2025-03-21T20:18:09.5898657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/ComplexEigenSolver_eigenvectors.cpp' 2025-03-21T20:18:09.5899421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/ComplexSchur_compute.cpp' 2025-03-21T20:18:09.5900190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/ComplexSchur_matrixT.cpp' 2025-03-21T20:18:09.5900937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/ComplexSchur_matrixU.cpp' 2025-03-21T20:18:09.5901621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_abs.cpp' 2025-03-21T20:18:09.5902309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_abs2.cpp' 2025-03-21T20:18:09.5903023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_acos.cpp' 2025-03-21T20:18:09.5903728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_arg.cpp' 2025-03-21T20:18:09.5904495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_array_atan2_array.cpp' 2025-03-21T20:18:09.5905255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_array_power_array.cpp' 2025-03-21T20:18:09.5905942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_asin.cpp' 2025-03-21T20:18:09.5906627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_atan.cpp' 2025-03-21T20:18:09.5907359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_boolean_and.cpp' 2025-03-21T20:18:09.5908086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_boolean_not.cpp' 2025-03-21T20:18:09.5908870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_boolean_or.cpp' 2025-03-21T20:18:09.5909553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_cbrt.cpp' 2025-03-21T20:18:09.5910242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_ceil.cpp' 2025-03-21T20:18:09.5910923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_cos.cpp' 2025-03-21T20:18:09.5911612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_cosh.cpp' 2025-03-21T20:18:09.5912296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_cube.cpp' 2025-03-21T20:18:09.5913022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_equal_equal.cpp' 2025-03-21T20:18:09.5913710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_exp.cpp' 2025-03-21T20:18:09.5914399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_floor.cpp' 2025-03-21T20:18:09.5915136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_greater.cpp' 2025-03-21T20:18:09.5915875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_greater_equal.cpp' 2025-03-21T20:18:09.5916615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_inverse.cpp' 2025-03-21T20:18:09.5917320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_isFinite.cpp' 2025-03-21T20:18:09.5918014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_isInf.cpp' 2025-03-21T20:18:09.5918727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_isNaN.cpp' 2025-03-21T20:18:09.5919445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_less.cpp' 2025-03-21T20:18:09.5920165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_less_equal.cpp' 2025-03-21T20:18:09.5920844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_log.cpp' 2025-03-21T20:18:09.5921531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_log10.cpp' 2025-03-21T20:18:09.5922214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_max.cpp' 2025-03-21T20:18:09.5922897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_min.cpp' 2025-03-21T20:18:09.5923591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_minus.cpp' 2025-03-21T20:18:09.5924320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_minus_equal.cpp' 2025-03-21T20:18:09.5925035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_not_equal.cpp' 2025-03-21T20:18:09.5925717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_plus.cpp' 2025-03-21T20:18:09.5926438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_plus_equal.cpp' 2025-03-21T20:18:09.5927124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_pow.cpp' 2025-03-21T20:18:09.5927826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_product.cpp' 2025-03-21T20:18:09.5928540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_quotient.cpp' 2025-03-21T20:18:09.5929222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_rint.cpp' 2025-03-21T20:18:09.5929919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_round.cpp' 2025-03-21T20:18:09.5930718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_scalar_power_array.cpp' 2025-03-21T20:18:09.5931412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_sign.cpp' 2025-03-21T20:18:09.5932119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_sin.cpp' 2025-03-21T20:18:09.5932808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_sinh.cpp' 2025-03-21T20:18:09.5933535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_slash_equal.cpp' 2025-03-21T20:18:09.5934254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_sqrt.cpp' 2025-03-21T20:18:09.5934947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_square.cpp' 2025-03-21T20:18:09.5935669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_tan.cpp' 2025-03-21T20:18:09.5936356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_tanh.cpp' 2025-03-21T20:18:09.5937086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Cwise_times_equal.cpp' 2025-03-21T20:18:09.5937827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/DenseBase_LinSpaced.cpp' 2025-03-21T20:18:09.5938591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/DenseBase_LinSpacedInt.cpp' 2025-03-21T20:18:09.5939432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/DenseBase_LinSpaced_seq_deprecated.cpp' 2025-03-21T20:18:09.5940198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/DenseBase_setLinSpaced.cpp' 2025-03-21T20:18:09.5940981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/DirectionWise_hnormalized.cpp' 2025-03-21T20:18:09.5941743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/DirectionWise_replicate.cpp' 2025-03-21T20:18:09.5942540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/DirectionWise_replicate_int.cpp' 2025-03-21T20:18:09.5943378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/EigenSolver_EigenSolver_MatrixType.cpp' 2025-03-21T20:18:09.5944133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/EigenSolver_compute.cpp' 2025-03-21T20:18:09.5944896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/EigenSolver_eigenvalues.cpp' 2025-03-21T20:18:09.5945669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/EigenSolver_eigenvectors.cpp' 2025-03-21T20:18:09.5946483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/EigenSolver_pseudoEigenvectors.cpp' 2025-03-21T20:18:09.5947302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/FullPivHouseholderQR_solve.cpp' 2025-03-21T20:18:09.5948163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/FullPivLU_image.cpp' 2025-03-21T20:18:09.5948999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/FullPivLU_kernel.cpp' 2025-03-21T20:18:09.5949715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/FullPivLU_solve.cpp' 2025-03-21T20:18:09.5950492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/GeneralizedEigenSolver.cpp' 2025-03-21T20:18:09.5951361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/HessenbergDecomposition_compute.cpp' 2025-03-21T20:18:09.5952221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/HessenbergDecomposition_matrixH.cpp' 2025-03-21T20:18:09.5953090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/HessenbergDecomposition_packedMatrix.cpp' 2025-03-21T20:18:09.5953879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/HouseholderQR_householderQ.cpp' 2025-03-21T20:18:09.5954616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/HouseholderQR_solve.cpp' 2025-03-21T20:18:09.5955493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/HouseholderSequence_HouseholderSequence.cpp' 2025-03-21T20:18:09.5956181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/IOFormat.cpp' 2025-03-21T20:18:09.5956903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/JacobiSVD_basic.cpp' 2025-03-21T20:18:09.5957631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Jacobi_makeGivens.cpp' 2025-03-21T20:18:09.5958358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Jacobi_makeJacobi.cpp' 2025-03-21T20:18:09.5959066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/LLT_example.cpp' 2025-03-21T20:18:09.5959749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/LLT_solve.cpp' 2025-03-21T20:18:09.5960565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/LeastSquaresNormalEquations.cpp' 2025-03-21T20:18:09.5961279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/LeastSquaresQR.cpp' 2025-03-21T20:18:09.5962018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Map_general_stride.cpp' 2025-03-21T20:18:09.5962734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Map_inner_stride.cpp' 2025-03-21T20:18:09.5963490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Map_outer_stride.cpp' 2025-03-21T20:18:09.5964215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Map_placement_new.cpp' 2025-03-21T20:18:09.5964936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Map_simple.cpp' 2025-03-21T20:18:09.5965667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_adjoint.cpp' 2025-03-21T20:18:09.5966375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_all.cpp' 2025-03-21T20:18:09.5967154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_applyOnTheLeft.cpp' 2025-03-21T20:18:09.5967973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_applyOnTheRight.cpp' 2025-03-21T20:18:09.5968725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_array.cpp' 2025-03-21T20:18:09.5969481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_array_const.cpp' 2025-03-21T20:18:09.5970240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_asDiagonal.cpp' 2025-03-21T20:18:09.5971002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_block_int_int.cpp' 2025-03-21T20:18:09.5971830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_block_int_int_int_int.cpp' 2025-03-21T20:18:09.5972671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_bottomLeftCorner_int_int.cpp' 2025-03-21T20:18:09.5973524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_bottomRightCorner_int_int.cpp' 2025-03-21T20:18:09.5974300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_bottomRows_int.cpp' 2025-03-21T20:18:09.5975025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_cast.cpp' 2025-03-21T20:18:09.5975741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_col.cpp' 2025-03-21T20:18:09.5976485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_colwise.cpp' 2025-03-21T20:18:09.5977313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_colwise_iterator_cxx11.cpp' 2025-03-21T20:18:09.5978203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_computeInverseAndDetWithCheck.cpp' 2025-03-21T20:18:09.5979044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_computeInverseWithCheck.cpp' 2025-03-21T20:18:09.5979792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_cwiseAbs.cpp' 2025-03-21T20:18:09.5980565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_cwiseAbs2.cpp' 2025-03-21T20:18:09.5981339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_cwiseArg.cpp' 2025-03-21T20:18:09.5982085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_cwiseEqual.cpp' 2025-03-21T20:18:09.5982859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_cwiseInverse.cpp' 2025-03-21T20:18:09.5983592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_cwiseMax.cpp' 2025-03-21T20:18:09.5984357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_cwiseMin.cpp' 2025-03-21T20:18:09.5985158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_cwiseNotEqual.cpp' 2025-03-21T20:18:09.5985934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_cwiseProduct.cpp' 2025-03-21T20:18:09.5986704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_cwiseQuotient.cpp' 2025-03-21T20:18:09.5987445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_cwiseSign.cpp' 2025-03-21T20:18:09.5988197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_cwiseSqrt.cpp' 2025-03-21T20:18:09.5988977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_diagonal.cpp' 2025-03-21T20:18:09.5989747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_diagonal_int.cpp' 2025-03-21T20:18:09.5990560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_diagonal_template_int.cpp' 2025-03-21T20:18:09.5991319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_eigenvalues.cpp' 2025-03-21T20:18:09.5992044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_end_int.cpp' 2025-03-21T20:18:09.5992770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_eval.cpp' 2025-03-21T20:18:09.5993576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_fixedBlock_int_int.cpp' 2025-03-21T20:18:09.5994344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_hnormalized.cpp' 2025-03-21T20:18:09.5995096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_homogeneous.cpp' 2025-03-21T20:18:09.5995850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_identity.cpp' 2025-03-21T20:18:09.5996667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_identity_int_int.cpp' 2025-03-21T20:18:09.5997405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_inverse.cpp' 2025-03-21T20:18:09.5998185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_isDiagonal.cpp' 2025-03-21T20:18:09.5998938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_isIdentity.cpp' 2025-03-21T20:18:09.5999663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_isOnes.cpp' 2025-03-21T20:18:09.6000476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_isOrthogonal.cpp' 2025-03-21T20:18:09.6001243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_isUnitary.cpp' 2025-03-21T20:18:09.6001973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_isZero.cpp' 2025-03-21T20:18:09.6002741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_leftCols_int.cpp' 2025-03-21T20:18:09.6003471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_noalias.cpp' 2025-03-21T20:18:09.6004194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_ones.cpp' 2025-03-21T20:18:09.6004928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_ones_int.cpp' 2025-03-21T20:18:09.6005700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_ones_int_int.cpp' 2025-03-21T20:18:09.6006469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_operatorNorm.cpp' 2025-03-21T20:18:09.6007194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_prod.cpp' 2025-03-21T20:18:09.6007919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_random.cpp' 2025-03-21T20:18:09.6008676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_random_int.cpp' 2025-03-21T20:18:09.6009450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_random_int_int.cpp' 2025-03-21T20:18:09.6010210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_replicate.cpp' 2025-03-21T20:18:09.6011006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_replicate_int_int.cpp' 2025-03-21T20:18:09.6011780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_reshaped_auto.cpp' 2025-03-21T20:18:09.6012584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_reshaped_fixed.cpp' 2025-03-21T20:18:09.6013379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_reshaped_int_int.cpp' 2025-03-21T20:18:09.6014205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_reshaped_to_vector.cpp' 2025-03-21T20:18:09.6014948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_reverse.cpp' 2025-03-21T20:18:09.6015716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_rightCols_int.cpp' 2025-03-21T20:18:09.6016462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_row.cpp' 2025-03-21T20:18:09.6017196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_rowwise.cpp' 2025-03-21T20:18:09.6018002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_segment_int_int.cpp' 2025-03-21T20:18:09.6018742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_select.cpp' 2025-03-21T20:18:09.6019525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_selfadjointView.cpp' 2025-03-21T20:18:09.6020246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_set.cpp' 2025-03-21T20:18:09.6021006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_setIdentity.cpp' 2025-03-21T20:18:09.6021744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_setOnes.cpp' 2025-03-21T20:18:09.6022489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_setRandom.cpp' 2025-03-21T20:18:09.6023226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_setZero.cpp' 2025-03-21T20:18:09.6023965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_start_int.cpp' 2025-03-21T20:18:09.6024806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_template_int_bottomRows.cpp' 2025-03-21T20:18:09.6025594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_template_int_end.cpp' 2025-03-21T20:18:09.6026513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_template_int_int_block_int_int_int_int.cpp' 2025-03-21T20:18:09.6027407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_template_int_int_bottomLeftCorner.cpp' 2025-03-21T20:18:09.6028340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_template_int_int_bottomLeftCorner_int_int.cpp' 2025-03-21T20:18:09.6029321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_template_int_int_bottomRightCorner.cpp' 2025-03-21T20:18:09.6030266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_template_int_int_bottomRightCorner_int_int.cpp' 2025-03-21T20:18:09.6031164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_template_int_int_topLeftCorner.cpp' 2025-03-21T20:18:09.6032082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_template_int_int_topLeftCorner_int_int.cpp' 2025-03-21T20:18:09.6032957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_template_int_int_topRightCorner.cpp' 2025-03-21T20:18:09.6033903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_template_int_int_topRightCorner_int_int.cpp' 2025-03-21T20:18:09.6034749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_template_int_leftCols.cpp' 2025-03-21T20:18:09.6035579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_template_int_rightCols.cpp' 2025-03-21T20:18:09.6036395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_template_int_segment.cpp' 2025-03-21T20:18:09.6037205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_template_int_start.cpp' 2025-03-21T20:18:09.6038017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_template_int_topRows.cpp' 2025-03-21T20:18:09.6038842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_topLeftCorner_int_int.cpp' 2025-03-21T20:18:09.6039666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_topRightCorner_int_int.cpp' 2025-03-21T20:18:09.6040425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_topRows_int.cpp' 2025-03-21T20:18:09.6041185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_transpose.cpp' 2025-03-21T20:18:09.6041963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_triangularView.cpp' 2025-03-21T20:18:09.6042690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_zero.cpp' 2025-03-21T20:18:09.6043423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_zero_int.cpp' 2025-03-21T20:18:09.6044190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/MatrixBase_zero_int_int.cpp' 2025-03-21T20:18:09.6044918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Matrix_Map_stride.cpp' 2025-03-21T20:18:09.6045736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Matrix_initializer_list_23_cxx11.cpp' 2025-03-21T20:18:09.6046598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Matrix_initializer_list_vector_cxx11.cpp' 2025-03-21T20:18:09.6047415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Matrix_resize_NoChange_int.cpp' 2025-03-21T20:18:09.6048276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Matrix_resize_int.cpp' 2025-03-21T20:18:09.6049062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Matrix_resize_int_NoChange.cpp' 2025-03-21T20:18:09.6049854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Matrix_resize_int_int.cpp' 2025-03-21T20:18:09.6050616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Matrix_setConstant_int.cpp' 2025-03-21T20:18:09.6051429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Matrix_setConstant_int_int.cpp' 2025-03-21T20:18:09.6052210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Matrix_setIdentity_int_int.cpp' 2025-03-21T20:18:09.6052938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Matrix_setOnes_int.cpp' 2025-03-21T20:18:09.6053693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Matrix_setOnes_int_int.cpp' 2025-03-21T20:18:09.6054434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Matrix_setRandom_int.cpp' 2025-03-21T20:18:09.6055203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Matrix_setRandom_int_int.cpp' 2025-03-21T20:18:09.6055936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Matrix_setZero_int.cpp' 2025-03-21T20:18:09.6056686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Matrix_setZero_int_int.cpp' 2025-03-21T20:18:09.6057475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Matrix_variadic_ctor_cxx11.cpp' 2025-03-21T20:18:09.6058216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/PartialPivLU_solve.cpp' 2025-03-21T20:18:09.6058956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/PartialRedux_count.cpp' 2025-03-21T20:18:09.6059710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/PartialRedux_maxCoeff.cpp' 2025-03-21T20:18:09.6060467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/PartialRedux_minCoeff.cpp' 2025-03-21T20:18:09.6061201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/PartialRedux_norm.cpp' 2025-03-21T20:18:09.6061935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/PartialRedux_prod.cpp' 2025-03-21T20:18:09.6062746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/PartialRedux_squaredNorm.cpp' 2025-03-21T20:18:09.6063481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/PartialRedux_sum.cpp' 2025-03-21T20:18:09.6064238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/RealQZ_compute.cpp' 2025-03-21T20:18:09.6065050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/RealSchur_RealSchur_MatrixType.cpp' 2025-03-21T20:18:09.6065779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/RealSchur_compute.cpp' 2025-03-21T20:18:09.6066725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/SelfAdjointEigenSolver_SelfAdjointEigenSolver.cpp' 2025-03-21T20:18:09.6067729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/SelfAdjointEigenSolver_SelfAdjointEigenSolver_MatrixType.cpp' 2025-03-21T20:18:09.6068759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/SelfAdjointEigenSolver_SelfAdjointEigenSolver_MatrixType2.cpp' 2025-03-21T20:18:09.6069641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/SelfAdjointEigenSolver_compute_MatrixType.cpp' 2025-03-21T20:18:09.6070535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/SelfAdjointEigenSolver_compute_MatrixType2.cpp' 2025-03-21T20:18:09.6071384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/SelfAdjointEigenSolver_eigenvalues.cpp' 2025-03-21T20:18:09.6072252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/SelfAdjointEigenSolver_eigenvectors.cpp' 2025-03-21T20:18:09.6073148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/SelfAdjointEigenSolver_operatorInverseSqrt.cpp' 2025-03-21T20:18:09.6074003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/SelfAdjointEigenSolver_operatorSqrt.cpp' 2025-03-21T20:18:09.6074791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/SelfAdjointView_eigenvalues.cpp' 2025-03-21T20:18:09.6075611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/SelfAdjointView_operatorNorm.cpp' 2025-03-21T20:18:09.6076339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Slicing_arrayexpr.cpp' 2025-03-21T20:18:09.6077137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Slicing_custom_padding_cxx11.cpp' 2025-03-21T20:18:09.6077895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Slicing_rawarray_cxx11.cpp' 2025-03-21T20:18:09.6078653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Slicing_stdvector_cxx11.cpp' 2025-03-21T20:18:09.6079433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/SparseMatrix_coeffs.cpp' 2025-03-21T20:18:09.6080177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/TopicAliasing_block.cpp' 2025-03-21T20:18:09.6080998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/TopicAliasing_block_correct.cpp' 2025-03-21T20:18:09.6081739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/TopicAliasing_cwise.cpp' 2025-03-21T20:18:09.6082488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/TopicAliasing_mult1.cpp' 2025-03-21T20:18:09.6083245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/TopicAliasing_mult2.cpp' 2025-03-21T20:18:09.6083992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/TopicAliasing_mult3.cpp' 2025-03-21T20:18:09.6084753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/TopicAliasing_mult4.cpp' 2025-03-21T20:18:09.6085495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/TopicAliasing_mult5.cpp' 2025-03-21T20:18:09.6086287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/TopicStorageOrders_example.cpp' 2025-03-21T20:18:09.6087014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Triangular_solve.cpp' 2025-03-21T20:18:09.6087941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Tridiagonalization_Tridiagonalization_MatrixType.cpp' 2025-03-21T20:18:09.6088742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Tridiagonalization_compute.cpp' 2025-03-21T20:18:09.6089588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Tridiagonalization_decomposeInPlace.cpp' 2025-03-21T20:18:09.6090383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Tridiagonalization_diagonal.cpp' 2025-03-21T20:18:09.6091272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Tridiagonalization_householderCoefficients.cpp' 2025-03-21T20:18:09.6092104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Tridiagonalization_packedMatrix.cpp' 2025-03-21T20:18:09.6092954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Tutorial_AdvancedInitialization_Block.cpp' 2025-03-21T20:18:09.6093856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Tutorial_AdvancedInitialization_CommaTemporary.cpp' 2025-03-21T20:18:09.6094710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Tutorial_AdvancedInitialization_Join.cpp' 2025-03-21T20:18:09.6095582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Tutorial_AdvancedInitialization_LinSpaced.cpp' 2025-03-21T20:18:09.6096492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Tutorial_AdvancedInitialization_ThreeWays.cpp' 2025-03-21T20:18:09.6097335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Tutorial_AdvancedInitialization_Zero.cpp' 2025-03-21T20:18:09.6098119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Tutorial_Map_rowmajor.cpp' 2025-03-21T20:18:09.6098845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Tutorial_Map_using.cpp' 2025-03-21T20:18:09.6099625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Tutorial_ReshapeMat2Mat.cpp' 2025-03-21T20:18:09.6100420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Tutorial_ReshapeMat2Vec.cpp' 2025-03-21T20:18:09.6101198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Tutorial_SlicingCol.cpp' 2025-03-21T20:18:09.6101935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Tutorial_SlicingVec.cpp' 2025-03-21T20:18:09.6102688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Tutorial_commainit_01.cpp' 2025-03-21T20:18:09.6103441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Tutorial_commainit_01b.cpp' 2025-03-21T20:18:09.6104198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Tutorial_commainit_02.cpp' 2025-03-21T20:18:09.6105009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Tutorial_range_for_loop_1d_cxx11.cpp' 2025-03-21T20:18:09.6105827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Tutorial_range_for_loop_2d_cxx11.cpp' 2025-03-21T20:18:09.6106625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Tutorial_reshaped_vs_resize_1.cpp' 2025-03-21T20:18:09.6107425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Tutorial_reshaped_vs_resize_2.cpp' 2025-03-21T20:18:09.6108220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Tutorial_solve_matrix_inverse.cpp' 2025-03-21T20:18:09.6109081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Tutorial_solve_multiple_rhs.cpp' 2025-03-21T20:18:09.6109918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Tutorial_solve_reuse_decomposition.cpp' 2025-03-21T20:18:09.6110685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Tutorial_solve_singular.cpp' 2025-03-21T20:18:09.6111457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Tutorial_solve_triangular.cpp' 2025-03-21T20:18:09.6112282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Tutorial_solve_triangular_inplace.cpp' 2025-03-21T20:18:09.6113034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Tutorial_std_sort.cpp' 2025-03-21T20:18:09.6113826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Tutorial_std_sort_rows_cxx11.cpp' 2025-03-21T20:18:09.6114633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/VectorwiseOp_homogeneous.cpp' 2025-03-21T20:18:09.6115363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/Vectorwise_reverse.cpp' 2025-03-21T20:18:09.6116087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/class_FullPivLU.cpp' 2025-03-21T20:18:09.6116849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/compile_snippet.cpp.in' 2025-03-21T20:18:09.6117673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/tut_arithmetic_redux_minmax.cpp' 2025-03-21T20:18:09.6118496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/tut_arithmetic_transpose_aliasing.cpp' 2025-03-21T20:18:09.6119335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/tut_arithmetic_transpose_conjugate.cpp' 2025-03-21T20:18:09.6120156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/tut_arithmetic_transpose_inplace.cpp' 2025-03-21T20:18:09.6120968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets/tut_matrix_assignment_resizing.cpp' 2025-03-21T20:18:09.6121623Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/snippets' 2025-03-21T20:18:09.6122366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/special_examples/CMakeLists.txt' 2025-03-21T20:18:09.6123174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/special_examples/Tutorial_sparse_example.cpp' 2025-03-21T20:18:09.6124029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/special_examples/Tutorial_sparse_example_details.cpp' 2025-03-21T20:18:09.6124778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/special_examples/random_cpp11.cpp' 2025-03-21T20:18:09.6125485Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/special_examples' 2025-03-21T20:18:09.6126117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc/tutorial.cpp' 2025-03-21T20:18:09.6126723Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/doc' 2025-03-21T20:18:09.6127329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/eigen3.pc.in' 2025-03-21T20:18:09.6128003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/CMakeLists.txt' 2025-03-21T20:18:09.6128713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/bdcsvd_int.cpp' 2025-03-21T20:18:09.6129515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/block_nonconst_ctor_on_const_xpr_0.cpp' 2025-03-21T20:18:09.6130345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/block_nonconst_ctor_on_const_xpr_1.cpp' 2025-03-21T20:18:09.6131139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/block_nonconst_ctor_on_const_xpr_2.cpp' 2025-03-21T20:18:09.6131946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/block_on_const_type_actually_const_0.cpp' 2025-03-21T20:18:09.6132777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/block_on_const_type_actually_const_1.cpp' 2025-03-21T20:18:09.6133496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/colpivqr_int.cpp' 2025-03-21T20:18:09.6134309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/const_qualified_block_method_retval_0.cpp' 2025-03-21T20:18:09.6135131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/const_qualified_block_method_retval_1.cpp' 2025-03-21T20:18:09.6135949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/const_qualified_diagonal_method_retval.cpp' 2025-03-21T20:18:09.6136789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/const_qualified_transpose_method_retval.cpp' 2025-03-21T20:18:09.6137640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/cwiseunaryview_nonconst_ctor_on_const_xpr.cpp' 2025-03-21T20:18:09.6138513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/cwiseunaryview_on_const_type_actually_const.cpp' 2025-03-21T20:18:09.6139318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/diagonal_nonconst_ctor_on_const_xpr.cpp' 2025-03-21T20:18:09.6140142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/diagonal_on_const_type_actually_const.cpp' 2025-03-21T20:18:09.6140841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/eigensolver_cplx.cpp' 2025-03-21T20:18:09.6141548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/eigensolver_int.cpp' 2025-03-21T20:18:09.6142275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/failtest_sanity_check.cpp' 2025-03-21T20:18:09.6142973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/fullpivlu_int.cpp' 2025-03-21T20:18:09.6143649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/fullpivqr_int.cpp' 2025-03-21T20:18:09.6144356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/initializer_list_1.cpp' 2025-03-21T20:18:09.6145164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/initializer_list_2.cpp' 2025-03-21T20:18:09.6145844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/jacobisvd_int.cpp' 2025-03-21T20:18:09.6146535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/ldlt_int.cpp' 2025-03-21T20:18:09.6147181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/llt_int.cpp' 2025-03-21T20:18:09.6148121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/map_nonconst_ctor_on_const_ptr_0.cpp' 2025-03-21T20:18:09.6148952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/map_nonconst_ctor_on_const_ptr_1.cpp' 2025-03-21T20:18:09.6149800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/map_nonconst_ctor_on_const_ptr_2.cpp' 2025-03-21T20:18:09.6150622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/map_nonconst_ctor_on_const_ptr_3.cpp' 2025-03-21T20:18:09.6151425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/map_nonconst_ctor_on_const_ptr_4.cpp' 2025-03-21T20:18:09.6152225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/map_on_const_type_actually_const_0.cpp' 2025-03-21T20:18:09.6153031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/map_on_const_type_actually_const_1.cpp' 2025-03-21T20:18:09.6153738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/partialpivlu_int.cpp' 2025-03-21T20:18:09.6154387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/qr_int.cpp' 2025-03-21T20:18:09.6155023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/ref_1.cpp' 2025-03-21T20:18:09.6155666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/ref_2.cpp' 2025-03-21T20:18:09.6156293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/ref_3.cpp' 2025-03-21T20:18:09.6156934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/ref_4.cpp' 2025-03-21T20:18:09.6157567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/ref_5.cpp' 2025-03-21T20:18:09.6158194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/ref_6.cpp' 2025-03-21T20:18:09.6158835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/ref_7.cpp' 2025-03-21T20:18:09.6159684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/selfadjointview_nonconst_ctor_on_const_xpr.cpp' 2025-03-21T20:18:09.6160552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/selfadjointview_on_const_type_actually_const.cpp' 2025-03-21T20:18:09.6161231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/sparse_ref_1.cpp' 2025-03-21T20:18:09.6161951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/sparse_ref_2.cpp' 2025-03-21T20:18:09.6162660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/sparse_ref_3.cpp' 2025-03-21T20:18:09.6163342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/sparse_ref_4.cpp' 2025-03-21T20:18:09.6164014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/sparse_ref_5.cpp' 2025-03-21T20:18:09.6164758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/sparse_storage_mismatch.cpp' 2025-03-21T20:18:09.6165423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/swap_1.cpp' 2025-03-21T20:18:09.6166092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/swap_2.cpp' 2025-03-21T20:18:09.6166752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/ternary_1.cpp' 2025-03-21T20:18:09.6167409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/ternary_2.cpp' 2025-03-21T20:18:09.6168218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/transpose_nonconst_ctor_on_const_xpr.cpp' 2025-03-21T20:18:09.6169047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/transpose_on_const_type_actually_const.cpp' 2025-03-21T20:18:09.6169895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/triangularview_nonconst_ctor_on_const_xpr.cpp' 2025-03-21T20:18:09.6170757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest/triangularview_on_const_type_actually_const.cpp' 2025-03-21T20:18:09.6171388Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/failtest' 2025-03-21T20:18:09.6172043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/CMakeLists.txt' 2025-03-21T20:18:09.6172689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/cholesky.inc' 2025-03-21T20:18:09.6173309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/clacgv.f' 2025-03-21T20:18:09.6173939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/cladiv.f' 2025-03-21T20:18:09.6174556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/clarf.f' 2025-03-21T20:18:09.6175176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/clarfb.f' 2025-03-21T20:18:09.6175793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/clarfg.f' 2025-03-21T20:18:09.6176414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/clarft.f' 2025-03-21T20:18:09.6177094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/complex_double.cpp' 2025-03-21T20:18:09.6177812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/complex_single.cpp' 2025-03-21T20:18:09.6178456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/dladiv.f' 2025-03-21T20:18:09.6179076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/dlamch.f' 2025-03-21T20:18:09.6179694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/dlapy2.f' 2025-03-21T20:18:09.6180306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/dlapy3.f' 2025-03-21T20:18:09.6180948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/dlarf.f' 2025-03-21T20:18:09.6181605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/dlarfb.f' 2025-03-21T20:18:09.6182230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/dlarfg.f' 2025-03-21T20:18:09.6182845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/dlarft.f' 2025-03-21T20:18:09.6183479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/double.cpp' 2025-03-21T20:18:09.6184176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/dsecnd_INT_CPU_TIME.cpp' 2025-03-21T20:18:09.6184831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/dsecnd_NONE.f' 2025-03-21T20:18:09.6185490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/eigenvalues.inc' 2025-03-21T20:18:09.6186114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/ilaclc.f' 2025-03-21T20:18:09.6186727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/ilaclr.f' 2025-03-21T20:18:09.6187347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/iladlc.f' 2025-03-21T20:18:09.6187962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/iladlr.f' 2025-03-21T20:18:09.6188588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/ilaslc.f' 2025-03-21T20:18:09.6189291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/ilaslr.f' 2025-03-21T20:18:09.6189911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/ilazlc.f' 2025-03-21T20:18:09.6190528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/ilazlr.f' 2025-03-21T20:18:09.6191142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/lapack.h' 2025-03-21T20:18:09.6191810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/lapack_common.h' 2025-03-21T20:18:09.6192420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/lu.inc' 2025-03-21T20:18:09.6193158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/second_INT_CPU_TIME.cpp' 2025-03-21T20:18:09.6193831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/second_NONE.f' 2025-03-21T20:18:09.6194468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/single.cpp' 2025-03-21T20:18:09.6195086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/sladiv.f' 2025-03-21T20:18:09.6195705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/slamch.f' 2025-03-21T20:18:09.6196351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/slapy2.f' 2025-03-21T20:18:09.6196975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/slapy3.f' 2025-03-21T20:18:09.6197615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/slarf.f' 2025-03-21T20:18:09.6198237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/slarfb.f' 2025-03-21T20:18:09.6198854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/slarfg.f' 2025-03-21T20:18:09.6199471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/slarft.f' 2025-03-21T20:18:09.6200089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/svd.inc' 2025-03-21T20:18:09.6200707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/zlacgv.f' 2025-03-21T20:18:09.6201323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/zladiv.f' 2025-03-21T20:18:09.6201938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/zlarf.f' 2025-03-21T20:18:09.6202560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/zlarfb.f' 2025-03-21T20:18:09.6203178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/zlarfg.f' 2025-03-21T20:18:09.6203804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack/zlarft.f' 2025-03-21T20:18:09.6204413Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/lapack' 2025-03-21T20:18:09.6205086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/scripts/CMakeLists.txt' 2025-03-21T20:18:09.6205743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/scripts/buildtests.in' 2025-03-21T20:18:09.6206458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/scripts/cdashtesting.cmake.in' 2025-03-21T20:18:09.6207078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/scripts/check.in' 2025-03-21T20:18:09.6207697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/scripts/debug.in' 2025-03-21T20:18:09.6208423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/scripts/eigen_gen_credits.cpp' 2025-03-21T20:18:09.6209082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/scripts/eigen_gen_docs' 2025-03-21T20:18:09.6209868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/scripts/eigen_gen_split_test_help.cmake' 2025-03-21T20:18:09.6210562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/scripts/eigen_monitor_perf.sh' 2025-03-21T20:18:09.6211201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/scripts/release.in' 2025-03-21T20:18:09.6211842Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/scripts' 2025-03-21T20:18:09.6212599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/signature_of_eigen3_matrix_library' 2025-03-21T20:18:09.6213255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/AnnoyingScalar.h' 2025-03-21T20:18:09.6213899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/CMakeLists.txt' 2025-03-21T20:18:09.6214545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/MovableScalar.h' 2025-03-21T20:18:09.6215201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/OffByOneScalar.h' 2025-03-21T20:18:09.6215831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/SafeScalar.h' 2025-03-21T20:18:09.6216526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/accelerate_support.cpp' 2025-03-21T20:18:09.6217152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/adjoint.cpp' 2025-03-21T20:18:09.6217801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/array_cwise.cpp' 2025-03-21T20:18:09.6218472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/array_for_matrix.cpp' 2025-03-21T20:18:09.6219141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/array_of_string.cpp' 2025-03-21T20:18:09.6219828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/array_replicate.cpp' 2025-03-21T20:18:09.6220488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/array_reverse.cpp' 2025-03-21T20:18:09.6221139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/bandmatrix.cpp' 2025-03-21T20:18:09.6221776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/basicstuff.cpp' 2025-03-21T20:18:09.6222399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/bdcsvd.cpp' 2025-03-21T20:18:09.6223064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/bfloat16_float.cpp' 2025-03-21T20:18:09.6223739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/bicgstab.cpp' 2025-03-21T20:18:09.6224366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/blasutil.cpp' 2025-03-21T20:18:09.6225013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/block.cpp' 2025-03-21T20:18:09.6225681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/boostmultiprec.cpp' 2025-03-21T20:18:09.6226314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/bug1213.cpp' 2025-03-21T20:18:09.6226924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/bug1213.h' 2025-03-21T20:18:09.6227615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/bug1213_main.cpp' 2025-03-21T20:18:09.6228273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/cholesky.cpp' 2025-03-21T20:18:09.6228999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/cholmod_support.cpp' 2025-03-21T20:18:09.6229604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/clz.cpp' 2025-03-21T20:18:09.6230287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/commainitializer.cpp' 2025-03-21T20:18:09.6230984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/conjugate_gradient.cpp' 2025-03-21T20:18:09.6231681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/conservative_resize.cpp' 2025-03-21T20:18:09.6232323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/constexpr.cpp' 2025-03-21T20:18:09.6232973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/constructor.cpp' 2025-03-21T20:18:09.6233600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/corners.cpp' 2025-03-21T20:18:09.6234226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/ctorleak.cpp' 2025-03-21T20:18:09.6234850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/denseLM.cpp' 2025-03-21T20:18:09.6235510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/dense_storage.cpp' 2025-03-21T20:18:09.6236163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/determinant.cpp' 2025-03-21T20:18:09.6236790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/diagonal.cpp' 2025-03-21T20:18:09.6237543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/diagonal_matrix_variadic_ctor.cpp' 2025-03-21T20:18:09.6238230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/diagonalmatrices.cpp' 2025-03-21T20:18:09.6238888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/dontalign.cpp' 2025-03-21T20:18:09.6239574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/dynalloc.cpp' 2025-03-21T20:18:09.6240257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/eigen2support.cpp' 2025-03-21T20:18:09.6241007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/eigensolver_complex.cpp' 2025-03-21T20:18:09.6241769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/eigensolver_generalized_real.cpp' 2025-03-21T20:18:09.6242484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/eigensolver_generic.cpp' 2025-03-21T20:18:09.6243264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/eigensolver_selfadjoint.cpp' 2025-03-21T20:18:09.6243977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/evaluator_common.h' 2025-03-21T20:18:09.6244638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/evaluators.cpp' 2025-03-21T20:18:09.6245310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/exceptions.cpp' 2025-03-21T20:18:09.6245955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/fastmath.cpp' 2025-03-21T20:18:09.6246639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/first_aligned.cpp' 2025-03-21T20:18:09.6247339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/float_conversion.cpp' 2025-03-21T20:18:09.6248176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/geo_alignedbox.cpp' 2025-03-21T20:18:09.6248869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/geo_eulerangles.cpp' 2025-03-21T20:18:09.6249563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/geo_homogeneous.cpp' 2025-03-21T20:18:09.6250260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/geo_hyperplane.cpp' 2025-03-21T20:18:09.6250960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/geo_orthomethods.cpp' 2025-03-21T20:18:09.6251706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/geo_parametrizedline.cpp' 2025-03-21T20:18:09.6252392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/geo_quaternion.cpp' 2025-03-21T20:18:09.6253120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/geo_transformations.cpp' 2025-03-21T20:18:09.6253768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/gpu_basic.cu' 2025-03-21T20:18:09.6254427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/gpu_common.h' 2025-03-21T20:18:09.6255085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/gpu_example.cu' 2025-03-21T20:18:09.6255821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/gpu_test_helper.h' 2025-03-21T20:18:09.6256483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/half_float.cpp' 2025-03-21T20:18:09.6257201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/hessenberg.cpp' 2025-03-21T20:18:09.6257868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/householder.cpp' 2025-03-21T20:18:09.6258595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/incomplete_cholesky.cpp' 2025-03-21T20:18:09.6259306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/indexed_view.cpp' 2025-03-21T20:18:09.6260083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/initializer_list_construction.cpp' 2025-03-21T20:18:09.6260855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/inplace_decomposition.cpp' 2025-03-21T20:18:09.6261541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/integer_types.cpp' 2025-03-21T20:18:09.6262205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/inverse.cpp' 2025-03-21T20:18:09.6262826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/io.cpp' 2025-03-21T20:18:09.6263514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/is_same_dense.cpp' 2025-03-21T20:18:09.6264162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/jacobi.cpp' 2025-03-21T20:18:09.6264834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/jacobisvd.cpp' 2025-03-21T20:18:09.6265506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/klu_support.cpp' 2025-03-21T20:18:09.6266218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/linearstructure.cpp' 2025-03-21T20:18:09.6266847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/lscg.cpp' 2025-03-21T20:18:09.6267473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/lu.cpp' 2025-03-21T20:18:09.6268094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/main.h' 2025-03-21T20:18:09.6268818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/mapped_matrix.cpp' 2025-03-21T20:18:09.6269514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/mapstaticmethods.cpp' 2025-03-21T20:18:09.6270152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/mapstride.cpp' 2025-03-21T20:18:09.6270820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/maxsizevector.cpp' 2025-03-21T20:18:09.6271428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/meta.cpp' 2025-03-21T20:18:09.6272127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/metis_support.cpp' 2025-03-21T20:18:09.6272812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/miscmatrices.cpp' 2025-03-21T20:18:09.6273472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/mixingtypes.cpp' 2025-03-21T20:18:09.6274127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/nestbyvalue.cpp' 2025-03-21T20:18:09.6274781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/nesting_ops.cpp' 2025-03-21T20:18:09.6275443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/nomalloc.cpp' 2025-03-21T20:18:09.6276101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/nullary.cpp' 2025-03-21T20:18:09.6276775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/num_dimensions.cpp' 2025-03-21T20:18:09.6277404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/numext.cpp' 2025-03-21T20:18:09.6278061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/packet_ostream.h' 2025-03-21T20:18:09.6278711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/packetmath.cpp' 2025-03-21T20:18:09.6279413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/packetmath_test_shared.h' 2025-03-21T20:18:09.6280091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/pardiso_support.cpp' 2025-03-21T20:18:09.6280767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/pastix_support.cpp' 2025-03-21T20:18:09.6281470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/permutationmatrices.cpp' 2025-03-21T20:18:09.6282148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/prec_inverse_4x4.cpp' 2025-03-21T20:18:09.6282761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product.h' 2025-03-21T20:18:09.6283433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_extra.cpp' 2025-03-21T20:18:09.6284095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_large.cpp' 2025-03-21T20:18:09.6284758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_mmtr.cpp' 2025-03-21T20:18:09.6285454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_notemporary.cpp' 2025-03-21T20:18:09.6286154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_selfadjoint.cpp' 2025-03-21T20:18:09.6286812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_small.cpp' 2025-03-21T20:18:09.6287502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_symm.cpp' 2025-03-21T20:18:09.6288152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_syrk.cpp' 2025-03-21T20:18:09.6288865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_threaded.cpp' 2025-03-21T20:18:09.6289513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_trmm.cpp' 2025-03-21T20:18:09.6290172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_trmv.cpp' 2025-03-21T20:18:09.6290845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/product_trsolve.cpp' 2025-03-21T20:18:09.6291466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/qr.cpp' 2025-03-21T20:18:09.6292160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/qr_colpivoting.cpp' 2025-03-21T20:18:09.6292835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/qr_fullpivoting.cpp' 2025-03-21T20:18:09.6293474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/qtvector.cpp' 2025-03-21T20:18:09.6294077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/rand.cpp' 2025-03-21T20:18:09.6294744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/random_matrix.cpp' 2025-03-21T20:18:09.6295434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/random_matrix_helper.h' 2025-03-21T20:18:09.6296173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/random_without_cast_overflow.h' 2025-03-21T20:18:09.6296801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/real_qz.cpp' 2025-03-21T20:18:09.6297415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/redux.cpp' 2025-03-21T20:18:09.6298013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/ref.cpp' 2025-03-21T20:18:09.6298650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/reshape.cpp' 2025-03-21T20:18:09.6299266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/resize.cpp' 2025-03-21T20:18:09.6299920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/rvalue_types.cpp' 2025-03-21T20:18:09.6300586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/schur_complex.cpp' 2025-03-21T20:18:09.6301224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/schur_real.cpp' 2025-03-21T20:18:09.6301879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/selfadjoint.cpp' 2025-03-21T20:18:09.6302518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/serializer.cpp' 2025-03-21T20:18:09.6303248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/simplicial_cholesky.cpp' 2025-03-21T20:18:09.6303875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sizeof.cpp' 2025-03-21T20:18:09.6304580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sizeoverflow.cpp' 2025-03-21T20:18:09.6305288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/skew_symmetric_matrix3.cpp' 2025-03-21T20:18:09.6305947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/smallvectors.cpp' 2025-03-21T20:18:09.6306601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/solverbase.h' 2025-03-21T20:18:09.6307241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparse.h' 2025-03-21T20:18:09.6307875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparseLM.cpp' 2025-03-21T20:18:09.6308535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparse_basic.cpp' 2025-03-21T20:18:09.6309242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparse_block.cpp' 2025-03-21T20:18:09.6309944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparse_permutations.cpp' 2025-03-21T20:18:09.6310630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparse_product.cpp' 2025-03-21T20:18:09.6311276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparse_ref.cpp' 2025-03-21T20:18:09.6311938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparse_solver.h' 2025-03-21T20:18:09.6312608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparse_solvers.cpp' 2025-03-21T20:18:09.6313280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparse_vector.cpp' 2025-03-21T20:18:09.6313910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparselu.cpp' 2025-03-21T20:18:09.6314560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sparseqr.cpp' 2025-03-21T20:18:09.6315240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/special_numbers.cpp' 2025-03-21T20:18:09.6315924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/split_test_helper.h' 2025-03-21T20:18:09.6316578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/spqr_support.cpp' 2025-03-21T20:18:09.6317234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/stable_norm.cpp' 2025-03-21T20:18:09.6317861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/stddeque.cpp' 2025-03-21T20:18:09.6318584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/stddeque_overload.cpp' 2025-03-21T20:18:09.6319212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/stdlist.cpp' 2025-03-21T20:18:09.6319915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/stdlist_overload.cpp' 2025-03-21T20:18:09.6320560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/stdvector.cpp' 2025-03-21T20:18:09.6321247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/stdvector_overload.cpp' 2025-03-21T20:18:09.6321913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/stl_iterators.cpp' 2025-03-21T20:18:09.6322615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/superlu_support.cpp' 2025-03-21T20:18:09.6323274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/svd_common.h' 2025-03-21T20:18:09.6323892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/svd_fill.h' 2025-03-21T20:18:09.6324508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/swap.cpp' 2025-03-21T20:18:09.6325145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/sycl_basic.cpp' 2025-03-21T20:18:09.6325824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/symbolic_index.cpp' 2025-03-21T20:18:09.6326517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/threads_eventcount.cpp' 2025-03-21T20:18:09.6327300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/threads_non_blocking_thread_pool.cpp' 2025-03-21T20:18:09.6327979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/threads_runqueue.cpp' 2025-03-21T20:18:09.6328632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/triangular.cpp' 2025-03-21T20:18:09.6329269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/tuple_test.cpp' 2025-03-21T20:18:09.6329918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/type_alias.cpp' 2025-03-21T20:18:09.6330541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/umeyama.cpp' 2025-03-21T20:18:09.6331215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/umfpack_support.cpp' 2025-03-21T20:18:09.6331899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/unalignedcount.cpp' 2025-03-21T20:18:09.6332530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/unaryview.cpp' 2025-03-21T20:18:09.6333265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/upperbidiagonalization.cpp' 2025-03-21T20:18:09.6333962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/vectorization_logic.cpp' 2025-03-21T20:18:09.6334659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/vectorwiseop.cpp' 2025-03-21T20:18:09.6335281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/visitor.cpp' 2025-03-21T20:18:09.6335952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test/zerosized.cpp' 2025-03-21T20:18:09.6336554Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/test' 2025-03-21T20:18:09.6337253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/CMakeLists.txt' 2025-03-21T20:18:09.6337982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/AdolcForward' 2025-03-21T20:18:09.6338743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/AlignedVector3' 2025-03-21T20:18:09.6339456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/ArpackSupport' 2025-03-21T20:18:09.6340155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/AutoDiff' 2025-03-21T20:18:09.6340811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/BVH' 2025-03-21T20:18:09.6341530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CMakeLists.txt' 2025-03-21T20:18:09.6342296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/CMakeLists.txt' 2025-03-21T20:18:09.6343002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/Tensor' 2025-03-21T20:18:09.6343761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/TensorSymmetry' 2025-03-21T20:18:09.6344491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/ThreadPool' 2025-03-21T20:18:09.6345370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/InternalHeaderCheck.h' 2025-03-21T20:18:09.6346158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/README.md' 2025-03-21T20:18:09.6346950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/Tensor.h' 2025-03-21T20:18:09.6347903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorArgMax.h' 2025-03-21T20:18:09.6348784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h' 2025-03-21T20:18:09.6349593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorBase.h' 2025-03-21T20:18:09.6350417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorBlock.h' 2025-03-21T20:18:09.6351332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h' 2025-03-21T20:18:09.6352213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorChipping.h' 2025-03-21T20:18:09.6353073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConcatenation.h' 2025-03-21T20:18:09.6353942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h' 2025-03-21T20:18:09.6354886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionBlocking.h' 2025-03-21T20:18:09.6355814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionCuda.h' 2025-03-21T20:18:09.6356686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionGpu.h' 2025-03-21T20:18:09.6357590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h' 2025-03-21T20:18:09.6358464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionSycl.h' 2025-03-21T20:18:09.6359397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionThreadPool.h' 2025-03-21T20:18:09.6360248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConversion.h' 2025-03-21T20:18:09.6361117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h' 2025-03-21T20:18:09.6361993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConvolutionSycl.h' 2025-03-21T20:18:09.6362846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorCostModel.h' 2025-03-21T20:18:09.6363681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorCustomOp.h' 2025-03-21T20:18:09.6364497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDevice.h' 2025-03-21T20:18:09.6365357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h' 2025-03-21T20:18:09.6366217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceDefault.h' 2025-03-21T20:18:09.6367071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceGpu.h' 2025-03-21T20:18:09.6367954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h' 2025-03-21T20:18:09.6368852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceThreadPool.h' 2025-03-21T20:18:09.6369740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDimensionList.h' 2025-03-21T20:18:09.6370594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDimensions.h' 2025-03-21T20:18:09.6371406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorEvalTo.h' 2025-03-21T20:18:09.6372286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorEvaluator.h' 2025-03-21T20:18:09.6373483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h' 2025-03-21T20:18:09.6374306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorExpr.h' 2025-03-21T20:18:09.6375109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorFFT.h' 2025-03-21T20:18:09.6375957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h' 2025-03-21T20:18:09.6376802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorForcedEval.h' 2025-03-21T20:18:09.6377723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h' 2025-03-21T20:18:09.6378560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorFunctors.h' 2025-03-21T20:18:09.6379409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGenerator.h' 2025-03-21T20:18:09.6380289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGlobalFunctions.h' 2025-03-21T20:18:09.6381196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaDefines.h' 2025-03-21T20:18:09.6382112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaUndefines.h' 2025-03-21T20:18:09.6382920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorIO.h' 2025-03-21T20:18:09.6383767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h' 2025-03-21T20:18:09.6384613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h' 2025-03-21T20:18:09.6385475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorInflation.h' 2025-03-21T20:18:09.6386339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorInitializer.h' 2025-03-21T20:18:09.6387182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorIntDiv.h' 2025-03-21T20:18:09.6388039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorLayoutSwap.h' 2025-03-21T20:18:09.6388897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMacros.h' 2025-03-21T20:18:09.6389737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h' 2025-03-21T20:18:09.6390648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMeta.h' 2025-03-21T20:18:09.6391488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h' 2025-03-21T20:18:09.6392322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorPadding.h' 2025-03-21T20:18:09.6393133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h' 2025-03-21T20:18:09.6393961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorRandom.h' 2025-03-21T20:18:09.6394800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h' 2025-03-21T20:18:09.6395681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReductionGpu.h' 2025-03-21T20:18:09.6396548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReductionSycl.h' 2025-03-21T20:18:09.6397362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorRef.h' 2025-03-21T20:18:09.6398188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReverse.h' 2025-03-21T20:18:09.6399005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorScan.h' 2025-03-21T20:18:09.6399842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorScanSycl.h' 2025-03-21T20:18:09.6400692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorShuffling.h' 2025-03-21T20:18:09.6401513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorStorage.h' 2025-03-21T20:18:09.6402388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorStriding.h' 2025-03-21T20:18:09.6403200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h' 2025-03-21T20:18:09.6404057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h' 2025-03-21T20:18:09.6404896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorUInt128.h' 2025-03-21T20:18:09.6405765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorVolumePatch.h' 2025-03-21T20:18:09.6406572Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/Tensor' 2025-03-21T20:18:09.6407505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/DynamicSymmetry.h' 2025-03-21T20:18:09.6408425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/InternalHeaderCheck.h' 2025-03-21T20:18:09.6409319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/StaticSymmetry.h' 2025-03-21T20:18:09.6410164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/Symmetry.h' 2025-03-21T20:18:09.6411137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/util/TemplateGroupTheory.h' 2025-03-21T20:18:09.6411999Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/util' 2025-03-21T20:18:09.6412826Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry' 2025-03-21T20:18:09.6413622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/util/CXX11Meta.h' 2025-03-21T20:18:09.6414455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/util/CXX11Workarounds.h' 2025-03-21T20:18:09.6415232Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src/util' 2025-03-21T20:18:09.6415969Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11/src' 2025-03-21T20:18:09.6416694Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/CXX11' 2025-03-21T20:18:09.6417391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/EulerAngles' 2025-03-21T20:18:09.6418062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/FFT' 2025-03-21T20:18:09.6418789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/IterativeSolvers' 2025-03-21T20:18:09.6419554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/KroneckerProduct' 2025-03-21T20:18:09.6420320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/LevenbergMarquardt' 2025-03-21T20:18:09.6421044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/MPRealSupport' 2025-03-21T20:18:09.6421765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/MatrixFunctions' 2025-03-21T20:18:09.6422433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/NNLS' 2025-03-21T20:18:09.6423225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/NonLinearOptimization' 2025-03-21T20:18:09.6423980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/NumericalDiff' 2025-03-21T20:18:09.6424697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/OpenGLSupport' 2025-03-21T20:18:09.6425405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/Polynomials' 2025-03-21T20:18:09.6426109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/SparseExtra' 2025-03-21T20:18:09.6426836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/SpecialFunctions' 2025-03-21T20:18:09.6427526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/Splines' 2025-03-21T20:18:09.6428349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h' 2025-03-21T20:18:09.6429222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/AutoDiff/AutoDiffScalar.h' 2025-03-21T20:18:09.6430033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/AutoDiff/AutoDiffVector.h' 2025-03-21T20:18:09.6430844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/AutoDiff/CoherentPadOp.h' 2025-03-21T20:18:09.6431692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/AutoDiff/InternalHeaderCheck.h' 2025-03-21T20:18:09.6432454Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/AutoDiff' 2025-03-21T20:18:09.6433222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/BVH/BVAlgorithms.h' 2025-03-21T20:18:09.6434038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/BVH/InternalHeaderCheck.h' 2025-03-21T20:18:09.6434764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/BVH/KdBVH.h' 2025-03-21T20:18:09.6435529Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/BVH' 2025-03-21T20:18:09.6436461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/Eigenvalues/ArpackSelfAdjointEigenSolver.h' 2025-03-21T20:18:09.6437372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/Eigenvalues/InternalHeaderCheck.h' 2025-03-21T20:18:09.6438148Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/Eigenvalues' 2025-03-21T20:18:09.6438969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/EulerAngles/CMakeLists.txt' 2025-03-21T20:18:09.6439809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/EulerAngles/EulerAngles.h' 2025-03-21T20:18:09.6440650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/EulerAngles/EulerSystem.h' 2025-03-21T20:18:09.6441520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/EulerAngles/InternalHeaderCheck.h' 2025-03-21T20:18:09.6442299Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/EulerAngles' 2025-03-21T20:18:09.6443111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/FFT/InternalHeaderCheck.h' 2025-03-21T20:18:09.6443885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/FFT/ei_fftw_impl.h' 2025-03-21T20:18:09.6444667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/FFT/ei_imklfft_impl.h' 2025-03-21T20:18:09.6445448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/FFT/ei_kissfft_impl.h' 2025-03-21T20:18:09.6446248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/FFT/ei_pocketfft_impl.h' 2025-03-21T20:18:09.6446973Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/FFT' 2025-03-21T20:18:09.6447938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/IterativeSolvers/BiCGSTABL.h' 2025-03-21T20:18:09.6448758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/IterativeSolvers/DGMRES.h' 2025-03-21T20:18:09.6449575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/IterativeSolvers/GMRES.h' 2025-03-21T20:18:09.6450375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/IterativeSolvers/IDRS.h' 2025-03-21T20:18:09.6451208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/IterativeSolvers/IDRSTABL.h' 2025-03-21T20:18:09.6452061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/IterativeSolvers/IncompleteLU.h' 2025-03-21T20:18:09.6453038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/IterativeSolvers/InternalHeaderCheck.h' 2025-03-21T20:18:09.6453888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/IterativeSolvers/MINRES.h' 2025-03-21T20:18:09.6454713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/IterativeSolvers/Scaling.h' 2025-03-21T20:18:09.6455515Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/IterativeSolvers' 2025-03-21T20:18:09.6456458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/KroneckerProduct/InternalHeaderCheck.h' 2025-03-21T20:18:09.6457383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h' 2025-03-21T20:18:09.6458233Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/KroneckerProduct' 2025-03-21T20:18:09.6459140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/LevenbergMarquardt/CopyrightMINPACK.txt' 2025-03-21T20:18:09.6460064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/LevenbergMarquardt/InternalHeaderCheck.h' 2025-03-21T20:18:09.6460900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMcovar.h' 2025-03-21T20:18:09.6461757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMonestep.h' 2025-03-21T20:18:09.6462576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMpar.h' 2025-03-21T20:18:09.6463423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMqrsolv.h' 2025-03-21T20:18:09.6464323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/LevenbergMarquardt/LevenbergMarquardt.h' 2025-03-21T20:18:09.6468007Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/LevenbergMarquardt' 2025-03-21T20:18:09.6469014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/MatrixFunctions/InternalHeaderCheck.h' 2025-03-21T20:18:09.6469896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h' 2025-03-21T20:18:09.6470766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h' 2025-03-21T20:18:09.6471628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h' 2025-03-21T20:18:09.6472564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixPower.h' 2025-03-21T20:18:09.6473444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h' 2025-03-21T20:18:09.6474284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/MatrixFunctions/StemFunction.h' 2025-03-21T20:18:09.6475090Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/MatrixFunctions' 2025-03-21T20:18:09.6476033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h' 2025-03-21T20:18:09.6477016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/NonLinearOptimization/InternalHeaderCheck.h' 2025-03-21T20:18:09.6477967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h' 2025-03-21T20:18:09.6478820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/NonLinearOptimization/chkder.h' 2025-03-21T20:18:09.6479662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/NonLinearOptimization/covar.h' 2025-03-21T20:18:09.6480513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/NonLinearOptimization/dogleg.h' 2025-03-21T20:18:09.6481362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h' 2025-03-21T20:18:09.6482221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/NonLinearOptimization/lmpar.h' 2025-03-21T20:18:09.6483063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h' 2025-03-21T20:18:09.6485569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h' 2025-03-21T20:18:09.6486444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/NonLinearOptimization/r1updt.h' 2025-03-21T20:18:09.6487377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h' 2025-03-21T20:18:09.6488232Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/NonLinearOptimization' 2025-03-21T20:18:09.6489108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/NumericalDiff/InternalHeaderCheck.h' 2025-03-21T20:18:09.6489978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h' 2025-03-21T20:18:09.6490762Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/NumericalDiff' 2025-03-21T20:18:09.6491585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/Polynomials/Companion.h' 2025-03-21T20:18:09.6492455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/Polynomials/InternalHeaderCheck.h' 2025-03-21T20:18:09.6493311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/Polynomials/PolynomialSolver.h' 2025-03-21T20:18:09.6494150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/Polynomials/PolynomialUtils.h' 2025-03-21T20:18:09.6494934Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/Polynomials' 2025-03-21T20:18:09.6495834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h' 2025-03-21T20:18:09.6496738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/SparseExtra/InternalHeaderCheck.h' 2025-03-21T20:18:09.6497533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/SparseExtra/MarketIO.h' 2025-03-21T20:18:09.6498410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/SparseExtra/MatrixMarketIterator.h' 2025-03-21T20:18:09.6499225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/SparseExtra/RandomSetter.h' 2025-03-21T20:18:09.6500054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/SparseExtra/SparseInverse.h' 2025-03-21T20:18:09.6500837Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/SparseExtra' 2025-03-21T20:18:09.6501763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsArrayAPI.h' 2025-03-21T20:18:09.6502703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsBFloat16.h' 2025-03-21T20:18:09.6503661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsFunctors.h' 2025-03-21T20:18:09.6504609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsHalf.h' 2025-03-21T20:18:09.6505505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsImpl.h' 2025-03-21T20:18:09.6506459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsPacketMath.h' 2025-03-21T20:18:09.6507382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/SpecialFunctions/HipVectorCompatibility.h' 2025-03-21T20:18:09.6508283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/SpecialFunctions/InternalHeaderCheck.h' 2025-03-21T20:18:09.6509304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsArrayAPI.h' 2025-03-21T20:18:09.6510250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsBFloat16.h' 2025-03-21T20:18:09.6511176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsFunctors.h' 2025-03-21T20:18:09.6512086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsHalf.h' 2025-03-21T20:18:09.6513014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsImpl.h' 2025-03-21T20:18:09.6513971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsPacketMath.h' 2025-03-21T20:18:09.6514923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX/BesselFunctions.h' 2025-03-21T20:18:09.6515859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX/SpecialFunctions.h' 2025-03-21T20:18:09.6516719Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX' 2025-03-21T20:18:09.6517667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/BesselFunctions.h' 2025-03-21T20:18:09.6518612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/SpecialFunctions.h' 2025-03-21T20:18:09.6519500Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX512' 2025-03-21T20:18:09.6520469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/SpecialFunctions/arch/GPU/SpecialFunctions.h' 2025-03-21T20:18:09.6521344Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/SpecialFunctions/arch/GPU' 2025-03-21T20:18:09.6522314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/SpecialFunctions/arch/NEON/BesselFunctions.h' 2025-03-21T20:18:09.6523251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/SpecialFunctions/arch/NEON/SpecialFunctions.h' 2025-03-21T20:18:09.6524116Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/SpecialFunctions/arch/NEON' 2025-03-21T20:18:09.6524953Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/SpecialFunctions/arch' 2025-03-21T20:18:09.6525766Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/SpecialFunctions' 2025-03-21T20:18:09.6526606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/Splines/InternalHeaderCheck.h' 2025-03-21T20:18:09.6527354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/Splines/Spline.h' 2025-03-21T20:18:09.6528164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/Splines/SplineFitting.h' 2025-03-21T20:18:09.6528937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/Splines/SplineFwd.h' 2025-03-21T20:18:09.6529691Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src/Splines' 2025-03-21T20:18:09.6530425Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen/src' 2025-03-21T20:18:09.6531142Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/Eigen' 2025-03-21T20:18:09.6531809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/README.txt' 2025-03-21T20:18:09.6532531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/bench/bench_svd.cpp' 2025-03-21T20:18:09.6533220Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/bench' 2025-03-21T20:18:09.6533929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc/CMakeLists.txt' 2025-03-21T20:18:09.6534635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc/Overview.dox' 2025-03-21T20:18:09.6535316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc/SYCL.dox' 2025-03-21T20:18:09.6536077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc/eigendoxy_layout.xml.in' 2025-03-21T20:18:09.6536852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc/examples/BVH_Example.cpp' 2025-03-21T20:18:09.6537647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc/examples/CMakeLists.txt' 2025-03-21T20:18:09.6538450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc/examples/EulerAngles.cpp' 2025-03-21T20:18:09.6539167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc/examples/FFT.cpp' 2025-03-21T20:18:09.6539990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc/examples/MatrixExponential.cpp' 2025-03-21T20:18:09.6540779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc/examples/MatrixFunction.cpp' 2025-03-21T20:18:09.6541580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc/examples/MatrixLogarithm.cpp' 2025-03-21T20:18:09.6542352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc/examples/MatrixPower.cpp' 2025-03-21T20:18:09.6543172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc/examples/MatrixPower_optimal.cpp' 2025-03-21T20:18:09.6543941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc/examples/MatrixSine.cpp' 2025-03-21T20:18:09.6544700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc/examples/MatrixSinh.cpp' 2025-03-21T20:18:09.6545512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc/examples/MatrixSquareRoot.cpp' 2025-03-21T20:18:09.6546328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc/examples/PolynomialSolver1.cpp' 2025-03-21T20:18:09.6547171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc/examples/PolynomialUtils1.cpp' 2025-03-21T20:18:09.6548133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc/examples/SYCL/CMakeLists.txt' 2025-03-21T20:18:09.6548977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc/examples/SYCL/CwiseMul.cpp' 2025-03-21T20:18:09.6549731Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc/examples/SYCL' 2025-03-21T20:18:09.6550461Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc/examples' 2025-03-21T20:18:09.6551229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc/snippets/CMakeLists.txt' 2025-03-21T20:18:09.6551967Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc/snippets' 2025-03-21T20:18:09.6552633Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/doc' 2025-03-21T20:18:09.6553318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/BVH.cpp' 2025-03-21T20:18:09.6554095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/CMakeLists.txt' 2025-03-21T20:18:09.6554826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/EulerAngles.cpp' 2025-03-21T20:18:09.6555546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/FFT.cpp' 2025-03-21T20:18:09.6556238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/FFTW.cpp' 2025-03-21T20:18:09.6556919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/NNLS.cpp' 2025-03-21T20:18:09.6557717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/NonLinearOptimization.cpp' 2025-03-21T20:18:09.6558462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/NumericalDiff.cpp' 2025-03-21T20:18:09.6559207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/alignedvector3.cpp' 2025-03-21T20:18:09.6559922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/autodiff.cpp' 2025-03-21T20:18:09.6560660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/autodiff_scalar.cpp' 2025-03-21T20:18:09.6561426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/bessel_functions.cpp' 2025-03-21T20:18:09.6562130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/bicgstabl.cpp' 2025-03-21T20:18:09.6562910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_argmax.cpp' 2025-03-21T20:18:09.6563731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_argmax_gpu.cu' 2025-03-21T20:18:09.6564572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_argmax_sycl.cpp' 2025-03-21T20:18:09.6565335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_assign.cpp' 2025-03-21T20:18:09.6566144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_block_access.cpp' 2025-03-21T20:18:09.6566926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_block_eval.cpp' 2025-03-21T20:18:09.6567710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_block_io.cpp' 2025-03-21T20:18:09.6568524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_broadcast_sycl.cpp' 2025-03-21T20:18:09.6569334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_broadcasting.cpp' 2025-03-21T20:18:09.6570174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_builtins_sycl.cpp' 2025-03-21T20:18:09.6570992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_cast_float16_gpu.cu' 2025-03-21T20:18:09.6571779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_casts.cpp' 2025-03-21T20:18:09.6572564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_chipping.cpp' 2025-03-21T20:18:09.6573362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_chipping_sycl.cpp' 2025-03-21T20:18:09.6574152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_comparisons.cpp' 2025-03-21T20:18:09.6574997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_complex_cwise_ops_gpu.cu' 2025-03-21T20:18:09.6575785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_complex_gpu.cu' 2025-03-21T20:18:09.6576598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_concatenation.cpp' 2025-03-21T20:18:09.6577431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_concatenation_sycl.cpp' 2025-03-21T20:18:09.6578190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_const.cpp' 2025-03-21T20:18:09.6578981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_contract_gpu.cu' 2025-03-21T20:18:09.6579816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_contract_sycl.cpp' 2025-03-21T20:18:09.6580636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_contraction.cpp' 2025-03-21T20:18:09.6581434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_convolution.cpp' 2025-03-21T20:18:09.6582250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_convolution_sycl.cpp' 2025-03-21T20:18:09.6583057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_custom_index.cpp' 2025-03-21T20:18:09.6583837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_custom_op.cpp' 2025-03-21T20:18:09.6584650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_custom_op_sycl.cpp' 2025-03-21T20:18:09.6585411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_device.cu' 2025-03-21T20:18:09.6586210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_device_sycl.cpp' 2025-03-21T20:18:09.6587014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_dimension.cpp' 2025-03-21T20:18:09.6587781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_empty.cpp' 2025-03-21T20:18:09.6588582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_executor.cpp' 2025-03-21T20:18:09.6589395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_expr.cpp' 2025-03-21T20:18:09.6590136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_fft.cpp' 2025-03-21T20:18:09.6590934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_fixed_size.cpp' 2025-03-21T20:18:09.6591722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_forced_eval.cpp' 2025-03-21T20:18:09.6592545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_forced_eval_sycl.cpp' 2025-03-21T20:18:09.6593340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_generator.cpp' 2025-03-21T20:18:09.6594144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_generator_sycl.cpp' 2025-03-21T20:18:09.6594889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_gpu.cu' 2025-03-21T20:18:09.6595631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_ifft.cpp' 2025-03-21T20:18:09.6596480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_image_op_sycl.cpp' 2025-03-21T20:18:09.6597292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_image_patch.cpp' 2025-03-21T20:18:09.6598121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_image_patch_sycl.cpp' 2025-03-21T20:18:09.6598903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_index_list.cpp' 2025-03-21T20:18:09.6599691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_inflation.cpp' 2025-03-21T20:18:09.6600504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_inflation_sycl.cpp' 2025-03-21T20:18:09.6601279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_intdiv.cpp' 2025-03-21T20:18:09.6602014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_io.cpp' 2025-03-21T20:18:09.6602812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_layout_swap.cpp' 2025-03-21T20:18:09.6603657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_layout_swap_sycl.cpp' 2025-03-21T20:18:09.6604429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_lvalue.cpp' 2025-03-21T20:18:09.6605198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_map.cpp' 2025-03-21T20:18:09.6605958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_math.cpp' 2025-03-21T20:18:09.6606735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_math_sycl.cpp' 2025-03-21T20:18:09.6607543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_mixed_indices.cpp' 2025-03-21T20:18:09.6608315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_morphing.cpp' 2025-03-21T20:18:09.6609129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_morphing_sycl.cpp' 2025-03-21T20:18:09.6609873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_move.cpp' 2025-03-21T20:18:09.6610674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_notification.cpp' 2025-03-21T20:18:09.6611485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_of_bfloat16_gpu.cu' 2025-03-21T20:18:09.6612271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_of_complex.cpp' 2025-03-21T20:18:09.6613121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_of_const_values.cpp' 2025-03-21T20:18:09.6613954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_of_float16_gpu.cu' 2025-03-21T20:18:09.6614770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_of_float16_sycl.cpp' 2025-03-21T20:18:09.6615555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_of_strings.cpp' 2025-03-21T20:18:09.6616333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_padding.cpp' 2025-03-21T20:18:09.6617133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_padding_sycl.cpp' 2025-03-21T20:18:09.6617903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_patch.cpp' 2025-03-21T20:18:09.6618688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_patch_sycl.cpp' 2025-03-21T20:18:09.6619457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_random.cpp' 2025-03-21T20:18:09.6620277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_random_gpu.cu' 2025-03-21T20:18:09.6621108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_random_sycl.cpp' 2025-03-21T20:18:09.6621889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_reduction.cpp' 2025-03-21T20:18:09.6622693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_reduction_gpu.cu' 2025-03-21T20:18:09.6623499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_reduction_sycl.cpp' 2025-03-21T20:18:09.6624251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_ref.cpp' 2025-03-21T20:18:09.6625018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_reverse.cpp' 2025-03-21T20:18:09.6625819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_reverse_sycl.cpp' 2025-03-21T20:18:09.6626606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_roundings.cpp' 2025-03-21T20:18:09.6627361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_scan.cpp' 2025-03-21T20:18:09.6628135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_scan_gpu.cu' 2025-03-21T20:18:09.6628955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_scan_sycl.cpp' 2025-03-21T20:18:09.6629784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_shuffling.cpp' 2025-03-21T20:18:09.6630619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_shuffling_sycl.cpp' 2025-03-21T20:18:09.6631394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_simple.cpp' 2025-03-21T20:18:09.6632172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_striding.cpp' 2025-03-21T20:18:09.6632979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_striding_sycl.cpp' 2025-03-21T20:18:09.6633739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_sugar.cpp' 2025-03-21T20:18:09.6634493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_sycl.cpp' 2025-03-21T20:18:09.6635266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_symmetry.cpp' 2025-03-21T20:18:09.6636071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_thread_local.cpp' 2025-03-21T20:18:09.6636892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_thread_pool.cpp' 2025-03-21T20:18:09.6637677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_trace.cpp' 2025-03-21T20:18:09.6638445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_uint128.cpp' 2025-03-21T20:18:09.6639253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_volume_patch.cpp' 2025-03-21T20:18:09.6640076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/cxx11_tensor_volume_patch_sycl.cpp' 2025-03-21T20:18:09.6640774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/dgmres.cpp' 2025-03-21T20:18:09.6641502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/fft_test_shared.h' 2025-03-21T20:18:09.6642237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/forward_adolc.cpp' 2025-03-21T20:18:09.6642923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/gmres.cpp' 2025-03-21T20:18:09.6643609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/idrs.cpp' 2025-03-21T20:18:09.6644308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/idrstabl.cpp' 2025-03-21T20:18:09.6645057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/kronecker_product.cpp' 2025-03-21T20:18:09.6645861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/levenberg_marquardt.cpp' 2025-03-21T20:18:09.6646646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/matrix_exponential.cpp' 2025-03-21T20:18:09.6647400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/matrix_function.cpp' 2025-03-21T20:18:09.6648302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/matrix_functions.h' 2025-03-21T20:18:09.6653843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/matrix_power.cpp' 2025-03-21T20:18:09.6654654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/matrix_square_root.cpp' 2025-03-21T20:18:09.6655361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/minres.cpp' 2025-03-21T20:18:09.6656054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/mklfft.cpp' 2025-03-21T20:18:09.6656798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/mpreal_support.cpp' 2025-03-21T20:18:09.6657637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/openglsupport.cpp' 2025-03-21T20:18:09.6658353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/pocketfft.cpp' 2025-03-21T20:18:09.6659154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/polynomialsolver.cpp' 2025-03-21T20:18:09.6659916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/polynomialutils.cpp' 2025-03-21T20:18:09.6660634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/sparse_extra.cpp' 2025-03-21T20:18:09.6661385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/special_functions.cpp' 2025-03-21T20:18:09.6662153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/special_packetmath.cpp' 2025-03-21T20:18:09.6662849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test/splines.cpp' 2025-03-21T20:18:09.6663530Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported/test' 2025-03-21T20:18:09.6664186Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen/unsupported' 2025-03-21T20:18:09.6664766Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen' 2025-03-21T20:18:09.6665306Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party' 2025-03-21T20:18:09.6665850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/utils/.clang-format' 2025-03-21T20:18:09.6666399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/utils/llvmMathExtras.h' 2025-03-21T20:18:09.6667034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/utils/math_utils.h' 2025-03-21T20:18:09.6667588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/utils/unroll.h' 2025-03-21T20:18:09.6668102Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/utils' 2025-03-21T20:18:09.6668713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/.clang-format' 2025-03-21T20:18:09.6669235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/functional.h' 2025-03-21T20:18:09.6669783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/functional_base.h' 2025-03-21T20:18:09.6670308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/intrinsics.h' 2025-03-21T20:18:09.6670794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/vec.h' 2025-03-21T20:18:09.6671395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/vec256/missing_vld1_neon.h' 2025-03-21T20:18:09.6671998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/vec256/missing_vst1_neon.h' 2025-03-21T20:18:09.6672526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/vec256/vec256.h' 2025-03-21T20:18:09.6673138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/vec256/vec256_double.h' 2025-03-21T20:18:09.6673699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/vec256/vec256_float.h' 2025-03-21T20:18:09.6674328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/vec256/vec256_float_neon.h' 2025-03-21T20:18:09.6674880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/vec256/vec256_int.h' 2025-03-21T20:18:09.6675415Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/vec256' 2025-03-21T20:18:09.6675917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec/vec_base.h' 2025-03-21T20:18:09.6676412Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/vec' 2025-03-21T20:18:09.6676883Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized' 2025-03-21T20:18:09.6677386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/CMakeLists.txt' 2025-03-21T20:18:09.6677866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/README.md' 2025-03-21T20:18:09.6678331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/TARGETS' 2025-03-21T20:18:09.6678819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/TARGETS' 2025-03-21T20:18:09.6679353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/math_constants.h' 2025-03-21T20:18:09.6679932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op__empty_dim_order.cpp' 2025-03-21T20:18:09.6680521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op__to_dim_order_copy.cpp' 2025-03-21T20:18:09.6681055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_abs.cpp' 2025-03-21T20:18:09.6681559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_acos.cpp' 2025-03-21T20:18:09.6682116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_acosh.cpp' 2025-03-21T20:18:09.6682615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_add.cpp' 2025-03-21T20:18:09.6683128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_addmm.cpp' 2025-03-21T20:18:09.6683672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_alias_copy.cpp' 2025-03-21T20:18:09.6684202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_allclose.cpp' 2025-03-21T20:18:09.6684721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_amax.cpp' 2025-03-21T20:18:09.6685225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_amin.cpp' 2025-03-21T20:18:09.6685729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_any.cpp' 2025-03-21T20:18:09.6686242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_arange.cpp' 2025-03-21T20:18:09.6686763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_argmax.cpp' 2025-03-21T20:18:09.6687307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_argmin.cpp' 2025-03-21T20:18:09.6687873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_as_strided_copy.cpp' 2025-03-21T20:18:09.6688415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_asin.cpp' 2025-03-21T20:18:09.6688927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_asinh.cpp' 2025-03-21T20:18:09.6689434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_atan.cpp' 2025-03-21T20:18:09.6689940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_atan2.cpp' 2025-03-21T20:18:09.6690454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_atanh.cpp' 2025-03-21T20:18:09.6690994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_avg_pool2d.cpp' 2025-03-21T20:18:09.6691543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp' 2025-03-21T20:18:09.6692088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_bitwise_not.cpp' 2025-03-21T20:18:09.6692632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp' 2025-03-21T20:18:09.6693174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp' 2025-03-21T20:18:09.6693673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_bmm.cpp' 2025-03-21T20:18:09.6694177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_cat.cpp' 2025-03-21T20:18:09.6694743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_cdist_forward.cpp' 2025-03-21T20:18:09.6695279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_ceil.cpp' 2025-03-21T20:18:09.6695789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_clamp.cpp' 2025-03-21T20:18:09.6696331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_clone.cpp' 2025-03-21T20:18:09.6696896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_constant_pad_nd.cpp' 2025-03-21T20:18:09.6697444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_convolution.cpp' 2025-03-21T20:18:09.6698047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_convolution_backward.cpp' 2025-03-21T20:18:09.6698558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_copy.cpp' 2025-03-21T20:18:09.6699061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_cos.cpp' 2025-03-21T20:18:09.6699576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_cosh.cpp' 2025-03-21T20:18:09.6700092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_cumsum.cpp' 2025-03-21T20:18:09.6700634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_detach_copy.cpp' 2025-03-21T20:18:09.6701190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_diagonal_copy.cpp' 2025-03-21T20:18:09.6701724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_div.cpp' 2025-03-21T20:18:09.6702267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_embedding.cpp' 2025-03-21T20:18:09.6702813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_empty.cpp' 2025-03-21T20:18:09.6703316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_eq.cpp' 2025-03-21T20:18:09.6703812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_erf.cpp' 2025-03-21T20:18:09.6704316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_exp.cpp' 2025-03-21T20:18:09.6704865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_expand_copy.cpp' 2025-03-21T20:18:09.6705391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_expm1.cpp' 2025-03-21T20:18:09.6705901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_fill.cpp' 2025-03-21T20:18:09.6706419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_flip.cpp' 2025-03-21T20:18:09.6706941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_floor.cpp' 2025-03-21T20:18:09.6707493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp' 2025-03-21T20:18:09.6708008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_fmod.cpp' 2025-03-21T20:18:09.6708516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_full.cpp' 2025-03-21T20:18:09.6709142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_full_like.cpp' 2025-03-21T20:18:09.6709702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_gather.cpp' 2025-03-21T20:18:09.6710196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_ge.cpp' 2025-03-21T20:18:09.6710734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_gelu.cpp' 2025-03-21T20:18:09.6711234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_glu.cpp' 2025-03-21T20:18:09.6711723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_gt.cpp' 2025-03-21T20:18:09.6712252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_hardtanh.cpp' 2025-03-21T20:18:09.6712772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_index.cpp' 2025-03-21T20:18:09.6713304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_index_put.cpp' 2025-03-21T20:18:09.6713866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_index_select.cpp' 2025-03-21T20:18:09.6714378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_isinf.cpp' 2025-03-21T20:18:09.6714893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_isnan.cpp' 2025-03-21T20:18:09.6715381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_le.cpp' 2025-03-21T20:18:09.6715956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_leaky_relu.cpp' 2025-03-21T20:18:09.6716529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_lift_fresh_copy.cpp' 2025-03-21T20:18:09.6717179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_linear_scratch_example.cpp' 2025-03-21T20:18:09.6717681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_log.cpp' 2025-03-21T20:18:09.6718190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_log10.cpp' 2025-03-21T20:18:09.6718708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_log1p.cpp' 2025-03-21T20:18:09.6719211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_log2.cpp' 2025-03-21T20:18:09.6719762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_log_softmax.cpp' 2025-03-21T20:18:09.6720299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_logical_and.cpp' 2025-03-21T20:18:09.6720853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_logical_not.cpp' 2025-03-21T20:18:09.6721387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_logical_or.cpp' 2025-03-21T20:18:09.6721935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_logical_xor.cpp' 2025-03-21T20:18:09.6722445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_logit.cpp' 2025-03-21T20:18:09.6722940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_lt.cpp' 2025-03-21T20:18:09.6723478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_masked_fill.cpp' 2025-03-21T20:18:09.6724066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_masked_scatter.cpp' 2025-03-21T20:18:09.6724632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_masked_select.cpp' 2025-03-21T20:18:09.6725152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_max.cpp' 2025-03-21T20:18:09.6725781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_max_pool2d_with_indices.cpp' 2025-03-21T20:18:09.6726452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_max_pool2d_with_indices_backward.cpp' 2025-03-21T20:18:09.6726989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_maximum.cpp' 2025-03-21T20:18:09.6727492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_mean.cpp' 2025-03-21T20:18:09.6728003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_min.cpp' 2025-03-21T20:18:09.6728527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_minimum.cpp' 2025-03-21T20:18:09.6729022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_mm.cpp' 2025-03-21T20:18:09.6729519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_mul.cpp' 2025-03-21T20:18:09.6730068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_narrow_copy.cpp' 2025-03-21T20:18:09.6730679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_native_batch_norm.cpp' 2025-03-21T20:18:09.6731283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_native_group_norm.cpp' 2025-03-21T20:18:09.6731870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_native_layer_norm.cpp' 2025-03-21T20:18:09.6732360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_ne.cpp' 2025-03-21T20:18:09.6732867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_neg.cpp' 2025-03-21T20:18:09.6733387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_nonzero.cpp' 2025-03-21T20:18:09.6733899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_ones.cpp' 2025-03-21T20:18:09.6734451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_pdist_forward.cpp' 2025-03-21T20:18:09.6735008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_permute_copy.cpp' 2025-03-21T20:18:09.6735562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_pixel_shuffle.cpp' 2025-03-21T20:18:09.6736130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_pixel_unshuffle.cpp' 2025-03-21T20:18:09.6736622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_pow.cpp' 2025-03-21T20:18:09.6737124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_prod.cpp' 2025-03-21T20:18:09.6737672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_reciprocal.cpp' 2025-03-21T20:18:09.6738242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_reflection_pad1d.cpp' 2025-03-21T20:18:09.6738862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_reflection_pad2d.cpp' 2025-03-21T20:18:09.6739458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_reflection_pad3d.cpp' 2025-03-21T20:18:09.6739973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_relu.cpp' 2025-03-21T20:18:09.6740504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_remainder.cpp' 2025-03-21T20:18:09.6741028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_repeat.cpp' 2025-03-21T20:18:09.6741606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_repeat_interleave.cpp' 2025-03-21T20:18:09.6742195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_replication_pad1d.cpp' 2025-03-21T20:18:09.6742774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_replication_pad2d.cpp' 2025-03-21T20:18:09.6743362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_replication_pad3d.cpp' 2025-03-21T20:18:09.6743864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_roll.cpp' 2025-03-21T20:18:09.6744372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_round.cpp' 2025-03-21T20:18:09.6744917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_rsqrt.cpp' 2025-03-21T20:18:09.6745421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_rsub.cpp' 2025-03-21T20:18:09.6746025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_scalar_tensor.cpp' 2025-03-21T20:18:09.6746549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_scatter.cpp' 2025-03-21T20:18:09.6747093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_scatter_add.cpp' 2025-03-21T20:18:09.6747787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_select_copy.cpp' 2025-03-21T20:18:09.6748357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_select_scatter.cpp' 2025-03-21T20:18:09.6748938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_sigmoid.cpp' 2025-03-21T20:18:09.6749458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_sign.cpp' 2025-03-21T20:18:09.6749950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_sin.cpp' 2025-03-21T20:18:09.6750457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_sinh.cpp' 2025-03-21T20:18:09.6750999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_slice_copy.cpp' 2025-03-21T20:18:09.6751551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_slice_scatter.cpp' 2025-03-21T20:18:09.6752079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_softmax.cpp' 2025-03-21T20:18:09.6752617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_split_copy.cpp' 2025-03-21T20:18:09.6753284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_split_with_sizes_copy.cpp' 2025-03-21T20:18:09.6753830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_sqrt.cpp' 2025-03-21T20:18:09.6754386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_squeeze_copy.cpp' 2025-03-21T20:18:09.6754896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_stack.cpp' 2025-03-21T20:18:09.6755406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_sub.cpp' 2025-03-21T20:18:09.6755905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_sum.cpp' 2025-03-21T20:18:09.6756422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_t_copy.cpp' 2025-03-21T20:18:09.6756934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_tan.cpp' 2025-03-21T20:18:09.6757439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_tanh.cpp' 2025-03-21T20:18:09.6757967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_to_copy.cpp' 2025-03-21T20:18:09.6758472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_topk.cpp' 2025-03-21T20:18:09.6759042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_transpose_copy.cpp' 2025-03-21T20:18:09.6759587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_tril.cpp' 2025-03-21T20:18:09.6760102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_trunc.cpp' 2025-03-21T20:18:09.6760676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_unbind_copy.cpp' 2025-03-21T20:18:09.6761225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_unfold_copy.cpp' 2025-03-21T20:18:09.6761781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_unsqueeze_copy.cpp' 2025-03-21T20:18:09.6762386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_upsample_bilinear2d.cpp' 2025-03-21T20:18:09.6762975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_upsample_nearest2d.cpp' 2025-03-21T20:18:09.6763472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_var.cpp' 2025-03-21T20:18:09.6764015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_view_copy.cpp' 2025-03-21T20:18:09.6764525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_where.cpp' 2025-03-21T20:18:09.6765044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/op_zeros.cpp' 2025-03-21T20:18:09.6765572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/pattern/TARGETS' 2025-03-21T20:18:09.6766135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/pattern/bitwise_op.h' 2025-03-21T20:18:09.6766711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/pattern/comparison_op.h' 2025-03-21T20:18:09.6767274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/pattern/logical_op.h' 2025-03-21T20:18:09.6767847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/pattern/pattern.h' 2025-03-21T20:18:09.6768434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/pattern/targets.bzl' 2025-03-21T20:18:09.6769044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/pattern/unary_ufunc_realh.cpp' 2025-03-21T20:18:09.6769711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/pattern/unary_ufunc_realhb_to_bool.cpp' 2025-03-21T20:18:09.6770452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp' 2025-03-21T20:18:09.6770991Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/pattern' 2025-03-21T20:18:09.6771523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/scalar_utils.h' 2025-03-21T20:18:09.6772065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/selective_build.h' 2025-03-21T20:18:09.6772577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/targets.bzl' 2025-03-21T20:18:09.6773085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/test/TARGETS' 2025-03-21T20:18:09.6773686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/test/scalar_utils_test.cpp' 2025-03-21T20:18:09.6774242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/test/targets.bzl' 2025-03-21T20:18:09.6774811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/test/vec_ops_test.cpp' 2025-03-21T20:18:09.6775354Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/test' 2025-03-21T20:18:09.6775875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/TARGETS' 2025-03-21T20:18:09.6776481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/activation_ops_util.cpp' 2025-03-21T20:18:09.6777080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/activation_ops_util.h' 2025-03-21T20:18:09.6777692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/advanced_index_util.cpp' 2025-03-21T20:18:09.6778282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/advanced_index_util.h' 2025-03-21T20:18:09.6778909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/broadcast_indexes_range.h' 2025-03-21T20:18:09.6779485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/broadcast_util.cpp' 2025-03-21T20:18:09.6780052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/broadcast_util.h' 2025-03-21T20:18:09.6780615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/copy_ops_util.cpp' 2025-03-21T20:18:09.6781175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/copy_ops_util.h' 2025-03-21T20:18:09.6781767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/delinearize_index.cpp' 2025-03-21T20:18:09.6782378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/delinearize_index.h' 2025-03-21T20:18:09.6782946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/distance_util.cpp' 2025-03-21T20:18:09.6783533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/distance_util.h' 2025-03-21T20:18:09.6784083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/dtype_util.cpp' 2025-03-21T20:18:09.6784617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/dtype_util.h' 2025-03-21T20:18:09.6785195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/elementwise_util.h' 2025-03-21T20:18:09.6785758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/functional_util.h' 2025-03-21T20:18:09.6786315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/index_util.cpp' 2025-03-21T20:18:09.6786850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/index_util.h' 2025-03-21T20:18:09.6787433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/kernel_ops_util.cpp' 2025-03-21T20:18:09.6787998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/kernel_ops_util.h' 2025-03-21T20:18:09.6788559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/math_util.h' 2025-03-21T20:18:09.6789203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/matmul_ops_util.cpp' 2025-03-21T20:18:09.6789820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/matmul_ops_util.h' 2025-03-21T20:18:09.6790448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/normalization_ops_util.cpp' 2025-03-21T20:18:09.6791066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/normalization_ops_util.h' 2025-03-21T20:18:09.6791627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/padding_util.cpp' 2025-03-21T20:18:09.6792172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/padding_util.h' 2025-03-21T20:18:09.6792732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/reduce_util.cpp' 2025-03-21T20:18:09.6793268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/reduce_util.h' 2025-03-21T20:18:09.6793826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/repeat_util.cpp' 2025-03-21T20:18:09.6794371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/repeat_util.h' 2025-03-21T20:18:09.6794964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/select_copy_util.cpp' 2025-03-21T20:18:09.6795537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/select_copy_util.h' 2025-03-21T20:18:09.6796090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/slice_util.cpp' 2025-03-21T20:18:09.6796620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/slice_util.h' 2025-03-21T20:18:09.6797183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/targets.bzl' 2025-03-21T20:18:09.6797797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/test/CMakeLists.txt' 2025-03-21T20:18:09.6798327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/test/TARGETS' 2025-03-21T20:18:09.6799031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/test/broadcast_indexes_range_test.cpp' 2025-03-21T20:18:09.6799636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/test/broadcast_test.cpp' 2025-03-21T20:18:09.6800226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/test/reduce_test.cpp' 2025-03-21T20:18:09.6800786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/test/targets.bzl' 2025-03-21T20:18:09.6801329Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/test' 2025-03-21T20:18:09.6801889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/transpose_util.h' 2025-03-21T20:18:09.6802462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/upsample_util.cpp' 2025-03-21T20:18:09.6803009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/upsample_util.h' 2025-03-21T20:18:09.6803556Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util' 2025-03-21T20:18:09.6804047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/vec_ops.h' 2025-03-21T20:18:09.6804563Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/cpu' 2025-03-21T20:18:09.6805074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/custom_ops.yaml' 2025-03-21T20:18:09.6805592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/find_op_header.sh' 2025-03-21T20:18:09.6806096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/functions.yaml' 2025-03-21T20:18:09.6806577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/targets.bzl' 2025-03-21T20:18:09.6807068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test/TARGETS' 2025-03-21T20:18:09.6807698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test/dtype_selective_build_test.cpp' 2025-03-21T20:18:09.6808268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test/op_allclose_test.cpp' 2025-03-21T20:18:09.6808798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test/op_div_test.cpp' 2025-03-21T20:18:09.6809343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test/op_gelu_test.cpp' 2025-03-21T20:18:09.6809873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test/op_mul_test.cpp' 2025-03-21T20:18:09.6810505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test/op_upsample_bilinear2d_test.py' 2025-03-21T20:18:09.6811130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test/op_upsample_nearest2d_test.py' 2025-03-21T20:18:09.6811780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test/register_ops_aot_for_test.cpp' 2025-03-21T20:18:09.6812414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test/supported_features_def.yaml' 2025-03-21T20:18:09.6812924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test/targets.bzl' 2025-03-21T20:18:09.6813417Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable/test' 2025-03-21T20:18:09.6813878Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/portable' 2025-03-21T20:18:09.6814343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/TARGETS' 2025-03-21T20:18:09.6814857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/et_copy_index.cpp' 2025-03-21T20:18:09.6815364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/et_copy_index.h' 2025-03-21T20:18:09.6815844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/et_view.cpp' 2025-03-21T20:18:09.6816317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/et_view.h' 2025-03-21T20:18:09.6816850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/register_prim_ops.cpp' 2025-03-21T20:18:09.6817335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/targets.bzl' 2025-03-21T20:18:09.6817890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/test/CMakeLists.txt' 2025-03-21T20:18:09.6818372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/test/TARGETS' 2025-03-21T20:18:09.6818947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/test/prim_ops_test.cpp' 2025-03-21T20:18:09.6819479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/test/prim_ops_test.py' 2025-03-21T20:18:09.6819976Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops/test' 2025-03-21T20:18:09.6820437Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/prim_ops' 2025-03-21T20:18:09.6820950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/CMakeLists.txt' 2025-03-21T20:18:09.6821425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/README.md' 2025-03-21T20:18:09.6821899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/TARGETS' 2025-03-21T20:18:09.6822386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/__init__.py' 2025-03-21T20:18:09.6822885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/TARGETS' 2025-03-21T20:18:09.6823418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/embeddingxb.cpp' 2025-03-21T20:18:09.6823939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/embeddingxb.h' 2025-03-21T20:18:09.6824445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_add.cpp' 2025-03-21T20:18:09.6825015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_choose_qparams.cpp' 2025-03-21T20:18:09.6825596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp' 2025-03-21T20:18:09.6826133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp' 2025-03-21T20:18:09.6826717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding2b.cpp' 2025-03-21T20:18:09.6827262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding4b.cpp' 2025-03-21T20:18:09.6827820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_mixed_linear.cpp' 2025-03-21T20:18:09.6828359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_mixed_mm.cpp' 2025-03-21T20:18:09.6828948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_quantize.cpp' 2025-03-21T20:18:09.6829467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/targets.bzl' 2025-03-21T20:18:09.6829959Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu' 2025-03-21T20:18:09.6830474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/quantized.yaml' 2025-03-21T20:18:09.6830960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/targets.bzl' 2025-03-21T20:18:09.6831453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/TARGETS' 2025-03-21T20:18:09.6832018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/op_add_test.cpp' 2025-03-21T20:18:09.6832627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/op_choose_qparams_test.cpp' 2025-03-21T20:18:09.6833239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/op_dequantize_test.cpp' 2025-03-21T20:18:09.6833835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/op_embedding2b_test.cpp' 2025-03-21T20:18:09.6834422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/op_embedding4b_test.cpp' 2025-03-21T20:18:09.6835001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/op_embedding_test.cpp' 2025-03-21T20:18:09.6835597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/op_mixed_linear_test.cpp' 2025-03-21T20:18:09.6836168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/op_mixed_mm_test.cpp' 2025-03-21T20:18:09.6836745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/op_quantize_test.cpp' 2025-03-21T20:18:09.6837381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/quantized_ops_aot_register.cpp' 2025-03-21T20:18:09.6837998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/supported_features_def.yaml' 2025-03-21T20:18:09.6838518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/targets.bzl' 2025-03-21T20:18:09.6839090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/test_out_variants.py' 2025-03-21T20:18:09.6839725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-03-21T20:18:09.6840260Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized/test' 2025-03-21T20:18:09.6840729Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/quantized' 2025-03-21T20:18:09.6841297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/BinaryLogicalOpTest.cpp' 2025-03-21T20:18:09.6841817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/BinaryLogicalOpTest.h' 2025-03-21T20:18:09.6842297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/CMakeLists.txt' 2025-03-21T20:18:09.6842730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/TARGETS' 2025-03-21T20:18:09.6843184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/TestUtil.h' 2025-03-21T20:18:09.6843847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/UnaryUfuncRealHBBF16ToFloatHBF16Test.cpp' 2025-03-21T20:18:09.6844487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/UnaryUfuncRealHBBF16ToFloatHBF16Test.h' 2025-03-21T20:18:09.6845062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/custom_kernel_example/README.md' 2025-03-21T20:18:09.6845617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/custom_kernel_example/TARGETS' 2025-03-21T20:18:09.6846238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/custom_kernel_example/my_functions.yaml' 2025-03-21T20:18:09.6846862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/custom_kernel_example/op_relu.cpp' 2025-03-21T20:18:09.6847542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/custom_kernel_example/supported_features_def.yaml' 2025-03-21T20:18:09.6848290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/custom_kernel_example/targets.bzl' 2025-03-21T20:18:09.6848871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/custom_kernel_example/tests.bzl' 2025-03-21T20:18:09.6849433Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/custom_kernel_example' 2025-03-21T20:18:09.6849981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/gen_supported_features.py' 2025-03-21T20:18:09.6850544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/gen_supported_features_test.py' 2025-03-21T20:18:09.6851110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/kernel_runtime_context_test.cpp' 2025-03-21T20:18:09.6851669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op__empty_dim_order_test.cpp' 2025-03-21T20:18:09.6852234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op__to_dim_order_copy_test.cpp' 2025-03-21T20:18:09.6852726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_abs_test.cpp' 2025-03-21T20:18:09.6853208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_acos_test.cpp' 2025-03-21T20:18:09.6853705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_acosh_test.cpp' 2025-03-21T20:18:09.6854184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_add_test.cpp' 2025-03-21T20:18:09.6854678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_addmm_test.cpp' 2025-03-21T20:18:09.6855250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_alias_copy_test.cpp' 2025-03-21T20:18:09.6855779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_amax_test.cpp' 2025-03-21T20:18:09.6856261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_amin_test.cpp' 2025-03-21T20:18:09.6856737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_any_test.cpp' 2025-03-21T20:18:09.6857236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_arange_test.cpp' 2025-03-21T20:18:09.6857733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_argmax_test.cpp' 2025-03-21T20:18:09.6858239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_argmin_test.cpp' 2025-03-21T20:18:09.6858790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_as_strided_copy_test.cpp' 2025-03-21T20:18:09.6859281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_asin_test.cpp' 2025-03-21T20:18:09.6859770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_asinh_test.cpp' 2025-03-21T20:18:09.6860264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_atan2_test.cpp' 2025-03-21T20:18:09.6860744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_atan_test.cpp' 2025-03-21T20:18:09.6861274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_atanh_test.cpp' 2025-03-21T20:18:09.6861794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_avg_pool2d_test.cpp' 2025-03-21T20:18:09.6862355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_bitwise_and_test.cpp' 2025-03-21T20:18:09.6862887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_bitwise_not_test.cpp' 2025-03-21T20:18:09.6863406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_bitwise_or_test.cpp' 2025-03-21T20:18:09.6863936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_bitwise_xor_test.cpp' 2025-03-21T20:18:09.6864417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_bmm_test.cpp' 2025-03-21T20:18:09.6864902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_cat_test.cpp' 2025-03-21T20:18:09.6865441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_cdist_forward_test.cpp' 2025-03-21T20:18:09.6865928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_ceil_test.cpp' 2025-03-21T20:18:09.6866419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_clamp_test.cpp' 2025-03-21T20:18:09.6866912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_clone_test.cpp' 2025-03-21T20:18:09.6867457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_constant_pad_nd_test.cpp' 2025-03-21T20:18:09.6868038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_convolution_backward_test.cpp' 2025-03-21T20:18:09.6868569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_convolution_test.cpp' 2025-03-21T20:18:09.6869150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_copy_test.cpp' 2025-03-21T20:18:09.6869666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_cos_test.cpp' 2025-03-21T20:18:09.6870149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_cosh_test.cpp' 2025-03-21T20:18:09.6870652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_cumsum_test.cpp' 2025-03-21T20:18:09.6871174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_detach_copy_test.cpp' 2025-03-21T20:18:09.6871718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_diagonal_copy_test.cpp' 2025-03-21T20:18:09.6872196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_div_test.cpp' 2025-03-21T20:18:09.6872731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_embedding_test.cpp' 2025-03-21T20:18:09.6873221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_empty_test.cpp' 2025-03-21T20:18:09.6873690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_eq_test.cpp' 2025-03-21T20:18:09.6874181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_erf_test.cpp' 2025-03-21T20:18:09.6874655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_exp_test.cpp' 2025-03-21T20:18:09.6875219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_expand_copy_test.cpp' 2025-03-21T20:18:09.6875704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_expm1_test.cpp' 2025-03-21T20:18:09.6876242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_fft_r2c_test.cpp' 2025-03-21T20:18:09.6876724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_fill_test.cpp' 2025-03-21T20:18:09.6877218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_flip_test.cpp' 2025-03-21T20:18:09.6877747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_floor_divide_test.cpp' 2025-03-21T20:18:09.6878250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_floor_test.cpp' 2025-03-21T20:18:09.6878733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_fmod_test.cpp' 2025-03-21T20:18:09.6879246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_full_like_test.cpp' 2025-03-21T20:18:09.6879739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_full_test.cpp' 2025-03-21T20:18:09.6880234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_gather_test.cpp' 2025-03-21T20:18:09.6880717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_ge_test.cpp' 2025-03-21T20:18:09.6881199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_gelu_test.cpp' 2025-03-21T20:18:09.6881687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_glu_test.cpp' 2025-03-21T20:18:09.6882158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_gt_test.cpp' 2025-03-21T20:18:09.6882672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_hardtanh_test.cpp' 2025-03-21T20:18:09.6883214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_index_put_test.cpp' 2025-03-21T20:18:09.6883775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_index_select_test.cpp' 2025-03-21T20:18:09.6884262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_index_test.cpp' 2025-03-21T20:18:09.6884749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_isinf_test.cpp' 2025-03-21T20:18:09.6885241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_isnan_test.cpp' 2025-03-21T20:18:09.6885713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_le_test.cpp' 2025-03-21T20:18:09.6886238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_leaky_relu_test.cpp' 2025-03-21T20:18:09.6886787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_lift_fresh_copy_test.cpp' 2025-03-21T20:18:09.6887290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_linear_test.cpp' 2025-03-21T20:18:09.6887780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_log10_test.cpp' 2025-03-21T20:18:09.6888273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_log1p_test.cpp' 2025-03-21T20:18:09.6888756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_log2_test.cpp' 2025-03-21T20:18:09.6889310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_log_softmax_test.cpp' 2025-03-21T20:18:09.6889785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_log_test.cpp' 2025-03-21T20:18:09.6890404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_logical_and_test.cpp' 2025-03-21T20:18:09.6890935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_logical_not_test.cpp' 2025-03-21T20:18:09.6891451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_logical_or_test.cpp' 2025-03-21T20:18:09.6891981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_logical_xor_test.cpp' 2025-03-21T20:18:09.6892473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_logit_test.cpp' 2025-03-21T20:18:09.6892960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_lt_test.cpp' 2025-03-21T20:18:09.6893487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_masked_fill_test.cpp' 2025-03-21T20:18:09.6894032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_masked_scatter_test.cpp' 2025-03-21T20:18:09.6894569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_masked_select_test.cpp' 2025-03-21T20:18:09.6895217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_max_pool2d_with_indices_backward_test.cpp' 2025-03-21T20:18:09.6895811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_max_pool2d_with_indices_test.cpp' 2025-03-21T20:18:09.6896306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_max_test.cpp' 2025-03-21T20:18:09.6896812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_maximum_test.cpp' 2025-03-21T20:18:09.6897324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_mean_test.cpp' 2025-03-21T20:18:09.6897851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_min_test.cpp' 2025-03-21T20:18:09.6898356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_minimum_test.cpp' 2025-03-21T20:18:09.6898835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_mm_test.cpp' 2025-03-21T20:18:09.6899313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_mul_test.cpp' 2025-03-21T20:18:09.6899843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_narrow_copy_test.cpp' 2025-03-21T20:18:09.6900398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_native_batch_norm_test.cpp' 2025-03-21T20:18:09.6900963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_native_group_norm_test.cpp' 2025-03-21T20:18:09.6901522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_native_layer_norm_test.cpp' 2025-03-21T20:18:09.6902001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_ne_test.cpp' 2025-03-21T20:18:09.6902480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_neg_test.cpp' 2025-03-21T20:18:09.6902981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_nonzero_test.cpp' 2025-03-21T20:18:09.6903505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_ones_test.cpp' 2025-03-21T20:18:09.6904039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_pdist_forward_test.cpp' 2025-03-21T20:18:09.6904606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_permute_copy_test.cpp' 2025-03-21T20:18:09.6905143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_pixel_shuffle_test.cpp' 2025-03-21T20:18:09.6905696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_pixel_unshuffle_test.cpp' 2025-03-21T20:18:09.6906174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_pow_test.cpp' 2025-03-21T20:18:09.6906666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_prod_test.cpp' 2025-03-21T20:18:09.6907186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_reciprocal_test.cpp' 2025-03-21T20:18:09.6907744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_reflection_pad1d_test.cpp' 2025-03-21T20:18:09.6908292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_reflection_pad2d_test.cpp' 2025-03-21T20:18:09.6908910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_reflection_pad3d_test.cpp' 2025-03-21T20:18:09.6909408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_relu_test.cpp' 2025-03-21T20:18:09.6909920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_remainder_test.cpp' 2025-03-21T20:18:09.6910487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_repeat_interleave_test.cpp' 2025-03-21T20:18:09.6910981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_repeat_test.cpp' 2025-03-21T20:18:09.6911578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_replication_pad1d_test.cpp' 2025-03-21T20:18:09.6912162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_replication_pad2d_test.cpp' 2025-03-21T20:18:09.6912726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_replication_pad3d_test.cpp' 2025-03-21T20:18:09.6913210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_roll_test.cpp' 2025-03-21T20:18:09.6913705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_round_test.cpp' 2025-03-21T20:18:09.6914190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_rsqrt_test.cpp' 2025-03-21T20:18:09.6914675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_rsub_test.cpp' 2025-03-21T20:18:09.6915221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_scalar_tensor_test.cpp' 2025-03-21T20:18:09.6915742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_scatter_add_test.cpp' 2025-03-21T20:18:09.6916254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_scatter_test.cpp' 2025-03-21T20:18:09.6916775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_select_copy_test.cpp' 2025-03-21T20:18:09.6917349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_select_scatter_test.cpp' 2025-03-21T20:18:09.6917849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_sigmoid_test.cpp' 2025-03-21T20:18:09.6918366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_sign_test.cpp' 2025-03-21T20:18:09.6918845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_sin_test.cpp' 2025-03-21T20:18:09.6919338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_sinh_test.cpp' 2025-03-21T20:18:09.6919854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_slice_copy_test.cpp' 2025-03-21T20:18:09.6920384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_slice_scatter_test.cpp' 2025-03-21T20:18:09.6920899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_softmax_test.cpp' 2025-03-21T20:18:09.6921417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_split_copy_test.cpp' 2025-03-21T20:18:09.6922011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_split_with_sizes_copy_test.cpp' 2025-03-21T20:18:09.6922495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_sqrt_test.cpp' 2025-03-21T20:18:09.6923029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_squeeze_copy_test.cpp' 2025-03-21T20:18:09.6923521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_stack_test.cpp' 2025-03-21T20:18:09.6924006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_sub_test.cpp' 2025-03-21T20:18:09.6924484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_sum_test.cpp' 2025-03-21T20:18:09.6924983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_t_copy_test.cpp' 2025-03-21T20:18:09.6925489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_tan_test.cpp' 2025-03-21T20:18:09.6925974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_tanh_test.cpp' 2025-03-21T20:18:09.6926451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_test.h' 2025-03-21T20:18:09.6926953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_to_copy_test.cpp' 2025-03-21T20:18:09.6927442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_topk_test.cpp' 2025-03-21T20:18:09.6927981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_transpose_copy_test.cpp' 2025-03-21T20:18:09.6928468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_tril_test.cpp' 2025-03-21T20:18:09.6928964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_trunc_test.cpp' 2025-03-21T20:18:09.6929492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_unbind_copy_test.cpp' 2025-03-21T20:18:09.6930017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_unfold_copy_test.cpp' 2025-03-21T20:18:09.6930558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_unsqueeze_copy_test.cpp' 2025-03-21T20:18:09.6931127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_upsample_bilinear2d_test.cpp' 2025-03-21T20:18:09.6931716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_upsample_nearest2d_test.cpp' 2025-03-21T20:18:09.6932205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_var_test.cpp' 2025-03-21T20:18:09.6932750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_view_copy_test.cpp' 2025-03-21T20:18:09.6933245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_where_test.cpp' 2025-03-21T20:18:09.6933730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/op_zeros_test.cpp' 2025-03-21T20:18:09.6934311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/summarize_supported_features.py' 2025-03-21T20:18:09.6934838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/supported_features.yaml' 2025-03-21T20:18:09.6935424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/supported_features_def_aten.yaml' 2025-03-21T20:18:09.6936024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/supported_features_def_example.yaml' 2025-03-21T20:18:09.6936619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/supported_features_definition.ini' 2025-03-21T20:18:09.6937183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/supported_features_header.ini' 2025-03-21T20:18:09.6937745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/supported_features_summary.md' 2025-03-21T20:18:09.6938206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/targets.bzl' 2025-03-21T20:18:09.6938694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/test_case_gen.py' 2025-03-21T20:18:09.6939299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test/update_supported_feature_summary.sh' 2025-03-21T20:18:09.6939769Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/test' 2025-03-21T20:18:09.6940207Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels' 2025-03-21T20:18:09.6940625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/profiler/TARGETS' 2025-03-21T20:18:09.6941153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/profiler/parse_profiler_results.py' 2025-03-21T20:18:09.6941657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/profiler/profiler_results_cli.py' 2025-03-21T20:18:09.6942105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/profiler/test/TARGETS' 2025-03-21T20:18:09.6942620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/profiler/test/test_profiler_e2e.py' 2025-03-21T20:18:09.6943080Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/profiler/test' 2025-03-21T20:18:09.6943494Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/profiler' 2025-03-21T20:18:09.6943905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/pyproject.toml' 2025-03-21T20:18:09.6944296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/pytest.ini' 2025-03-21T20:18:09.6944735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/requirements-dev.txt' 2025-03-21T20:18:09.6945219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/requirements-examples.txt' 2025-03-21T20:18:09.6945730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/requirements-lintrunner.txt' 2025-03-21T20:18:09.6946170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/run_python_script.sh' 2025-03-21T20:18:09.6946658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/COMPATIBILITY.md' 2025-03-21T20:18:09.6947078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/TARGETS' 2025-03-21T20:18:09.6947501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/__init__.py' 2025-03-21T20:18:09.6948097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/backend/TARGETS' 2025-03-21T20:18:09.6948724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/backend/backend_execution_context.h' 2025-03-21T20:18:09.6949265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/backend/backend_init_context.h' 2025-03-21T20:18:09.6949762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/backend/interface.cpp' 2025-03-21T20:18:09.6950240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/backend/interface.h' 2025-03-21T20:18:09.6950727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/backend/targets.bzl' 2025-03-21T20:18:09.6951203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/backend/test/TARGETS' 2025-03-21T20:18:09.6951719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/backend/test/targets.bzl' 2025-03-21T20:18:09.6952201Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/backend/test' 2025-03-21T20:18:09.6952667Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/backend' 2025-03-21T20:18:09.6953097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/TARGETS' 2025-03-21T20:18:09.6953630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/array_ref.h' 2025-03-21T20:18:09.6954141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/data_loader.h' 2025-03-21T20:18:09.6954584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/defines.h' 2025-03-21T20:18:09.6955024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/error.h' 2025-03-21T20:18:09.6955474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/evalue.cpp' 2025-03-21T20:18:09.6955924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/evalue.h' 2025-03-21T20:18:09.6956397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/event_tracer.h' 2025-03-21T20:18:09.6956917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/event_tracer_hooks.h' 2025-03-21T20:18:09.6957476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-03-21T20:18:09.6957974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/TARGETS' 2025-03-21T20:18:09.6958485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/exec_aten.h' 2025-03-21T20:18:09.6959003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/targets.bzl' 2025-03-21T20:18:09.6959615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util/README.md' 2025-03-21T20:18:09.6960176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util/TARGETS' 2025-03-21T20:18:09.6960814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util/targets.bzl' 2025-03-21T20:18:09.6961432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-03-21T20:18:09.6962049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util/tensor_util.cpp' 2025-03-21T20:18:09.6962643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-03-21T20:18:09.6963283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util/test/CMakeLists.txt' 2025-03-21T20:18:09.6963875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util/test/TARGETS' 2025-03-21T20:18:09.6964501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util/test/targets.bzl' 2025-03-21T20:18:09.6965184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util/test/tensor_factory_test.cpp' 2025-03-21T20:18:09.6965851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util/test/tensor_util_test.cpp' 2025-03-21T20:18:09.6966447Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util/test' 2025-03-21T20:18:09.6967021Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/testing_util' 2025-03-21T20:18:09.6967561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/README.md' 2025-03-21T20:18:09.6968110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/TARGETS' 2025-03-21T20:18:09.6968713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-03-21T20:18:09.6969299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-03-21T20:18:09.6969841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/targets.bzl' 2025-03-21T20:18:09.6970453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-03-21T20:18:09.6971095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp' 2025-03-21T20:18:09.6971717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-03-21T20:18:09.6972271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-03-21T20:18:09.6972865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/tensor_util_aten.cpp' 2025-03-21T20:18:09.6973485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/tensor_util_portable.cpp' 2025-03-21T20:18:09.6974073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/test/CMakeLists.txt' 2025-03-21T20:18:09.6974641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/test/TARGETS' 2025-03-21T20:18:09.6975283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/test/dim_order_util_test.cpp' 2025-03-21T20:18:09.6975993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/test/operator_impl_example_test.cpp' 2025-03-21T20:18:09.6976646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/test/scalar_type_util_test.cpp' 2025-03-21T20:18:09.6977210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/test/targets.bzl' 2025-03-21T20:18:09.6977899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/test/tensor_shape_to_c_string_test.cpp' 2025-03-21T20:18:09.6978519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/test/tensor_util_test.cpp' 2025-03-21T20:18:09.6979082Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/test' 2025-03-21T20:18:09.6979607Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util' 2025-03-21T20:18:09.6980105Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten' 2025-03-21T20:18:09.6980593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/freeable_buffer.h' 2025-03-21T20:18:09.6981134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/hierarchical_allocator.h' 2025-03-21T20:18:09.6981633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/memory_allocator.h' 2025-03-21T20:18:09.6982117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/named_data_map.h' 2025-03-21T20:18:09.6982665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/TARGETS' 2025-03-21T20:18:09.6983202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/bfloat16.h' 2025-03-21T20:18:09.6983786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-03-21T20:18:09.6984328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/bits_types.h' 2025-03-21T20:18:09.6984879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/README.md' 2025-03-21T20:18:09.6985436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/TARGETS' 2025-03-21T20:18:09.6986043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-03-21T20:18:09.6986652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-03-21T20:18:09.6987257Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/macros' 2025-03-21T20:18:09.6987846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/targets.bzl' 2025-03-21T20:18:09.6988479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-03-21T20:18:09.6989225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-03-21T20:18:09.6989828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-03-21T20:18:09.6990471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-03-21T20:18:09.6991056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-03-21T20:18:09.6991728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-03-21T20:18:09.6992328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-03-21T20:18:09.6993008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-03-21T20:18:09.6993604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-03-21T20:18:09.6994201Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10/util' 2025-03-21T20:18:09.6994774Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10/c10' 2025-03-21T20:18:09.6995321Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/c10' 2025-03-21T20:18:09.6995851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/complex.h' 2025-03-21T20:18:09.6996381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/device.h' 2025-03-21T20:18:09.6996893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/half.h' 2025-03-21T20:18:09.6997423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/optional.h' 2025-03-21T20:18:09.6998005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/qint_types.h' 2025-03-21T20:18:09.6998552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/scalar.h' 2025-03-21T20:18:09.6999109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/scalar_type.h' 2025-03-21T20:18:09.6999654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/string_view.h' 2025-03-21T20:18:09.7000193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/targets.bzl' 2025-03-21T20:18:09.7000715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/tensor.h' 2025-03-21T20:18:09.7001280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/tensor_impl.cpp' 2025-03-21T20:18:09.7001828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/tensor_impl.h' 2025-03-21T20:18:09.7002397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/tensor_options.h' 2025-03-21T20:18:09.7002984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/test/CMakeLists.txt' 2025-03-21T20:18:09.7003523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/test/TARGETS' 2025-03-21T20:18:09.7004153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/test/bfloat16_test.cpp' 2025-03-21T20:18:09.7004805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/test/dont_shadow_complex_test.c' 2025-03-21T20:18:09.7005432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/test/half_test.cpp' 2025-03-21T20:18:09.7006032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/test/optional_test.cpp' 2025-03-21T20:18:09.7006626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/test/scalar_test.cpp' 2025-03-21T20:18:09.7007195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/test/targets.bzl' 2025-03-21T20:18:09.7007825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/test/tensor_impl_test.cpp' 2025-03-21T20:18:09.7008416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/test/tensor_test.cpp' 2025-03-21T20:18:09.7008977Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type/test' 2025-03-21T20:18:09.7009500Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/portable_type' 2025-03-21T20:18:09.7009947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/result.h' 2025-03-21T20:18:09.7010381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/span.h' 2025-03-21T20:18:09.7010817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/tag.cpp' 2025-03-21T20:18:09.7011248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/tag.h' 2025-03-21T20:18:09.7011708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/targets.bzl' 2025-03-21T20:18:09.7012235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/tensor_layout.cpp' 2025-03-21T20:18:09.7012742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/tensor_layout.h' 2025-03-21T20:18:09.7013272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/tensor_shape_dynamism.h' 2025-03-21T20:18:09.7013782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/CMakeLists.txt' 2025-03-21T20:18:09.7014251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/TARGETS' 2025-03-21T20:18:09.7014779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/array_ref_test.cpp' 2025-03-21T20:18:09.7015339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/error_handling_test.cpp' 2025-03-21T20:18:09.7015858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/evalue_test.cpp' 2025-03-21T20:18:09.7016399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/event_tracer_test.cpp' 2025-03-21T20:18:09.7016968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/freeable_buffer_test.cpp' 2025-03-21T20:18:09.7017567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/hierarchical_allocator_test.cpp' 2025-03-21T20:18:09.7018170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/memory_allocator_test.cpp' 2025-03-21T20:18:09.7018670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/span_test.cpp' 2025-03-21T20:18:09.7019194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/tag_test.cpp' 2025-03-21T20:18:09.7019678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/targets.bzl' 2025-03-21T20:18:09.7020231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/tensor_layout_test.cpp' 2025-03-21T20:18:09.7020856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test/tensor_shape_dynamism_test_aten.cpp' 2025-03-21T20:18:09.7021329Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core/test' 2025-03-21T20:18:09.7021771Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/core' 2025-03-21T20:18:09.7022226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/TARGETS' 2025-03-21T20:18:09.7022751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/memory_manager.h' 2025-03-21T20:18:09.7023225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/method.cpp' 2025-03-21T20:18:09.7023693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/method.h' 2025-03-21T20:18:09.7024197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/method_meta.cpp' 2025-03-21T20:18:09.7024693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/method_meta.h' 2025-03-21T20:18:09.7025267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/platform_memory_allocator.h' 2025-03-21T20:18:09.7025757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/program.cpp' 2025-03-21T20:18:09.7026256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/program.h' 2025-03-21T20:18:09.7026806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/pte_data_map.cpp' 2025-03-21T20:18:09.7027299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/pte_data_map.h' 2025-03-21T20:18:09.7027779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/targets.bzl' 2025-03-21T20:18:09.7028290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/tensor_parser.h' 2025-03-21T20:18:09.7028889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/tensor_parser_aten.cpp' 2025-03-21T20:18:09.7029468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/tensor_parser_exec_aten.cpp' 2025-03-21T20:18:09.7030042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/tensor_parser_portable.cpp' 2025-03-21T20:18:09.7030575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/CMakeLists.txt' 2025-03-21T20:18:09.7031058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/TARGETS' 2025-03-21T20:18:09.7031713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/allocation_failure_stress_test.cpp' 2025-03-21T20:18:09.7032351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/backend_integration_test.cpp' 2025-03-21T20:18:09.7032905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/executor_test.cpp' 2025-03-21T20:18:09.7033540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/kernel_integration_test.cpp' 2025-03-21T20:18:09.7034149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/kernel_resolution_test.cpp' 2025-03-21T20:18:09.7034744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/managed_memory_manager.h' 2025-03-21T20:18:09.7035322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/memory_manager_test.cpp' 2025-03-21T20:18:09.7035889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/method_meta_test.cpp' 2025-03-21T20:18:09.7036428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/method_test.cpp' 2025-03-21T20:18:09.7036975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/program_test.cpp' 2025-03-21T20:18:09.7037544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/pte_data_map_test.cpp' 2025-03-21T20:18:09.7038068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/targets.bzl' 2025-03-21T20:18:09.7038636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/tensor_parser_test.cpp' 2025-03-21T20:18:09.7039264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp' 2025-03-21T20:18:09.7039935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test/test_backend_with_delegate_mapping.cpp' 2025-03-21T20:18:09.7040434Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor/test' 2025-03-21T20:18:09.7040927Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/executor' 2025-03-21T20:18:09.7041408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/TARGETS' 2025-03-21T20:18:09.7041914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/kernel_includes.h' 2025-03-21T20:18:09.7042459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/kernel_runtime_context.h' 2025-03-21T20:18:09.7042992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/operator_registry.cpp' 2025-03-21T20:18:09.7043512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/operator_registry.h' 2025-03-21T20:18:09.7043987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/targets.bzl' 2025-03-21T20:18:09.7044507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/test/CMakeLists.txt' 2025-03-21T20:18:09.7044996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/test/TARGETS' 2025-03-21T20:18:09.7045512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/test/functions.yaml' 2025-03-21T20:18:09.7046162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/test/kernel_double_registration_test.cpp' 2025-03-21T20:18:09.7046774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/test/kernel_runtime_context_test.cpp' 2025-03-21T20:18:09.7047490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/test/operator_registry_max_kernel_num_test.cpp' 2025-03-21T20:18:09.7048232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/test/operator_registry_test.cpp' 2025-03-21T20:18:09.7048740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/test/targets.bzl' 2025-03-21T20:18:09.7049385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/test/test_kernel_manual_registration.cpp' 2025-03-21T20:18:09.7049882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/test/test_util.h' 2025-03-21T20:18:09.7050363Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/test' 2025-03-21T20:18:09.7050924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel/thread_parallel_interface.h' 2025-03-21T20:18:09.7051386Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/kernel' 2025-03-21T20:18:09.7051852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/TARGETS' 2025-03-21T20:18:09.7052338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/abort.cpp' 2025-03-21T20:18:09.7052794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/abort.h' 2025-03-21T20:18:09.7053273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/assert.h' 2025-03-21T20:18:09.7053729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/clock.h' 2025-03-21T20:18:09.7054241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/compat_unistd.h' 2025-03-21T20:18:09.7054728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/compiler.h' 2025-03-21T20:18:09.7055312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/default/minimal.cpp' 2025-03-21T20:18:09.7055879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/default/posix.cpp' 2025-03-21T20:18:09.7056386Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/default' 2025-03-21T20:18:09.7056859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/log.bzl' 2025-03-21T20:18:09.7057314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/log.cpp' 2025-03-21T20:18:09.7057767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/log.h' 2025-03-21T20:18:09.7058241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/platform.h' 2025-03-21T20:18:09.7058738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/profiler.cpp' 2025-03-21T20:18:09.7059220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/profiler.h' 2025-03-21T20:18:09.7059706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/runtime.cpp' 2025-03-21T20:18:09.7060186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/runtime.h' 2025-03-21T20:18:09.7060647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/system.h' 2025-03-21T20:18:09.7061184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/targets.bzl' 2025-03-21T20:18:09.7061710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/test/CMakeLists.txt' 2025-03-21T20:18:09.7062238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/test/TARGETS' 2025-03-21T20:18:09.7062765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/test/clock_test.cpp' 2025-03-21T20:18:09.7063376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/test/executor_pal_death_test.cpp' 2025-03-21T20:18:09.7064000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/test/executor_pal_override_test.cpp' 2025-03-21T20:18:09.7064573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/test/executor_pal_test.cpp' 2025-03-21T20:18:09.7065109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/test/logging_test.cpp' 2025-03-21T20:18:09.7065651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/test/stub_platform.cpp' 2025-03-21T20:18:09.7066194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/test/stub_platform.h' 2025-03-21T20:18:09.7066705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/test/targets.bzl' 2025-03-21T20:18:09.7067202Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/test' 2025-03-21T20:18:09.7067658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform/types.h' 2025-03-21T20:18:09.7068130Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/platform' 2025-03-21T20:18:09.7068563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/test/TARGETS' 2025-03-21T20:18:09.7069117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/test/test_runtime.py' 2025-03-21T20:18:09.7069593Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime/test' 2025-03-21T20:18:09.7070035Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/runtime' 2025-03-21T20:18:09.7070481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/CMakeLists.txt' 2025-03-21T20:18:09.7070896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/README.md' 2025-03-21T20:18:09.7071305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/TARGETS' 2025-03-21T20:18:09.7071779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/extended_header.cpp' 2025-03-21T20:18:09.7072243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/extended_header.h' 2025-03-21T20:18:09.7072670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/program.fbs' 2025-03-21T20:18:09.7073119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/scalar_type.fbs' 2025-03-21T20:18:09.7073544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/targets.bzl' 2025-03-21T20:18:09.7073975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/test/TARGETS' 2025-03-21T20:18:09.7074502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/test/extended_header_test.cpp' 2025-03-21T20:18:09.7074978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/test/targets.bzl' 2025-03-21T20:18:09.7075418Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema/test' 2025-03-21T20:18:09.7075854Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/schema' 2025-03-21T20:18:09.7076391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/scripts/check_binary_dependencies.py' 2025-03-21T20:18:09.7076876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/scripts/file_size_compare.py' 2025-03-21T20:18:09.7077355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/scripts/pick_doc_commits.py' 2025-03-21T20:18:09.7077852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/scripts/print_public_headers.py' 2025-03-21T20:18:09.7078417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/scripts/release/apply-release-changes.sh' 2025-03-21T20:18:09.7078954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/scripts/release/cut-release-branch.sh' 2025-03-21T20:18:09.7079424Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/scripts/release' 2025-03-21T20:18:09.7079876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/scripts/strip_binary.py' 2025-03-21T20:18:09.7080288Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/scripts' 2025-03-21T20:18:09.7080662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/setup.py' 2025-03-21T20:18:09.7081038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/.git' 2025-03-21T20:18:09.7081460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/.buckconfig' 2025-03-21T20:18:09.7081992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/.buckconfig.d/common.buckconfig' 2025-03-21T20:18:09.7082466Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/.buckconfig.d' 2025-03-21T20:18:09.7082900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/.buckroot' 2025-03-21T20:18:09.7083345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/.gitignore' 2025-03-21T20:18:09.7083716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/BUCK' 2025-03-21T20:18:09.7084167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/CODE_OF_CONDUCT.md' 2025-03-21T20:18:09.7084609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/CONTRIBUTING.md' 2025-03-21T20:18:09.7085040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/LICENSE-APACHE' 2025-03-21T20:18:09.7085471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/LICENSE-MIT' 2025-03-21T20:18:09.7085872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/PACKAGE' 2025-03-21T20:18:09.7086288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/README.md' 2025-03-21T20:18:09.7086769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/antlir/fbpkg/fbpkg.bzl' 2025-03-21T20:18:09.7087245Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/antlir/fbpkg' 2025-03-21T20:18:09.7087674Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/antlir' 2025-03-21T20:18:09.7088177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/buck2/buck_rust_binary.bzl' 2025-03-21T20:18:09.7088668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/buck2/proto_defs.bzl' 2025-03-21T20:18:09.7089094Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/buck2' 2025-03-21T20:18:09.7089633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/auto_headers.bzl' 2025-03-21T20:18:09.7090107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/config.bzl' 2025-03-21T20:18:09.7090623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/cpp_benchmark.bzl' 2025-03-21T20:18:09.7091119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/cpp_binary.bzl' 2025-03-21T20:18:09.7091625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/cpp_library.bzl' 2025-03-21T20:18:09.7092134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/cpp_unittest.bzl' 2025-03-21T20:18:09.7092637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/custom_rule.bzl' 2025-03-21T20:18:09.7093164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/custom_unittest.bzl' 2025-03-21T20:18:09.7093692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/cython_library.bzl' 2025-03-21T20:18:09.7094199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/export_files.bzl' 2025-03-21T20:18:09.7094674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/lib/oss.bzl' 2025-03-21T20:18:09.7095214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/lib/python_common.bzl' 2025-03-21T20:18:09.7095698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/lib/test/BUCK' 2025-03-21T20:18:09.7096215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/lib/test/oss.bzl' 2025-03-21T20:18:09.7096754Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/lib/test' 2025-03-21T20:18:09.7097267Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/lib' 2025-03-21T20:18:09.7097776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/native_rules.bzl' 2025-03-21T20:18:09.7098281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/ocaml_binary.bzl' 2025-03-21T20:18:09.7098790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/platform_utils.bzl' 2025-03-21T20:18:09.7099348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/prebuilt_cpp_library.bzl' 2025-03-21T20:18:09.7099860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/python_binary.bzl' 2025-03-21T20:18:09.7100381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/python_library.bzl' 2025-03-21T20:18:09.7100903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/python_unittest.bzl' 2025-03-21T20:18:09.7101357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/roar.bzl' 2025-03-21T20:18:09.7101855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/rust_binary.bzl' 2025-03-21T20:18:09.7102387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/rust_library.bzl' 2025-03-21T20:18:09.7102941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/rust_linkable_symbol.bzl' 2025-03-21T20:18:09.7103476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs/rust_unittest.bzl' 2025-03-21T20:18:09.7103939Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/build_defs' 2025-03-21T20:18:09.7104329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/cfg.bzl' 2025-03-21T20:18:09.7104856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/common/ocaml/interop/defs.bzl' 2025-03-21T20:18:09.7105366Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/common/ocaml/interop' 2025-03-21T20:18:09.7105835Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/common/ocaml' 2025-03-21T20:18:09.7106273Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/common' 2025-03-21T20:18:09.7106815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/folly/io/async/test/certs/defs.bzl' 2025-03-21T20:18:09.7107360Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/folly/io/async/test/certs' 2025-03-21T20:18:09.7107865Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/folly/io/async/test' 2025-03-21T20:18:09.7108348Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/folly/io/async' 2025-03-21T20:18:09.7108861Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/folly/io' 2025-03-21T20:18:09.7109301Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/folly' 2025-03-21T20:18:09.7109822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/grpc_fb/codegen/buck_macros.bzl' 2025-03-21T20:18:09.7110344Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/grpc_fb/codegen' 2025-03-21T20:18:09.7110782Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/grpc_fb' 2025-03-21T20:18:09.7111248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/lib/dicts.bzl' 2025-03-21T20:18:09.7111679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/lib/paths.bzl' 2025-03-21T20:18:09.7112100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/lib/shell.bzl' 2025-03-21T20:18:09.7112522Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/lib' 2025-03-21T20:18:09.7112998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/opensource/macros/BUCK' 2025-03-21T20:18:09.7113636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/opensource/macros/broken_in_oss/constraints/BUCK' 2025-03-21T20:18:09.7114288Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/opensource/macros/broken_in_oss/constraints' 2025-03-21T20:18:09.7114875Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/opensource/macros/broken_in_oss' 2025-03-21T20:18:09.7115369Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/opensource/macros' 2025-03-21T20:18:09.7115834Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/opensource' 2025-03-21T20:18:09.7116304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/os/BUCK' 2025-03-21T20:18:09.7116837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/os/linux/distro/constraints/BUCK' 2025-03-21T20:18:09.7117432Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/os/linux/distro/constraints' 2025-03-21T20:18:09.7117913Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/os/linux/distro' 2025-03-21T20:18:09.7118367Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/os/linux' 2025-03-21T20:18:09.7118777Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/os' 2025-03-21T20:18:09.7119187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/shims.bzl' 2025-03-21T20:18:09.7119679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/binutils/BUCK' 2025-03-21T20:18:09.7120204Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/binutils' 2025-03-21T20:18:09.7120688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/boost/BUCK' 2025-03-21T20:18:09.7121201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/boost/boost.bzl' 2025-03-21T20:18:09.7121695Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/boost' 2025-03-21T20:18:09.7122179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/brotli/BUCK' 2025-03-21T20:18:09.7122684Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/brotli' 2025-03-21T20:18:09.7123164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/bzip2/BUCK' 2025-03-21T20:18:09.7123666Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/bzip2' 2025-03-21T20:18:09.7124157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/defs.bzl' 2025-03-21T20:18:09.7124703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/double_conversion/BUCK' 2025-03-21T20:18:09.7125295Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/double_conversion' 2025-03-21T20:18:09.7125802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/fast_float/BUCK' 2025-03-21T20:18:09.7126328Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/fast_float' 2025-03-21T20:18:09.7126801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/fmt/BUCK' 2025-03-21T20:18:09.7127284Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/fmt' 2025-03-21T20:18:09.7127766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/gflags/BUCK' 2025-03-21T20:18:09.7128275Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/gflags' 2025-03-21T20:18:09.7128750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/glibc/BUCK' 2025-03-21T20:18:09.7129258Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/glibc' 2025-03-21T20:18:09.7129728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/glog/BUCK' 2025-03-21T20:18:09.7130257Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/glog' 2025-03-21T20:18:09.7130763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/googletest/BUCK' 2025-03-21T20:18:09.7131351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/googletest/gtest_main.cpp' 2025-03-21T20:18:09.7131883Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/googletest' 2025-03-21T20:18:09.7132380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/jemalloc/BUCK' 2025-03-21T20:18:09.7132892Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/jemalloc' 2025-03-21T20:18:09.7133355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/jvm/BUCK' 2025-03-21T20:18:09.7133854Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/jvm' 2025-03-21T20:18:09.7134338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libaegis/BUCK' 2025-03-21T20:18:09.7134866Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libaegis' 2025-03-21T20:18:09.7135345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libaio/BUCK' 2025-03-21T20:18:09.7135856Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libaio' 2025-03-21T20:18:09.7136340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libdwarf/BUCK' 2025-03-21T20:18:09.7136861Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libdwarf' 2025-03-21T20:18:09.7137353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libevent/BUCK' 2025-03-21T20:18:09.7137880Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libevent' 2025-03-21T20:18:09.7138391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libgcc/BUCK' 2025-03-21T20:18:09.7138919Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libgcc' 2025-03-21T20:18:09.7139409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/liboqs/BUCK' 2025-03-21T20:18:09.7139904Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/liboqs' 2025-03-21T20:18:09.7140412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libsodium/BUCK' 2025-03-21T20:18:09.7140932Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libsodium' 2025-03-21T20:18:09.7141443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libunwind/BUCK' 2025-03-21T20:18:09.7141967Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/libunwind' 2025-03-21T20:18:09.7142471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/liburing/BUCK' 2025-03-21T20:18:09.7142989Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/liburing' 2025-03-21T20:18:09.7143474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/lz4/BUCK' 2025-03-21T20:18:09.7143956Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/lz4' 2025-03-21T20:18:09.7144552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/macros/rust_third_party.bzl' 2025-03-21T20:18:09.7145067Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/macros' 2025-03-21T20:18:09.7145566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/ocaml/BUCK' 2025-03-21T20:18:09.7146108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/ocaml/opam/lib/ocaml' 2025-03-21T20:18:09.7146649Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/ocaml/opam/lib' 2025-03-21T20:18:09.7147180Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/ocaml/opam' 2025-03-21T20:18:09.7147808Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/ocaml' 2025-03-21T20:18:09.7148304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/openssl/BUCK' 2025-03-21T20:18:09.7148871Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/openssl' 2025-03-21T20:18:09.7149360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/proto/BUCK' 2025-03-21T20:18:09.7149859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/proto/defs.bzl' 2025-03-21T20:18:09.7150381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/proto/releases.bzl' 2025-03-21T20:18:09.7150894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/proto/update.py' 2025-03-21T20:18:09.7151391Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/proto' 2025-03-21T20:18:09.7151881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/python/BUCK' 2025-03-21T20:18:09.7152439Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/python' 2025-03-21T20:18:09.7152938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/range-v3/BUCK' 2025-03-21T20:18:09.7153487Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/range-v3' 2025-03-21T20:18:09.7153999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/.gitignore' 2025-03-21T20:18:09.7154502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/Cargo.toml' 2025-03-21T20:18:09.7155006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/defs.bzl' 2025-03-21T20:18:09.7155590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/ahash/fixups.toml' 2025-03-21T20:18:09.7156161Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/ahash' 2025-03-21T20:18:09.7156758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/anyhow/fixups.toml' 2025-03-21T20:18:09.7157324Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/anyhow' 2025-03-21T20:18:09.7157947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/async-trait/fixups.toml' 2025-03-21T20:18:09.7158580Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/async-trait' 2025-03-21T20:18:09.7159179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/atomic/fixups.toml' 2025-03-21T20:18:09.7159785Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/atomic' 2025-03-21T20:18:09.7160397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/axum-core/fixups.toml' 2025-03-21T20:18:09.7160984Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/axum-core' 2025-03-21T20:18:09.7161563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/axum/fixups.toml' 2025-03-21T20:18:09.7162121Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/axum' 2025-03-21T20:18:09.7162732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/backtrace/fixups.toml' 2025-03-21T20:18:09.7163312Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/backtrace' 2025-03-21T20:18:09.7163905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/blake3/fixups.toml' 2025-03-21T20:18:09.7164478Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/blake3' 2025-03-21T20:18:09.7165069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/bumpalo/fixups.toml' 2025-03-21T20:18:09.7165648Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/bumpalo' 2025-03-21T20:18:09.7166254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/bzip2-sys/fixups.toml' 2025-03-21T20:18:09.7166839Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/bzip2-sys' 2025-03-21T20:18:09.7167460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/clap/fixups.toml' 2025-03-21T20:18:09.7168053Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/clap' 2025-03-21T20:18:09.7168669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/clap_builder/fixups.toml' 2025-03-21T20:18:09.7169276Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/clap_builder' 2025-03-21T20:18:09.7169894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/clap_derive/fixups.toml' 2025-03-21T20:18:09.7170495Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/clap_derive' 2025-03-21T20:18:09.7171170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/core-foundation-sys/fixups.toml' 2025-03-21T20:18:09.7171818Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/core-foundation-sys' 2025-03-21T20:18:09.7172437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/crc32fast/fixups.toml' 2025-03-21T20:18:09.7173021Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/crc32fast' 2025-03-21T20:18:09.7173656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/criterion/fixups.toml' 2025-03-21T20:18:09.7174241Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/criterion' 2025-03-21T20:18:09.7174921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/crossbeam-epoch/fixups.toml' 2025-03-21T20:18:09.7175543Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/crossbeam-epoch' 2025-03-21T20:18:09.7176190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/crossbeam-queue/fixups.toml' 2025-03-21T20:18:09.7176807Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/crossbeam-queue' 2025-03-21T20:18:09.7177455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/crossbeam-utils/fixups.toml' 2025-03-21T20:18:09.7178079Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/crossbeam-utils' 2025-03-21T20:18:09.7178681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/crunchy/fixups.toml' 2025-03-21T20:18:09.7179258Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/crunchy' 2025-03-21T20:18:09.7179923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/darwin-libproc-sys/fixups.toml' 2025-03-21T20:18:09.7180563Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/darwin-libproc-sys' 2025-03-21T20:18:09.7181215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/debugserver-types/fixups.toml' 2025-03-21T20:18:09.7181857Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/debugserver-types' 2025-03-21T20:18:09.7182529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/derive_more-impl/fixups.toml' 2025-03-21T20:18:09.7183186Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/derive_more-impl' 2025-03-21T20:18:09.7183802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/derive_more/fixups.toml' 2025-03-21T20:18:09.7184405Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/derive_more' 2025-03-21T20:18:09.7185027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/erased-serde/fixups.toml' 2025-03-21T20:18:09.7185630Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/erased-serde' 2025-03-21T20:18:09.7186223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/fs-err/fixups.toml' 2025-03-21T20:18:09.7186798Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/fs-err' 2025-03-21T20:18:09.7187365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/fs4/fixups.toml' 2025-03-21T20:18:09.7187923Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/fs4' 2025-03-21T20:18:09.7188592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/futures-channel/fixups.toml' 2025-03-21T20:18:09.7189260Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/futures-channel' 2025-03-21T20:18:09.7189924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/futures-core/fixups.toml' 2025-03-21T20:18:09.7190528Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/futures-core' 2025-03-21T20:18:09.7191159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/futures-task/fixups.toml' 2025-03-21T20:18:09.7191753Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/futures-task' 2025-03-21T20:18:09.7192383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/futures-util/fixups.toml' 2025-03-21T20:18:09.7192979Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/futures-util' 2025-03-21T20:18:09.7193621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/generic-array/fixups.toml' 2025-03-21T20:18:09.7194224Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/generic-array' 2025-03-21T20:18:09.7194839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/getrandom/fixups.toml' 2025-03-21T20:18:09.7195427Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/getrandom' 2025-03-21T20:18:09.7196030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/httparse/fixups.toml' 2025-03-21T20:18:09.7196611Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/httparse' 2025-03-21T20:18:09.7197231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/hyper/fixups.toml' 2025-03-21T20:18:09.7197798Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/hyper' 2025-03-21T20:18:09.7198418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/indexmap/fixups.toml' 2025-03-21T20:18:09.7199011Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/indexmap' 2025-03-21T20:18:09.7199625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/io-lifetimes/fixups.toml' 2025-03-21T20:18:09.7200239Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/io-lifetimes' 2025-03-21T20:18:09.7200853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/jemalloc-sys/fixups.toml' 2025-03-21T20:18:09.7201467Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/jemalloc-sys' 2025-03-21T20:18:09.7202065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/lalrpop/fixups.toml' 2025-03-21T20:18:09.7202645Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/lalrpop' 2025-03-21T20:18:09.7203261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/lexical-core/fixups.toml' 2025-03-21T20:18:09.7203897Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/lexical-core' 2025-03-21T20:18:09.7204472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/libc/fixups.toml' 2025-03-21T20:18:09.7205079Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/libc' 2025-03-21T20:18:09.7205656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/libm/fixups.toml' 2025-03-21T20:18:09.7206215Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/libm' 2025-03-21T20:18:09.7206819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/libsqlite3-sys/BUCK' 2025-03-21T20:18:09.7207442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/libsqlite3-sys/bindgen.rs' 2025-03-21T20:18:09.7208083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/libsqlite3-sys/fixups.toml' 2025-03-21T20:18:09.7208698Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/libsqlite3-sys' 2025-03-21T20:18:09.7209325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/linkme-impl/fixups.toml' 2025-03-21T20:18:09.7209919Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/linkme-impl' 2025-03-21T20:18:09.7210526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/lock_api/fixups.toml' 2025-03-21T20:18:09.7211103Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/lock_api' 2025-03-21T20:18:09.7211684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/log/fixups.toml' 2025-03-21T20:18:09.7212266Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/log' 2025-03-21T20:18:09.7212892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/memchr/fixups.toml' 2025-03-21T20:18:09.7213454Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/memchr' 2025-03-21T20:18:09.7214062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/memoffset/fixups.toml' 2025-03-21T20:18:09.7214657Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/memoffset' 2025-03-21T20:18:09.7215224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/mio/fixups.toml' 2025-03-21T20:18:09.7215784Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/mio' 2025-03-21T20:18:09.7216399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/native-tls/fixups.toml' 2025-03-21T20:18:09.7216998Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/native-tls' 2025-03-21T20:18:09.7217567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/nix/fixups.toml' 2025-03-21T20:18:09.7218124Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/nix' 2025-03-21T20:18:09.7218720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/nom/fixups.toml' 2025-03-21T20:18:09.7219282Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/nom' 2025-03-21T20:18:09.7219907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/ntapi/fixups.toml' 2025-03-21T20:18:09.7220490Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/ntapi' 2025-03-21T20:18:09.7221103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/num-bigint/fixups.toml' 2025-03-21T20:18:09.7221696Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/num-bigint' 2025-03-21T20:18:09.7222334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/num-integer/fixups.toml' 2025-03-21T20:18:09.7222936Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/num-integer' 2025-03-21T20:18:09.7223572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/num-traits/fixups.toml' 2025-03-21T20:18:09.7224169Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/num-traits' 2025-03-21T20:18:09.7224802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/oid-registry/fixups.toml' 2025-03-21T20:18:09.7225409Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/oid-registry' 2025-03-21T20:18:09.7226037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/parking_lot/fixups.toml' 2025-03-21T20:18:09.7226636Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/parking_lot' 2025-03-21T20:18:09.7227329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/parking_lot_core/fixups.toml' 2025-03-21T20:18:09.7227985Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/parking_lot_core' 2025-03-21T20:18:09.7228592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/paste/fixups.toml' 2025-03-21T20:18:09.7229239Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/paste' 2025-03-21T20:18:09.7229827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/pest/fixups.toml' 2025-03-21T20:18:09.7230386Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/pest' 2025-03-21T20:18:09.7231073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/pin-project-internal/fixups.toml' 2025-03-21T20:18:09.7231736Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/pin-project-internal' 2025-03-21T20:18:09.7232347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/platforms/fixups.toml' 2025-03-21T20:18:09.7232944Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/platforms' 2025-03-21T20:18:09.7233596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/prettyplease/fixups.toml' 2025-03-21T20:18:09.7234215Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/prettyplease' 2025-03-21T20:18:09.7234922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/proc-macro-error-attr/fixups.toml' 2025-03-21T20:18:09.7235596Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/proc-macro-error-attr' 2025-03-21T20:18:09.7236244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/proc-macro-error/fixups.toml' 2025-03-21T20:18:09.7236883Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/proc-macro-error' 2025-03-21T20:18:09.7237528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/proc-macro-hack/fixups.toml' 2025-03-21T20:18:09.7238164Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/proc-macro-hack' 2025-03-21T20:18:09.7238783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/proc-macro2/fixups.toml' 2025-03-21T20:18:09.7239399Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/proc-macro2' 2025-03-21T20:18:09.7240013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/prost-build/fixups.toml' 2025-03-21T20:18:09.7240607Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/prost-build' 2025-03-21T20:18:09.7241252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/pulldown-cmark/fixups.toml' 2025-03-21T20:18:09.7241863Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/pulldown-cmark' 2025-03-21T20:18:09.7242485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/quote/fixups.toml' 2025-03-21T20:18:09.7243079Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/quote' 2025-03-21T20:18:09.7243681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/radium/fixups.toml' 2025-03-21T20:18:09.7244254Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/radium' 2025-03-21T20:18:09.7244883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/rayon-core/fixups.toml' 2025-03-21T20:18:09.7245475Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/rayon-core' 2025-03-21T20:18:09.7246095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/ref-cast/fixups.toml' 2025-03-21T20:18:09.7246673Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/ref-cast' 2025-03-21T20:18:09.7247278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/reqwest/fixups.toml' 2025-03-21T20:18:09.7247977Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/reqwest' 2025-03-21T20:18:09.7248551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/ring/fixups.toml' 2025-03-21T20:18:09.7249382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/ring/include/ring_core_generated/prefix_symbols.h' 2025-03-21T20:18:09.7250204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/ring/include/ring_core_generated/prefix_symbols_asm.h' 2025-03-21T20:18:09.7251020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/ring/include/ring_core_generated/prefix_symbols_nasm.inc' 2025-03-21T20:18:09.7251729Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/ring/include/ring_core_generated' 2025-03-21T20:18:09.7252342Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/ring/include' 2025-03-21T20:18:09.7252904Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/ring' 2025-03-21T20:18:09.7253500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/rustix/fixups.toml' 2025-03-21T20:18:09.7254070Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/rustix' 2025-03-21T20:18:09.7254667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/rustls/fixups.toml' 2025-03-21T20:18:09.7255238Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/rustls' 2025-03-21T20:18:09.7255863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/rustversion/fixups.toml' 2025-03-21T20:18:09.7256462Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/rustversion' 2025-03-21T20:18:09.7257055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/serde/fixups.toml' 2025-03-21T20:18:09.7257656Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/serde' 2025-03-21T20:18:09.7258280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/serde_derive/fixups.toml' 2025-03-21T20:18:09.7258927Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/serde_derive' 2025-03-21T20:18:09.7259541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/serde_json/fixups.toml' 2025-03-21T20:18:09.7260135Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/serde_json' 2025-03-21T20:18:09.7260754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/signal-hook/fixups.toml' 2025-03-21T20:18:09.7261365Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/signal-hook' 2025-03-21T20:18:09.7261943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/slab/fixups.toml' 2025-03-21T20:18:09.7262514Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/slab' 2025-03-21T20:18:09.7263095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/slog/fixups.toml' 2025-03-21T20:18:09.7263664Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/slog' 2025-03-21T20:18:09.7264258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/syn/fixups.toml' 2025-03-21T20:18:09.7264820Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/syn' 2025-03-21T20:18:09.7265449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/sys-info/fixups.toml' 2025-03-21T20:18:09.7266034Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/sys-info' 2025-03-21T20:18:09.7266643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/sysinfo/fixups.toml' 2025-03-21T20:18:09.7267215Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/sysinfo' 2025-03-21T20:18:09.7267853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/target-triple/fixups.toml' 2025-03-21T20:18:09.7268464Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/target-triple' 2025-03-21T20:18:09.7269132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tempfile/fixups.toml' 2025-03-21T20:18:09.7269715Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tempfile' 2025-03-21T20:18:09.7270322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/terminfo/fixups.toml' 2025-03-21T20:18:09.7270899Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/terminfo' 2025-03-21T20:18:09.7271505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/termwiz/fixups.toml' 2025-03-21T20:18:09.7272080Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/termwiz' 2025-03-21T20:18:09.7272729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/test-case/fixups.toml' 2025-03-21T20:18:09.7273341Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/test-case' 2025-03-21T20:18:09.7273948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/thiserror/fixups.toml' 2025-03-21T20:18:09.7274540Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/thiserror' 2025-03-21T20:18:09.7275164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tiny-keccak/fixups.toml' 2025-03-21T20:18:09.7275774Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tiny-keccak' 2025-03-21T20:18:09.7276394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tokio-stream/fixups.toml' 2025-03-21T20:18:09.7277009Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tokio-stream' 2025-03-21T20:18:09.7277617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tokio-util/fixups.toml' 2025-03-21T20:18:09.7278220Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tokio-util' 2025-03-21T20:18:09.7278802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tokio/fixups.toml' 2025-03-21T20:18:09.7279418Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tokio' 2025-03-21T20:18:09.7280028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tonic/fixups.toml' 2025-03-21T20:18:09.7280603Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tonic' 2025-03-21T20:18:09.7281261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tracing-subscriber/fixups.toml' 2025-03-21T20:18:09.7281899Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/tracing-subscriber' 2025-03-21T20:18:09.7282513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/trybuild/fixups.toml' 2025-03-21T20:18:09.7283096Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/trybuild' 2025-03-21T20:18:09.7283696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/typenum/fixups.toml' 2025-03-21T20:18:09.7284275Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/typenum' 2025-03-21T20:18:09.7284882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/unicase/fixups.toml' 2025-03-21T20:18:09.7285453Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/unicase' 2025-03-21T20:18:09.7286182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/winapi-x86_64-pc-windows-gnu/fixups.toml' 2025-03-21T20:18:09.7286882Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/winapi-x86_64-pc-windows-gnu' 2025-03-21T20:18:09.7287483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/winapi/fixups.toml' 2025-03-21T20:18:09.7288088Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/winapi' 2025-03-21T20:18:09.7288763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/windows-targets/fixups.toml' 2025-03-21T20:18:09.7289379Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/windows-targets' 2025-03-21T20:18:09.7290071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/windows_aarch64_gnullvm/fixups.toml' 2025-03-21T20:18:09.7290734Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/windows_aarch64_gnullvm' 2025-03-21T20:18:09.7291382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/windows_x86_64_gnu/fixups.toml' 2025-03-21T20:18:09.7292038Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/windows_x86_64_gnu' 2025-03-21T20:18:09.7292706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/windows_x86_64_gnullvm/fixups.toml' 2025-03-21T20:18:09.7293373Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/windows_x86_64_gnullvm' 2025-03-21T20:18:09.7294057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/windows_x86_64_msvc/fixups.toml' 2025-03-21T20:18:09.7294706Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/windows_x86_64_msvc' 2025-03-21T20:18:09.7295329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/winreg/fixups.toml' 2025-03-21T20:18:09.7295910Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/winreg' 2025-03-21T20:18:09.7296514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/zerocopy/fixups.toml' 2025-03-21T20:18:09.7297100Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/zerocopy' 2025-03-21T20:18:09.7297704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/zstd-safe/fixups.toml' 2025-03-21T20:18:09.7298298Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/zstd-safe' 2025-03-21T20:18:09.7298899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/zstd-sys/fixups.toml' 2025-03-21T20:18:09.7299493Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups/zstd-sys' 2025-03-21T20:18:09.7300028Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/fixups' 2025-03-21T20:18:09.7300555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/reindeer.toml' 2025-03-21T20:18:09.7301077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/top/main.rs' 2025-03-21T20:18:09.7301593Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust/top' 2025-03-21T20:18:09.7302095Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/rust' 2025-03-21T20:18:09.7302610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/snappy/BUCK' 2025-03-21T20:18:09.7303126Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/snappy' 2025-03-21T20:18:09.7303675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/toolchains/win/BUCK' 2025-03-21T20:18:09.7304229Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/toolchains/win' 2025-03-21T20:18:09.7304755Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/toolchains' 2025-03-21T20:18:09.7305233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/xz/BUCK' 2025-03-21T20:18:09.7305710Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/xz' 2025-03-21T20:18:09.7306184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/zlib/BUCK' 2025-03-21T20:18:09.7306685Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/zlib' 2025-03-21T20:18:09.7307158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/zstd/BUCK' 2025-03-21T20:18:09.7307658Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party/zstd' 2025-03-21T20:18:09.7308122Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/third-party' 2025-03-21T20:18:09.7308858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools/build_defs/audit_dependencies_test.bzl' 2025-03-21T20:18:09.7309404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools/build_defs/buck2/is_buck2.bzl' 2025-03-21T20:18:09.7309967Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools/build_defs/buck2' 2025-03-21T20:18:09.7310497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools/build_defs/buckconfig.bzl' 2025-03-21T20:18:09.7311099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools/build_defs/default_platform_defs.bzl' 2025-03-21T20:18:09.7311658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools/build_defs/fb_native_wrapper.bzl' 2025-03-21T20:18:09.7312178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools/build_defs/glob_defs.bzl' 2025-03-21T20:18:09.7312676Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools/build_defs' 2025-03-21T20:18:09.7313250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools/target_determinator/macros/ci.bzl' 2025-03-21T20:18:09.7313840Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools/target_determinator/macros' 2025-03-21T20:18:09.7314379Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools/target_determinator' 2025-03-21T20:18:09.7314819Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/tools' 2025-03-21T20:18:09.7315444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/xplat/executorch/kernels/optimized/lib_defs.bzl' 2025-03-21T20:18:09.7316166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/xplat/executorch/kernels/optimized/op_registration_util.bzl' 2025-03-21T20:18:09.7316757Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/xplat/executorch/kernels/optimized' 2025-03-21T20:18:09.7317335Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/xplat/executorch/kernels' 2025-03-21T20:18:09.7317850Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/xplat/executorch' 2025-03-21T20:18:09.7318292Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim/xplat' 2025-03-21T20:18:09.7318686Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim' 2025-03-21T20:18:09.7319077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/BUCK' 2025-03-21T20:18:09.7319506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/README.md' 2025-03-21T20:18:09.7319901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/tools' 2025-03-21T20:18:09.7320496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/backends/backends.bzl' 2025-03-21T20:18:09.7321144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/backends/qualcomm/qnn_version.bzl' 2025-03-21T20:18:09.7321755Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/backends/qualcomm' 2025-03-21T20:18:09.7322489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/backends/xnnpack/third-party/third_party_libs.bzl' 2025-03-21T20:18:09.7323192Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/backends/xnnpack/third-party' 2025-03-21T20:18:09.7323789Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/backends/xnnpack' 2025-03-21T20:18:09.7324385Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/backends' 2025-03-21T20:18:09.7324971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/build/env_interface.bzl' 2025-03-21T20:18:09.7325571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/build/runtime_wrapper.bzl' 2025-03-21T20:18:09.7326131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/build/selects.bzl' 2025-03-21T20:18:09.7326698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/build/type_defs.bzl' 2025-03-21T20:18:09.7327248Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/build' 2025-03-21T20:18:09.7327812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/codegen/codegen.bzl' 2025-03-21T20:18:09.7328374Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/codegen' 2025-03-21T20:18:09.7329040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/extension/pybindings/pybindings.bzl' 2025-03-21T20:18:09.7329677Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/extension/pybindings' 2025-03-21T20:18:09.7330242Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/extension' 2025-03-21T20:18:09.7330873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/kernels/optimized/lib_defs.bzl' 2025-03-21T20:18:09.7331600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/kernels/optimized/op_registration_util.bzl' 2025-03-21T20:18:09.7332216Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/kernels/optimized' 2025-03-21T20:18:09.7332949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/kernels/portable/op_registration_util.bzl' 2025-03-21T20:18:09.7333551Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/kernels/portable' 2025-03-21T20:18:09.7334126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/kernels/test/util.bzl' 2025-03-21T20:18:09.7334706Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/kernels/test' 2025-03-21T20:18:09.7335271Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/kernels' 2025-03-21T20:18:09.7335869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/third-party/glob_defs.bzl' 2025-03-21T20:18:09.7336452Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch/third-party' 2025-03-21T20:18:09.7336960Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat/executorch' 2025-03-21T20:18:09.7337414Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et/xplat' 2025-03-21T20:18:09.7337857Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim_et' 2025-03-21T20:18:09.7338281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/.gitignore' 2025-03-21T20:18:09.7338746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/CMakeLists.txt' 2025-03-21T20:18:09.7339150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/TARGETS' 2025-03-21T20:18:09.7339569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/__init__.py' 2025-03-21T20:18:09.7340020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/build_size_test.sh' 2025-03-21T20:18:09.7340460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/end2end/TARGETS' 2025-03-21T20:18:09.7340918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/end2end/__init__.py' 2025-03-21T20:18:09.7341432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/end2end/exported_module.py' 2025-03-21T20:18:09.7341987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/end2end/register_scratch_meta_fns.py' 2025-03-21T20:18:09.7342482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/end2end/test_end2end.py' 2025-03-21T20:18:09.7342924Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/end2end' 2025-03-21T20:18:09.7343363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models/TARGETS' 2025-03-21T20:18:09.7343812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models/__init__.py' 2025-03-21T20:18:09.7344517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models/deprecated/ModuleLinear-no-constant-segment.pte' 2025-03-21T20:18:09.7345031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models/deprecated/README.md' 2025-03-21T20:18:09.7345523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models/deprecated/TARGETS' 2025-03-21T20:18:09.7346057Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models/deprecated' 2025-03-21T20:18:09.7346688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models/export_delegated_program.py' 2025-03-21T20:18:09.7347187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models/export_program.py' 2025-03-21T20:18:09.7347935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models/generate_linear_out_bundled_program.py' 2025-03-21T20:18:09.7348423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models/linear_model.py' 2025-03-21T20:18:09.7348930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models/targets.bzl' 2025-03-21T20:18:09.7349384Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/models' 2025-03-21T20:18:09.7349846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/run_oss_cpp_tests.sh' 2025-03-21T20:18:09.7350285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/size_test.cpp' 2025-03-21T20:18:09.7350702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/targets.bzl' 2025-03-21T20:18:09.7351169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/utils/CMakeLists.txt' 2025-03-21T20:18:09.7351630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/utils/DeathTest.h' 2025-03-21T20:18:09.7352160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/utils/OSSTest.cmake.in' 2025-03-21T20:18:09.7352659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/utils/OSSTestConfig.json' 2025-03-21T20:18:09.7353122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/utils/TARGETS' 2025-03-21T20:18:09.7353613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/utils/UnitTestMain.cpp' 2025-03-21T20:18:09.7354060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/utils/alignment.h' 2025-03-21T20:18:09.7354563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/utils/alignment_test.cpp' 2025-03-21T20:18:09.7355110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/utils/generate_gtest_cmakelists.py' 2025-03-21T20:18:09.7355565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/utils/targets.bzl' 2025-03-21T20:18:09.7356004Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test/utils' 2025-03-21T20:18:09.7356408Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/test' 2025-03-21T20:18:09.7356855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/TARGETS' 2025-03-21T20:18:09.7357289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.git' 2025-03-21T20:18:09.7357843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/merge_rules.yaml' 2025-03-21T20:18:09.7358402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/pytorch-probot.yml' 2025-03-21T20:18:09.7358997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/scripts/github_utils.py' 2025-03-21T20:18:09.7359555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/scripts/gitutils.py' 2025-03-21T20:18:09.7360181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/scripts/label_utils.py' 2025-03-21T20:18:09.7360790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/scripts/trymerge.py' 2025-03-21T20:18:09.7361417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/scripts/trymerge_explainer.py' 2025-03-21T20:18:09.7362029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/scripts/validate_binaries.sh' 2025-03-21T20:18:09.7362571Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/scripts' 2025-03-21T20:18:09.7363208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/build_wheels_linux.yml' 2025-03-21T20:18:09.7363844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/dashboard_perf_test.yml' 2025-03-21T20:18:09.7364436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/doc_build.yml' 2025-03-21T20:18:09.7365021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/float8_test.yml' 2025-03-21T20:18:09.7365673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/float8nocompile_test.yaml' 2025-03-21T20:18:09.7366326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/nightly_smoke_test.yml' 2025-03-21T20:18:09.7366944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/pr-label-check.yml' 2025-03-21T20:18:09.7367580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/regression_test.yml' 2025-03-21T20:18:09.7368224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/regression_test_rocm.yml' 2025-03-21T20:18:09.7368812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/ruff_linter.yml' 2025-03-21T20:18:09.7369423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/run_tutorials.yml' 2025-03-21T20:18:09.7370094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/torchao_experimental_test.yml' 2025-03-21T20:18:09.7370668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/trymerge.yml' 2025-03-21T20:18:09.7371309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows/validate-binaries.yml' 2025-03-21T20:18:09.7371864Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github/workflows' 2025-03-21T20:18:09.7372370Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.github' 2025-03-21T20:18:09.7372833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.gitignore' 2025-03-21T20:18:09.7373312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.gitmodules' 2025-03-21T20:18:09.7373855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/.pre-commit-config.yaml' 2025-03-21T20:18:09.7374338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/CITATION.cff' 2025-03-21T20:18:09.7374837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/CODEOWNERS' 2025-03-21T20:18:09.7375383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/CODE_OF_CONDUCT.md' 2025-03-21T20:18:09.7375878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/CONTRIBUTING.md' 2025-03-21T20:18:09.7376321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/LICENSE' 2025-03-21T20:18:09.7376793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/README.md' 2025-03-21T20:18:09.7377325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/__init__.py' 2025-03-21T20:18:09.7377964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/bench_galore_fused_kernels.py' 2025-03-21T20:18:09.7378524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/benchmark_aq.py' 2025-03-21T20:18:09.7379089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/benchmark_fp6.py' 2025-03-21T20:18:09.7379707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/benchmark_gpu_sparsity.py' 2025-03-21T20:18:09.7380267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/benchmark_hqq.py' 2025-03-21T20:18:09.7380899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/benchmark_low_bit_adam.py' 2025-03-21T20:18:09.7381503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/benchmark_marlin_qqq.py' 2025-03-21T20:18:09.7382243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/benchmark_rowwise_scaled_linear_cutlass.py' 2025-03-21T20:18:09.7382997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/benchmark_rowwise_scaled_linear_sparse_cutlass.py' 2025-03-21T20:18:09.7383657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/benchmark_semi_sparse_training.py' 2025-03-21T20:18:09.7384224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/benchmark_uintx.py' 2025-03-21T20:18:09.7384857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/float8/bench_linear_float8.py' 2025-03-21T20:18:09.7385447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/float8/bench_matmul.py' 2025-03-21T20:18:09.7386058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/float8/bench_padding.py' 2025-03-21T20:18:09.7386664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/float8/float8_roofline.py' 2025-03-21T20:18:09.7387317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/float8/profile_lowp_training.py' 2025-03-21T20:18:09.7387922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/float8/training/README.md' 2025-03-21T20:18:09.7388732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/float8/training/float8_training_benchmark.sh' 2025-03-21T20:18:09.7389443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/float8/training/parse_torchtitan_logs.py' 2025-03-21T20:18:09.7390099Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/float8/training' 2025-03-21T20:18:09.7390681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/float8/utils.py' 2025-03-21T20:18:09.7391243Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/float8' 2025-03-21T20:18:09.7391850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/fused_benchmark_utils.py' 2025-03-21T20:18:09.7392380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/intmm.py' 2025-03-21T20:18:09.7392934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/intmm_shapes.csv' 2025-03-21T20:18:09.7393548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/microbenchmarks/README.md' 2025-03-21T20:18:09.7394175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/microbenchmarks/__init__.py' 2025-03-21T20:18:09.7394871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/microbenchmarks/benchmark_inference.py' 2025-03-21T20:18:09.7395556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/microbenchmarks/benchmark_runner.py' 2025-03-21T20:18:09.7396238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/microbenchmarks/test/__init__.py' 2025-03-21T20:18:09.7396959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/microbenchmarks/test/benchmark_config.yml' 2025-03-21T20:18:09.7397738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/microbenchmarks/test/test_benchmark_inference.py' 2025-03-21T20:18:09.7398484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/microbenchmarks/test/test_benchmark_runner.py' 2025-03-21T20:18:09.7399146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/microbenchmarks/test/test_utils.py' 2025-03-21T20:18:09.7399792Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/microbenchmarks/test' 2025-03-21T20:18:09.7400395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/microbenchmarks/utils.py' 2025-03-21T20:18:09.7401005Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/microbenchmarks' 2025-03-21T20:18:09.7401613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/mx_formats/cast_bench.py' 2025-03-21T20:18:09.7402196Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/mx_formats' 2025-03-21T20:18:09.7402789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/print_config_shapes.py' 2025-03-21T20:18:09.7403468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/quantized_training/benchmark_int8mm.py' 2025-03-21T20:18:09.7404157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/quantized_training/pretrain_llama2.py' 2025-03-21T20:18:09.7404770Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/quantized_training' 2025-03-21T20:18:09.7405422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/sam_benchmark_results.csv' 2025-03-21T20:18:09.7406029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks/sam_vit_b_shapes.csv' 2025-03-21T20:18:09.7406563Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/benchmarks' 2025-03-21T20:18:09.7407088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/dev-requirements.txt' 2025-03-21T20:18:09.7407584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/Makefile' 2025-03-21T20:18:09.7408073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/README.txt' 2025-03-21T20:18:09.7408617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/requirements.txt' 2025-03-21T20:18:09.7409214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/_static/css/custom.css' 2025-03-21T20:18:09.7409804Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/_static/css' 2025-03-21T20:18:09.7410454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/_static/img/card-background.svg' 2025-03-21T20:18:09.7411134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/_static/img/generic-pytorch-logo.png' 2025-03-21T20:18:09.7411838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/_static/img/pytorch-logo-dark.svg' 2025-03-21T20:18:09.7412447Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/_static/img' 2025-03-21T20:18:09.7413018Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/_static' 2025-03-21T20:18:09.7413670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/_templates/autosummary/class.rst' 2025-03-21T20:18:09.7414347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/_templates/autosummary/function.rst' 2025-03-21T20:18:09.7414992Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/_templates/autosummary' 2025-03-21T20:18:09.7415595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/_templates/layout.html' 2025-03-21T20:18:09.7416179Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/_templates' 2025-03-21T20:18:09.7416757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/api_ref_dtypes.rst' 2025-03-21T20:18:09.7417326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/api_ref_intro.rst' 2025-03-21T20:18:09.7417907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/api_ref_kernel.rst' 2025-03-21T20:18:09.7418516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/api_ref_quantization.rst' 2025-03-21T20:18:09.7419115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/api_ref_sparsity.rst' 2025-03-21T20:18:09.7419639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/conf.py' 2025-03-21T20:18:09.7420262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/contributor_guide.rst' 2025-03-21T20:18:09.7420888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/custom_directives.py' 2025-03-21T20:18:09.7421419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/dtypes.rst' 2025-03-21T20:18:09.7421948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/index.rst' 2025-03-21T20:18:09.7422548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/performant_kernels.rst' 2025-03-21T20:18:09.7423119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/quantization.rst' 2025-03-21T20:18:09.7423675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/quick_start.rst' 2025-03-21T20:18:09.7424252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/serialization.rst' 2025-03-21T20:18:09.7424791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/sparsity.rst' 2025-03-21T20:18:09.7425389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/subclass_advanced.rst' 2025-03-21T20:18:09.7425959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/subclass_basic.rst' 2025-03-21T20:18:09.7426608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/tutorials_source/README.txt' 2025-03-21T20:18:09.7427329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/tutorials_source/template_tutorial.py' 2025-03-21T20:18:09.7427932Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source/tutorials_source' 2025-03-21T20:18:09.7428457Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/source' 2025-03-21T20:18:09.7429208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/static/microbenchmarking_process_diagram.png' 2025-03-21T20:18:09.7429904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/static/microbenchmarks_code_flow_diagram.png' 2025-03-21T20:18:09.7430534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/static/pruning_ecosystem_diagram.png' 2025-03-21T20:18:09.7431104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/static/pruning_flow.png' 2025-03-21T20:18:09.7431752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/static/supported_sparsity_patterns.png' 2025-03-21T20:18:09.7432284Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs/static' 2025-03-21T20:18:09.7432765Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/docs' 2025-03-21T20:18:09.7433280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/README.md' 2025-03-21T20:18:09.7433874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server/README.md' 2025-03-21T20:18:09.7434502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server/amg_example.py' 2025-03-21T20:18:09.7435191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server/annotate_with_rle.py' 2025-03-21T20:18:09.7435800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server/cli.py' 2025-03-21T20:18:09.7436428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server/cli_on_modal.py' 2025-03-21T20:18:09.7437088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server/compare_rle_lists.py' 2025-03-21T20:18:09.7437767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server/compile_export_utils.py' 2025-03-21T20:18:09.7438351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server/dog.jpg' 2025-03-21T20:18:09.7438976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server/dog_rle.json' 2025-03-21T20:18:09.7439588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server/example.html' 2025-03-21T20:18:09.7440223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server/generate_data.py' 2025-03-21T20:18:09.7440879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server/modal_experiments.sh' 2025-03-21T20:18:09.7441592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server/reproduce_experiments.py' 2025-03-21T20:18:09.7442232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server/requirements.txt' 2025-03-21T20:18:09.7442902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server/result.csv' 2025-03-21T20:18:09.7443574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server/result_batch_size_16.csv' 2025-03-21T20:18:09.7444250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server/result_batch_size_8.csv' 2025-03-21T20:18:09.7444846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server/server.py' 2025-03-21T20:18:09.7445433Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_amg_server' 2025-03-21T20:18:09.7446117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_vos_example/compile_export_utils.py' 2025-03-21T20:18:09.7446759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_vos_example/requirements.txt' 2025-03-21T20:18:09.7447409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_vos_example/video_profile.py' 2025-03-21T20:18:09.7448123Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples/sam2_vos_example' 2025-03-21T20:18:09.7448632Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/examples' 2025-03-21T20:18:09.7449224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/packaging/env_var_script_linux.sh' 2025-03-21T20:18:09.7449816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/packaging/post_build_script.sh' 2025-03-21T20:18:09.7450444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/packaging/pre_build_script.sh' 2025-03-21T20:18:09.7451022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/packaging/smoke_test.py' 2025-03-21T20:18:09.7451579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/packaging/vc_env_helper.bat' 2025-03-21T20:18:09.7452103Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/packaging' 2025-03-21T20:18:09.7452566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/ruff.toml' 2025-03-21T20:18:09.7453157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts/check_copyright_header.py' 2025-03-21T20:18:09.7453739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts/clean_release_notes.py' 2025-03-21T20:18:09.7454330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts/convert_hf_checkpoint.py' 2025-03-21T20:18:09.7454894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts/create_weight_map.py' 2025-03-21T20:18:09.7455411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts/download.py' 2025-03-21T20:18:09.7455987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts/download_sam2_ckpts.sh' 2025-03-21T20:18:09.7456539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts/hf_eval.py' 2025-03-21T20:18:09.7457053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts/prepare.sh' 2025-03-21T20:18:09.7457622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts/quick_start.py' 2025-03-21T20:18:09.7458163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts/run_ruff_fix.sh' 2025-03-21T20:18:09.7458700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts/upload_to_s3.py' 2025-03-21T20:18:09.7459195Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/scripts' 2025-03-21T20:18:09.7459653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/setup.py' 2025-03-21T20:18:09.7460239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/dtypes/ddp/check_ddp_nf4.py' 2025-03-21T20:18:09.7460799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/dtypes/ddp/ddp_nf4.py' 2025-03-21T20:18:09.7461397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/dtypes/ddp/run_ddp_nf4_test.sh' 2025-03-21T20:18:09.7461941Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/dtypes/ddp' 2025-03-21T20:18:09.7462545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/dtypes/test_affine_quantized.py' 2025-03-21T20:18:09.7463192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/dtypes/test_affine_quantized_float.py' 2025-03-21T20:18:09.7463893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/dtypes/test_affine_quantized_tensor_parallel.py' 2025-03-21T20:18:09.7464501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/dtypes/test_bitpacking.py' 2025-03-21T20:18:09.7465057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/dtypes/test_floatx.py' 2025-03-21T20:18:09.7465618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/dtypes/test_nf4.py' 2025-03-21T20:18:09.7466161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/dtypes/test_uint4.py' 2025-03-21T20:18:09.7466699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/dtypes/test_uintx.py' 2025-03-21T20:18:09.7467226Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/dtypes' 2025-03-21T20:18:09.7467760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_base.py' 2025-03-21T20:18:09.7468327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_compile.py' 2025-03-21T20:18:09.7468926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_dtensor.py' 2025-03-21T20:18:09.7469484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_dtensor.sh' 2025-03-21T20:18:09.7470051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_everything.sh' 2025-03-21T20:18:09.7470642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_float8_utils.py' 2025-03-21T20:18:09.7471211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_fsdp.py' 2025-03-21T20:18:09.7471779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_fsdp.sh' 2025-03-21T20:18:09.7472387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_fsdp2/test_fsdp2.py' 2025-03-21T20:18:09.7472970Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_fsdp2' 2025-03-21T20:18:09.7473531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_fsdp2_tp.py' 2025-03-21T20:18:09.7474113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_fsdp_compile.py' 2025-03-21T20:18:09.7474704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_fsdp_compile.sh' 2025-03-21T20:18:09.7475330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8/test_numerics_integration.py' 2025-03-21T20:18:09.7475861Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/float8' 2025-03-21T20:18:09.7476385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/galore/README.md' 2025-03-21T20:18:09.7476997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/galore/memory_analysis_utils.py' 2025-03-21T20:18:09.7477559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/galore/model_configs.py' 2025-03-21T20:18:09.7478170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/galore/profile_memory_usage.py' 2025-03-21T20:18:09.7478743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/galore/profiling_utils.py' 2025-03-21T20:18:09.7479304Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/galore' 2025-03-21T20:18:09.7479886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/hqq/test_hqq_affine.py' 2025-03-21T20:18:09.7480444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/hqq/test_triton_mm.py' 2025-03-21T20:18:09.7481026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/hqq/test_triton_qkv_fused.py' 2025-03-21T20:18:09.7481527Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/hqq' 2025-03-21T20:18:09.7482144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/integration/test_integration.py' 2025-03-21T20:18:09.7482685Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/integration' 2025-03-21T20:18:09.7483280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/kernel/galore_test_utils.py' 2025-03-21T20:18:09.7483855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/kernel/test_autotuner.py' 2025-03-21T20:18:09.7484445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/kernel/test_fused_kernels.py' 2025-03-21T20:18:09.7485044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/kernel/test_galore_downproj.py' 2025-03-21T20:18:09.7485597Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/kernel' 2025-03-21T20:18:09.7486364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/module_swap_quantization/test_kmeans_codebook.py' 2025-03-21T20:18:09.7487184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/module_swap_quantization/test_llm_ptq_data_getter.py' 2025-03-21T20:18:09.7487921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/module_swap_quantization/test_module_swap.py' 2025-03-21T20:18:09.7488769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/module_swap_quantization/test_module_swap_quantization_utils.py' 2025-03-21T20:18:09.7489541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/module_swap_quantization/test_quantized_modules.py' 2025-03-21T20:18:09.7490285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/module_swap_quantization/test_quantizers.py' 2025-03-21T20:18:09.7491075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/module_swap_quantization/test_range_setting_methods.py' 2025-03-21T20:18:09.7491751Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/module_swap_quantization' 2025-03-21T20:18:09.7492421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/mx_formats/test_custom_cast.py' 2025-03-21T20:18:09.7493071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/mx_formats/test_mx_linear.py' 2025-03-21T20:18:09.7493702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/mx_formats/test_mx_mm.py' 2025-03-21T20:18:09.7494379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/mx_formats/test_mx_tensor.py' 2025-03-21T20:18:09.7494988Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/mx_formats' 2025-03-21T20:18:09.7495603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_autoround.py' 2025-03-21T20:18:09.7496162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_awq.py' 2025-03-21T20:18:09.7496771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_codebook_quant.py' 2025-03-21T20:18:09.7497397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_mixed_precision.py' 2025-03-21T20:18:09.7498022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_parametrization.py' 2025-03-21T20:18:09.7498590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_parq.py' 2025-03-21T20:18:09.7499225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_quantized_training.py' 2025-03-21T20:18:09.7499822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_scheduler.py' 2025-03-21T20:18:09.7500416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_smoothquant.py' 2025-03-21T20:18:09.7501051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_sparsifier.py' 2025-03-21T20:18:09.7501672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_sparsity_utils.py' 2025-03-21T20:18:09.7502291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_spinquant.py' 2025-03-21T20:18:09.7502955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype/test_structured_sparsifier.py' 2025-03-21T20:18:09.7503488Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/prototype' 2025-03-21T20:18:09.7504165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/quantization/test_config_serialization.py' 2025-03-21T20:18:09.7504783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/quantization/test_galore_quant.py' 2025-03-21T20:18:09.7505381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/quantization/test_gptq_mt.py' 2025-03-21T20:18:09.7505992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/quantization/test_marlin_qqq.py' 2025-03-21T20:18:09.7506597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/quantization/test_observer.py' 2025-03-21T20:18:09.7507165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/quantization/test_qat.py' 2025-03-21T20:18:09.7507774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/quantization/test_quant_api.py' 2025-03-21T20:18:09.7508421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/quantization/test_quant_primitives.py' 2025-03-21T20:18:09.7509031Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/quantization' 2025-03-21T20:18:09.7509657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/smoke_tests/smoke_tests.py' 2025-03-21T20:18:09.7510228Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/smoke_tests' 2025-03-21T20:18:09.7510874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/sparsity/test_fast_sparse_training.py' 2025-03-21T20:18:09.7511438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/sparsity/test_marlin.py' 2025-03-21T20:18:09.7512037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/sparsity/test_sparse_api.py' 2025-03-21T20:18:09.7512619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/sparsity/test_supermask.py' 2025-03-21T20:18:09.7513180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/sparsity/test_wanda.py' 2025-03-21T20:18:09.7513709Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/sparsity' 2025-03-21T20:18:09.7514244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/test_ao_models.py' 2025-03-21T20:18:09.7514791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/test_low_bit_optim.py' 2025-03-21T20:18:09.7515301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/test_ops.py' 2025-03-21T20:18:09.7515990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/test_ops_rowwise_scaled_linear_cutlass.py' 2025-03-21T20:18:09.7516687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/test_ops_rowwise_scaled_linear_sparse_cutlass.py' 2025-03-21T20:18:09.7517233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test/test_utils.py' 2025-03-21T20:18:09.7517714Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/test' 2025-03-21T20:18:09.7518282Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/third_party/cutlass' 2025-03-21T20:18:09.7518803Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/third_party' 2025-03-21T20:18:09.7519323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/__init__.py' 2025-03-21T20:18:09.7519873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_executorch_ops.py' 2025-03-21T20:18:09.7520426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/README.md' 2025-03-21T20:18:09.7520976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/__init__.py' 2025-03-21T20:18:09.7521521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/_eval.py' 2025-03-21T20:18:09.7522104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/.gitignore' 2025-03-21T20:18:09.7522685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/README.md' 2025-03-21T20:18:09.7523273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/__init__.py' 2025-03-21T20:18:09.7523916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/benchmark_results.txt' 2025-03-21T20:18:09.7524551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/benchmarks.sh' 2025-03-21T20:18:09.7525218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/bsr_bench_results.txt' 2025-03-21T20:18:09.7529760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/bsr_benchmarks.sh' 2025-03-21T20:18:09.7530427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/demo_summarize.sh' 2025-03-21T20:18:09.7531020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/eval.py' 2025-03-21T20:18:09.7531595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/evals.sh' 2025-03-21T20:18:09.7532200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/generate.py' 2025-03-21T20:18:09.7532775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/model.py' 2025-03-21T20:18:09.7533372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama/tokenizer.py' 2025-03-21T20:18:09.7533939Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/llama' 2025-03-21T20:18:09.7534569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam/.gitignore' 2025-03-21T20:18:09.7535146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam/README.md' 2025-03-21T20:18:09.7535766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam/benchmark.sh' 2025-03-21T20:18:09.7536327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam/data.py' 2025-03-21T20:18:09.7536910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam/eval_combo.py' 2025-03-21T20:18:09.7537533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam/flash_4_configs.p' 2025-03-21T20:18:09.7538100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam/metrics.py' 2025-03-21T20:18:09.7538687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam/results.csv' 2025-03-21T20:18:09.7539248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam/setup.sh' 2025-03-21T20:18:09.7539813Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam' 2025-03-21T20:18:09.7540401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/__init__.py' 2025-03-21T20:18:09.7541085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/automatic_mask_generator.py' 2025-03-21T20:18:09.7541672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/build_sam.py' 2025-03-21T20:18:09.7542377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/configs/sam2.1/sam2.1_hiera_b+.yaml' 2025-03-21T20:18:09.7543112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/configs/sam2.1/sam2.1_hiera_l.yaml' 2025-03-21T20:18:09.7543837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/configs/sam2.1/sam2.1_hiera_s.yaml' 2025-03-21T20:18:09.7544539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/configs/sam2.1/sam2.1_hiera_t.yaml' 2025-03-21T20:18:09.7545185Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/configs/sam2.1' 2025-03-21T20:18:09.7546015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/configs/sam2.1_training/sam2.1_hiera_b+_MOSE_finetune.yaml' 2025-03-21T20:18:09.7546702Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/configs/sam2.1_training' 2025-03-21T20:18:09.7547396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/configs/sam2/sam2_hiera_b+.yaml' 2025-03-21T20:18:09.7548301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/configs/sam2/sam2_hiera_l.yaml' 2025-03-21T20:18:09.7549051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/configs/sam2/sam2_hiera_s.yaml' 2025-03-21T20:18:09.7549725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/configs/sam2/sam2_hiera_t.yaml' 2025-03-21T20:18:09.7550431Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/configs/sam2' 2025-03-21T20:18:09.7551340Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/configs' 2025-03-21T20:18:09.7552024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/csrc/connected_components.cu' 2025-03-21T20:18:09.7552621Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/csrc' 2025-03-21T20:18:09.7553220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/map_tensor.py' 2025-03-21T20:18:09.7553848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/modeling/__init__.py' 2025-03-21T20:18:09.7554525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/modeling/backbones/__init__.py' 2025-03-21T20:18:09.7555217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/modeling/backbones/hieradet.py' 2025-03-21T20:18:09.7555927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/modeling/backbones/image_encoder.py' 2025-03-21T20:18:09.7556601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/modeling/backbones/utils.py' 2025-03-21T20:18:09.7557260Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/modeling/backbones' 2025-03-21T20:18:09.7557941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/modeling/memory_attention.py' 2025-03-21T20:18:09.7558596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/modeling/memory_encoder.py' 2025-03-21T20:18:09.7559315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/modeling/position_encoding.py' 2025-03-21T20:18:09.7560020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/modeling/sam/__init__.py' 2025-03-21T20:18:09.7560693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/modeling/sam/mask_decoder.py' 2025-03-21T20:18:09.7561372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/modeling/sam/prompt_encoder.py' 2025-03-21T20:18:09.7562046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/modeling/sam/transformer.py' 2025-03-21T20:18:09.7562684Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/modeling/sam' 2025-03-21T20:18:09.7563331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/modeling/sam2_base.py' 2025-03-21T20:18:09.7563970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/modeling/sam2_utils.py' 2025-03-21T20:18:09.7564586Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/modeling' 2025-03-21T20:18:09.7565197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/sam2_hiera_b+.yaml' 2025-03-21T20:18:09.7565832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/sam2_hiera_l.yaml' 2025-03-21T20:18:09.7566451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/sam2_hiera_s.yaml' 2025-03-21T20:18:09.7567084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/sam2_hiera_t.yaml' 2025-03-21T20:18:09.7567737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/sam2_image_predictor.py' 2025-03-21T20:18:09.7568382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/sam2_video_predictor.py' 2025-03-21T20:18:09.7569808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/utils/__init__.py' 2025-03-21T20:18:09.7571145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/utils/amg.py' 2025-03-21T20:18:09.7572456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/utils/misc.py' 2025-03-21T20:18:09.7573801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/utils/transforms.py' 2025-03-21T20:18:09.7575156Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2/utils' 2025-03-21T20:18:09.7576449Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/sam2' 2025-03-21T20:18:09.7577729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models/utils.py' 2025-03-21T20:18:09.7578934Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/_models' 2025-03-21T20:18:09.7580135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/core/__init__.py' 2025-03-21T20:18:09.7581360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/core/config.py' 2025-03-21T20:18:09.7582567Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/core' 2025-03-21T20:18:09.7583746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/README.md' 2025-03-21T20:18:09.7585068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/cutlass_extensions/common.h' 2025-03-21T20:18:09.7586512Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/cutlass_extensions' 2025-03-21T20:18:09.7587884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/fp6_llm/README.md' 2025-03-21T20:18:09.7589292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/fp6_llm/configs.h' 2025-03-21T20:18:09.7590644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/fp6_llm/fp6_linear.cu' 2025-03-21T20:18:09.7592046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/fp6_llm/kernel_matmul.cuh' 2025-03-21T20:18:09.7593476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/fp6_llm/kernel_reduction.cuh' 2025-03-21T20:18:09.7594937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/fp6_llm/ptx_cp.async.cuh' 2025-03-21T20:18:09.7596311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/fp6_llm/ptx_mma.cuh' 2025-03-21T20:18:09.7597696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/fp6_llm/utils_core.cuh' 2025-03-21T20:18:09.7599070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/fp6_llm/utils_gmem.cuh' 2025-03-21T20:18:09.7600505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/fp6_llm/utils_parallel_dequant.cuh' 2025-03-21T20:18:09.7601920Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/fp6_llm' 2025-03-21T20:18:09.7603245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/marlin_qqq/base.h' 2025-03-21T20:18:09.7604647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/marlin_qqq/marlin_qqq_kernel.cu' 2025-03-21T20:18:09.7606045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/marlin_qqq/mem.h' 2025-03-21T20:18:09.7607373Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/marlin_qqq' 2025-03-21T20:18:09.7608804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/mx_kernels/mx_fp_cutlass_kernels.cu' 2025-03-21T20:18:09.7610235Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/mx_kernels' 2025-03-21T20:18:09.7611690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/rowwise_scaled_linear_cutlass/README.md' 2025-03-21T20:18:09.7613481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/rowwise_scaled_linear_cutlass/rowwise_scaled_linear_cutlass.cuh' 2025-03-21T20:18:09.7615314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/rowwise_scaled_linear_cutlass/rowwise_scaled_linear_cutlass_s4s4.cu' 2025-03-21T20:18:09.7617188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/rowwise_scaled_linear_cutlass/rowwise_scaled_linear_cutlass_s8s4.cu' 2025-03-21T20:18:09.7618885Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/rowwise_scaled_linear_cutlass' 2025-03-21T20:18:09.7620649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/rowwise_scaled_linear_sparse_cutlass/rowwise_scaled_linear_sparse_cutlass.cuh' 2025-03-21T20:18:09.7622651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/rowwise_scaled_linear_sparse_cutlass/rowwise_scaled_linear_sparse_cutlass_e4m3e4m3.cu' 2025-03-21T20:18:09.7624678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/rowwise_scaled_linear_sparse_cutlass/rowwise_scaled_linear_sparse_cutlass_e4m3e4m3.h' 2025-03-21T20:18:09.7626699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/rowwise_scaled_linear_sparse_cutlass/rowwise_scaled_linear_sparse_cutlass_e4m3e5m2.cu' 2025-03-21T20:18:09.7628806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/rowwise_scaled_linear_sparse_cutlass/rowwise_scaled_linear_sparse_cutlass_e4m3e5m2.h' 2025-03-21T20:18:09.7630827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/rowwise_scaled_linear_sparse_cutlass/rowwise_scaled_linear_sparse_cutlass_e5m2e4m3.cu' 2025-03-21T20:18:09.7632883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/rowwise_scaled_linear_sparse_cutlass/rowwise_scaled_linear_sparse_cutlass_e5m2e4m3.h' 2025-03-21T20:18:09.7634906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/rowwise_scaled_linear_sparse_cutlass/rowwise_scaled_linear_sparse_cutlass_e5m2e5m2.cu' 2025-03-21T20:18:09.7636932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/rowwise_scaled_linear_sparse_cutlass/rowwise_scaled_linear_sparse_cutlass_e5m2e5m2.h' 2025-03-21T20:18:09.7638937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/rowwise_scaled_linear_sparse_cutlass/rowwise_scaled_linear_sparse_cutlass_f8f8.cu' 2025-03-21T20:18:09.7640754Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/rowwise_scaled_linear_sparse_cutlass' 2025-03-21T20:18:09.7642249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/sparse_marlin/base.h' 2025-03-21T20:18:09.7643681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/sparse_marlin/marlin_kernel_nm.cu' 2025-03-21T20:18:09.7645104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/sparse_marlin/mem.h' 2025-03-21T20:18:09.7646454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/sparse_marlin/mma.h' 2025-03-21T20:18:09.7647944Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/sparse_marlin' 2025-03-21T20:18:09.7649528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/tensor_core_tiled_layout/tensor_core_tiled_layout.cu' 2025-03-21T20:18:09.7651165Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/tensor_core_tiled_layout' 2025-03-21T20:18:09.7652907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/to_sparse_semi_structured_cutlass_sm9x/to_sparse_semi_structured_cutlass_sm9x.cuh' 2025-03-21T20:18:09.7654889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/to_sparse_semi_structured_cutlass_sm9x/to_sparse_semi_structured_cutlass_sm9x_f8.cu' 2025-03-21T20:18:09.7656703Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda/to_sparse_semi_structured_cutlass_sm9x' 2025-03-21T20:18:09.7658150Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc/cuda' 2025-03-21T20:18:09.7659358Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/csrc' 2025-03-21T20:18:09.7660547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/README.md' 2025-03-21T20:18:09.7661761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/__init__.py' 2025-03-21T20:18:09.7663051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/_nf4tensor_api.py' 2025-03-21T20:18:09.7664399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/affine_quantized_tensor.py' 2025-03-21T20:18:09.7665852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/affine_quantized_tensor_ops.py' 2025-03-21T20:18:09.7667229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/floatx/README.md' 2025-03-21T20:18:09.7668523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/floatx/__init__.py' 2025-03-21T20:18:09.7669985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/floatx/cutlass_semi_sparse_layout.py' 2025-03-21T20:18:09.7671422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/floatx/float8_layout.py' 2025-03-21T20:18:09.7672845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/floatx/floatx_tensor_core_layout.py' 2025-03-21T20:18:09.7674233Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/floatx' 2025-03-21T20:18:09.7675491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/nf4tensor.py' 2025-03-21T20:18:09.7676757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/uintx/__init__.py' 2025-03-21T20:18:09.7678061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/uintx/bitpacking.py' 2025-03-21T20:18:09.7679435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/uintx/block_sparse_layout.py' 2025-03-21T20:18:09.7680902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/uintx/cutlass_int4_packed_layout.py' 2025-03-21T20:18:09.7682383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/uintx/gemlite_layout.py' 2025-03-21T20:18:09.7683773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/uintx/int4_cpu_layout.py' 2025-03-21T20:18:09.7685142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/uintx/marlin_qqq_tensor.py' 2025-03-21T20:18:09.7686558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/uintx/marlin_sparse_layout.py' 2025-03-21T20:18:09.7687943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/uintx/plain_layout.py' 2025-03-21T20:18:09.7689314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/uintx/semi_sparse_layout.py' 2025-03-21T20:18:09.7690752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/uintx/tensor_core_tiled_layout.py' 2025-03-21T20:18:09.7692160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/uintx/uint4_layout.py' 2025-03-21T20:18:09.7693497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/uintx/uintx_layout.py' 2025-03-21T20:18:09.7694801Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/uintx' 2025-03-21T20:18:09.7696052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes/utils.py' 2025-03-21T20:18:09.7697254Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/dtypes' 2025-03-21T20:18:09.7698555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/CMakeLists.txt' 2025-03-21T20:18:09.7699876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/Utils.cmake' 2025-03-21T20:18:09.7701186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/__init__.py' 2025-03-21T20:18:09.7702672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/benchmark_infra/ios/Entitlements-Dev.plist' 2025-03-21T20:18:09.7704385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/benchmark_infra/ios/TorchAOBenchmark-Info.plist' 2025-03-21T20:18:09.7706035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/benchmark_infra/ios/main_empty.mm' 2025-03-21T20:18:09.7707609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/benchmark_infra/ios/output_redirect.h' 2025-03-21T20:18:09.7709284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/benchmark_infra/ios/output_redirect.mm' 2025-03-21T20:18:09.7710832Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/benchmark_infra/ios' 2025-03-21T20:18:09.7712365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/benchmark_infra/test/test_bench.cpp' 2025-03-21T20:18:09.7713901Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/benchmark_infra/test' 2025-03-21T20:18:09.7715399Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/benchmark_infra' 2025-03-21T20:18:09.7716881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/benchmarks/cpu_memory_bw.cpp' 2025-03-21T20:18:09.7718356Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/benchmarks' 2025-03-21T20:18:09.7719732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/build_torchao_ops.sh' 2025-03-21T20:18:09.7721094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/docs/readme.md' 2025-03-21T20:18:09.7722417Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/docs' 2025-03-21T20:18:09.7723800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/install_requirements.sh' 2025-03-21T20:18:09.7725317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/CMakeLists.txt' 2025-03-21T20:18:09.7726967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/benchmarks/CMakeLists.txt' 2025-03-21T20:18:09.7728731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/benchmarks/benchmark_bitpacking.cpp' 2025-03-21T20:18:09.7730580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/benchmarks/benchmark_linear.cpp' 2025-03-21T20:18:09.7732400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/benchmarks/benchmark_quantization.cpp' 2025-03-21T20:18:09.7734265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/benchmarks/build_and_run_benchmarks.sh' 2025-03-21T20:18:09.7736001Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/benchmarks' 2025-03-21T20:18:09.7737635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/bitpacking/bitpack.h' 2025-03-21T20:18:09.7739269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/bitpacking/uint1.h' 2025-03-21T20:18:09.7740885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/bitpacking/uint2.h' 2025-03-21T20:18:09.7742500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/bitpacking/uint3.h' 2025-03-21T20:18:09.7744112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/bitpacking/uint4.h' 2025-03-21T20:18:09.7745719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/bitpacking/uint5.h' 2025-03-21T20:18:09.7747328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/bitpacking/uint6.h' 2025-03-21T20:18:09.7749129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/bitpacking/uint7.h' 2025-03-21T20:18:09.7750796Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/bitpacking' 2025-03-21T20:18:09.7752469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/embedding/embedding.h' 2025-03-21T20:18:09.7754093Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/embedding' 2025-03-21T20:18:09.7755878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/kleidi/kai_matmul_clamp_f32_qai8dxp_qsi4c32p.h' 2025-03-21T20:18:09.7757637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/kleidi/pack.h' 2025-03-21T20:18:09.7759216Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/kleidi' 2025-03-21T20:18:09.7761189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/linear/channelwise_8bit_activation_groupwise_lowbit_weight_1x1x32_f32_neondot-impl.h' 2025-03-21T20:18:09.7763585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/linear/channelwise_8bit_activation_groupwise_lowbit_weight_1x4x16_f32_neondot-impl.h' 2025-03-21T20:18:09.7765966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/linear/channelwise_8bit_activation_groupwise_lowbit_weight_1x8x16_f32_neondot-impl.h' 2025-03-21T20:18:09.7768270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/linear/channelwise_8bit_activation_prepare_activation_data_1xk_f32-impl.h' 2025-03-21T20:18:09.7770217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/linear/linear.h' 2025-03-21T20:18:09.7771798Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/linear' 2025-03-21T20:18:09.7773326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/macro.h' 2025-03-21T20:18:09.7774939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/quantization/quantize.cpp' 2025-03-21T20:18:09.7776647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/quantization/quantize.h' 2025-03-21T20:18:09.7778324Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/quantization' 2025-03-21T20:18:09.7780000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/reduction/compute_sum.cpp' 2025-03-21T20:18:09.7781723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/reduction/find_min_and_max.cpp' 2025-03-21T20:18:09.7783417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/reduction/reduction.h' 2025-03-21T20:18:09.7785042Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/reduction' 2025-03-21T20:18:09.7786704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/tests/CMakeLists.txt' 2025-03-21T20:18:09.7788419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/tests/build_and_run_tests.sh' 2025-03-21T20:18:09.7790197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/tests/test_bitpacking.cpp' 2025-03-21T20:18:09.7791897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/tests/test_embedding.cpp' 2025-03-21T20:18:09.7793572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/tests/test_linear.cpp' 2025-03-21T20:18:09.7795264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/tests/test_quantization.cpp' 2025-03-21T20:18:09.7796972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/tests/test_reduction.cpp' 2025-03-21T20:18:09.7798613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/tests/test_utils.h' 2025-03-21T20:18:09.7800268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/tests/test_valpacking.cpp' 2025-03-21T20:18:09.7801929Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/tests' 2025-03-21T20:18:09.7803564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/valpacking/interleave.cpp' 2025-03-21T20:18:09.7805281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/valpacking/valpack.h' 2025-03-21T20:18:09.7806914Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64/valpacking' 2025-03-21T20:18:09.7808465Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu/aarch64' 2025-03-21T20:18:09.7809915Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/cpu' 2025-03-21T20:18:09.7811457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/codegen/gen_metal_shader_lib.py' 2025-03-21T20:18:09.7813031Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/codegen' 2025-03-21T20:18:09.7814490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/metal.yaml' 2025-03-21T20:18:09.7815970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/metal/common.metal' 2025-03-21T20:18:09.7817501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/metal/int1mm.metal' 2025-03-21T20:18:09.7819053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/metal/int2mm_opt.metal' 2025-03-21T20:18:09.7820648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/metal/int3mm_opt.metal' 2025-03-21T20:18:09.7822219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/metal/int4mm_opt.metal' 2025-03-21T20:18:09.7823790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/metal/int5mm.metal' 2025-03-21T20:18:09.7825316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/metal/int6mm.metal' 2025-03-21T20:18:09.7826832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/metal/int7mm.metal' 2025-03-21T20:18:09.7828329Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/metal' 2025-03-21T20:18:09.7829920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/src/MetalShaderLibrary.h' 2025-03-21T20:18:09.7831507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/src/OperationUtils.h' 2025-03-21T20:18:09.7833078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/src/OperationUtils.mm' 2025-03-21T20:18:09.7834587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/src/common.h' 2025-03-21T20:18:09.7836083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/src/dispatch.h' 2025-03-21T20:18:09.7837545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/src/lowbit.h' 2025-03-21T20:18:09.7839050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/src/packing.h' 2025-03-21T20:18:09.7840503Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/src' 2025-03-21T20:18:09.7841957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/test/Makefile' 2025-03-21T20:18:09.7843430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/test/bfloat16.h' 2025-03-21T20:18:09.7844943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/test/test_lowbit.mm' 2025-03-21T20:18:09.7846438Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps/test' 2025-03-21T20:18:09.7847997Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels/mps' 2025-03-21T20:18:09.7849378Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/kernels' 2025-03-21T20:18:09.7850816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/benchmarks/CMakeLists.txt' 2025-03-21T20:18:09.7852493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/benchmarks/benchmark_linear_8bit_act_xbit_weight.cpp' 2025-03-21T20:18:09.7854237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/benchmarks/build_and_run_benchmarks.sh' 2025-03-21T20:18:09.7855840Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/benchmarks' 2025-03-21T20:18:09.7857382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/embedding_xbit/CMakeLists.txt' 2025-03-21T20:18:09.7859003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/embedding_xbit/op_embedding_xbit-impl.h' 2025-03-21T20:18:09.7860693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/embedding_xbit/op_embedding_xbit_aten.cpp' 2025-03-21T20:18:09.7862424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/embedding_xbit/op_embedding_xbit_executorch.cpp' 2025-03-21T20:18:09.7864129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/embedding_xbit/packed_weights_header.h' 2025-03-21T20:18:09.7865698Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/embedding_xbit' 2025-03-21T20:18:09.7867099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/library.h' 2025-03-21T20:18:09.7868683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/linear_8bit_act_xbit_weight/CMakeLists.txt' 2025-03-21T20:18:09.7870476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/linear_8bit_act_xbit_weight/examples/CMakeLists.txt' 2025-03-21T20:18:09.7872384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/linear_8bit_act_xbit_weight/examples/Linear8BitActXBitWeightOperator.h' 2025-03-21T20:18:09.7874379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/linear_8bit_act_xbit_weight/examples/build_and_run_examples.sh' 2025-03-21T20:18:09.7876313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/linear_8bit_act_xbit_weight/examples/separate_function_wrappers.cpp' 2025-03-21T20:18:09.7878243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/linear_8bit_act_xbit_weight/examples/stateful_class_wrapper.cpp' 2025-03-21T20:18:09.7880063Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/linear_8bit_act_xbit_weight/examples' 2025-03-21T20:18:09.7881793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/linear_8bit_act_xbit_weight/kernel_selector.h' 2025-03-21T20:18:09.7883593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/linear_8bit_act_xbit_weight/linear_8bit_act_xbit_weight.cpp' 2025-03-21T20:18:09.7885436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/linear_8bit_act_xbit_weight/linear_8bit_act_xbit_weight.h' 2025-03-21T20:18:09.7887308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/linear_8bit_act_xbit_weight/op_linear_8bit_act_xbit_weight-impl.h' 2025-03-21T20:18:09.7889235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/linear_8bit_act_xbit_weight/op_linear_8bit_act_xbit_weight_aten.cpp' 2025-03-21T20:18:09.7891220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/linear_8bit_act_xbit_weight/op_linear_8bit_act_xbit_weight_executorch.cpp' 2025-03-21T20:18:09.7893049Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/linear_8bit_act_xbit_weight' 2025-03-21T20:18:09.7894524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/memory.h' 2025-03-21T20:18:09.7895868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/mps/.gitignore' 2025-03-21T20:18:09.7897274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/mps/CMakeLists.txt' 2025-03-21T20:18:09.7898668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/mps/build.sh' 2025-03-21T20:18:09.7900169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/mps/linear_fp_act_xbit_weight_aten.mm' 2025-03-21T20:18:09.7901849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/mps/linear_fp_act_xbit_weight_executorch.mm' 2025-03-21T20:18:09.7903452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/mps/test/test_lowbit.py' 2025-03-21T20:18:09.7904991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/mps/test/test_quantizer.py' 2025-03-21T20:18:09.7906463Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/mps/test' 2025-03-21T20:18:09.7907872Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/mps' 2025-03-21T20:18:09.7909345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/packed_weights_header.h' 2025-03-21T20:18:09.7910820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/parallel-aten-impl.h' 2025-03-21T20:18:09.7912334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/parallel-executorch-impl.h' 2025-03-21T20:18:09.7913856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/parallel-openmp-impl.h' 2025-03-21T20:18:09.7915374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/parallel-pthreadpool-impl.h' 2025-03-21T20:18:09.7916957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/parallel-single_threaded-impl.h' 2025-03-21T20:18:09.7918521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/parallel-test_dummy-impl.h' 2025-03-21T20:18:09.7919954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/parallel.h' 2025-03-21T20:18:09.7921361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/tests/CMakeLists.txt' 2025-03-21T20:18:09.7922868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/tests/build_and_run_tests.sh' 2025-03-21T20:18:09.7924421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/tests/generate_tests.py' 2025-03-21T20:18:09.7926018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/tests/test_linear_8bit_act_xbit_weight.cpp' 2025-03-21T20:18:09.7927583Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops/tests' 2025-03-21T20:18:09.7928922Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/ops' 2025-03-21T20:18:09.7930489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/packed_linear_int8_dynamic_activation_intx_weight_layout.py' 2025-03-21T20:18:09.7932072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/q_dq_layout.py' 2025-03-21T20:18:09.7933400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/quant_api.py' 2025-03-21T20:18:09.7934713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/temp_build.py' 2025-03-21T20:18:09.7936184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/tests/test_embedding_xbit_quantizer.py' 2025-03-21T20:18:09.7937862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/tests/test_int8_dynamic_activation_intx_weight.py' 2025-03-21T20:18:09.7939640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/tests/test_linear_8bit_act_xbit_weight_quantizer.py' 2025-03-21T20:18:09.7941175Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/tests' 2025-03-21T20:18:09.7942501Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental' 2025-03-21T20:18:09.7943735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/README.md' 2025-03-21T20:18:09.7944950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/__init__.py' 2025-03-21T20:18:09.7946164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/config.py' 2025-03-21T20:18:09.7947435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/distributed_utils.py' 2025-03-21T20:18:09.7948948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/float8_linear.py' 2025-03-21T20:18:09.7950271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/float8_linear_utils.py' 2025-03-21T20:18:09.7951557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/float8_ops.py' 2025-03-21T20:18:09.7952857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/float8_scaling_utils.py' 2025-03-21T20:18:09.7954179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/float8_tensor.py' 2025-03-21T20:18:09.7955507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/float8_tensor_parallel.py' 2025-03-21T20:18:09.7956833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/float8_utils.py' 2025-03-21T20:18:09.7958140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/fsdp_utils.py' 2025-03-21T20:18:09.7959418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8/inference.py' 2025-03-21T20:18:09.7960623Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/float8' 2025-03-21T20:18:09.7961820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/kernel/README.md' 2025-03-21T20:18:09.7963033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/kernel/__init__.py' 2025-03-21T20:18:09.7964265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/kernel/autotuner.py' 2025-03-21T20:18:09.7965531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/kernel/bsr_triton_ops.py' 2025-03-21T20:18:09.7966855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/kernel/configs/data_a100.pkl' 2025-03-21T20:18:09.7968164Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/kernel/configs' 2025-03-21T20:18:09.7969395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/kernel/intmm.py' 2025-03-21T20:18:09.7970624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/kernel/intmm_triton.py' 2025-03-21T20:18:09.7971889Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/kernel' 2025-03-21T20:18:09.7973042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/ops.py' 2025-03-21T20:18:09.7974230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/optim/README.md' 2025-03-21T20:18:09.7975436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/optim/__init__.py' 2025-03-21T20:18:09.7976631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/optim/adam.py' 2025-03-21T20:18:09.7977845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/optim/cpu_offload.py' 2025-03-21T20:18:09.7979088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/optim/quant_utils.py' 2025-03-21T20:18:09.7980346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/optim/subclass_4bit.py' 2025-03-21T20:18:09.7981614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/optim/subclass_8bit.py' 2025-03-21T20:18:09.7982884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/optim/subclass_fp8.py' 2025-03-21T20:18:09.7984113Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/optim' 2025-03-21T20:18:09.7985322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/README.md' 2025-03-21T20:18:09.7986572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/__init__.py' 2025-03-21T20:18:09.7987889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/autoround/README.md' 2025-03-21T20:18:09.7989301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/autoround/__init__.py' 2025-03-21T20:18:09.7990741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/autoround/autoround_llm.py' 2025-03-21T20:18:09.7992165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/autoround/core.py' 2025-03-21T20:18:09.7993560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/autoround/eval_autoround.py' 2025-03-21T20:18:09.7995006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/autoround/multi_tensor.py' 2025-03-21T20:18:09.7996450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/autoround/requirements.txt' 2025-03-21T20:18:09.7997875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/autoround/run_example.sh' 2025-03-21T20:18:09.7999261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/autoround/utils.py' 2025-03-21T20:18:09.8000589Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/autoround' 2025-03-21T20:18:09.8001902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/awq/README.md' 2025-03-21T20:18:09.8003203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/awq/__init__.py' 2025-03-21T20:18:09.8004515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/awq/api.py' 2025-03-21T20:18:09.8005769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/awq/core.py' 2025-03-21T20:18:09.8007084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/awq/example.py' 2025-03-21T20:18:09.8008378Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/awq' 2025-03-21T20:18:09.8009685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/common/__init__.py' 2025-03-21T20:18:09.8011067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/common/profiling_tools.py' 2025-03-21T20:18:09.8012503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/common/triton/__init__.py' 2025-03-21T20:18:09.8013912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/common/triton/matmul.py' 2025-03-21T20:18:09.8015383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/common/triton/matmul_perf_model.py' 2025-03-21T20:18:09.8016852Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/common/triton' 2025-03-21T20:18:09.8018202Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/common' 2025-03-21T20:18:09.8019524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/custom_fp_utils.py' 2025-03-21T20:18:09.8020920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/README.md' 2025-03-21T20:18:09.8022359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/__init__.py' 2025-03-21T20:18:09.8023922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/benchmark/benchmark.py' 2025-03-21T20:18:09.8025512Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/benchmark' 2025-03-21T20:18:09.8027067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/examples/example.py' 2025-03-21T20:18:09.8028654Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/examples' 2025-03-21T20:18:09.8030233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/float8nocompile_linear.py' 2025-03-21T20:18:09.8031902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/float8nocompile_linear_test.py' 2025-03-21T20:18:09.8033606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/float8nocompile_linear_utils.py' 2025-03-21T20:18:09.8035308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/float8nocompile_loss_curves.png' 2025-03-21T20:18:09.8037006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/float8nocompile_scaling_utils.py' 2025-03-21T20:18:09.8038672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/kernels/__init__.py' 2025-03-21T20:18:09.8040319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/kernels/fp8_dynamic_tensorwise.py' 2025-03-21T20:18:09.8042100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/kernels/fp8_dynamic_tensorwise_test.py' 2025-03-21T20:18:09.8043735Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/kernels' 2025-03-21T20:18:09.8045261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/test/fsdp_test.py' 2025-03-21T20:18:09.8046806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/test/train_test.py' 2025-03-21T20:18:09.8048435Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile/test' 2025-03-21T20:18:09.8049882Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/float8nocompile' 2025-03-21T20:18:09.8051245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/README.md' 2025-03-21T20:18:09.8052576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/__init__.py' 2025-03-21T20:18:09.8053934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/docs/README.md' 2025-03-21T20:18:09.8055366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/docs/galore_adam8bit.md' 2025-03-21T20:18:09.8056799Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/docs' 2025-03-21T20:18:09.8058247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/kernels/__init__.py' 2025-03-21T20:18:09.8059800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/kernels/adam_downproj_fused.py' 2025-03-21T20:18:09.8061312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/kernels/adam_step.py' 2025-03-21T20:18:09.8062793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/kernels/custom_autotune.py' 2025-03-21T20:18:09.8064273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/kernels/matmul.py' 2025-03-21T20:18:09.8065683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/kernels/quant.py' 2025-03-21T20:18:09.8067080Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/kernels' 2025-03-21T20:18:09.8068488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/optim/__init__.py' 2025-03-21T20:18:09.8069999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/optim/galore_torch.py' 2025-03-21T20:18:09.8071417Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/optim' 2025-03-21T20:18:09.8072803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore/utils.py' 2025-03-21T20:18:09.8074100Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/galore' 2025-03-21T20:18:09.8075430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/hqq/README.md' 2025-03-21T20:18:09.8076723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/hqq/__init__.py' 2025-03-21T20:18:09.8078023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/hqq/example.py' 2025-03-21T20:18:09.8079394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/hqq/hqq_tinygemm_linear.py' 2025-03-21T20:18:09.8080761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/hqq/kernels.py' 2025-03-21T20:18:09.8082066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/hqq/mixed_mm.py' 2025-03-21T20:18:09.8083361Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/hqq' 2025-03-21T20:18:09.8084688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/low_bit_optim/README.md' 2025-03-21T20:18:09.8086092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/low_bit_optim/__init__.py' 2025-03-21T20:18:09.8087489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/low_bit_optim/adam.py' 2025-03-21T20:18:09.8088904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/low_bit_optim/cpu_offload.py' 2025-03-21T20:18:09.8090357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/low_bit_optim/quant_utils.py' 2025-03-21T20:18:09.8091848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/low_bit_optim/subclass_4bit.py' 2025-03-21T20:18:09.8093345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/low_bit_optim/subclass_8bit.py' 2025-03-21T20:18:09.8094812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/low_bit_optim/subclass_fp8.py' 2025-03-21T20:18:09.8096244Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/low_bit_optim' 2025-03-21T20:18:09.8097615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/mx_formats/README.md' 2025-03-21T20:18:09.8098994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/mx_formats/__init__.py' 2025-03-21T20:18:09.8100452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/mx_formats/benchmarks/bench_qdq.py' 2025-03-21T20:18:09.8101949Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/mx_formats/benchmarks' 2025-03-21T20:18:09.8103361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/mx_formats/config.py' 2025-03-21T20:18:09.8104742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/mx_formats/constants.py' 2025-03-21T20:18:09.8106177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/mx_formats/custom_cast.py' 2025-03-21T20:18:09.8107627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/mx_formats/fp_format_spec.py' 2025-03-21T20:18:09.8109120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/mx_formats/mx_linear.py' 2025-03-21T20:18:09.8110507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/mx_formats/mx_ops.py' 2025-03-21T20:18:09.8111888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/mx_formats/mx_tensor.py' 2025-03-21T20:18:09.8113258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/mx_formats/utils.py' 2025-03-21T20:18:09.8114616Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/mx_formats' 2025-03-21T20:18:09.8115950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/README.md' 2025-03-21T20:18:09.8117260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/__init__.py' 2025-03-21T20:18:09.8118616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/optim/__init__.py' 2025-03-21T20:18:09.8119996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/optim/binarelax.py' 2025-03-21T20:18:09.8121371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/optim/parq.py' 2025-03-21T20:18:09.8122745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/optim/proxmap.py' 2025-03-21T20:18:09.8124153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/optim/quantopt.py' 2025-03-21T20:18:09.8125538Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/optim' 2025-03-21T20:18:09.8126927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/quant/__init__.py' 2025-03-21T20:18:09.8128283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/quant/lsbq.py' 2025-03-21T20:18:09.8129659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/quant/quantizer.py' 2025-03-21T20:18:09.8131043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/quant/uniform.py' 2025-03-21T20:18:09.8132403Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/quant' 2025-03-21T20:18:09.8133727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq/utils.py' 2025-03-21T20:18:09.8135020Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/parq' 2025-03-21T20:18:09.8136375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/__init__.py' 2025-03-21T20:18:09.8137822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/autoquant_v2.py' 2025-03-21T20:18:09.8139341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/codebook/__init__.py' 2025-03-21T20:18:09.8140977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/codebook/codebook_ops.py' 2025-03-21T20:18:09.8142623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/codebook/codebook_quantized_tensor.py' 2025-03-21T20:18:09.8144231Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/codebook' 2025-03-21T20:18:09.8145762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/mixed_precision/README.md' 2025-03-21T20:18:09.8147361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/mixed_precision/__init__.py' 2025-03-21T20:18:09.8149238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/mixed_precision/scripts/BO_acc_modelsize.py' 2025-03-21T20:18:09.8151042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/mixed_precision/scripts/BO_acc_throughput.py' 2025-03-21T20:18:09.8152904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/mixed_precision/scripts/Llama3-8B_initial_samples.json' 2025-03-21T20:18:09.8154789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/mixed_precision/scripts/Llama3-8B_parameters.json' 2025-03-21T20:18:09.8156681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/mixed_precision/scripts/Mistral-7B_initial_samples.json' 2025-03-21T20:18:09.8158627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/mixed_precision/scripts/Mistral-7B_parameters.json' 2025-03-21T20:18:09.8160406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/mixed_precision/scripts/__init__.py' 2025-03-21T20:18:09.8162120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/mixed_precision/scripts/fit.py' 2025-03-21T20:18:09.8163823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/mixed_precision/scripts/hessian_grad.py' 2025-03-21T20:18:09.8165568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/mixed_precision/scripts/hessian_vhp.py' 2025-03-21T20:18:09.8167311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/mixed_precision/scripts/mp_quant_eval.py' 2025-03-21T20:18:09.8169068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/mixed_precision/scripts/naive_intNwo.py' 2025-03-21T20:18:09.8170789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/mixed_precision/scripts/utils.py' 2025-03-21T20:18:09.8172457Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/mixed_precision/scripts' 2025-03-21T20:18:09.8174104Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/mixed_precision' 2025-03-21T20:18:09.8175651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/module_swap/README.md' 2025-03-21T20:18:09.8177252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/module_swap/__init__.py' 2025-03-21T20:18:09.8178886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/module_swap/algorithms/__init__.py' 2025-03-21T20:18:09.8180615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/module_swap/algorithms/kmeans_codebook.py' 2025-03-21T20:18:09.8182331Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/module_swap/algorithms' 2025-03-21T20:18:09.8184007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/module_swap/data_getters/__init__.py' 2025-03-21T20:18:09.8185776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/module_swap/data_getters/llm_ptq_data_getter.py' 2025-03-21T20:18:09.8187582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/module_swap/data_getters/ptq_data_getter.py' 2025-03-21T20:18:09.8189371Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/module_swap/data_getters' 2025-03-21T20:18:09.8191001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/module_swap/module_swap.py' 2025-03-21T20:18:09.8192625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/module_swap/quantized_modules.py' 2025-03-21T20:18:09.8194300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/module_swap/quantizers.py' 2025-03-21T20:18:09.8195978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/module_swap/range_setting_methods.py' 2025-03-21T20:18:09.8197599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/module_swap/utils.py' 2025-03-21T20:18:09.8199130Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/module_swap' 2025-03-21T20:18:09.8200678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/subgraph_utils/__init__.py' 2025-03-21T20:18:09.8202323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/subgraph_utils/extract_subgraphs.py' 2025-03-21T20:18:09.8203957Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization/subgraph_utils' 2025-03-21T20:18:09.8205423Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantization' 2025-03-21T20:18:09.8206838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantized_training/README.md' 2025-03-21T20:18:09.8208317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantized_training/__init__.py' 2025-03-21T20:18:09.8209810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantized_training/bitnet.py' 2025-03-21T20:18:09.8211299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantized_training/int8.py' 2025-03-21T20:18:09.8212827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantized_training/int8_mixed_precision.py' 2025-03-21T20:18:09.8214376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantized_training/int8_mm.py' 2025-03-21T20:18:09.8215840Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/quantized_training' 2025-03-21T20:18:09.8217245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/smoothquant/README.md' 2025-03-21T20:18:09.8218618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/smoothquant/__init__.py' 2025-03-21T20:18:09.8219999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/smoothquant/api.py' 2025-03-21T20:18:09.8221353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/smoothquant/core.py' 2025-03-21T20:18:09.8222733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/smoothquant/example.py' 2025-03-21T20:18:09.8224111Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/smoothquant' 2025-03-21T20:18:09.8225473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/__init__.py' 2025-03-21T20:18:09.8226906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/pruner/FPGM_pruner.py' 2025-03-21T20:18:09.8228406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/pruner/README.md' 2025-03-21T20:18:09.8229943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/pruner/__init__.py' 2025-03-21T20:18:09.8231512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/pruner/base_structured_sparsifier.py' 2025-03-21T20:18:09.8233129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/pruner/images/prune_1.png' 2025-03-21T20:18:09.8234690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/pruner/images/prune_2.png' 2025-03-21T20:18:09.8236246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/pruner/images/prune_3.png' 2025-03-21T20:18:09.8237799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/pruner/images/prune_4.png' 2025-03-21T20:18:09.8239344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/pruner/images/prune_5.png' 2025-03-21T20:18:09.8240891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/pruner/images/prune_6.png' 2025-03-21T20:18:09.8242403Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/pruner/images' 2025-03-21T20:18:09.8243965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/pruner/lstm_saliency_pruner.py' 2025-03-21T20:18:09.8245535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/pruner/match_utils.py' 2025-03-21T20:18:09.8247066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/pruner/parametrization.py' 2025-03-21T20:18:09.8248746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/pruner/prune_functions.py' 2025-03-21T20:18:09.8250292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/pruner/saliency_pruner.py' 2025-03-21T20:18:09.8251775Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/pruner' 2025-03-21T20:18:09.8253223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/scheduler/__init__.py' 2025-03-21T20:18:09.8254754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/scheduler/base_scheduler.py' 2025-03-21T20:18:09.8256331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/scheduler/cubic_scheduler.py' 2025-03-21T20:18:09.8257904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/scheduler/lambda_scheduler.py' 2025-03-21T20:18:09.8259412Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/scheduler' 2025-03-21T20:18:09.8260885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/sparsifier/__init__.py' 2025-03-21T20:18:09.8262476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/sparsifier/base_sparsifier.py' 2025-03-21T20:18:09.8264134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/sparsifier/nearly_diagonal_sparsifier.py' 2025-03-21T20:18:09.8265765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/sparsifier/utils.py' 2025-03-21T20:18:09.8267349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/sparsifier/weight_norm_sparsifier.py' 2025-03-21T20:18:09.8268966Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/sparsifier' 2025-03-21T20:18:09.8270436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock/.gitignore' 2025-03-21T20:18:09.8271919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock/README.md' 2025-03-21T20:18:09.8273409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock/TRAINING.md' 2025-03-21T20:18:09.8274910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock/__init__.py' 2025-03-21T20:18:09.8276417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock/benchmark.py' 2025-03-21T20:18:09.8277978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock/benchmark.sh' 2025-03-21T20:18:09.8279553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock/benchmark_results.txt' 2025-03-21T20:18:09.8281145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock/evaluate.py' 2025-03-21T20:18:09.8282648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock/evaluate.sh' 2025-03-21T20:18:09.8284211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock/evaluation_results.txt' 2025-03-21T20:18:09.8285772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock/train.py' 2025-03-21T20:18:09.8287247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock/utils.py' 2025-03-21T20:18:09.8288710Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity/superblock' 2025-03-21T20:18:09.8290102Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/sparsity' 2025-03-21T20:18:09.8291450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/spinquant/README.md' 2025-03-21T20:18:09.8292827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/spinquant/__init__.py' 2025-03-21T20:18:09.8294270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/spinquant/_hadamard_matrices.py' 2025-03-21T20:18:09.8295757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/spinquant/hadamard_utils.py' 2025-03-21T20:18:09.8297211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/spinquant/spinquant.py' 2025-03-21T20:18:09.8298616Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype/spinquant' 2025-03-21T20:18:09.8299910Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/prototype' 2025-03-21T20:18:09.8301163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/GPTQ.py' 2025-03-21T20:18:09.8302458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/GPTQ_MT.py' 2025-03-21T20:18:09.8303751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/README.md' 2025-03-21T20:18:09.8305050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/__init__.py' 2025-03-21T20:18:09.8306359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/autoquant.py' 2025-03-21T20:18:09.8307700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/dynamic_quant.py' 2025-03-21T20:18:09.8309128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/granularity.py' 2025-03-21T20:18:09.8310655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/linear_activation_quantized_tensor.py' 2025-03-21T20:18:09.8312204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/linear_activation_scale.py' 2025-03-21T20:18:09.8313831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/linear_activation_weight_observed_tensor.py' 2025-03-21T20:18:09.8315374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/marlin_qqq/README.md' 2025-03-21T20:18:09.8316789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/marlin_qqq/__init__.py' 2025-03-21T20:18:09.8318194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/marlin_qqq/utils.py' 2025-03-21T20:18:09.8319580Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/marlin_qqq' 2025-03-21T20:18:09.8320938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/observer.py' 2025-03-21T20:18:09.8322316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/prototype/__init__.py' 2025-03-21T20:18:09.8323753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/prototype/qat/README.md' 2025-03-21T20:18:09.8325217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/prototype/qat/__init__.py' 2025-03-21T20:18:09.8325936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/prototype/qat/_module_swap_api.py' 2025-03-21T20:18:09.8326745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/prototype/qat/affine_fake_quantized_tensor.py' 2025-03-21T20:18:09.8327382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/prototype/qat/api.py' 2025-03-21T20:18:09.8328101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/prototype/qat/embedding.py' 2025-03-21T20:18:09.8328836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/prototype/qat/fake_quantizer.py' 2025-03-21T20:18:09.8329504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/prototype/qat/linear.py' 2025-03-21T20:18:09.8330151Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/prototype/qat' 2025-03-21T20:18:09.8330782Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/prototype' 2025-03-21T20:18:09.8331380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/qat/README.md' 2025-03-21T20:18:09.8331991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/qat/__init__.py' 2025-03-21T20:18:09.8332720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/qat/affine_fake_quantized_tensor.py' 2025-03-21T20:18:09.8333312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/qat/api.py' 2025-03-21T20:18:09.8333931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/qat/embedding.py' 2025-03-21T20:18:09.8334598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/qat/fake_quantizer.py' 2025-03-21T20:18:09.8335282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/qat/images/qat_diagram.png' 2025-03-21T20:18:09.8335938Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/qat/images' 2025-03-21T20:18:09.8336541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/qat/linear.py' 2025-03-21T20:18:09.8337133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/qat/utils.py' 2025-03-21T20:18:09.8337728Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/qat' 2025-03-21T20:18:09.8338321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/quant_api.py' 2025-03-21T20:18:09.8338960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/quant_primitives.py' 2025-03-21T20:18:09.8339573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/smoothquant.py' 2025-03-21T20:18:09.8340168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/subclass.py' 2025-03-21T20:18:09.8340796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/transform_module.py' 2025-03-21T20:18:09.8341382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/unified.py' 2025-03-21T20:18:09.8341951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/utils.py' 2025-03-21T20:18:09.8342565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/weight_only.py' 2025-03-21T20:18:09.8343397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization/weight_tensor_linear_activation_quantization.py' 2025-03-21T20:18:09.8343998Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/quantization' 2025-03-21T20:18:09.8344561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/README.md' 2025-03-21T20:18:09.8345124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/__init__.py' 2025-03-21T20:18:09.8345721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/blocksparse.py' 2025-03-21T20:18:09.8346313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/marlin/README.md' 2025-03-21T20:18:09.8346922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/marlin/__init__.py' 2025-03-21T20:18:09.8347508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/marlin/utils.py' 2025-03-21T20:18:09.8348234Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/marlin' 2025-03-21T20:18:09.8348901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/__init__.py' 2025-03-21T20:18:09.8349647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/pruner/FPGM_pruner.py' 2025-03-21T20:18:09.8350315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/pruner/__init__.py' 2025-03-21T20:18:09.8351149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/pruner/base_structured_sparsifier.py' 2025-03-21T20:18:09.8351890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/pruner/lstm_saliency_pruner.py' 2025-03-21T20:18:09.8352624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/pruner/parametrization.py' 2025-03-21T20:18:09.8353338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/pruner/saliency_pruner.py' 2025-03-21T20:18:09.8353986Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/pruner' 2025-03-21T20:18:09.8354683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/scheduler/__init__.py' 2025-03-21T20:18:09.8355404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/scheduler/base_scheduler.py' 2025-03-21T20:18:09.8356139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/scheduler/cubic_scheduler.py' 2025-03-21T20:18:09.8356873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/scheduler/lambda_scheduler.py' 2025-03-21T20:18:09.8357545Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/scheduler' 2025-03-21T20:18:09.8358231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/sparsifier/__init__.py' 2025-03-21T20:18:09.8359014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/sparsifier/base_sparsifier.py' 2025-03-21T20:18:09.8359847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/sparsifier/nearly_diagonal_sparsifier.py' 2025-03-21T20:18:09.8360524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/sparsifier/utils.py' 2025-03-21T20:18:09.8361303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/sparsifier/weight_norm_sparsifier.py' 2025-03-21T20:18:09.8361977Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/sparsifier' 2025-03-21T20:18:09.8362665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/superblock/__init__.py' 2025-03-21T20:18:09.8363388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/superblock/blocksparse.py' 2025-03-21T20:18:09.8364086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/superblock/supermask.py' 2025-03-21T20:18:09.8364762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/superblock/utils.py' 2025-03-21T20:18:09.8365458Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype/superblock' 2025-03-21T20:18:09.8366061Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/prototype' 2025-03-21T20:18:09.8366682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/sparse_api.py' 2025-03-21T20:18:09.8367257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/supermask.py' 2025-03-21T20:18:09.8367875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/training/README.md' 2025-03-21T20:18:09.8368491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/training/__init__.py' 2025-03-21T20:18:09.8369113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/training/autograd.py' 2025-03-21T20:18:09.8369761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/training/pointwise_ops.py' 2025-03-21T20:18:09.8370366Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/training' 2025-03-21T20:18:09.8370913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/utils.py' 2025-03-21T20:18:09.8371470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity/wanda.py' 2025-03-21T20:18:09.8372021Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/sparsity' 2025-03-21T20:18:09.8372587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/testing/__init__.py' 2025-03-21T20:18:09.8373178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/testing/float8/__init__.py' 2025-03-21T20:18:09.8373801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/testing/float8/dtensor_utils.py' 2025-03-21T20:18:09.8374450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/testing/float8/fsdp2_utils.py' 2025-03-21T20:18:09.8375106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/testing/float8/roofline_utils.py' 2025-03-21T20:18:09.8375723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/testing/float8/test_utils.py' 2025-03-21T20:18:09.8376300Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/testing/float8' 2025-03-21T20:18:09.8376846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/testing/utils.py' 2025-03-21T20:18:09.8377386Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/testing' 2025-03-21T20:18:09.8377901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/utils.py' 2025-03-21T20:18:09.8378402Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/torchao' 2025-03-21T20:18:09.8378940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/add_an_op.py' 2025-03-21T20:18:09.8379557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/calibration_flow/awq_like.py' 2025-03-21T20:18:09.8380229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/calibration_flow/gptq_like.py' 2025-03-21T20:18:09.8380868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/calibration_flow/static_quant.py' 2025-03-21T20:18:09.8381500Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/calibration_flow' 2025-03-21T20:18:09.8382144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/developer_api_guide/__init__.py' 2025-03-21T20:18:09.8382850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/developer_api_guide/export_to_executorch.py' 2025-03-21T20:18:09.8383587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/developer_api_guide/my_dtype_tensor_subclass.py' 2025-03-21T20:18:09.8384335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/developer_api_guide/my_trainable_tensor_subclass.py' 2025-03-21T20:18:09.8385045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/developer_api_guide/print_op_and_shapes.py' 2025-03-21T20:18:09.8385728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/developer_api_guide/tensor_parallel.py' 2025-03-21T20:18:09.8386357Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/developer_api_guide' 2025-03-21T20:18:09.8386975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/examples/logging_subclass.py' 2025-03-21T20:18:09.8387634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/examples/quantized_module_swap.py' 2025-03-21T20:18:09.8388259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/examples/quantized_subclass.py' 2025-03-21T20:18:09.8388887Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/examples' 2025-03-21T20:18:09.8389542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/quantize_vit/bfloat16.json.gz' 2025-03-21T20:18:09.8390197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/quantize_vit/bfloat16_code.py' 2025-03-21T20:18:09.8390800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/quantize_vit/quant.json.gz' 2025-03-21T20:18:09.8391402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/quantize_vit/quant_code.py' 2025-03-21T20:18:09.8391985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/quantize_vit/run.sh' 2025-03-21T20:18:09.8392581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/quantize_vit/run_vit_b.py' 2025-03-21T20:18:09.8393222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/quantize_vit/run_vit_b_quant.py' 2025-03-21T20:18:09.8393799Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/quantize_vit' 2025-03-21T20:18:09.8394331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials/run_all.sh' 2025-03-21T20:18:09.8394838Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/tutorials' 2025-03-21T20:18:09.8395350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/version.txt' 2025-03-21T20:18:09.8395803Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao' 2025-03-21T20:18:09.8396298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.git' 2025-03-21T20:18:09.8396914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.bazelci/presubmit.yml' 2025-03-21T20:18:09.8397483Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.bazelci' 2025-03-21T20:18:09.8398010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.bazelignore' 2025-03-21T20:18:09.8398513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.bazelrc' 2025-03-21T20:18:09.8399060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.clang-format' 2025-03-21T20:18:09.8399583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.clang-tidy' 2025-03-21T20:18:09.8400123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.editorconfig' 2025-03-21T20:18:09.8400650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.eslintrc.js' 2025-03-21T20:18:09.8401200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.gitattributes' 2025-03-21T20:18:09.8401800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/ISSUE_TEMPLATE.md' 2025-03-21T20:18:09.8402450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/PULL_REQUEST_TEMPLATE.md' 2025-03-21T20:18:09.8403011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/labeler.yml' 2025-03-21T20:18:09.8403659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/workflows/build.yml' 2025-03-21T20:18:09.8404278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/workflows/codeql.yml' 2025-03-21T20:18:09.8404950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/workflows/extrabuild.yml' 2025-03-21T20:18:09.8405555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/workflows/label.yml' 2025-03-21T20:18:09.8406155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/workflows/main.yml' 2025-03-21T20:18:09.8406784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/workflows/release.yml' 2025-03-21T20:18:09.8407414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/workflows/scorecards.yml' 2025-03-21T20:18:09.8408035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/workflows/stale.yml' 2025-03-21T20:18:09.8408636Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github/workflows' 2025-03-21T20:18:09.8409197Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.github' 2025-03-21T20:18:09.8409715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.gitignore' 2025-03-21T20:18:09.8410247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/.npmrc' 2025-03-21T20:18:09.8410774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/BUILD.bazel' 2025-03-21T20:18:09.8411341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CHANGELOG.md' 2025-03-21T20:18:09.8411965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CMake/BuildFlatBuffers.cmake' 2025-03-21T20:18:09.8412556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CMake/DESCRIPTION.txt' 2025-03-21T20:18:09.8413172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CMake/FindFlatBuffers.cmake' 2025-03-21T20:18:09.8413779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CMake/PackageDebian.cmake' 2025-03-21T20:18:09.8414392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CMake/PackageRedhat.cmake' 2025-03-21T20:18:09.8414962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CMake/Version.cmake' 2025-03-21T20:18:09.8415688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CMake/flatbuffers-config-version.cmake.in' 2025-03-21T20:18:09.8416319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CMake/flatbuffers-config.cmake' 2025-03-21T20:18:09.8416926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CMake/flatbuffers.pc.in' 2025-03-21T20:18:09.8417468Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CMake' 2025-03-21T20:18:09.8418021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CMakeLists.txt' 2025-03-21T20:18:09.8418562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/CONTRIBUTING.md' 2025-03-21T20:18:09.8419175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/FlatBuffers.podspec' 2025-03-21T20:18:09.8419732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/Formatters.md' 2025-03-21T20:18:09.8420241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/LICENSE' 2025-03-21T20:18:09.8420774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/Package.swift' 2025-03-21T20:18:09.8421365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/Package@swift-5.5.swift' 2025-03-21T20:18:09.8421892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/README.md' 2025-03-21T20:18:09.8422412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/SECURITY.md' 2025-03-21T20:18:09.8422934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/WORKSPACE' 2025-03-21T20:18:09.8423480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/.project' 2025-03-21T20:18:09.8424108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/AndroidManifest.xml' 2025-03-21T20:18:09.8424690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/.gitignore' 2025-03-21T20:18:09.8425322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/build.gradle' 2025-03-21T20:18:09.8425956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/proguard-rules.pro' 2025-03-21T20:18:09.8426687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/AndroidManifest.xml' 2025-03-21T20:18:09.8427374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/cpp/CMakeLists.txt' 2025-03-21T20:18:09.8428049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/cpp/animals.cpp' 2025-03-21T20:18:09.8428859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/cpp/flatbuffers/CMakeLists.txt' 2025-03-21T20:18:09.8429567Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/cpp/flatbuffers' 2025-03-21T20:18:09.8430352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/cpp/generated/animal_generated.h' 2025-03-21T20:18:09.8431056Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/cpp/generated' 2025-03-21T20:18:09.8431709Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/cpp' 2025-03-21T20:18:09.8432365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/fbs/animal.fbs' 2025-03-21T20:18:09.8433014Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/fbs' 2025-03-21T20:18:09.8433831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/java/com/flatbuffers/app/MainActivity.kt' 2025-03-21T20:18:09.8434639Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/java/com/flatbuffers/app' 2025-03-21T20:18:09.8435413Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/java/com/flatbuffers' 2025-03-21T20:18:09.8436086Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/java/com' 2025-03-21T20:18:09.8436875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/java/generated/com/fbs/app/Animal.kt' 2025-03-21T20:18:09.8437656Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/java/generated/com/fbs/app' 2025-03-21T20:18:09.8438412Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/java/generated/com/fbs' 2025-03-21T20:18:09.8439147Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/java/generated/com' 2025-03-21T20:18:09.8439847Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/java/generated' 2025-03-21T20:18:09.8440497Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/java' 2025-03-21T20:18:09.8441349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml' 2025-03-21T20:18:09.8442078Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/res/drawable-v24' 2025-03-21T20:18:09.8442913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/res/drawable/ic_launcher_background.xml' 2025-03-21T20:18:09.8443601Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/res/drawable' 2025-03-21T20:18:09.8444341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/res/layout/activity_main.xml' 2025-03-21T20:18:09.8445015Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/res/layout' 2025-03-21T20:18:09.8445821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml' 2025-03-21T20:18:09.8446654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml' 2025-03-21T20:18:09.8447413Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/res/mipmap-anydpi-v26' 2025-03-21T20:18:09.8448296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/res/mipmap-hdpi/ic_launcher.png' 2025-03-21T20:18:09.8449096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png' 2025-03-21T20:18:09.8449808Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/res/mipmap-hdpi' 2025-03-21T20:18:09.8450627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/res/mipmap-mdpi/ic_launcher.png' 2025-03-21T20:18:09.8451460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png' 2025-03-21T20:18:09.8452182Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/res/mipmap-mdpi' 2025-03-21T20:18:09.8452952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png' 2025-03-21T20:18:09.8453764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png' 2025-03-21T20:18:09.8454492Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/res/mipmap-xhdpi' 2025-03-21T20:18:09.8455271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png' 2025-03-21T20:18:09.8456078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png' 2025-03-21T20:18:09.8456815Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/res/mipmap-xxhdpi' 2025-03-21T20:18:09.8457633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png' 2025-03-21T20:18:09.8458453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png' 2025-03-21T20:18:09.8459230Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/res/mipmap-xxxhdpi' 2025-03-21T20:18:09.8459933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/res/values/colors.xml' 2025-03-21T20:18:09.8460644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/res/values/strings.xml' 2025-03-21T20:18:09.8461338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/res/values/styles.xml' 2025-03-21T20:18:09.8462019Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/res/values' 2025-03-21T20:18:09.8462663Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main/res' 2025-03-21T20:18:09.8463288Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src/main' 2025-03-21T20:18:09.8463878Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app/src' 2025-03-21T20:18:09.8464456Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/app' 2025-03-21T20:18:09.8465028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/build.gradle' 2025-03-21T20:18:09.8465639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/gradle.properties' 2025-03-21T20:18:09.8466370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/gradle/wrapper/gradle-wrapper.jar' 2025-03-21T20:18:09.8467146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/gradle/wrapper/gradle-wrapper.properties' 2025-03-21T20:18:09.8467777Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/gradle/wrapper' 2025-03-21T20:18:09.8468368Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/gradle' 2025-03-21T20:18:09.8468958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/gradlew' 2025-03-21T20:18:09.8469524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/gradlew.bat' 2025-03-21T20:18:09.8470132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android/settings.gradle' 2025-03-21T20:18:09.8470681Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/android' 2025-03-21T20:18:09.8471240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/bazel/BUILD.bazel' 2025-03-21T20:18:09.8471778Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/bazel' 2025-03-21T20:18:09.8472384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/CMakeLists.txt' 2025-03-21T20:18:09.8472999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/cpp/bench.h' 2025-03-21T20:18:09.8473665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/cpp/benchmark_main.cpp' 2025-03-21T20:18:09.8474363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs' 2025-03-21T20:18:09.8475090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/cpp/flatbuffers/bench_generated.h' 2025-03-21T20:18:09.8475780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/cpp/flatbuffers/fb_bench.cpp' 2025-03-21T20:18:09.8476458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/cpp/flatbuffers/fb_bench.h' 2025-03-21T20:18:09.8477113Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/cpp/flatbuffers' 2025-03-21T20:18:09.8477757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/cpp/raw/raw_bench.cpp' 2025-03-21T20:18:09.8478382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/cpp/raw/raw_bench.h' 2025-03-21T20:18:09.8478987Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/cpp/raw' 2025-03-21T20:18:09.8479580Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/cpp' 2025-03-21T20:18:09.8480524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/swift/Benchmarks/FlatbuffersBenchmarks/FlatbuffersBenchmarks.swift' 2025-03-21T20:18:09.8481328Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/swift/Benchmarks/FlatbuffersBenchmarks' 2025-03-21T20:18:09.8482016Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/swift/Benchmarks' 2025-03-21T20:18:09.8482680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/swift/Package.swift' 2025-03-21T20:18:09.8483287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/swift/README.md' 2025-03-21T20:18:09.8483890Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks/swift' 2025-03-21T20:18:09.8484460Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/benchmarks' 2025-03-21T20:18:09.8485005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/build_defs.bzl' 2025-03-21T20:18:09.8485544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/composer.json' 2025-03-21T20:18:09.8486129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/conan/CMakeLists.txt' 2025-03-21T20:18:09.8486663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/conan/build.py' 2025-03-21T20:18:09.8487321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/conan/test_package/CMakeLists.txt' 2025-03-21T20:18:09.8488034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/conan/test_package/conanfile.py' 2025-03-21T20:18:09.8488691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/conan/test_package/test_package.cpp' 2025-03-21T20:18:09.8489332Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/conan/test_package' 2025-03-21T20:18:09.8489872Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/conan' 2025-03-21T20:18:09.8490419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/conanfile.py' 2025-03-21T20:18:09.8490970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/CHANGELOG.md' 2025-03-21T20:18:09.8491508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/LICENSE' 2025-03-21T20:18:09.8492043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/README.md' 2025-03-21T20:18:09.8492653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/analysis_options.yaml' 2025-03-21T20:18:09.8493253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/example/example.dart' 2025-03-21T20:18:09.8494016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/example/monster_my_game.sample_generated.dart' 2025-03-21T20:18:09.8494592Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/example' 2025-03-21T20:18:09.8495204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/lib/flat_buffers.dart' 2025-03-21T20:18:09.8495803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/lib/flex_buffers.dart' 2025-03-21T20:18:09.8496397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/lib/src/builder.dart' 2025-03-21T20:18:09.8497055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/lib/src/reference.dart' 2025-03-21T20:18:09.8497666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/lib/src/types.dart' 2025-03-21T20:18:09.8498248Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/lib/src' 2025-03-21T20:18:09.8498802Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/lib' 2025-03-21T20:18:09.8499356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/publish.sh' 2025-03-21T20:18:09.8499909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/pubspec.yaml' 2025-03-21T20:18:09.8500534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/bool_structs.fbs' 2025-03-21T20:18:09.8501203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/bool_structs_generated.dart' 2025-03-21T20:18:09.8501850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/flat_buffers_test.dart' 2025-03-21T20:18:09.8502484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/flex_builder_test.dart' 2025-03-21T20:18:09.8503149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/flex_reader_test.dart' 2025-03-21T20:18:09.8503776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/flex_types_test.dart' 2025-03-21T20:18:09.8504480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/include_test1_generated.dart' 2025-03-21T20:18:09.8505299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/include_test2_my_game.other_name_space_generated.dart' 2025-03-21T20:18:09.8506038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/keyword_test_keyword_test_generated.dart' 2025-03-21T20:18:09.8506654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/list_of_enums.fbs' 2025-03-21T20:18:09.8507329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/list_of_enums_generated.dart' 2025-03-21T20:18:09.8507937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/monster_test.fbs' 2025-03-21T20:18:09.8508757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/monster_test_my_game.example2_generated.dart' 2025-03-21T20:18:09.8509526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/monster_test_my_game.example_generated.dart' 2025-03-21T20:18:09.8510235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/monster_test_my_game_generated.dart' 2025-03-21T20:18:09.8510870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test/monsterdata_test.mon' 2025-03-21T20:18:09.8511432Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart/test' 2025-03-21T20:18:09.8512011Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/dart' 2025-03-21T20:18:09.8512556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/footer.html' 2025-03-21T20:18:09.8513137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/header.html' 2025-03-21T20:18:09.8513758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/images/fpl_logo_small.png' 2025-03-21T20:18:09.8514367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/images/ftv2mnode.png' 2025-03-21T20:18:09.8514962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/images/ftv2pnode.png' 2025-03-21T20:18:09.8515532Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/images' 2025-03-21T20:18:09.8516140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/Benchmarks.md' 2025-03-21T20:18:09.8516729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/Building.md' 2025-03-21T20:18:09.8517348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/CONTRIBUTING.md' 2025-03-21T20:18:09.8517920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/CUsage.md' 2025-03-21T20:18:09.8518544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/Compiler.md' 2025-03-21T20:18:09.8519131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/CppUsage.md' 2025-03-21T20:18:09.8519780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/CsharpUsage.md' 2025-03-21T20:18:09.8520367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/DartUsage.md' 2025-03-21T20:18:09.8520978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/FlatBuffers.md' 2025-03-21T20:18:09.8521580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/FlexBuffers.md' 2025-03-21T20:18:09.8522157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/GoApi.md' 2025-03-21T20:18:09.8522785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/GoApi_generated.txt' 2025-03-21T20:18:09.8523367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/GoUsage.md' 2025-03-21T20:18:09.8523958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/Grammar.md' 2025-03-21T20:18:09.8524663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/IntermediateRepresentation.md' 2025-03-21T20:18:09.8525260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/Internals.md' 2025-03-21T20:18:09.8525885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/JavaScriptUsage.md' 2025-03-21T20:18:09.8526482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/JavaUsage.md' 2025-03-21T20:18:09.8527112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/KotlinUsage.md' 2025-03-21T20:18:09.8527755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/LobsterUsage.md' 2025-03-21T20:18:09.8528337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/LuaUsage.md' 2025-03-21T20:18:09.8528934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/PHPUsage.md' 2025-03-21T20:18:09.8529535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/PythonUsage.md' 2025-03-21T20:18:09.8530208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/README_TO_GENERATE_DOCS.md' 2025-03-21T20:18:09.8530801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/RustUsage.md' 2025-03-21T20:18:09.8531380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/Schemas.md' 2025-03-21T20:18:09.8531966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/Support.md' 2025-03-21T20:18:09.8532561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/SwiftUsage.md' 2025-03-21T20:18:09.8533153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/Tutorial.md' 2025-03-21T20:18:09.8533803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/TypeScriptUsage.md' 2025-03-21T20:18:09.8534442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/WhitePaper.md' 2025-03-21T20:18:09.8535005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/doxyfile' 2025-03-21T20:18:09.8535638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/doxygen_layout.xml' 2025-03-21T20:18:09.8536252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/gRPC/CppUsage.md' 2025-03-21T20:18:09.8536852Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/gRPC' 2025-03-21T20:18:09.8537411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/groups' 2025-03-21T20:18:09.8537996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source/style.css' 2025-03-21T20:18:09.8538565Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs/source' 2025-03-21T20:18:09.8539106Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/docs' 2025-03-21T20:18:09.8539707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/README.md' 2025-03-21T20:18:09.8540346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/client/client.go' 2025-03-21T20:18:09.8540990Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/client' 2025-03-21T20:18:09.8541573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/go.mod' 2025-03-21T20:18:09.8542203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/hero.fbs' 2025-03-21T20:18:09.8542859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/hero/Warrior.go' 2025-03-21T20:18:09.8543491Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/hero' 2025-03-21T20:18:09.8544079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/net.fbs' 2025-03-21T20:18:09.8544717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/net/Request.go' 2025-03-21T20:18:09.8545345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/net/Response.go' 2025-03-21T20:18:09.8545973Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/net' 2025-03-21T20:18:09.8546611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/server/server.go' 2025-03-21T20:18:09.8547250Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo/server' 2025-03-21T20:18:09.8547964Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples/go-echo' 2025-03-21T20:18:09.8548571Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/examples' 2025-03-21T20:18:09.8549177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/go/BUILD.bazel' 2025-03-21T20:18:09.8549767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/go/builder.go' 2025-03-21T20:18:09.8550287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/go/doc.go' 2025-03-21T20:18:09.8550815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/go/encode.go' 2025-03-21T20:18:09.8551337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/go/grpc.go' 2025-03-21T20:18:09.8551842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/go/lib.go' 2025-03-21T20:18:09.8552372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/go/sizes.go' 2025-03-21T20:18:09.8552892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/go/struct.go' 2025-03-21T20:18:09.8553418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/go/table.go' 2025-03-21T20:18:09.8553937Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/go' 2025-03-21T20:18:09.8554486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/README.md' 2025-03-21T20:18:09.8555111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/cpp/basic_generated.h' 2025-03-21T20:18:09.8555699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/cpp/generate.py' 2025-03-21T20:18:09.8556274Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/cpp' 2025-03-21T20:18:09.8557026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/csharp/flatbuffers/goldens/Galaxy.cs' 2025-03-21T20:18:09.8557789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/csharp/flatbuffers/goldens/Universe.cs' 2025-03-21T20:18:09.8558488Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/csharp/flatbuffers/goldens' 2025-03-21T20:18:09.8559142Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/csharp/flatbuffers' 2025-03-21T20:18:09.8559745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/csharp/generate.py' 2025-03-21T20:18:09.8560330Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/csharp' 2025-03-21T20:18:09.8561102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/dart/basic_flatbuffers.goldens_generated.dart' 2025-03-21T20:18:09.8561697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/dart/generate.py' 2025-03-21T20:18:09.8562268Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/dart' 2025-03-21T20:18:09.8562879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/generate_goldens.py' 2025-03-21T20:18:09.8563589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/go/flatbuffers/goldens/Galaxy.go' 2025-03-21T20:18:09.8564285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/go/flatbuffers/goldens/Universe.go' 2025-03-21T20:18:09.8564990Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/go/flatbuffers/goldens' 2025-03-21T20:18:09.8565620Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/go/flatbuffers' 2025-03-21T20:18:09.8566208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/go/generate.py' 2025-03-21T20:18:09.8566770Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/go' 2025-03-21T20:18:09.8567364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/golden_utils.py' 2025-03-21T20:18:09.8568076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/java/flatbuffers/goldens/Galaxy.java' 2025-03-21T20:18:09.8568807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/java/flatbuffers/goldens/Universe.java' 2025-03-21T20:18:09.8569491Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/java/flatbuffers/goldens' 2025-03-21T20:18:09.8570131Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/java/flatbuffers' 2025-03-21T20:18:09.8570717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/java/generate.py' 2025-03-21T20:18:09.8571298Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/java' 2025-03-21T20:18:09.8572033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/kotlin/flatbuffers/goldens/Galaxy.kt' 2025-03-21T20:18:09.8572760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/kotlin/flatbuffers/goldens/Universe.kt' 2025-03-21T20:18:09.8573487Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/kotlin/flatbuffers/goldens' 2025-03-21T20:18:09.8574141Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/kotlin/flatbuffers' 2025-03-21T20:18:09.8574745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/kotlin/generate.py' 2025-03-21T20:18:09.8575323Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/kotlin' 2025-03-21T20:18:09.8576015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/lobster/basic_generated.lobster' 2025-03-21T20:18:09.8576623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/lobster/generate.py' 2025-03-21T20:18:09.8577215Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/lobster' 2025-03-21T20:18:09.8577796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/lua/Galaxy.lua' 2025-03-21T20:18:09.8578423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/lua/Universe.lua' 2025-03-21T20:18:09.8579008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/lua/generate.py' 2025-03-21T20:18:09.8579611Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/lua' 2025-03-21T20:18:09.8580190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/nim/Galaxy.nim' 2025-03-21T20:18:09.8580784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/nim/Universe.nim' 2025-03-21T20:18:09.8581374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/nim/generate.py' 2025-03-21T20:18:09.8581948Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/nim' 2025-03-21T20:18:09.8582653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/php/flatbuffers/goldens/Galaxy.php' 2025-03-21T20:18:09.8583371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/php/flatbuffers/goldens/Universe.php' 2025-03-21T20:18:09.8584069Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/php/flatbuffers/goldens' 2025-03-21T20:18:09.8584716Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/php/flatbuffers' 2025-03-21T20:18:09.8585316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/php/generate.py' 2025-03-21T20:18:09.8585889Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/php' 2025-03-21T20:18:09.8586485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/py/__init__.py' 2025-03-21T20:18:09.8587168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/py/flatbuffers/__init__.py' 2025-03-21T20:18:09.8587881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/py/flatbuffers/goldens/Galaxy.py' 2025-03-21T20:18:09.8588688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/py/flatbuffers/goldens/Universe.py' 2025-03-21T20:18:09.8589398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/py/flatbuffers/goldens/__init__.py' 2025-03-21T20:18:09.8590074Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/py/flatbuffers/goldens' 2025-03-21T20:18:09.8590712Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/py/flatbuffers' 2025-03-21T20:18:09.8591297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/py/generate.py' 2025-03-21T20:18:09.8591871Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/py' 2025-03-21T20:18:09.8592506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/rust/basic_generated.rs' 2025-03-21T20:18:09.8593091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/rust/generate.py' 2025-03-21T20:18:09.8593675Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/rust' 2025-03-21T20:18:09.8594293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/schema/basic.fbs' 2025-03-21T20:18:09.8594917Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/schema' 2025-03-21T20:18:09.8595514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/swift/__init__.py' 2025-03-21T20:18:09.8596183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/swift/basic_generated.swift' 2025-03-21T20:18:09.8596776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/swift/generate.py' 2025-03-21T20:18:09.8597360Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/swift' 2025-03-21T20:18:09.8597921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/ts/basic.ts' 2025-03-21T20:18:09.8598576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/ts/flatbuffers/goldens.ts' 2025-03-21T20:18:09.8599269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/ts/flatbuffers/goldens/galaxy.ts' 2025-03-21T20:18:09.8599972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/ts/flatbuffers/goldens/universe.ts' 2025-03-21T20:18:09.8600642Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/ts/flatbuffers/goldens' 2025-03-21T20:18:09.8601277Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/ts/flatbuffers' 2025-03-21T20:18:09.8601855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/ts/generate.py' 2025-03-21T20:18:09.8602444Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens/ts' 2025-03-21T20:18:09.8602996Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/goldens' 2025-03-21T20:18:09.8603564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/BUILD.bazel' 2025-03-21T20:18:09.8604104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/README.md' 2025-03-21T20:18:09.8604676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/boringssl.patch' 2025-03-21T20:18:09.8605240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/build_grpc.sh' 2025-03-21T20:18:09.8605872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/build_grpc_with_cxx14.patch' 2025-03-21T20:18:09.8606464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/README.md' 2025-03-21T20:18:09.8607065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/go/format.sh' 2025-03-21T20:18:09.8607725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/go/greeter/.gitignore' 2025-03-21T20:18:09.8608370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/go/greeter/README.md' 2025-03-21T20:18:09.8609085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/go/greeter/client/go.mod' 2025-03-21T20:18:09.8609762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/go/greeter/client/main.go' 2025-03-21T20:18:09.8610463Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/go/greeter/client' 2025-03-21T20:18:09.8611200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/go/greeter/models/Greeter_grpc.go' 2025-03-21T20:18:09.8611910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/go/greeter/models/HelloReply.go' 2025-03-21T20:18:09.8612648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/go/greeter/models/HelloRequest.go' 2025-03-21T20:18:09.8613312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/go/greeter/models/go.mod' 2025-03-21T20:18:09.8613999Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/go/greeter/models' 2025-03-21T20:18:09.8614667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/go/greeter/server/go.mod' 2025-03-21T20:18:09.8615348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/go/greeter/server/main.go' 2025-03-21T20:18:09.8616020Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/go/greeter/server' 2025-03-21T20:18:09.8616665Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/go/greeter' 2025-03-21T20:18:09.8617261Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/go' 2025-03-21T20:18:09.8617887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/greeter.fbs' 2025-03-21T20:18:09.8618589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/python/greeter/README.md' 2025-03-21T20:18:09.8619266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/python/greeter/client.py' 2025-03-21T20:18:09.8620008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py' 2025-03-21T20:18:09.8620771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py' 2025-03-21T20:18:09.8621492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/python/greeter/models/__init__.py' 2025-03-21T20:18:09.8628370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/python/greeter/models/greeter_grpc_fb.py' 2025-03-21T20:18:09.8629260Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/python/greeter/models' 2025-03-21T20:18:09.8629955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/python/greeter/server.py' 2025-03-21T20:18:09.8630719Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/python/greeter' 2025-03-21T20:18:09.8631340Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/python' 2025-03-21T20:18:09.8632081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/swift/Greeter/Package.swift' 2025-03-21T20:18:09.8632743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/swift/Greeter/README.md' 2025-03-21T20:18:09.8633559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/swift/Greeter/Sources/Model/greeter.grpc.swift' 2025-03-21T20:18:09.8634397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/swift/Greeter/Sources/Model/greeter_generated.swift' 2025-03-21T20:18:09.8635148Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/swift/Greeter/Sources/Model' 2025-03-21T20:18:09.8635913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/swift/Greeter/Sources/client/main.swift' 2025-03-21T20:18:09.8636667Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/swift/Greeter/Sources/client' 2025-03-21T20:18:09.8637427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/swift/Greeter/Sources/server/main.swift' 2025-03-21T20:18:09.8638172Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/swift/Greeter/Sources/server' 2025-03-21T20:18:09.8638872Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/swift/Greeter/Sources' 2025-03-21T20:18:09.8639528Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/swift/Greeter' 2025-03-21T20:18:09.8640177Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/swift' 2025-03-21T20:18:09.8640851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/ts/greeter/README.md' 2025-03-21T20:18:09.8641518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/ts/greeter/package.json' 2025-03-21T20:18:09.8642186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/ts/greeter/src/client.ts' 2025-03-21T20:18:09.8642874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/ts/greeter/src/greeter.ts' 2025-03-21T20:18:09.8643614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/ts/greeter/src/greeter_generated.ts' 2025-03-21T20:18:09.8644345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/ts/greeter/src/greeter_grpc.d.ts' 2025-03-21T20:18:09.8645051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/ts/greeter/src/greeter_grpc.js' 2025-03-21T20:18:09.8645728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/ts/greeter/src/models.ts' 2025-03-21T20:18:09.8646473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/ts/greeter/src/models/hello-reply.ts' 2025-03-21T20:18:09.8647271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/ts/greeter/src/models/hello-request.ts' 2025-03-21T20:18:09.8648182Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/ts/greeter/src/models' 2025-03-21T20:18:09.8648856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/ts/greeter/src/server.ts' 2025-03-21T20:18:09.8649517Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/ts/greeter/src' 2025-03-21T20:18:09.8650202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/ts/greeter/tsconfig.json' 2025-03-21T20:18:09.8650844Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/ts/greeter' 2025-03-21T20:18:09.8651438Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples/ts' 2025-03-21T20:18:09.8652030Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/examples' 2025-03-21T20:18:09.8652689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/flatbuffers-java-grpc/pom.xml' 2025-03-21T20:18:09.8653683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/flatbuffers-java-grpc/src/main/java/com/google/flatbuffers/grpc/FlatbuffersUtils.java' 2025-03-21T20:18:09.8654571Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/flatbuffers-java-grpc/src/main/java/com/google/flatbuffers/grpc' 2025-03-21T20:18:09.8655441Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/flatbuffers-java-grpc/src/main/java/com/google/flatbuffers' 2025-03-21T20:18:09.8656297Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/flatbuffers-java-grpc/src/main/java/com/google' 2025-03-21T20:18:09.8657095Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/flatbuffers-java-grpc/src/main/java/com' 2025-03-21T20:18:09.8657831Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/flatbuffers-java-grpc/src/main/java' 2025-03-21T20:18:09.8658548Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/flatbuffers-java-grpc/src/main' 2025-03-21T20:18:09.8659224Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/flatbuffers-java-grpc/src' 2025-03-21T20:18:09.8659889Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/flatbuffers-java-grpc' 2025-03-21T20:18:09.8660419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/pom.xml' 2025-03-21T20:18:09.8661042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/samples/greeter/Makefile' 2025-03-21T20:18:09.8661673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/samples/greeter/client.cpp' 2025-03-21T20:18:09.8662313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/samples/greeter/greeter.fbs' 2025-03-21T20:18:09.8662979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/samples/greeter/server.cpp' 2025-03-21T20:18:09.8663597Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/samples/greeter' 2025-03-21T20:18:09.8664201Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/samples' 2025-03-21T20:18:09.8664821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/BUILD.bazel' 2025-03-21T20:18:09.8665476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/cpp_generator.cc' 2025-03-21T20:18:09.8666118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/cpp_generator.h' 2025-03-21T20:18:09.8666765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/go_generator.cc' 2025-03-21T20:18:09.8667398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/go_generator.h' 2025-03-21T20:18:09.8668060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/java_generator.cc' 2025-03-21T20:18:09.8668769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/java_generator.h' 2025-03-21T20:18:09.8669440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/python_generator.cc' 2025-03-21T20:18:09.8670101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/python_generator.h' 2025-03-21T20:18:09.8670765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/schema_interface.h' 2025-03-21T20:18:09.8671455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/swift_generator.cc' 2025-03-21T20:18:09.8672114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/swift_generator.h' 2025-03-21T20:18:09.8672795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/ts_generator.cc' 2025-03-21T20:18:09.8673436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler/ts_generator.h' 2025-03-21T20:18:09.8674034Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src/compiler' 2025-03-21T20:18:09.8674586Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/src' 2025-03-21T20:18:09.8675143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/tests/BUILD' 2025-03-21T20:18:09.8675756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/tests/GameFactory.java' 2025-03-21T20:18:09.8676377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/tests/JavaGrpcTest.java' 2025-03-21T20:18:09.8676950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/tests/go_test.go' 2025-03-21T20:18:09.8677541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/tests/grpctest.cpp' 2025-03-21T20:18:09.8678151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/tests/grpctest.py' 2025-03-21T20:18:09.8678771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/tests/java-grpc-test.sh' 2025-03-21T20:18:09.8679451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/tests/message_builder_test.cpp' 2025-03-21T20:18:09.8680012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/tests/pom.xml' 2025-03-21T20:18:09.8680574Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc/tests' 2025-03-21T20:18:09.8681108Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/grpc' 2025-03-21T20:18:09.8681737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/allocator.h' 2025-03-21T20:18:09.8682347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/array.h' 2025-03-21T20:18:09.8682956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/base.h' 2025-03-21T20:18:09.8683568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/buffer.h' 2025-03-21T20:18:09.8684208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/buffer_ref.h' 2025-03-21T20:18:09.8684864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/code_generator.h' 2025-03-21T20:18:09.8685533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/code_generators.h' 2025-03-21T20:18:09.8686211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/default_allocator.h' 2025-03-21T20:18:09.8686906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/detached_buffer.h' 2025-03-21T20:18:09.8687578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/file_manager.h' 2025-03-21T20:18:09.8688263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/flatbuffer_builder.h' 2025-03-21T20:18:09.8688909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/flatbuffers.h' 2025-03-21T20:18:09.8689520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/flatc.h' 2025-03-21T20:18:09.8690178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/flex_flat_util.h' 2025-03-21T20:18:09.8690829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/flexbuffers.h' 2025-03-21T20:18:09.8691434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/grpc.h' 2025-03-21T20:18:09.8692033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/hash.h' 2025-03-21T20:18:09.8692636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/idl.h' 2025-03-21T20:18:09.8693304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/minireflect.h' 2025-03-21T20:18:09.8693971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/pch/flatc_pch.h' 2025-03-21T20:18:09.8694614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/pch/pch.h' 2025-03-21T20:18:09.8695256Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/pch' 2025-03-21T20:18:09.8695898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/reflection.h' 2025-03-21T20:18:09.8696600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/reflection_generated.h' 2025-03-21T20:18:09.8697225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/registry.h' 2025-03-21T20:18:09.8697894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/stl_emulation.h' 2025-03-21T20:18:09.8698509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/string.h' 2025-03-21T20:18:09.8699127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/struct.h' 2025-03-21T20:18:09.8699733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/table.h' 2025-03-21T20:18:09.8700339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/util.h' 2025-03-21T20:18:09.8700949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/vector.h' 2025-03-21T20:18:09.8701640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/vector_downward.h' 2025-03-21T20:18:09.8702268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers/verifier.h' 2025-03-21T20:18:09.8702908Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include/flatbuffers' 2025-03-21T20:18:09.8703462Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/include' 2025-03-21T20:18:09.8703989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/pom.xml' 2025-03-21T20:18:09.8704832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/ArrayReadWriteBuf.java' 2025-03-21T20:18:09.8705631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/BaseVector.java' 2025-03-21T20:18:09.8706452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/BooleanVector.java' 2025-03-21T20:18:09.8707329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/ByteBufferReadWriteBuf.java' 2025-03-21T20:18:09.8708149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/ByteBufferUtil.java' 2025-03-21T20:18:09.8709028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/ByteVector.java' 2025-03-21T20:18:09.8709847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/Constants.java' 2025-03-21T20:18:09.8710658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/DoubleVector.java' 2025-03-21T20:18:09.8711501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/FlatBufferBuilder.java' 2025-03-21T20:18:09.8712293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/FlexBuffers.java' 2025-03-21T20:18:09.8713146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/FlexBuffersBuilder.java' 2025-03-21T20:18:09.8713940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/FloatVector.java' 2025-03-21T20:18:09.8714882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/IntVector.java' 2025-03-21T20:18:09.8715680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/LongVector.java' 2025-03-21T20:18:09.8716446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/ReadBuf.java' 2025-03-21T20:18:09.8717256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/ReadWriteBuf.java' 2025-03-21T20:18:09.8718047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/ShortVector.java' 2025-03-21T20:18:09.8718880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/StringVector.java' 2025-03-21T20:18:09.8719667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/Struct.java' 2025-03-21T20:18:09.8720439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/Table.java' 2025-03-21T20:18:09.8721230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/UnionVector.java' 2025-03-21T20:18:09.8721985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/Utf8.java' 2025-03-21T20:18:09.8722755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/Utf8Old.java' 2025-03-21T20:18:09.8723535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/Utf8Safe.java' 2025-03-21T20:18:09.8724437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/AdvancedFeatures.java' 2025-03-21T20:18:09.8725321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/BaseType.java' 2025-03-21T20:18:09.8726139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/Enum.java' 2025-03-21T20:18:09.8727009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/EnumVal.java' 2025-03-21T20:18:09.8727831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/Field.java' 2025-03-21T20:18:09.8728677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/KeyValue.java' 2025-03-21T20:18:09.8729500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/Object.java' 2025-03-21T20:18:09.8730338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/RPCCall.java' 2025-03-21T20:18:09.8731167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/Schema.java' 2025-03-21T20:18:09.8732023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/SchemaFile.java' 2025-03-21T20:18:09.8732855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/Service.java' 2025-03-21T20:18:09.8733682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/Type.java' 2025-03-21T20:18:09.8734482Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection' 2025-03-21T20:18:09.8735261Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google/flatbuffers' 2025-03-21T20:18:09.8736011Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com/google' 2025-03-21T20:18:09.8736640Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java/com' 2025-03-21T20:18:09.8737251Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main/java' 2025-03-21T20:18:09.8737830Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/main' 2025-03-21T20:18:09.8738498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/test/java/DictionaryLookup' 2025-03-21T20:18:09.8739139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/test/java/JavaTest.java' 2025-03-21T20:18:09.8739740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/test/java/MyGame' 2025-03-21T20:18:09.8740355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/test/java/NamespaceA' 2025-03-21T20:18:09.8740975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/test/java/NamespaceC' 2025-03-21T20:18:09.8741655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/test/java/optional_scalars' 2025-03-21T20:18:09.8742288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/test/java/union_vector' 2025-03-21T20:18:09.8742921Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/test/java' 2025-03-21T20:18:09.8743640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/test/resources/monsterdata_test.mon' 2025-03-21T20:18:09.8744274Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/test/resources' 2025-03-21T20:18:09.8744852Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src/test' 2025-03-21T20:18:09.8745405Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java/src' 2025-03-21T20:18:09.8745935Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/java' 2025-03-21T20:18:09.8746472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/js/README.md' 2025-03-21T20:18:09.8746991Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/js' 2025-03-21T20:18:09.8747786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/benchmark/build.gradle.kts' 2025-03-21T20:18:09.8748457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/benchmark/monster_test_java.fbs' 2025-03-21T20:18:09.8749215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/benchmark/monster_test_kotlin.fbs' 2025-03-21T20:18:09.8750343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/benchmark/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/benchmark/FlatbufferBenchmark.kt' 2025-03-21T20:18:09.8751415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/benchmark/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/benchmark/FlexBuffersBenchmark.kt' 2025-03-21T20:18:09.8752468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/benchmark/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/benchmark/JsonBenchmark.kt' 2025-03-21T20:18:09.8753493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/benchmark/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/benchmark/UTF8Benchmark.kt' 2025-03-21T20:18:09.8754444Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/benchmark/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/benchmark' 2025-03-21T20:18:09.8755336Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/benchmark/src/jvmMain/kotlin/com/google/flatbuffers/kotlin' 2025-03-21T20:18:09.8756174Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/benchmark/src/jvmMain/kotlin/com/google/flatbuffers' 2025-03-21T20:18:09.8756951Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/benchmark/src/jvmMain/kotlin/com/google' 2025-03-21T20:18:09.8757713Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/benchmark/src/jvmMain/kotlin/com' 2025-03-21T20:18:09.8758421Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/benchmark/src/jvmMain/kotlin' 2025-03-21T20:18:09.8759116Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/benchmark/src/jvmMain' 2025-03-21T20:18:09.8759738Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/benchmark/src' 2025-03-21T20:18:09.8760328Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/benchmark' 2025-03-21T20:18:09.8760926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/build.gradle.kts' 2025-03-21T20:18:09.8761626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/build.gradle.kts' 2025-03-21T20:18:09.8762592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/Buffers.kt' 2025-03-21T20:18:09.8763572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ByteArray.kt' 2025-03-21T20:18:09.8764602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/FlatBufferBuilder.kt' 2025-03-21T20:18:09.8765598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/Flatbuffers.kt' 2025-03-21T20:18:09.8766583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/FlexBuffers.kt' 2025-03-21T20:18:09.8767651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/FlexBuffersBuilder.kt' 2025-03-21T20:18:09.8768738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/FlexBuffersInternals.kt' 2025-03-21T20:18:09.8769684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/Utf8.kt' 2025-03-21T20:18:09.8770631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/json.kt' 2025-03-21T20:18:09.8771583Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin' 2025-03-21T20:18:09.8772485Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers' 2025-03-21T20:18:09.8773325Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google' 2025-03-21T20:18:09.8774116Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com' 2025-03-21T20:18:09.8774921Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin' 2025-03-21T20:18:09.8775659Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain' 2025-03-21T20:18:09.8776656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/Asserts.kt' 2025-03-21T20:18:09.8777647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/BuffersTest.kt' 2025-03-21T20:18:09.8778652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/ByteArrayTest.kt' 2025-03-21T20:18:09.8779712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/FlatBufferBuilderTest.kt' 2025-03-21T20:18:09.8780741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/FlexBuffersTest.kt' 2025-03-21T20:18:09.8781707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/JSONTest.kt' 2025-03-21T20:18:09.8782654Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin' 2025-03-21T20:18:09.8783551Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers' 2025-03-21T20:18:09.8784429Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google' 2025-03-21T20:18:09.8785229Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com' 2025-03-21T20:18:09.8786033Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin' 2025-03-21T20:18:09.8786765Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest' 2025-03-21T20:18:09.8787729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/jsMain/kotlin/com/google/flatbuffers/kotlin/ByteArray.kt' 2025-03-21T20:18:09.8788697Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/jsMain/kotlin/com/google/flatbuffers/kotlin' 2025-03-21T20:18:09.8789585Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/jsMain/kotlin/com/google/flatbuffers' 2025-03-21T20:18:09.8790399Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/jsMain/kotlin/com/google' 2025-03-21T20:18:09.8791175Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/jsMain/kotlin/com' 2025-03-21T20:18:09.8791950Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/jsMain/kotlin' 2025-03-21T20:18:09.8792674Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/jsMain' 2025-03-21T20:18:09.8793665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/ByteArray.kt' 2025-03-21T20:18:09.8794599Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmMain/kotlin/com/google/flatbuffers/kotlin' 2025-03-21T20:18:09.8795473Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmMain/kotlin/com/google/flatbuffers' 2025-03-21T20:18:09.8796292Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmMain/kotlin/com/google' 2025-03-21T20:18:09.8797069Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmMain/kotlin/com' 2025-03-21T20:18:09.8797828Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmMain/kotlin' 2025-03-21T20:18:09.8798538Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmMain' 2025-03-21T20:18:09.8799495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmTest/kotlin/com/google/flatbuffers/kotlin/Utf8Test.kt' 2025-03-21T20:18:09.8800422Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmTest/kotlin/com/google/flatbuffers/kotlin' 2025-03-21T20:18:09.8801328Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmTest/kotlin/com/google/flatbuffers' 2025-03-21T20:18:09.8802179Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmTest/kotlin/com/google' 2025-03-21T20:18:09.8802953Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmTest/kotlin/com' 2025-03-21T20:18:09.8803717Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmTest/kotlin' 2025-03-21T20:18:09.8804527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmTest/resources/utf8_sample.txt' 2025-03-21T20:18:09.8805303Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmTest/resources' 2025-03-21T20:18:09.8806015Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmTest' 2025-03-21T20:18:09.8806991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/nativeMain/kotlin/com/google/flatbuffers/kotlin/ByteArray.kt' 2025-03-21T20:18:09.8807963Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/nativeMain/kotlin/com/google/flatbuffers/kotlin' 2025-03-21T20:18:09.8808865Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/nativeMain/kotlin/com/google/flatbuffers' 2025-03-21T20:18:09.8809729Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/nativeMain/kotlin/com/google' 2025-03-21T20:18:09.8810527Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/nativeMain/kotlin/com' 2025-03-21T20:18:09.8811295Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/nativeMain/kotlin' 2025-03-21T20:18:09.8812032Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src/nativeMain' 2025-03-21T20:18:09.8812699Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin/src' 2025-03-21T20:18:09.8813357Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/flatbuffers-kotlin' 2025-03-21T20:18:09.8813954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/gradle.properties' 2025-03-21T20:18:09.8814597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/gradle/libs.versions.toml' 2025-03-21T20:18:09.8815289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar' 2025-03-21T20:18:09.8816035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.properties' 2025-03-21T20:18:09.8816653Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/gradle/wrapper' 2025-03-21T20:18:09.8817257Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/gradle' 2025-03-21T20:18:09.8817826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/gradlew' 2025-03-21T20:18:09.8818383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/gradlew.bat' 2025-03-21T20:18:09.8818993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/settings.gradle.kts' 2025-03-21T20:18:09.8819604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/spotless/spotless.kt' 2025-03-21T20:18:09.8820196Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin/spotless' 2025-03-21T20:18:09.8820739Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/kotlin' 2025-03-21T20:18:09.8821360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lobster/flatbuffers.lobster' 2025-03-21T20:18:09.8821904Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lobster' 2025-03-21T20:18:09.8822474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lua/flatbuffers.lua' 2025-03-21T20:18:09.8823104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lua/flatbuffers/binaryarray.lua' 2025-03-21T20:18:09.8823739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lua/flatbuffers/builder.lua' 2025-03-21T20:18:09.8824342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lua/flatbuffers/compat.lua' 2025-03-21T20:18:09.8825001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lua/flatbuffers/compat_5_1.lua' 2025-03-21T20:18:09.8825622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lua/flatbuffers/compat_5_3.lua' 2025-03-21T20:18:09.8826261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lua/flatbuffers/compat_luajit.lua' 2025-03-21T20:18:09.8826881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lua/flatbuffers/numTypes.lua' 2025-03-21T20:18:09.8827468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lua/flatbuffers/view.lua' 2025-03-21T20:18:09.8828059Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lua/flatbuffers' 2025-03-21T20:18:09.8828588Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/lua' 2025-03-21T20:18:09.8829200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/mjs/README.md' 2025-03-21T20:18:09.8829722Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/mjs' 2025-03-21T20:18:09.8830355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/ByteBuffer.cs' 2025-03-21T20:18:09.8831001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/ByteBufferUtil.cs' 2025-03-21T20:18:09.8831677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/FlatBufferBuilder.cs' 2025-03-21T20:18:09.8832396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/FlatBufferConstants.cs' 2025-03-21T20:18:09.8833092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/FlatBufferVerify.cs' 2025-03-21T20:18:09.8833788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/Google.FlatBuffers.csproj' 2025-03-21T20:18:09.8834454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/IFlatbufferObject.cs' 2025-03-21T20:18:09.8835055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/Offset.cs' 2025-03-21T20:18:09.8835646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/Struct.cs' 2025-03-21T20:18:09.8836247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/Table.cs' 2025-03-21T20:18:09.8836878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/flatbuffers.png' 2025-03-21T20:18:09.8837514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers/flatbuffers.snk' 2025-03-21T20:18:09.8838098Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net/FlatBuffers' 2025-03-21T20:18:09.8838656Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/net' 2025-03-21T20:18:09.8839242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/nim/flatbuffers.nimble' 2025-03-21T20:18:09.8839910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/nim/flatbuffers/flatbuffers.nim' 2025-03-21T20:18:09.8840537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/nim/flatbuffers/src/builder.nim' 2025-03-21T20:18:09.8841163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/nim/flatbuffers/src/endian.nim' 2025-03-21T20:18:09.8841784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/nim/flatbuffers/src/struct.nim' 2025-03-21T20:18:09.8842404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/nim/flatbuffers/src/table.nim' 2025-03-21T20:18:09.8843013Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/nim/flatbuffers/src' 2025-03-21T20:18:09.8843602Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/nim/flatbuffers' 2025-03-21T20:18:09.8844135Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/nim' 2025-03-21T20:18:09.8844658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/package.json' 2025-03-21T20:18:09.8845220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/php/ByteBuffer.php' 2025-03-21T20:18:09.8845777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/php/Constants.php' 2025-03-21T20:18:09.8846386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/php/FlatbufferBuilder.php' 2025-03-21T20:18:09.8846952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/php/Struct.php' 2025-03-21T20:18:09.8847486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/php/Table.php' 2025-03-21T20:18:09.8848157Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/php' 2025-03-21T20:18:09.8848699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/pnpm-lock.yaml' 2025-03-21T20:18:09.8849253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/.gitignore' 2025-03-21T20:18:09.8849808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/__init__.py' 2025-03-21T20:18:09.8850436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/__init__.py' 2025-03-21T20:18:09.8851062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/_version.py' 2025-03-21T20:18:09.8851688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/builder.py' 2025-03-21T20:18:09.8852301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/compat.py' 2025-03-21T20:18:09.8852920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/encode.py' 2025-03-21T20:18:09.8853626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/flexbuffers.py' 2025-03-21T20:18:09.8854289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/number_types.py' 2025-03-21T20:18:09.8854962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/packer.py' 2025-03-21T20:18:09.8855716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py' 2025-03-21T20:18:09.8856408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/BaseType.py' 2025-03-21T20:18:09.8857082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/Enum.py' 2025-03-21T20:18:09.8857771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/EnumVal.py' 2025-03-21T20:18:09.8858452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/Field.py' 2025-03-21T20:18:09.8859140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/KeyValue.py' 2025-03-21T20:18:09.8859820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/Object.py' 2025-03-21T20:18:09.8860512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/RPCCall.py' 2025-03-21T20:18:09.8861189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/Schema.py' 2025-03-21T20:18:09.8861901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py' 2025-03-21T20:18:09.8862622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/Service.py' 2025-03-21T20:18:09.8863332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/Type.py' 2025-03-21T20:18:09.8864020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection/__init__.py' 2025-03-21T20:18:09.8864685Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/reflection' 2025-03-21T20:18:09.8865292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/table.py' 2025-03-21T20:18:09.8865900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers/util.py' 2025-03-21T20:18:09.8866507Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/flatbuffers' 2025-03-21T20:18:09.8867059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/py.typed' 2025-03-21T20:18:09.8867601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/setup.cfg' 2025-03-21T20:18:09.8868141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python/setup.py' 2025-03-21T20:18:09.8868770Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/python' 2025-03-21T20:18:09.8869355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/reflection/BUILD.bazel' 2025-03-21T20:18:09.8869989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/reflection/reflection.fbs' 2025-03-21T20:18:09.8870581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/reflection/ts/BUILD.bazel' 2025-03-21T20:18:09.8871164Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/reflection/ts' 2025-03-21T20:18:09.8871724Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/reflection' 2025-03-21T20:18:09.8872335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/Cargo.toml' 2025-03-21T20:18:09.8872935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/README.md' 2025-03-21T20:18:09.8873540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/build.rs' 2025-03-21T20:18:09.8874155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/array.rs' 2025-03-21T20:18:09.8874794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/builder.rs' 2025-03-21T20:18:09.8875455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/endian_scalar.rs' 2025-03-21T20:18:09.8876078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/follow.rs' 2025-03-21T20:18:09.8876713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/get_root.rs' 2025-03-21T20:18:09.8877350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/lib.rs' 2025-03-21T20:18:09.8878008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/primitives.rs' 2025-03-21T20:18:09.8878645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/push.rs' 2025-03-21T20:18:09.8879260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/table.rs' 2025-03-21T20:18:09.8879879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/vector.rs' 2025-03-21T20:18:09.8880521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/verifier.rs' 2025-03-21T20:18:09.8881140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/vtable.rs' 2025-03-21T20:18:09.8881811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src/vtable_writer.rs' 2025-03-21T20:18:09.8882425Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers/src' 2025-03-21T20:18:09.8883024Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flatbuffers' 2025-03-21T20:18:09.8883630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/.gitignore' 2025-03-21T20:18:09.8884272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/Cargo.toml' 2025-03-21T20:18:09.8884875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/README.md' 2025-03-21T20:18:09.8885539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/bitwidth.rs' 2025-03-21T20:18:09.8886160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/buffer.rs' 2025-03-21T20:18:09.8886815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/builder/map.rs' 2025-03-21T20:18:09.8887476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/builder/mod.rs' 2025-03-21T20:18:09.8888147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/builder/push.rs' 2025-03-21T20:18:09.8888814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/builder/ser.rs' 2025-03-21T20:18:09.8889482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/builder/value.rs' 2025-03-21T20:18:09.8890163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/builder/vector.rs' 2025-03-21T20:18:09.8890832Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/builder' 2025-03-21T20:18:09.8891523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/flexbuffer_type.rs' 2025-03-21T20:18:09.8892132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/lib.rs' 2025-03-21T20:18:09.8892811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/reader/de.rs' 2025-03-21T20:18:09.8893495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/reader/iter.rs' 2025-03-21T20:18:09.8894148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/reader/map.rs' 2025-03-21T20:18:09.8894794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/reader/mod.rs' 2025-03-21T20:18:09.8895498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/reader/serialize.rs' 2025-03-21T20:18:09.8896161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/reader/vector.rs' 2025-03-21T20:18:09.8896824Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src/reader' 2025-03-21T20:18:09.8897438Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers/src' 2025-03-21T20:18:09.8898032Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust/flexbuffers' 2025-03-21T20:18:09.8898572Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/rust' 2025-03-21T20:18:09.8899187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/SampleBinary.cs' 2025-03-21T20:18:09.8899798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/SampleBinary.java' 2025-03-21T20:18:09.8900413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/SampleBinary.kt' 2025-03-21T20:18:09.8901015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/SampleBinary.php' 2025-03-21T20:18:09.8901603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/csharp_sample.sh' 2025-03-21T20:18:09.8902189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/dart_sample.sh' 2025-03-21T20:18:09.8902720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/go.mod' 2025-03-21T20:18:09.8903295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/go_sample.sh' 2025-03-21T20:18:09.8903878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/java_sample.sh' 2025-03-21T20:18:09.8904497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/javascript_sample.sh' 2025-03-21T20:18:09.8905090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/kotlin_sample.sh' 2025-03-21T20:18:09.8905743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/lua/MyGame/Sample/Color.lua' 2025-03-21T20:18:09.8906428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/lua/MyGame/Sample/Equipment.lua' 2025-03-21T20:18:09.8907092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/lua/MyGame/Sample/Monster.lua' 2025-03-21T20:18:09.8907770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/lua/MyGame/Sample/Vec3.lua' 2025-03-21T20:18:09.8908431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/lua/MyGame/Sample/Weapon.lua' 2025-03-21T20:18:09.8909198Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/lua/MyGame/Sample' 2025-03-21T20:18:09.8909800Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/lua/MyGame' 2025-03-21T20:18:09.8910375Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/lua' 2025-03-21T20:18:09.8910949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/monster.bfbs' 2025-03-21T20:18:09.8911519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/monster.fbs' 2025-03-21T20:18:09.8912127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/monster_generated.h' 2025-03-21T20:18:09.8912779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/monster_generated.lobster' 2025-03-21T20:18:09.8913407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/monster_generated.swift' 2025-03-21T20:18:09.8914004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/monsterdata.json' 2025-03-21T20:18:09.8914614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/php_sample.sh' 2025-03-21T20:18:09.8915203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/python_sample.sh' 2025-03-21T20:18:09.8915845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/rust_generated/mod.rs' 2025-03-21T20:18:09.8916611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/rust_generated/my_game/sample/color_generated.rs' 2025-03-21T20:18:09.8917407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/rust_generated/my_game/sample/equipment_generated.rs' 2025-03-21T20:18:09.8918189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/rust_generated/my_game/sample/monster_generated.rs' 2025-03-21T20:18:09.8918956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/rust_generated/my_game/sample/vec_3_generated.rs' 2025-03-21T20:18:09.8919726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/rust_generated/my_game/sample/weapon_generated.rs' 2025-03-21T20:18:09.8920443Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/rust_generated/my_game/sample' 2025-03-21T20:18:09.8921108Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/rust_generated/my_game' 2025-03-21T20:18:09.8921740Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/rust_generated' 2025-03-21T20:18:09.8922334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_bfbs.cpp' 2025-03-21T20:18:09.8922934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_binary.cpp' 2025-03-21T20:18:09.8923549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_binary.go' 2025-03-21T20:18:09.8924202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_binary.lobster' 2025-03-21T20:18:09.8924797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_binary.lua' 2025-03-21T20:18:09.8925384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_binary.py' 2025-03-21T20:18:09.8925975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_binary.rs' 2025-03-21T20:18:09.8926581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_binary.swift' 2025-03-21T20:18:09.8927205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_flexbuffers.rs' 2025-03-21T20:18:09.8927857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_flexbuffers_serde.rs' 2025-03-21T20:18:09.8928449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_text.cpp' 2025-03-21T20:18:09.8929058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples/sample_text.lobster' 2025-03-21T20:18:09.8929635Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/samples' 2025-03-21T20:18:09.8930309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/scripts/check-grpc-generated-code.py' 2025-03-21T20:18:09.8930967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/scripts/check_generate_code.py' 2025-03-21T20:18:09.8931580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/scripts/clang-format-all.sh' 2025-03-21T20:18:09.8932199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/scripts/clang-format-git.sh' 2025-03-21T20:18:09.8932792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/scripts/clang-tidy-git.sh' 2025-03-21T20:18:09.8933391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/scripts/generate_code.py' 2025-03-21T20:18:09.8934033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/scripts/generate_grpc_examples.py' 2025-03-21T20:18:09.8934592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/scripts/release.sh' 2025-03-21T20:18:09.8935140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/scripts/util.py' 2025-03-21T20:18:09.8935686Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/scripts' 2025-03-21T20:18:09.8936258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/snap/snapcraft.yaml' 2025-03-21T20:18:09.8936791Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/snap' 2025-03-21T20:18:09.8937338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/BUILD.bazel' 2025-03-21T20:18:09.8938007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/annotated_binary_text_gen.cpp' 2025-03-21T20:18:09.8938644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/annotated_binary_text_gen.h' 2025-03-21T20:18:09.8939201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/bfbs_gen.h' 2025-03-21T20:18:09.8939774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/bfbs_gen_lua.cpp' 2025-03-21T20:18:09.8940328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/bfbs_gen_lua.h' 2025-03-21T20:18:09.8940903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/bfbs_gen_nim.cpp' 2025-03-21T20:18:09.8941460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/bfbs_gen_nim.h' 2025-03-21T20:18:09.8942005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/bfbs_namer.h' 2025-03-21T20:18:09.8942602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/binary_annotator.cpp' 2025-03-21T20:18:09.8943184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/binary_annotator.h' 2025-03-21T20:18:09.8943782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/code_generators.cpp' 2025-03-21T20:18:09.8944408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/file_binary_writer.cpp' 2025-03-21T20:18:09.8945081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/file_name_saving_file_manager.cpp' 2025-03-21T20:18:09.8945668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/file_writer.cpp' 2025-03-21T20:18:09.8946209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/flatc.cpp' 2025-03-21T20:18:09.8946762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/flatc_main.cpp' 2025-03-21T20:18:09.8947310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/flathash.cpp' 2025-03-21T20:18:09.8948033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_binary.cpp' 2025-03-21T20:18:09.8948645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_binary.h' 2025-03-21T20:18:09.8949222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_cpp.cpp' 2025-03-21T20:18:09.8949766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_cpp.h' 2025-03-21T20:18:09.8950358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_csharp.cpp' 2025-03-21T20:18:09.8950923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_csharp.h' 2025-03-21T20:18:09.8951498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_dart.cpp' 2025-03-21T20:18:09.8952051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_dart.h' 2025-03-21T20:18:09.8952617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_fbs.cpp' 2025-03-21T20:18:09.8953220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_fbs.h' 2025-03-21T20:18:09.8953816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_go.cpp' 2025-03-21T20:18:09.8954359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_go.h' 2025-03-21T20:18:09.8954933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_grpc.cpp' 2025-03-21T20:18:09.8955500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_java.cpp' 2025-03-21T20:18:09.8956051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_java.h' 2025-03-21T20:18:09.8956666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_json_schema.cpp' 2025-03-21T20:18:09.8957261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_json_schema.h' 2025-03-21T20:18:09.8957851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_kotlin.cpp' 2025-03-21T20:18:09.8958411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_kotlin.h' 2025-03-21T20:18:09.8959050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_kotlin_kmp.cpp' 2025-03-21T20:18:09.8959632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_lobster.cpp' 2025-03-21T20:18:09.8960245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_lobster.h' 2025-03-21T20:18:09.8960807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_php.cpp' 2025-03-21T20:18:09.8961363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_php.h' 2025-03-21T20:18:09.8961942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_python.cpp' 2025-03-21T20:18:09.8962514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_python.h' 2025-03-21T20:18:09.8963079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_rust.cpp' 2025-03-21T20:18:09.8963629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_rust.h' 2025-03-21T20:18:09.8964216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_swift.cpp' 2025-03-21T20:18:09.8964777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_swift.h' 2025-03-21T20:18:09.8965348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_text.cpp' 2025-03-21T20:18:09.8965897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_text.h' 2025-03-21T20:18:09.8966455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_ts.cpp' 2025-03-21T20:18:09.8966997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_gen_ts.h' 2025-03-21T20:18:09.8967579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_namer.h' 2025-03-21T20:18:09.8968161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/idl_parser.cpp' 2025-03-21T20:18:09.8968688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/namer.h' 2025-03-21T20:18:09.8969242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/reflection.cpp' 2025-03-21T20:18:09.8969771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src/util.cpp' 2025-03-21T20:18:09.8970299Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/src' 2025-03-21T20:18:09.8970852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift.swiftformat' 2025-03-21T20:18:09.8971412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/BUILD.bazel' 2025-03-21T20:18:09.8971941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/LICENSE' 2025-03-21T20:18:09.8972487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/README.md' 2025-03-21T20:18:09.8973187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/ByteBuffer.swift' 2025-03-21T20:18:09.8973908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Constants.swift' 2025-03-21T20:18:09.8974726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Documentation.md' 2025-03-21T20:18:09.8975697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/fbs/monster_step_1.fbs' 2025-03-21T20:18:09.8976625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/fbs/monster_step_2.fbs' 2025-03-21T20:18:09.8977556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/fbs/monster_step_3.fbs' 2025-03-21T20:18:09.8978482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/fbs/monster_step_4.fbs' 2025-03-21T20:18:09.8979420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/fbs/monster_step_5.fbs' 2025-03-21T20:18:09.8980347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/fbs/monster_step_6.fbs' 2025-03-21T20:18:09.8981275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/fbs/monster_step_7.fbs' 2025-03-21T20:18:09.8982149Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/fbs' 2025-03-21T20:18:09.8983093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_1.swift' 2025-03-21T20:18:09.8984127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_10.swift' 2025-03-21T20:18:09.8985106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_11.swift' 2025-03-21T20:18:09.8986045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_12.swift' 2025-03-21T20:18:09.8986993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_13.swift' 2025-03-21T20:18:09.8987940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_2.swift' 2025-03-21T20:18:09.8988936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_3.swift' 2025-03-21T20:18:09.8989873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_4.swift' 2025-03-21T20:18:09.8990813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_5.swift' 2025-03-21T20:18:09.8991780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_6.swift' 2025-03-21T20:18:09.8992759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_7.swift' 2025-03-21T20:18:09.8993695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_8.swift' 2025-03-21T20:18:09.8994638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_9.swift' 2025-03-21T20:18:09.8995522Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift' 2025-03-21T20:18:09.8996385Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code' 2025-03-21T20:18:09.8997356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/images/tutorial_cover_image_1.png' 2025-03-21T20:18:09.8998226Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/images' 2025-03-21T20:18:09.8999044Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources' 2025-03-21T20:18:09.9000024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Tutorials/Tutorial_Table_of_Contents.tutorial' 2025-03-21T20:18:09.9001018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Tutorials/create_your_first_buffer.tutorial' 2025-03-21T20:18:09.9002021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Tutorials/creating_flatbuffer_schema.tutorial' 2025-03-21T20:18:09.9002964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Tutorials/reading_bytebuffer.tutorial' 2025-03-21T20:18:09.9003785Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Tutorials' 2025-03-21T20:18:09.9004556Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc' 2025-03-21T20:18:09.9005221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Enum.swift' 2025-03-21T20:18:09.9005982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/FlatBufferBuilder.swift' 2025-03-21T20:18:09.9006719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/FlatBufferObject.swift' 2025-03-21T20:18:09.9007462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/FlatBuffersUtils.swift' 2025-03-21T20:18:09.9008230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/FlatbuffersErrors.swift' 2025-03-21T20:18:09.9008959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Int+extension.swift' 2025-03-21T20:18:09.9009663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Message.swift' 2025-03-21T20:18:09.9010359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Mutable.swift' 2025-03-21T20:18:09.9011075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/NativeObject.swift' 2025-03-21T20:18:09.9011756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Offset.swift' 2025-03-21T20:18:09.9012423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Root.swift' 2025-03-21T20:18:09.9013174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/String+extension.swift' 2025-03-21T20:18:09.9013854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Struct.swift' 2025-03-21T20:18:09.9014527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Table.swift' 2025-03-21T20:18:09.9015245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/TableVerifier.swift' 2025-03-21T20:18:09.9015975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/VeriferOptions.swift' 2025-03-21T20:18:09.9016678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Verifiable.swift' 2025-03-21T20:18:09.9017395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers/Verifier.swift' 2025-03-21T20:18:09.9018071Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources/FlatBuffers' 2025-03-21T20:18:09.9018651Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift/Sources' 2025-03-21T20:18:09.9019194Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/swift' 2025-03-21T20:18:09.9019740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/.gitignore' 2025-03-21T20:18:09.9020360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/evolution/v1.fbs' 2025-03-21T20:18:09.9021022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/evolution/v1_generated.h' 2025-03-21T20:18:09.9021644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/evolution/v2.fbs' 2025-03-21T20:18:09.9022301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/evolution/v2_generated.h' 2025-03-21T20:18:09.9022925Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/evolution' 2025-03-21T20:18:09.9023560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/offset64_test.cpp' 2025-03-21T20:18:09.9024169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/offset64_test.h' 2025-03-21T20:18:09.9024805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/test_64bit.afb' 2025-03-21T20:18:09.9025415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/test_64bit.bfbs' 2025-03-21T20:18:09.9026016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/test_64bit.bin' 2025-03-21T20:18:09.9026610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/test_64bit.fbs' 2025-03-21T20:18:09.9027215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/test_64bit.json' 2025-03-21T20:18:09.9027883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/test_64bit_bfbs_generated.h' 2025-03-21T20:18:09.9028538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit/test_64bit_generated.h' 2025-03-21T20:18:09.9029156Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/64bit' 2025-03-21T20:18:09.9029700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/Abc.nim' 2025-03-21T20:18:09.9030252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/BUILD.bazel' 2025-03-21T20:18:09.9030811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/DartTest.sh' 2025-03-21T20:18:09.9031526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/DictionaryLookup/LongFloatEntry.java' 2025-03-21T20:18:09.9032260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/DictionaryLookup/LongFloatEntry.kt' 2025-03-21T20:18:09.9032987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/DictionaryLookup/LongFloatMap.java' 2025-03-21T20:18:09.9033678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/DictionaryLookup/LongFloatMap.kt' 2025-03-21T20:18:09.9034313Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/DictionaryLookup' 2025-03-21T20:18:09.9035126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Benchmarks/FlatBufferBuilderBenchmark.cs' 2025-03-21T20:18:09.9035936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Benchmarks/FlatBuffers.Benchmarks.csproj' 2025-03-21T20:18:09.9036629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Benchmarks/Program.cs' 2025-03-21T20:18:09.9037309Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Benchmarks' 2025-03-21T20:18:09.9037956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/.gitignore' 2025-03-21T20:18:09.9038598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/Assert.cs' 2025-03-21T20:18:09.9039323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/ByteBufferTests.cs' 2025-03-21T20:18:09.9040097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/FlatBufferBuilderTests.cs' 2025-03-21T20:18:09.9040821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/FlatBuffers.Test.csproj' 2025-03-21T20:18:09.9041575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/FlatBuffersExampleTests.cs' 2025-03-21T20:18:09.9042299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/FlatBuffersFuzzTests.cs' 2025-03-21T20:18:09.9043087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/FlatBuffersTestClassAttribute.cs' 2025-03-21T20:18:09.9043881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/FlatBuffersTestMethodAttribute.cs' 2025-03-21T20:18:09.9044562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/FuzzTestData.cs' 2025-03-21T20:18:09.9045183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/Lcg.cs' 2025-03-21T20:18:09.9045838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/NetTest.bat' 2025-03-21T20:18:09.9046478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/NetTest.sh' 2025-03-21T20:18:09.9047125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/Program.cs' 2025-03-21T20:18:09.9048046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/Properties/AssemblyInfo.cs' 2025-03-21T20:18:09.9048746Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/Properties' 2025-03-21T20:18:09.9049430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/README.md' 2025-03-21T20:18:09.9050091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/TestTable.cs' 2025-03-21T20:18:09.9050733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/clean.sh' 2025-03-21T20:18:09.9051458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/monsterdata_cstest.mon' 2025-03-21T20:18:09.9052204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/monsterdata_cstest_sp.mon' 2025-03-21T20:18:09.9052881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test/packages.config' 2025-03-21T20:18:09.9053520Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/FlatBuffers.Test' 2025-03-21T20:18:09.9054061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/GoTest.sh' 2025-03-21T20:18:09.9054688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/KeywordTest/ABC.cs' 2025-03-21T20:18:09.9055361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/KeywordTest/KeywordsInTable.cs' 2025-03-21T20:18:09.9056077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/KeywordTest/KeywordsInUnion.cs' 2025-03-21T20:18:09.9056685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/KeywordTest/Table2.cs' 2025-03-21T20:18:09.9057293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/KeywordTest/public.cs' 2025-03-21T20:18:09.9057896Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/KeywordTest' 2025-03-21T20:18:09.9058461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/KotlinTest.kt' 2025-03-21T20:18:09.9059027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/KotlinTest.sh' 2025-03-21T20:18:09.9059606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/LobsterTest.bat' 2025-03-21T20:18:09.9060162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/LuaTest.bat' 2025-03-21T20:18:09.9060707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/LuaTest.sh' 2025-03-21T20:18:09.9061299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MoreDefaults.nim' 2025-03-21T20:18:09.9061880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MutatingBool.fbs' 2025-03-21T20:18:09.9062520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Ability.cs' 2025-03-21T20:18:09.9063147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Ability.go' 2025-03-21T20:18:09.9063825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Ability.java' 2025-03-21T20:18:09.9064476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Ability.kt' 2025-03-21T20:18:09.9065112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Ability.lua' 2025-03-21T20:18:09.9065744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Ability.nim' 2025-03-21T20:18:09.9066377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Ability.php' 2025-03-21T20:18:09.9067010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Ability.py' 2025-03-21T20:18:09.9067660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AbilityT.java' 2025-03-21T20:18:09.9068277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Any.cs' 2025-03-21T20:18:09.9068925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Any.go' 2025-03-21T20:18:09.9069549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Any.java' 2025-03-21T20:18:09.9070180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Any.kt' 2025-03-21T20:18:09.9070798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Any.lua' 2025-03-21T20:18:09.9071442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Any.nim' 2025-03-21T20:18:09.9072064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Any.php' 2025-03-21T20:18:09.9072669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Any.py' 2025-03-21T20:18:09.9073385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.cs' 2025-03-21T20:18:09.9074098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.go' 2025-03-21T20:18:09.9074832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.java' 2025-03-21T20:18:09.9075546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.kt' 2025-03-21T20:18:09.9076265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.lua' 2025-03-21T20:18:09.9076992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.nim' 2025-03-21T20:18:09.9077709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.php' 2025-03-21T20:18:09.9078427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py' 2025-03-21T20:18:09.9079209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliasesUnion.java' 2025-03-21T20:18:09.9079889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyUnion.java' 2025-03-21T20:18:09.9080576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.cs' 2025-03-21T20:18:09.9081270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.go' 2025-03-21T20:18:09.9081968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.java' 2025-03-21T20:18:09.9082669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.kt' 2025-03-21T20:18:09.9083362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.lua' 2025-03-21T20:18:09.9084064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.nim' 2025-03-21T20:18:09.9084755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.php' 2025-03-21T20:18:09.9085486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py' 2025-03-21T20:18:09.9086226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/AnyUniqueAliasesUnion.java' 2025-03-21T20:18:09.9086918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/ArrayStruct.cs' 2025-03-21T20:18:09.9087583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/ArrayStruct.java' 2025-03-21T20:18:09.9088242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/ArrayStruct.py' 2025-03-21T20:18:09.9088924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/ArrayStructT.java' 2025-03-21T20:18:09.9089571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/ArrayTable.cs' 2025-03-21T20:18:09.9090237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/ArrayTable.java' 2025-03-21T20:18:09.9090889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/ArrayTable.py' 2025-03-21T20:18:09.9091561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/ArrayTableT.java' 2025-03-21T20:18:09.9092172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Color.cs' 2025-03-21T20:18:09.9092793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Color.go' 2025-03-21T20:18:09.9093421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Color.java' 2025-03-21T20:18:09.9094041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Color.kt' 2025-03-21T20:18:09.9094691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Color.lua' 2025-03-21T20:18:09.9095343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Color.nim' 2025-03-21T20:18:09.9095963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Color.php' 2025-03-21T20:18:09.9096584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Color.py' 2025-03-21T20:18:09.9097217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/LongEnum.cs' 2025-03-21T20:18:09.9097847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/LongEnum.go' 2025-03-21T20:18:09.9098503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/LongEnum.java' 2025-03-21T20:18:09.9099134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/LongEnum.kt' 2025-03-21T20:18:09.9099780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/LongEnum.lua' 2025-03-21T20:18:09.9100418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/LongEnum.nim' 2025-03-21T20:18:09.9101094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/LongEnum.php' 2025-03-21T20:18:09.9101730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/LongEnum.py' 2025-03-21T20:18:09.9102396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Monster.cs' 2025-03-21T20:18:09.9103025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Monster.go' 2025-03-21T20:18:09.9103669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Monster.java' 2025-03-21T20:18:09.9104293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Monster.kt' 2025-03-21T20:18:09.9104931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Monster.lua' 2025-03-21T20:18:09.9105565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Monster.nim' 2025-03-21T20:18:09.9106214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Monster.php' 2025-03-21T20:18:09.9106842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Monster.py' 2025-03-21T20:18:09.9107564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/MonsterStorageGrpc.java' 2025-03-21T20:18:09.9108275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/MonsterStorage_grpc.go' 2025-03-21T20:18:09.9108977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/MonsterT.java' 2025-03-21T20:18:09.9109690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedStruct.cs' 2025-03-21T20:18:09.9110369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedStruct.java' 2025-03-21T20:18:09.9111061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedStruct.py' 2025-03-21T20:18:09.9111744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedStructT.java' 2025-03-21T20:18:09.9112430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py' 2025-03-21T20:18:09.9113118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py' 2025-03-21T20:18:09.9113889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-03-21T20:18:09.9114573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py' 2025-03-21T20:18:09.9115400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-03-21T20:18:09.9116085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py' 2025-03-21T20:18:09.9116832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py' 2025-03-21T20:18:09.9117518Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/NestedUnion' 2025-03-21T20:18:09.9118163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Race.cs' 2025-03-21T20:18:09.9118772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Race.go' 2025-03-21T20:18:09.9119398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Race.java' 2025-03-21T20:18:09.9120014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Race.kt' 2025-03-21T20:18:09.9120631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Race.lua' 2025-03-21T20:18:09.9121250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Race.nim' 2025-03-21T20:18:09.9121866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Race.php' 2025-03-21T20:18:09.9122486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Race.py' 2025-03-21T20:18:09.9123133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Referrable.cs' 2025-03-21T20:18:09.9123785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Referrable.go' 2025-03-21T20:18:09.9124447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Referrable.java' 2025-03-21T20:18:09.9125126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Referrable.kt' 2025-03-21T20:18:09.9125784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Referrable.lua' 2025-03-21T20:18:09.9126473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Referrable.nim' 2025-03-21T20:18:09.9127128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Referrable.php' 2025-03-21T20:18:09.9127781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Referrable.py' 2025-03-21T20:18:09.9128449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/ReferrableT.java' 2025-03-21T20:18:09.9129058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Stat.cs' 2025-03-21T20:18:09.9129674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Stat.go' 2025-03-21T20:18:09.9130298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Stat.java' 2025-03-21T20:18:09.9130917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Stat.kt' 2025-03-21T20:18:09.9131532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Stat.lua' 2025-03-21T20:18:09.9132181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Stat.nim' 2025-03-21T20:18:09.9132832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Stat.php' 2025-03-21T20:18:09.9133449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Stat.py' 2025-03-21T20:18:09.9134078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StatT.java' 2025-03-21T20:18:09.9134765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructs.cs' 2025-03-21T20:18:09.9135445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructs.go' 2025-03-21T20:18:09.9136144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructs.java' 2025-03-21T20:18:09.9136832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructs.kt' 2025-03-21T20:18:09.9137527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructs.lua' 2025-03-21T20:18:09.9138212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructs.nim' 2025-03-21T20:18:09.9138897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructs.php' 2025-03-21T20:18:09.9139583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructs.py' 2025-03-21T20:18:09.9140324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.cs' 2025-03-21T20:18:09.9141099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.go' 2025-03-21T20:18:09.9141897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.java' 2025-03-21T20:18:09.9142650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.kt' 2025-03-21T20:18:09.9143397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.lua' 2025-03-21T20:18:09.9144149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.nim' 2025-03-21T20:18:09.9144904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.php' 2025-03-21T20:18:09.9145650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py' 2025-03-21T20:18:09.9146412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructsT.java' 2025-03-21T20:18:09.9147118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/StructOfStructsT.java' 2025-03-21T20:18:09.9147904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Test.cs' 2025-03-21T20:18:09.9148526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Test.go' 2025-03-21T20:18:09.9149240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Test.java' 2025-03-21T20:18:09.9149862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Test.kt' 2025-03-21T20:18:09.9150473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Test.lua' 2025-03-21T20:18:09.9151081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Test.nim' 2025-03-21T20:18:09.9151702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Test.php' 2025-03-21T20:18:09.9152316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Test.py' 2025-03-21T20:18:09.9152955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestEnum.cs' 2025-03-21T20:18:09.9153605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestEnum.java' 2025-03-21T20:18:09.9154241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestEnum.kt' 2025-03-21T20:18:09.9154872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestEnum.py' 2025-03-21T20:18:09.9155617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.cs' 2025-03-21T20:18:09.9156350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.go' 2025-03-21T20:18:09.9157145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.java' 2025-03-21T20:18:09.9157913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.kt' 2025-03-21T20:18:09.9158660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.lua' 2025-03-21T20:18:09.9159402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.nim' 2025-03-21T20:18:09.9160146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.php' 2025-03-21T20:18:09.9160881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py' 2025-03-21T20:18:09.9161652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnumT.java' 2025-03-21T20:18:09.9162277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TestT.java' 2025-03-21T20:18:09.9162937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TypeAliases.cs' 2025-03-21T20:18:09.9163632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TypeAliases.go' 2025-03-21T20:18:09.9164297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TypeAliases.java' 2025-03-21T20:18:09.9164987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TypeAliases.kt' 2025-03-21T20:18:09.9165650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TypeAliases.lua' 2025-03-21T20:18:09.9166316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TypeAliases.nim' 2025-03-21T20:18:09.9166980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TypeAliases.php' 2025-03-21T20:18:09.9167649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TypeAliases.py' 2025-03-21T20:18:09.9168333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/TypeAliasesT.java' 2025-03-21T20:18:09.9168959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Vec3.cs' 2025-03-21T20:18:09.9169575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Vec3.go' 2025-03-21T20:18:09.9170208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Vec3.java' 2025-03-21T20:18:09.9170821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Vec3.kt' 2025-03-21T20:18:09.9171447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Vec3.lua' 2025-03-21T20:18:09.9172066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Vec3.nim' 2025-03-21T20:18:09.9172710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Vec3.php' 2025-03-21T20:18:09.9173708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Vec3.py' 2025-03-21T20:18:09.9174341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/Vec3T.java' 2025-03-21T20:18:09.9174984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/__init__.py' 2025-03-21T20:18:09.9175702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py' 2025-03-21T20:18:09.9176332Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example' 2025-03-21T20:18:09.9176965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example2/Monster.cs' 2025-03-21T20:18:09.9177608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example2/Monster.go' 2025-03-21T20:18:09.9178262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example2/Monster.java' 2025-03-21T20:18:09.9178901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example2/Monster.kt' 2025-03-21T20:18:09.9179569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example2/Monster.lua' 2025-03-21T20:18:09.9180248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example2/Monster.nim' 2025-03-21T20:18:09.9180886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example2/Monster.php' 2025-03-21T20:18:09.9181530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example2/Monster.py' 2025-03-21T20:18:09.9182185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example2/MonsterT.java' 2025-03-21T20:18:09.9182825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example2/__init__.py' 2025-03-21T20:18:09.9183454Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/Example2' 2025-03-21T20:18:09.9184100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/InParentNamespace.cs' 2025-03-21T20:18:09.9184760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/InParentNamespace.go' 2025-03-21T20:18:09.9185419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/InParentNamespace.java' 2025-03-21T20:18:09.9186076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/InParentNamespace.kt' 2025-03-21T20:18:09.9186735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/InParentNamespace.lua' 2025-03-21T20:18:09.9187394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/InParentNamespace.nim' 2025-03-21T20:18:09.9188079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/InParentNamespace.php' 2025-03-21T20:18:09.9188816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/InParentNamespace.py' 2025-03-21T20:18:09.9189486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/InParentNamespaceT.java' 2025-03-21T20:18:09.9190108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/MonsterExtra.cs' 2025-03-21T20:18:09.9190733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/MonsterExtra.java' 2025-03-21T20:18:09.9191350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/MonsterExtra.kt' 2025-03-21T20:18:09.9191971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/MonsterExtra.py' 2025-03-21T20:18:09.9192603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/MonsterExtraT.java' 2025-03-21T20:18:09.9193319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/OtherNameSpace/FromInclude.lua' 2025-03-21T20:18:09.9194027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/OtherNameSpace/FromInclude.nim' 2025-03-21T20:18:09.9194736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/OtherNameSpace/TableB.lua' 2025-03-21T20:18:09.9195410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/OtherNameSpace/TableB.nim' 2025-03-21T20:18:09.9196134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/OtherNameSpace/TableBT.java' 2025-03-21T20:18:09.9196813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/OtherNameSpace/Unused.lua' 2025-03-21T20:18:09.9197493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/OtherNameSpace/Unused.nim' 2025-03-21T20:18:09.9198178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/OtherNameSpace/UnusedT.java' 2025-03-21T20:18:09.9198844Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/OtherNameSpace' 2025-03-21T20:18:09.9199435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame/__init__.py' 2025-03-21T20:18:09.9200016Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/MyGame' 2025-03-21T20:18:09.9200556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/Pizza.go' 2025-03-21T20:18:09.9201119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/Property.nim' 2025-03-21T20:18:09.9201680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/PythonTest.sh' 2025-03-21T20:18:09.9202237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/RustTest.bat' 2025-03-21T20:18:09.9202790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/RustTest.sh' 2025-03-21T20:18:09.9203370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/TableA.lua' 2025-03-21T20:18:09.9203943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/TableA.nim' 2025-03-21T20:18:09.9204496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/TableAT.java' 2025-03-21T20:18:09.9205043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/TestAll.sh' 2025-03-21T20:18:09.9205655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/TestMutatingBool.nim' 2025-03-21T20:18:09.9206251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/alignment_test.cpp' 2025-03-21T20:18:09.9206848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/alignment_test.fbs' 2025-03-21T20:18:09.9207432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/alignment_test.h' 2025-03-21T20:18:09.9208028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/alignment_test.json' 2025-03-21T20:18:09.9208678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/alignment_test_after_fix.afb' 2025-03-21T20:18:09.9209325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/alignment_test_after_fix.bin' 2025-03-21T20:18:09.9210004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/alignment_test_before_fix.afb' 2025-03-21T20:18:09.9210686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/alignment_test_before_fix.bin' 2025-03-21T20:18:09.9211318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/README.md' 2025-03-21T20:18:09.9212023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/annotated_binary.afb' 2025-03-21T20:18:09.9212728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/annotated_binary.bfbs' 2025-03-21T20:18:09.9213429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/annotated_binary.bin' 2025-03-21T20:18:09.9214125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/annotated_binary.fbs' 2025-03-21T20:18:09.9214837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/annotated_binary.json' 2025-03-21T20:18:09.9215554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/annotated_binary_old.afb' 2025-03-21T20:18:09.9216278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs' 2025-03-21T20:18:09.9216997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/generate_annotations.py' 2025-03-21T20:18:09.9217671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/README.md' 2025-03-21T20:18:09.9218442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_root_offset.afb' 2025-03-21T20:18:09.9219199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_root_offset.bin' 2025-03-21T20:18:09.9220022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_root_table_too_short.afb' 2025-03-21T20:18:09.9220820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_root_table_too_short.bin' 2025-03-21T20:18:09.9221632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_root_table_vtable_offset.afb' 2025-03-21T20:18:09.9222456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_root_table_vtable_offset.bin' 2025-03-21T20:18:09.9223215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_string_length.afb' 2025-03-21T20:18:09.9223972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_string_length.bin' 2025-03-21T20:18:09.9224786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_string_length_cut_short.afb' 2025-03-21T20:18:09.9225615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_string_length_cut_short.bin' 2025-03-21T20:18:09.9226454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_struct_array_field_cut_short.afb' 2025-03-21T20:18:09.9227378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_struct_array_field_cut_short.bin' 2025-03-21T20:18:09.9228196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_struct_field_cut_short.afb' 2025-03-21T20:18:09.9229063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_struct_field_cut_short.bin' 2025-03-21T20:18:09.9229851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_table_field_offset.afb' 2025-03-21T20:18:09.9230626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_table_field_offset.bin' 2025-03-21T20:18:09.9231408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_table_field_size.afb' 2025-03-21T20:18:09.9232181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_table_field_size.bin' 2025-03-21T20:18:09.9232956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_union_type_value.afb' 2025-03-21T20:18:09.9233733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_union_type_value.bin' 2025-03-21T20:18:09.9234549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_vector_length_cut_short.afb' 2025-03-21T20:18:09.9235394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_vector_length_cut_short.bin' 2025-03-21T20:18:09.9236233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_vector_scalars_cut_short.afb' 2025-03-21T20:18:09.9237040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_vector_scalars_cut_short.bin' 2025-03-21T20:18:09.9237856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_vector_strings_cut_short.afb' 2025-03-21T20:18:09.9238667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_vector_strings_cut_short.bin' 2025-03-21T20:18:09.9239487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_vector_structs_cut_short.afb' 2025-03-21T20:18:09.9240299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_vector_structs_cut_short.bin' 2025-03-21T20:18:09.9241110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_vector_tables_cut_short.afb' 2025-03-21T20:18:09.9241946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_vector_tables_cut_short.bin' 2025-03-21T20:18:09.9242764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_vector_union_type_value.afb' 2025-03-21T20:18:09.9243598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_vector_union_type_value.bin' 2025-03-21T20:18:09.9244413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_vector_unions_cut_short.afb' 2025-03-21T20:18:09.9245216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_vector_unions_cut_short.bin' 2025-03-21T20:18:09.9246004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_vtable_field_offset.afb' 2025-03-21T20:18:09.9246800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_vtable_field_offset.bin' 2025-03-21T20:18:09.9247597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_vtable_ref_table_size.afb' 2025-03-21T20:18:09.9248523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_vtable_ref_table_size.bin' 2025-03-21T20:18:09.9249343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_vtable_ref_table_size_short.afb' 2025-03-21T20:18:09.9250170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_vtable_ref_table_size_short.bin' 2025-03-21T20:18:09.9250916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_vtable_size.afb' 2025-03-21T20:18:09.9251719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_vtable_size.bin' 2025-03-21T20:18:09.9252526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_vtable_size_short.afb' 2025-03-21T20:18:09.9253311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests/invalid_vtable_size_short.bin' 2025-03-21T20:18:09.9253968Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary/tests' 2025-03-21T20:18:09.9254608Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/annotated_binary' 2025-03-21T20:18:09.9255194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/arrays_test.bfbs' 2025-03-21T20:18:09.9255775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/arrays_test.fbs' 2025-03-21T20:18:09.9256364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/arrays_test.golden' 2025-03-21T20:18:09.9256990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/arrays_test.schema.json' 2025-03-21T20:18:09.9257572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/arrays_test/mod.rs' 2025-03-21T20:18:09.9258388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/arrays_test/my_game/example/array_struct_generated.rs' 2025-03-21T20:18:09.9259216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/arrays_test/my_game/example/array_table_generated.rs' 2025-03-21T20:18:09.9260007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/arrays_test/my_game/example/nested_struct_generated.rs' 2025-03-21T20:18:09.9260765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/arrays_test/my_game/example/test_enum_generated.rs' 2025-03-21T20:18:09.9261449Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/arrays_test/my_game/example' 2025-03-21T20:18:09.9262098Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/arrays_test/my_game' 2025-03-21T20:18:09.9262697Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/arrays_test' 2025-03-21T20:18:09.9263459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/cpp17/generated_cpp17/monster_test_generated.h' 2025-03-21T20:18:09.9264239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/cpp17/generated_cpp17/optional_scalars2_generated.h' 2025-03-21T20:18:09.9265017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/cpp17/generated_cpp17/optional_scalars_generated.h' 2025-03-21T20:18:09.9265768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/cpp17/generated_cpp17/union_vector_generated.h' 2025-03-21T20:18:09.9266428Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/cpp17/generated_cpp17' 2025-03-21T20:18:09.9267073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/cpp17/stringify_util.h' 2025-03-21T20:18:09.9267704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/cpp17/test_cpp17.cpp' 2025-03-21T20:18:09.9268277Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/cpp17' 2025-03-21T20:18:09.9268949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/dictionary_lookup.fbs' 2025-03-21T20:18:09.9269746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/docker/Dockerfile.testing.build_flatc_debian_stretch' 2025-03-21T20:18:09.9270493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/docker/Dockerfile.testing.cpp.debian_buster' 2025-03-21T20:18:09.9271276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/docker/TODO.Dockerfile.testing.php.hhvm_2019_01_16' 2025-03-21T20:18:09.9272105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/docker/TODO.Dockerfile.testing.python.cpython_with_conda' 2025-03-21T20:18:09.9272926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/docker/TODO.Dockerfile.testing.python.cpython_with_numpy' 2025-03-21T20:18:09.9273757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/docker/TODO.Dockerfile.testing.python.pypy_6_0_0_py2' 2025-03-21T20:18:09.9274563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/docker/TODO.Dockerfile.testing.python.pypy_6_0_0_py3' 2025-03-21T20:18:09.9275226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/docker/build_flatc.run.sh' 2025-03-21T20:18:09.9275849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/docker/cpp_test.run.sh' 2025-03-21T20:18:09.9276649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/docker/languages/Dockerfile.testing.csharp.mono_5_18' 2025-03-21T20:18:09.9277425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/docker/languages/Dockerfile.testing.golang.1_11' 2025-03-21T20:18:09.9278250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/docker/languages/Dockerfile.testing.java.openjdk_10_0_2' 2025-03-21T20:18:09.9279069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/docker/languages/Dockerfile.testing.java.openjdk_11_0_1' 2025-03-21T20:18:09.9279848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/docker/languages/Dockerfile.testing.node.12_20_1' 2025-03-21T20:18:09.9280624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/docker/languages/Dockerfile.testing.node.14_15_4' 2025-03-21T20:18:09.9281394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/docker/languages/Dockerfile.testing.php.zend_7_3' 2025-03-21T20:18:09.9282235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/docker/languages/Dockerfile.testing.python.cpython_2_7_15' 2025-03-21T20:18:09.9283060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/docker/languages/Dockerfile.testing.python.cpython_3_7_1' 2025-03-21T20:18:09.9283965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/docker/languages/Dockerfile.testing.python.numpy.cpython_2_7_15' 2025-03-21T20:18:09.9284854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/docker/languages/Dockerfile.testing.python.numpy.cpython_3_7_1' 2025-03-21T20:18:09.9285628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/docker/languages/Dockerfile.testing.rust.1_51_0' 2025-03-21T20:18:09.9286455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/docker/languages/Dockerfile.testing.rust.big_endian.1_51_0' 2025-03-21T20:18:09.9287242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/docker/languages/Dockerfile.testing.rust.nightly' 2025-03-21T20:18:09.9288001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/docker/languages/Dockerfile.testing.swift_5_2' 2025-03-21T20:18:09.9288635Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/docker/languages' 2025-03-21T20:18:09.9289205Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/docker' 2025-03-21T20:18:09.9289791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/evolution_test.cpp' 2025-03-21T20:18:09.9290402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/evolution_test.h' 2025-03-21T20:18:09.9291067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/evolution_test/evolution_v1.fbs' 2025-03-21T20:18:09.9291778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/evolution_test/evolution_v1.json' 2025-03-21T20:18:09.9292490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/evolution_test/evolution_v1_generated.h' 2025-03-21T20:18:09.9293161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/evolution_test/evolution_v2.fbs' 2025-03-21T20:18:09.9293827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/evolution_test/evolution_v2.json' 2025-03-21T20:18:09.9294546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/evolution_test/evolution_v2_generated.h' 2025-03-21T20:18:09.9295167Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/evolution_test' 2025-03-21T20:18:09.9295758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/bar/bar.fbs' 2025-03-21T20:18:09.9296388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs' 2025-03-21T20:18:09.9297019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs' 2025-03-21T20:18:09.9297625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/bar/baz/baz.fbs' 2025-03-21T20:18:09.9298281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs' 2025-03-21T20:18:09.9298914Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/bar/baz' 2025-03-21T20:18:09.9299504Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/bar' 2025-03-21T20:18:09.9300185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/enum_val_attributes.fbs' 2025-03-21T20:18:09.9300803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/flatc_cpp_tests.py' 2025-03-21T20:18:09.9301459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/flatc_kotlin_tests.py' 2025-03-21T20:18:09.9302097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/flatc_schema_tests.py' 2025-03-21T20:18:09.9302705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/flatc_test.py' 2025-03-21T20:18:09.9303316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/flatc_ts_tests.py' 2025-03-21T20:18:09.9303884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/foo.fbs' 2025-03-21T20:18:09.9304494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/foo_with_ns.fbs' 2025-03-21T20:18:09.9305064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc/main.py' 2025-03-21T20:18:09.9305660Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flatc' 2025-03-21T20:18:09.9306279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flexbuffers_test.cpp' 2025-03-21T20:18:09.9306905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/flexbuffers_test.h' 2025-03-21T20:18:09.9307478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzz_test.cpp' 2025-03-21T20:18:09.9308028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzz_test.h' 2025-03-21T20:18:09.9308661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/.gitignore' 2025-03-21T20:18:09.9309292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/CMakeLists.txt' 2025-03-21T20:18:09.9309975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/flatbuffers_64bit_fuzzer.cc' 2025-03-21T20:18:09.9310704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/flatbuffers_annotator_fuzzer.cc' 2025-03-21T20:18:09.9311403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/flatbuffers_monster_fuzzer.cc' 2025-03-21T20:18:09.9312105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/flatbuffers_parser_fuzzer.cc' 2025-03-21T20:18:09.9312796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/flatbuffers_scalar_fuzzer.cc' 2025-03-21T20:18:09.9313510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/flatbuffers_verifier_fuzzer.cc' 2025-03-21T20:18:09.9314242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/flexbuffers_verifier_fuzzer.cc' 2025-03-21T20:18:09.9314889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/fuzzer_assert.h' 2025-03-21T20:18:09.9315513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/monster_debug.cpp' 2025-03-21T20:18:09.9316154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/monster_fuzzer.dict' 2025-03-21T20:18:09.9316788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/parser_fuzzer.dict' 2025-03-21T20:18:09.9317371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/readme.md' 2025-03-21T20:18:09.9317987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/scalar_debug.cpp' 2025-03-21T20:18:09.9318616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/scalar_fuzzer.dict' 2025-03-21T20:18:09.9319206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer/test_init.h' 2025-03-21T20:18:09.9319774Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/fuzzer' 2025-03-21T20:18:09.9320327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/go_test.go' 2025-03-21T20:18:09.9321013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/gold_flexbuffer_example.bin' 2025-03-21T20:18:09.9321652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_build_test.cc' 2025-03-21T20:18:09.9322306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test/include_test1.fbs' 2025-03-21T20:18:09.9322919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test/order.fbs' 2025-03-21T20:18:09.9323594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test/sub/include_test2.fbs' 2025-03-21T20:18:09.9324274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test/sub/no_namespace.fbs' 2025-03-21T20:18:09.9324904Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test/sub' 2025-03-21T20:18:09.9325516Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test' 2025-03-21T20:18:09.9326114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test1/mod.rs' 2025-03-21T20:18:09.9326958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test1/my_game/other_name_space/from_include_generated.rs' 2025-03-21T20:18:09.9327763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test1/my_game/other_name_space/table_b_generated.rs' 2025-03-21T20:18:09.9328563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test1/my_game/other_name_space/unused_generated.rs' 2025-03-21T20:18:09.9329347Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test1/my_game/other_name_space' 2025-03-21T20:18:09.9330005Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test1/my_game' 2025-03-21T20:18:09.9330717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test1/table_a_generated.rs' 2025-03-21T20:18:09.9331322Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test1' 2025-03-21T20:18:09.9331979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test1_generated.dart' 2025-03-21T20:18:09.9332579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test2/mod.rs' 2025-03-21T20:18:09.9333426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test2/my_game/other_name_space/from_include_generated.rs' 2025-03-21T20:18:09.9334230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test2/my_game/other_name_space/table_b_generated.rs' 2025-03-21T20:18:09.9335032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test2/my_game/other_name_space/unused_generated.rs' 2025-03-21T20:18:09.9335777Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test2/my_game/other_name_space' 2025-03-21T20:18:09.9336460Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test2/my_game' 2025-03-21T20:18:09.9337140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test2/table_a_generated.rs' 2025-03-21T20:18:09.9337783Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test2' 2025-03-21T20:18:09.9338563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/include_test2_my_game.other_name_space_generated.dart' 2025-03-21T20:18:09.9339155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/included_test.fbs' 2025-03-21T20:18:09.9339737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/includer_test.fbs' 2025-03-21T20:18:09.9340310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/is_quiet_nan.h' 2025-03-21T20:18:09.9340865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/javatest.bin' 2025-03-21T20:18:09.9341428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/json_test.cpp' 2025-03-21T20:18:09.9341986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/json_test.h' 2025-03-21T20:18:09.9342642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/key_field/key_field_sample.fbs' 2025-03-21T20:18:09.9343352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/key_field/key_field_sample_generated.h' 2025-03-21T20:18:09.9343944Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/key_field' 2025-03-21T20:18:09.9344538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/key_field_test.cpp' 2025-03-21T20:18:09.9345142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/key_field_test.h' 2025-03-21T20:18:09.9345770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/keyword_test.fbs' 2025-03-21T20:18:09.9346502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/keyword_test/keyword_test/abc_generated.rs' 2025-03-21T20:18:09.9347310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/keyword_test/keyword_test/keywords_in_table_generated.rs' 2025-03-21T20:18:09.9348244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/keyword_test/keyword_test/keywords_in_union_generated.rs' 2025-03-21T20:18:09.9349049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/keyword_test/keyword_test/public_generated.rs' 2025-03-21T20:18:09.9349798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/keyword_test/keyword_test/table_2_generated.rs' 2025-03-21T20:18:09.9350480Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/keyword_test/keyword_test' 2025-03-21T20:18:09.9351072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/keyword_test/mod.rs' 2025-03-21T20:18:09.9351731Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/keyword_test' 2025-03-21T20:18:09.9352339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/lobstertest.lobster' 2025-03-21T20:18:09.9352933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/luatest.lua' 2025-03-21T20:18:09.9353560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/minified_enums/enums.fbs' 2025-03-21T20:18:09.9354230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/minified_enums/enums_generated.h' 2025-03-21T20:18:09.9354854Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/minified_enums' 2025-03-21T20:18:09.9355441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_extra.fbs' 2025-03-21T20:18:09.9356076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_extra_generated.h' 2025-03-21T20:18:09.9356771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_extra_my_game_generated.dart' 2025-03-21T20:18:09.9357358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test.afb' 2025-03-21T20:18:09.9357945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test.bfbs' 2025-03-21T20:18:09.9358536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test.cpp' 2025-03-21T20:18:09.9359115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test.fbs' 2025-03-21T20:18:09.9359739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test.grpc.fb.cc' 2025-03-21T20:18:09.9360387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test.grpc.fb.h' 2025-03-21T20:18:09.9360989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test.h' 2025-03-21T20:18:09.9361619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test.schema.json' 2025-03-21T20:18:09.9362210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test/mod.rs' 2025-03-21T20:18:09.9362981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test/my_game/example/ability_generated.rs' 2025-03-21T20:18:09.9363809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test/my_game/example/any_ambiguous_aliases_generated.rs' 2025-03-21T20:18:09.9364559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test/my_game/example/any_generated.rs' 2025-03-21T20:18:09.9365370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test/my_game/example/any_unique_aliases_generated.rs' 2025-03-21T20:18:09.9366134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test/my_game/example/color_generated.rs' 2025-03-21T20:18:09.9366929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test/my_game/example/long_enum_generated.rs' 2025-03-21T20:18:09.9367694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test/my_game/example/monster_generated.rs' 2025-03-21T20:18:09.9368468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test/my_game/example/race_generated.rs' 2025-03-21T20:18:09.9369254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test/my_game/example/referrable_generated.rs' 2025-03-21T20:18:09.9369999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test/my_game/example/stat_generated.rs' 2025-03-21T20:18:09.9370815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test/my_game/example/struct_of_structs_generated.rs' 2025-03-21T20:18:09.9371684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test/my_game/example/struct_of_structs_of_structs_generated.rs' 2025-03-21T20:18:09.9372445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test/my_game/example/test_generated.rs' 2025-03-21T20:18:09.9373310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test/my_game/example/test_simple_table_with_enum_generated.rs' 2025-03-21T20:18:09.9374125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test/my_game/example/type_aliases_generated.rs' 2025-03-21T20:18:09.9374938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test/my_game/example/vec_3_generated.rs' 2025-03-21T20:18:09.9375688Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test/my_game/example' 2025-03-21T20:18:09.9376490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test/my_game/example_2/monster_generated.rs' 2025-03-21T20:18:09.9377239Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test/my_game/example_2' 2025-03-21T20:18:09.9378020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test/my_game/in_parent_namespace_generated.rs' 2025-03-21T20:18:09.9378853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test/my_game/other_name_space/from_include_generated.rs' 2025-03-21T20:18:09.9379659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test/my_game/other_name_space/table_b_generated.rs' 2025-03-21T20:18:09.9380466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test/my_game/other_name_space/unused_generated.rs' 2025-03-21T20:18:09.9381209Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test/my_game/other_name_space' 2025-03-21T20:18:09.9381855Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test/my_game' 2025-03-21T20:18:09.9382533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test/table_a_generated.rs' 2025-03-21T20:18:09.9383166Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test' 2025-03-21T20:18:09.9383822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_bfbs_generated.h' 2025-03-21T20:18:09.9384535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_generated.grpc.fb.cc' 2025-03-21T20:18:09.9385211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_generated.grpc.fb.h' 2025-03-21T20:18:09.9385827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_generated.h' 2025-03-21T20:18:09.9386495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_generated.lobster' 2025-03-21T20:18:09.9387125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_generated.py' 2025-03-21T20:18:09.9387759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_generated.ts' 2025-03-21T20:18:09.9388501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_my_game.example2_generated.dart' 2025-03-21T20:18:09.9389302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_my_game.example_generated.dart' 2025-03-21T20:18:09.9389989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_my_game_generated.dart' 2025-03-21T20:18:09.9390649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_serialize/mod.rs' 2025-03-21T20:18:09.9391460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_serialize/my_game/example/ability_generated.rs' 2025-03-21T20:18:09.9392377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_serialize/my_game/example/any_ambiguous_aliases_generated.rs' 2025-03-21T20:18:09.9393189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_serialize/my_game/example/any_generated.rs' 2025-03-21T20:18:09.9394055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_serialize/my_game/example/any_unique_aliases_generated.rs' 2025-03-21T20:18:09.9394853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_serialize/my_game/example/color_generated.rs' 2025-03-21T20:18:09.9395672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_serialize/my_game/example/long_enum_generated.rs' 2025-03-21T20:18:09.9396489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_serialize/my_game/example/monster_generated.rs' 2025-03-21T20:18:09.9397283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_serialize/my_game/example/race_generated.rs' 2025-03-21T20:18:09.9398112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_serialize/my_game/example/referrable_generated.rs' 2025-03-21T20:18:09.9398906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_serialize/my_game/example/stat_generated.rs' 2025-03-21T20:18:09.9399793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_serialize/my_game/example/struct_of_structs_generated.rs' 2025-03-21T20:18:09.9400738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_serialize/my_game/example/struct_of_structs_of_structs_generated.rs' 2025-03-21T20:18:09.9401537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_serialize/my_game/example/test_generated.rs' 2025-03-21T20:18:09.9402439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_serialize/my_game/example/test_simple_table_with_enum_generated.rs' 2025-03-21T20:18:09.9403274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_serialize/my_game/example/type_aliases_generated.rs' 2025-03-21T20:18:09.9404070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_serialize/my_game/example/vec_3_generated.rs' 2025-03-21T20:18:09.9404827Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_serialize/my_game/example' 2025-03-21T20:18:09.9405645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_serialize/my_game/example_2/monster_generated.rs' 2025-03-21T20:18:09.9406413Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_serialize/my_game/example_2' 2025-03-21T20:18:09.9407244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_serialize/my_game/in_parent_namespace_generated.rs' 2025-03-21T20:18:09.9408128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_serialize/my_game/other_name_space/from_include_generated.rs' 2025-03-21T20:18:09.9409010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_serialize/my_game/other_name_space/table_b_generated.rs' 2025-03-21T20:18:09.9409886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_serialize/my_game/other_name_space/unused_generated.rs' 2025-03-21T20:18:09.9410680Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_serialize/my_game/other_name_space' 2025-03-21T20:18:09.9411388Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_serialize/my_game' 2025-03-21T20:18:09.9412115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_serialize/table_a_generated.rs' 2025-03-21T20:18:09.9412785Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_serialize' 2025-03-21T20:18:09.9413565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_suffix/ext_only/monster_test.grpc.fb.cc' 2025-03-21T20:18:09.9414338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_suffix/ext_only/monster_test.grpc.fb.h' 2025-03-21T20:18:09.9415148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_suffix/ext_only/monster_test_generated.hpp' 2025-03-21T20:18:09.9415849Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_suffix/ext_only' 2025-03-21T20:18:09.9416686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_suffix/filesuffix_only/monster_test.grpc.fb.cc' 2025-03-21T20:18:09.9417490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_suffix/filesuffix_only/monster_test.grpc.fb.h' 2025-03-21T20:18:09.9418289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_suffix/filesuffix_only/monster_test_suffix.h' 2025-03-21T20:18:09.9419020Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_suffix/filesuffix_only' 2025-03-21T20:18:09.9419758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_suffix/monster_test.grpc.fb.cc' 2025-03-21T20:18:09.9420486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_suffix/monster_test.grpc.fb.h' 2025-03-21T20:18:09.9421219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_suffix/monster_test_suffix.hpp' 2025-03-21T20:18:09.9421861Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monster_test_suffix' 2025-03-21T20:18:09.9422480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monsterdata_extra.json' 2025-03-21T20:18:09.9423113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monsterdata_go_wire.mon.sp' 2025-03-21T20:18:09.9423759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monsterdata_python_wire.mon' 2025-03-21T20:18:09.9424396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monsterdata_test.afb' 2025-03-21T20:18:09.9425047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monsterdata_test.golden' 2025-03-21T20:18:09.9425653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monsterdata_test.json' 2025-03-21T20:18:09.9426263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/monsterdata_test.mon' 2025-03-21T20:18:09.9426851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/more_defaults.fbs' 2025-03-21T20:18:09.9427524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/more_defaults/abc_generated.rs' 2025-03-21T20:18:09.9428126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/more_defaults/mod.rs' 2025-03-21T20:18:09.9428895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/more_defaults/more_defaults_generated.rs' 2025-03-21T20:18:09.9429512Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/more_defaults' 2025-03-21T20:18:09.9430182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/name_clash_test/invalid_test1.fbs' 2025-03-21T20:18:09.9430898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/name_clash_test/invalid_test2.fbs' 2025-03-21T20:18:09.9431556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/name_clash_test/valid_test1.fbs' 2025-03-21T20:18:09.9432251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/name_clash_test/valid_test2.fbs' 2025-03-21T20:18:09.9432871Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/name_clash_test' 2025-03-21T20:18:09.9433680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.cs' 2025-03-21T20:18:09.9434473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.go' 2025-03-21T20:18:09.9435292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.java' 2025-03-21T20:18:09.9436085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.kt' 2025-03-21T20:18:09.9436896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.lua' 2025-03-21T20:18:09.9437696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.php' 2025-03-21T20:18:09.9438500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py' 2025-03-21T20:18:09.9439310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.cs' 2025-03-21T20:18:09.9440164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.go' 2025-03-21T20:18:09.9441009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.java' 2025-03-21T20:18:09.9441819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.kt' 2025-03-21T20:18:09.9442629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.lua' 2025-03-21T20:18:09.9443453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.php' 2025-03-21T20:18:09.9444265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py' 2025-03-21T20:18:09.9445100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNST.java' 2025-03-21T20:18:09.9445909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.cs' 2025-03-21T20:18:09.9446711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.go' 2025-03-21T20:18:09.9447558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.java' 2025-03-21T20:18:09.9448482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.kt' 2025-03-21T20:18:09.9449350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.lua' 2025-03-21T20:18:09.9450160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.php' 2025-03-21T20:18:09.9450972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py' 2025-03-21T20:18:09.9451805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNST.java' 2025-03-21T20:18:09.9452622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.cs' 2025-03-21T20:18:09.9453420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.go' 2025-03-21T20:18:09.9454238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.java' 2025-03-21T20:18:09.9455031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.kt' 2025-03-21T20:18:09.9455840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.lua' 2025-03-21T20:18:09.9456676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.php' 2025-03-21T20:18:09.9457488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py' 2025-03-21T20:18:09.9458370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNSUnion.java' 2025-03-21T20:18:09.9459141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py' 2025-03-21T20:18:09.9459884Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB' 2025-03-21T20:18:09.9460627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.cs' 2025-03-21T20:18:09.9461374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.go' 2025-03-21T20:18:09.9462128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.java' 2025-03-21T20:18:09.9462864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.kt' 2025-03-21T20:18:09.9463645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.lua' 2025-03-21T20:18:09.9464387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.php' 2025-03-21T20:18:09.9465155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py' 2025-03-21T20:18:09.9465926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInAT.java' 2025-03-21T20:18:09.9466625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.cs' 2025-03-21T20:18:09.9467328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.go' 2025-03-21T20:18:09.9468038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.php' 2025-03-21T20:18:09.9468796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py' 2025-03-21T20:18:09.9469535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.cs' 2025-03-21T20:18:09.9470277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.go' 2025-03-21T20:18:09.9471029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.java' 2025-03-21T20:18:09.9471770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.kt' 2025-03-21T20:18:09.9472509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.lua' 2025-03-21T20:18:09.9473294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.php' 2025-03-21T20:18:09.9474052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py' 2025-03-21T20:18:09.9474820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNST.java' 2025-03-21T20:18:09.9475524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py' 2025-03-21T20:18:09.9476212Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceA' 2025-03-21T20:18:09.9476914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.cs' 2025-03-21T20:18:09.9477624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.go' 2025-03-21T20:18:09.9478334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.java' 2025-03-21T20:18:09.9479030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.kt' 2025-03-21T20:18:09.9479850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.lua' 2025-03-21T20:18:09.9480556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.php' 2025-03-21T20:18:09.9481294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py' 2025-03-21T20:18:09.9482012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceC/TableInCT.java' 2025-03-21T20:18:09.9482717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py' 2025-03-21T20:18:09.9483394Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/NamespaceC' 2025-03-21T20:18:09.9484013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/mod.rs' 2025-03-21T20:18:09.9484887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/namespace_a/namespace_b/enum_in_nested_ns_generated.rs' 2025-03-21T20:18:09.9485780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/namespace_a/namespace_b/struct_in_nested_ns_generated.rs' 2025-03-21T20:18:09.9486656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/namespace_a/namespace_b/table_in_nested_ns_generated.rs' 2025-03-21T20:18:09.9487535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/namespace_a/namespace_b/union_in_nested_ns_generated.rs' 2025-03-21T20:18:09.9488294Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/namespace_a/namespace_b' 2025-03-21T20:18:09.9489132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/namespace_a/second_table_in_a_generated.rs' 2025-03-21T20:18:09.9489964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/namespace_a/table_in_first_ns_generated.rs' 2025-03-21T20:18:09.9490653Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/namespace_a' 2025-03-21T20:18:09.9491418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/namespace_c/table_in_c_generated.rs' 2025-03-21T20:18:09.9492105Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/namespace_c' 2025-03-21T20:18:09.9492785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/namespace_test1.fbs' 2025-03-21T20:18:09.9493519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/namespace_test1_generated.h' 2025-03-21T20:18:09.9494281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/namespace_test1_generated.lobster' 2025-03-21T20:18:09.9495151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/namespace_test1_namespace_a.namespace_b_generated.dart' 2025-03-21T20:18:09.9495866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/namespace_test2.fbs' 2025-03-21T20:18:09.9496591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/namespace_test2_generated.h' 2025-03-21T20:18:09.9497408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/namespace_test2_generated.lobster' 2025-03-21T20:18:09.9498225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/namespace_test2_namespace_a_generated.dart' 2025-03-21T20:18:09.9499038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test/namespace_test2_namespace_c_generated.dart' 2025-03-21T20:18:09.9499657Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/namespace_test' 2025-03-21T20:18:09.9500249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nan_inf_test.fbs' 2025-03-21T20:18:09.9500900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/native_inline_table_test.fbs' 2025-03-21T20:18:09.9501599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/native_inline_table_test_generated.h' 2025-03-21T20:18:09.9502206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/native_type_test.fbs' 2025-03-21T20:18:09.9502861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/native_type_test_generated.h' 2025-03-21T20:18:09.9503488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/native_type_test_impl.cpp' 2025-03-21T20:18:09.9504110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/native_type_test_impl.h' 2025-03-21T20:18:09.9504895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs' 2025-03-21T20:18:09.9505738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1_generated.cs' 2025-03-21T20:18:09.9506495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs' 2025-03-21T20:18:09.9507302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2_generated.cs' 2025-03-21T20:18:09.9508056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs' 2025-03-21T20:18:09.9508919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3_generated.cs' 2025-03-21T20:18:09.9509584Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nested_namespace_test' 2025-03-21T20:18:09.9510194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nested_union_test.fbs' 2025-03-21T20:18:09.9510765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nim/testnim.py' 2025-03-21T20:18:09.9511466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nim/tests/moredefaults/test.nim' 2025-03-21T20:18:09.9512136Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nim/tests/moredefaults' 2025-03-21T20:18:09.9512827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nim/tests/mutatingbool/test.nim' 2025-03-21T20:18:09.9513493Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nim/tests/mutatingbool' 2025-03-21T20:18:09.9514120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nim/tests/mygame/test.nim' 2025-03-21T20:18:09.9514749Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nim/tests/mygame' 2025-03-21T20:18:09.9515435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nim/tests/optional_scalars/test.nim' 2025-03-21T20:18:09.9516130Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nim/tests/optional_scalars' 2025-03-21T20:18:09.9516725Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nim/tests' 2025-03-21T20:18:09.9517293Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/nim' 2025-03-21T20:18:09.9517895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars.fbs' 2025-03-21T20:18:09.9518502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars.json' 2025-03-21T20:18:09.9519182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/OptionalByte.cs' 2025-03-21T20:18:09.9519856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/OptionalByte.go' 2025-03-21T20:18:09.9520574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/OptionalByte.java' 2025-03-21T20:18:09.9521275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/OptionalByte.kt' 2025-03-21T20:18:09.9521957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/OptionalByte.nim' 2025-03-21T20:18:09.9522631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/OptionalByte.py' 2025-03-21T20:18:09.9523304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/ScalarStuff.cs' 2025-03-21T20:18:09.9523968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/ScalarStuff.go' 2025-03-21T20:18:09.9524655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/ScalarStuff.java' 2025-03-21T20:18:09.9525319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/ScalarStuff.kt' 2025-03-21T20:18:09.9525994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/ScalarStuff.nim' 2025-03-21T20:18:09.9526657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/ScalarStuff.py' 2025-03-21T20:18:09.9527335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/__init__.py' 2025-03-21T20:18:09.9527953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/mod.rs' 2025-03-21T20:18:09.9528806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/optional_scalars/optional_byte_generated.rs' 2025-03-21T20:18:09.9529623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/optional_scalars/scalar_stuff_generated.rs' 2025-03-21T20:18:09.9530347Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars/optional_scalars' 2025-03-21T20:18:09.9530982Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars' 2025-03-21T20:18:09.9531638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars_defaults.json' 2025-03-21T20:18:09.9532295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars_generated.h' 2025-03-21T20:18:09.9532981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars_generated.lobster' 2025-03-21T20:18:09.9533643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars_generated.ts' 2025-03-21T20:18:09.9534272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars_test.cpp' 2025-03-21T20:18:09.9534895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/optional_scalars_test.h' 2025-03-21T20:18:09.9535453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/order/Food.go' 2025-03-21T20:18:09.9536059Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/order' 2025-03-21T20:18:09.9536659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/parser_test.cpp' 2025-03-21T20:18:09.9537228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/parser_test.h' 2025-03-21T20:18:09.9537784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/phpTest.php' 2025-03-21T20:18:09.9538413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/phpUnionVectorTest.php' 2025-03-21T20:18:09.9539029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/phpUnionVectorTest.sh' 2025-03-21T20:18:09.9539673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/private_annotation_test.fbs' 2025-03-21T20:18:09.9540393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/private_annotation_test/ab_generated.rs' 2025-03-21T20:18:09.9541153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/private_annotation_test/annotations_generated.rs' 2025-03-21T20:18:09.9541878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/private_annotation_test/any_generated.rs' 2025-03-21T20:18:09.9542621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/private_annotation_test/game_generated.rs' 2025-03-21T20:18:09.9543292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/private_annotation_test/mod.rs' 2025-03-21T20:18:09.9544050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/private_annotation_test/object_generated.rs' 2025-03-21T20:18:09.9544725Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/private_annotation_test' 2025-03-21T20:18:09.9545298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/proto_test.cpp' 2025-03-21T20:18:09.9545856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/proto_test.h' 2025-03-21T20:18:09.9546548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/GenerateProtoGoldens.sh' 2025-03-21T20:18:09.9547186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/imported.proto' 2025-03-21T20:18:09.9547987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/non-positive-id.proto' 2025-03-21T20:18:09.9548669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/test.golden.fbs' 2025-03-21T20:18:09.9549279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/test.proto' 2025-03-21T20:18:09.9549926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/test_id.golden.fbs' 2025-03-21T20:18:09.9550619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/test_include.golden.fbs' 2025-03-21T20:18:09.9551364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/test_include_id.golden.fbs' 2025-03-21T20:18:09.9552045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/test_suffix.golden.fbs' 2025-03-21T20:18:09.9552767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs' 2025-03-21T20:18:09.9553439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/test_union.golden.fbs' 2025-03-21T20:18:09.9554120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/test_union_id.golden.fbs' 2025-03-21T20:18:09.9554843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/test_union_include.golden.fbs' 2025-03-21T20:18:09.9555576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs' 2025-03-21T20:18:09.9556295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs' 2025-03-21T20:18:09.9557017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs' 2025-03-21T20:18:09.9557656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/twice-id.proto' 2025-03-21T20:18:09.9558369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest/use-reserved-id.proto' 2025-03-21T20:18:09.9558968Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/prototest' 2025-03-21T20:18:09.9559618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/py_flexbuffers_test.py' 2025-03-21T20:18:09.9560174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/py_test.py' 2025-03-21T20:18:09.9560771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/reflection_test.cpp' 2025-03-21T20:18:09.9561354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/reflection_test.h' 2025-03-21T20:18:09.9561966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/required_strings.fbs' 2025-03-21T20:18:09.9562557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_namer_test.fbs' 2025-03-21T20:18:09.9563180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_namer_test/mod.rs' 2025-03-21T20:18:09.9563970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_namer_test/rust_namer_test/field_table_generated.rs' 2025-03-21T20:18:09.9564765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_namer_test/rust_namer_test/field_union_generated.rs' 2025-03-21T20:18:09.9565557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_namer_test/rust_namer_test/game_message_generated.rs' 2025-03-21T20:18:09.9566401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_namer_test/rust_namer_test/game_message_wrapper_generated.rs' 2025-03-21T20:18:09.9567256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_namer_test/rust_namer_test/player_input_change_generated.rs' 2025-03-21T20:18:09.9568099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_namer_test/rust_namer_test/player_spectate_generated.rs' 2025-03-21T20:18:09.9568914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_namer_test/rust_namer_test/player_stat_event_generated.rs' 2025-03-21T20:18:09.9569705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_namer_test/rust_namer_test/root_table_generated.rs' 2025-03-21T20:18:09.9570408Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_namer_test/rust_namer_test' 2025-03-21T20:18:09.9571039Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_namer_test' 2025-03-21T20:18:09.9571789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_no_std_compilation_test/.cargo/config.toml' 2025-03-21T20:18:09.9572528Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_no_std_compilation_test/.cargo' 2025-03-21T20:18:09.9573232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_no_std_compilation_test/Cargo.toml' 2025-03-21T20:18:09.9573974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_no_std_compilation_test/src/main.rs' 2025-03-21T20:18:09.9574690Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_no_std_compilation_test/src' 2025-03-21T20:18:09.9575411Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_no_std_compilation_test' 2025-03-21T20:18:09.9576076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_serialize_test/Cargo.toml' 2025-03-21T20:18:09.9576737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_serialize_test/src/main.rs' 2025-03-21T20:18:09.9577402Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_serialize_test/src' 2025-03-21T20:18:09.9578048Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_serialize_test' 2025-03-21T20:18:09.9578685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/Cargo.toml' 2025-03-21T20:18:09.9579384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/benches/benchmarks.rs' 2025-03-21T20:18:09.9580158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/benches/flatbuffers_benchmarks.rs' 2025-03-21T20:18:09.9580917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/benches/flexbuffers_benchmarks.rs' 2025-03-21T20:18:09.9581588Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/benches' 2025-03-21T20:18:09.9582329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/bin/flatbuffers_alloc_check.rs' 2025-03-21T20:18:09.9583110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/bin/flexbuffers_alloc_check.rs' 2025-03-21T20:18:09.9583844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/bin/monster_example.rs' 2025-03-21T20:18:09.9584503Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/bin' 2025-03-21T20:18:09.9585178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/outdir/.gitignore' 2025-03-21T20:18:09.9585862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/outdir/Cargo.toml' 2025-03-21T20:18:09.9586524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/outdir/build.rs' 2025-03-21T20:18:09.9587211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/outdir/src/main.rs' 2025-03-21T20:18:09.9587895Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/outdir/src' 2025-03-21T20:18:09.9588555Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/outdir' 2025-03-21T20:18:09.9589332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/tests/arrays_test.rs' 2025-03-21T20:18:09.9590127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests/binary_format.rs' 2025-03-21T20:18:09.9590941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests/interop.rs' 2025-03-21T20:18:09.9591692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests/mod.rs' 2025-03-21T20:18:09.9592471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests/other_api.rs' 2025-03-21T20:18:09.9593249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests/qc_serious.rs' 2025-03-21T20:18:09.9593997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests/rwyw.rs' 2025-03-21T20:18:09.9594759Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests' 2025-03-21T20:18:09.9595483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/tests/integration_test.rs' 2025-03-21T20:18:09.9596204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/tests/more_defaults_test.rs' 2025-03-21T20:18:09.9596951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/tests/optional_scalars_test.rs' 2025-03-21T20:18:09.9597602Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test/tests' 2025-03-21T20:18:09.9598223Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/rust_usage_test' 2025-03-21T20:18:09.9598916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/Wasm.tests/.swift-version' 2025-03-21T20:18:09.9599610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/Wasm.tests/Package.swift' 2025-03-21T20:18:09.9600320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/Wasm.tests/Sources/Wasm/Wasm.swift' 2025-03-21T20:18:09.9601022Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/Wasm.tests/Sources/Wasm' 2025-03-21T20:18:09.9601694Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/Wasm.tests/Sources' 2025-03-21T20:18:09.9602720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/Wasm.tests/Tests/FlatBuffers.Test.Swift.WasmTests/FlatBuffersMonsterWriterTests.swift' 2025-03-21T20:18:09.9603690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/Wasm.tests/Tests/FlatBuffers.Test.Swift.WasmTests/monster_test_generated.swift' 2025-03-21T20:18:09.9604548Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/Wasm.tests/Tests/FlatBuffers.Test.Swift.WasmTests' 2025-03-21T20:18:09.9605241Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/Wasm.tests/Tests' 2025-03-21T20:18:09.9605874Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/Wasm.tests' 2025-03-21T20:18:09.9606675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs' 2025-03-21T20:18:09.9607518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import_generated.swift' 2025-03-21T20:18:09.9608316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs' 2025-03-21T20:18:09.9609177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include_generated.swift' 2025-03-21T20:18:09.9609898Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/CodeGenerationTests' 2025-03-21T20:18:09.9610530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/Package.swift' 2025-03-21T20:18:09.9611304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs' 2025-03-21T20:18:09.9612142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer_generated.swift' 2025-03-21T20:18:09.9612913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/main.swift' 2025-03-21T20:18:09.9613654Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers' 2025-03-21T20:18:09.9614299Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/Sources' 2025-03-21T20:18:09.9614949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/SwiftTest.sh' 2025-03-21T20:18:09.9615985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/FlatBuffersMonsterWriterTests.swift' 2025-03-21T20:18:09.9616921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/FlatBuffersNanInfTests.swift' 2025-03-21T20:18:09.9617870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/FlatBuffersStructsTests.swift' 2025-03-21T20:18:09.9618767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/FlatBuffersTests.swift' 2025-03-21T20:18:09.9619706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/FlatBuffersUnionTests.swift' 2025-03-21T20:18:09.9620647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/FlatBuffersVectorsTests.swift' 2025-03-21T20:18:09.9621584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/FlatbuffersDoubleTests.swift' 2025-03-21T20:18:09.9622547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/FlatbuffersMoreDefaults.swift' 2025-03-21T20:18:09.9623530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/FlatbuffersVerifierTests.swift' 2025-03-21T20:18:09.9624454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/MutatingBool_generated.swift' 2025-03-21T20:18:09.9625356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/monster_test.grpc.swift' 2025-03-21T20:18:09.9626288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/monster_test_generated.swift' 2025-03-21T20:18:09.9627212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/more_defaults_generated.swift' 2025-03-21T20:18:09.9628138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/nan_inf_test_generated.swift' 2025-03-21T20:18:09.9629124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/optional_scalars_generated.swift' 2025-03-21T20:18:09.9630049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/union_vector_generated.swift' 2025-03-21T20:18:09.9630989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/vector_has_test_generated.swift' 2025-03-21T20:18:09.9631829Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests' 2025-03-21T20:18:09.9632465Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/Tests' 2025-03-21T20:18:09.9633169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests/monsterdata_test.mon' 2025-03-21T20:18:09.9633765Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift/tests' 2025-03-21T20:18:09.9634345Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/swift' 2025-03-21T20:18:09.9634879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/test.cpp' 2025-03-21T20:18:09.9635417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/test.fbs' 2025-03-21T20:18:09.9635992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/test_assert.cpp' 2025-03-21T20:18:09.9636556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/test_assert.h' 2025-03-21T20:18:09.9637136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/test_builder.cpp' 2025-03-21T20:18:09.9637709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/test_builder.h' 2025-03-21T20:18:09.9638300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/BUILD.bazel' 2025-03-21T20:18:09.9638995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/JavaScriptComplexArraysTest.js' 2025-03-21T20:18:09.9639705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/JavaScriptFlexBuffersTest.js' 2025-03-21T20:18:09.9640404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/JavaScriptRequiredStringTest.js' 2025-03-21T20:18:09.9641016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/JavaScriptTest.js' 2025-03-21T20:18:09.9641639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/JavaScriptTestv1.cjs' 2025-03-21T20:18:09.9642382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/JavaScriptUnionUnderlyingTypeTest.js' 2025-03-21T20:18:09.9643058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/JavaScriptUnionVectorTest.js' 2025-03-21T20:18:09.9643674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/TypeScriptTest.py' 2025-03-21T20:18:09.9644426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex.fbs' 2025-03-21T20:18:09.9645232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex_generated.cjs' 2025-03-21T20:18:09.9645958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/arrays_test_complex/my-game/example.d.ts' 2025-03-21T20:18:09.9646678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/arrays_test_complex/my-game/example.js' 2025-03-21T20:18:09.9647422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/arrays_test_complex/my-game/example.ts' 2025-03-21T20:18:09.9648384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/array-struct.d.ts' 2025-03-21T20:18:09.9649172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/array-struct.js' 2025-03-21T20:18:09.9649960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/array-struct.ts' 2025-03-21T20:18:09.9650752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/array-table.d.ts' 2025-03-21T20:18:09.9651541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/array-table.js' 2025-03-21T20:18:09.9652320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/array-table.ts' 2025-03-21T20:18:09.9653118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/inner-struct.d.ts' 2025-03-21T20:18:09.9653904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/inner-struct.js' 2025-03-21T20:18:09.9654730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/inner-struct.ts' 2025-03-21T20:18:09.9655539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/nested-struct.d.ts' 2025-03-21T20:18:09.9656362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/nested-struct.js' 2025-03-21T20:18:09.9657157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/nested-struct.ts' 2025-03-21T20:18:09.9657958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/outer-struct.d.ts' 2025-03-21T20:18:09.9658749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/outer-struct.js' 2025-03-21T20:18:09.9659536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/outer-struct.ts' 2025-03-21T20:18:09.9660324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/test-enum.d.ts' 2025-03-21T20:18:09.9661098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/test-enum.js' 2025-03-21T20:18:09.9661874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/test-enum.ts' 2025-03-21T20:18:09.9662623Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/arrays_test_complex/my-game/example' 2025-03-21T20:18:09.9663333Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/arrays_test_complex/my-game' 2025-03-21T20:18:09.9664023Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/arrays_test_complex' 2025-03-21T20:18:09.9664713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/bazel_repository_test.sh' 2025-03-21T20:18:09.9665430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/bazel_repository_test_dir/.bazelignore' 2025-03-21T20:18:09.9666129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/bazel_repository_test_dir/.bazelrc' 2025-03-21T20:18:09.9666837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/bazel_repository_test_dir/.gitignore' 2025-03-21T20:18:09.9667529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/bazel_repository_test_dir/.npmrc' 2025-03-21T20:18:09.9668243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/bazel_repository_test_dir/BUILD.bazel' 2025-03-21T20:18:09.9668990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/bazel_repository_test_dir/WORKSPACE' 2025-03-21T20:18:09.9669727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/bazel_repository_test_dir/import_test.js' 2025-03-21T20:18:09.9670442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs' 2025-03-21T20:18:09.9671166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/bazel_repository_test_dir/package.json' 2025-03-21T20:18:09.9671925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/bazel_repository_test_dir/pnpm-lock.yaml' 2025-03-21T20:18:09.9672620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs' 2025-03-21T20:18:09.9673311Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/bazel_repository_test_dir' 2025-03-21T20:18:09.9673882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/foobar.d.ts' 2025-03-21T20:18:09.9674438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/foobar.js' 2025-03-21T20:18:09.9674996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/foobar.ts' 2025-03-21T20:18:09.9675586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/foobar/abc.d.ts' 2025-03-21T20:18:09.9676170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/foobar/abc.js' 2025-03-21T20:18:09.9676750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/foobar/abc.ts' 2025-03-21T20:18:09.9677352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/foobar/class.d.ts' 2025-03-21T20:18:09.9677938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/foobar/class.js' 2025-03-21T20:18:09.9678522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/foobar/class.ts' 2025-03-21T20:18:09.9679147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/foobar/tab.ts' 2025-03-21T20:18:09.9679760Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/foobar' 2025-03-21T20:18:09.9680367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/monster_test.d.ts' 2025-03-21T20:18:09.9680953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/monster_test.js' 2025-03-21T20:18:09.9681544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/monster_test.ts' 2025-03-21T20:18:09.9682197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/monster_test_generated.cjs' 2025-03-21T20:18:09.9682891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/monsterdata_javascript_wire.mon' 2025-03-21T20:18:09.9683465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game.d.ts' 2025-03-21T20:18:09.9684031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game.js' 2025-03-21T20:18:09.9684591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game.ts' 2025-03-21T20:18:09.9685238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example.d.ts' 2025-03-21T20:18:09.9685850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example.js' 2025-03-21T20:18:09.9686500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example.ts' 2025-03-21T20:18:09.9687165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/ability.d.ts' 2025-03-21T20:18:09.9687812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/ability.js' 2025-03-21T20:18:09.9688464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/ability.ts' 2025-03-21T20:18:09.9689215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/any-ambiguous-aliases.d.ts' 2025-03-21T20:18:09.9689953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/any-ambiguous-aliases.js' 2025-03-21T20:18:09.9690685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/any-ambiguous-aliases.ts' 2025-03-21T20:18:09.9691421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/any-unique-aliases.d.ts' 2025-03-21T20:18:09.9692133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/any-unique-aliases.js' 2025-03-21T20:18:09.9692850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/any-unique-aliases.ts' 2025-03-21T20:18:09.9693488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/any.d.ts' 2025-03-21T20:18:09.9694150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/any.js' 2025-03-21T20:18:09.9694774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/any.ts' 2025-03-21T20:18:09.9695453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/color.d.ts' 2025-03-21T20:18:09.9696089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/color.js' 2025-03-21T20:18:09.9696725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/color.ts' 2025-03-21T20:18:09.9697402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/long-enum.d.ts' 2025-03-21T20:18:09.9698068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/long-enum.js' 2025-03-21T20:18:09.9698728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/long-enum.ts' 2025-03-21T20:18:09.9699386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/monster.d.ts' 2025-03-21T20:18:09.9700041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/monster.js' 2025-03-21T20:18:09.9700715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/monster.ts' 2025-03-21T20:18:09.9701361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/race.d.ts' 2025-03-21T20:18:09.9702017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/race.js' 2025-03-21T20:18:09.9702651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/race.ts' 2025-03-21T20:18:09.9703329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/referrable.d.ts' 2025-03-21T20:18:09.9703998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/referrable.js' 2025-03-21T20:18:09.9704666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/referrable.ts' 2025-03-21T20:18:09.9705310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/stat.d.ts' 2025-03-21T20:18:09.9705941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/stat.js' 2025-03-21T20:18:09.9706574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/stat.ts' 2025-03-21T20:18:09.9707362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/struct-of-structs-of-structs.d.ts' 2025-03-21T20:18:09.9708143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/struct-of-structs-of-structs.js' 2025-03-21T20:18:09.9708973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/struct-of-structs-of-structs.ts' 2025-03-21T20:18:09.9709735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/struct-of-structs.d.ts' 2025-03-21T20:18:09.9714385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/struct-of-structs.js' 2025-03-21T20:18:09.9715151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/struct-of-structs.ts' 2025-03-21T20:18:09.9715954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/test-simple-table-with-enum.d.ts' 2025-03-21T20:18:09.9716742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/test-simple-table-with-enum.js' 2025-03-21T20:18:09.9717520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/test-simple-table-with-enum.ts' 2025-03-21T20:18:09.9718176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/test.d.ts' 2025-03-21T20:18:09.9718816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/test.js' 2025-03-21T20:18:09.9719444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/test.ts' 2025-03-21T20:18:09.9720143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/type-aliases.d.ts' 2025-03-21T20:18:09.9720888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/type-aliases.js' 2025-03-21T20:18:09.9721577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/type-aliases.ts' 2025-03-21T20:18:09.9722253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/vec3.d.ts' 2025-03-21T20:18:09.9722889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/vec3.js' 2025-03-21T20:18:09.9723519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example/vec3.ts' 2025-03-21T20:18:09.9724155Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example' 2025-03-21T20:18:09.9724779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example2.d.ts' 2025-03-21T20:18:09.9725391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example2.js' 2025-03-21T20:18:09.9726005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example2.ts' 2025-03-21T20:18:09.9726676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example2/monster.d.ts' 2025-03-21T20:18:09.9727345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example2/monster.js' 2025-03-21T20:18:09.9728004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example2/monster.ts' 2025-03-21T20:18:09.9728654Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/example2' 2025-03-21T20:18:09.9729379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/in-parent-namespace.d.ts' 2025-03-21T20:18:09.9730161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/in-parent-namespace.js' 2025-03-21T20:18:09.9730842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/in-parent-namespace.ts' 2025-03-21T20:18:09.9731519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/other-name-space.d.ts' 2025-03-21T20:18:09.9732183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/other-name-space.js' 2025-03-21T20:18:09.9732854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/other-name-space.ts' 2025-03-21T20:18:09.9733608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/other-name-space/from-include.d.ts' 2025-03-21T20:18:09.9734351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/other-name-space/from-include.js' 2025-03-21T20:18:09.9735084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/other-name-space/from-include.ts' 2025-03-21T20:18:09.9735804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/other-name-space/table-b.d.ts' 2025-03-21T20:18:09.9736538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/other-name-space/table-b.js' 2025-03-21T20:18:09.9737285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/other-name-space/table-b.ts' 2025-03-21T20:18:09.9737997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/other-name-space/unused.d.ts' 2025-03-21T20:18:09.9738696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/other-name-space/unused.js' 2025-03-21T20:18:09.9739398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/other-name-space/unused.ts' 2025-03-21T20:18:09.9740089Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game/other-name-space' 2025-03-21T20:18:09.9740689Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/my-game' 2025-03-21T20:18:09.9741404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/no_import_ext/optional-scalars.d.ts' 2025-03-21T20:18:09.9742102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/no_import_ext/optional-scalars.js' 2025-03-21T20:18:09.9742794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/no_import_ext/optional-scalars.ts' 2025-03-21T20:18:09.9743577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/no_import_ext/optional-scalars/optional-byte.d.ts' 2025-03-21T20:18:09.9744352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/no_import_ext/optional-scalars/optional-byte.js' 2025-03-21T20:18:09.9745163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/no_import_ext/optional-scalars/optional-byte.ts' 2025-03-21T20:18:09.9745955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/no_import_ext/optional-scalars/scalar-stuff.d.ts' 2025-03-21T20:18:09.9746721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/no_import_ext/optional-scalars/scalar-stuff.js' 2025-03-21T20:18:09.9747478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/no_import_ext/optional-scalars/scalar-stuff.ts' 2025-03-21T20:18:09.9748378Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/no_import_ext/optional-scalars' 2025-03-21T20:18:09.9749148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/no_import_ext/optional_scalars.d.ts' 2025-03-21T20:18:09.9749840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/no_import_ext/optional_scalars.js' 2025-03-21T20:18:09.9750544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/no_import_ext/optional_scalars.ts' 2025-03-21T20:18:09.9751173Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/no_import_ext' 2025-03-21T20:18:09.9751795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/optional-scalars.ts' 2025-03-21T20:18:09.9752552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/optional-scalars/optional-byte.ts' 2025-03-21T20:18:09.9753285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/optional-scalars/scalar-stuff.ts' 2025-03-21T20:18:09.9753928Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/optional-scalars' 2025-03-21T20:18:09.9754546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/optional_scalars.ts' 2025-03-21T20:18:09.9755117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/package.json' 2025-03-21T20:18:09.9755707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/pnpm-lock.yaml' 2025-03-21T20:18:09.9756295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection.d.ts' 2025-03-21T20:18:09.9756883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection.js' 2025-03-21T20:18:09.9757461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection.ts' 2025-03-21T20:18:09.9758174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/advanced-features.d.ts' 2025-03-21T20:18:09.9758859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/advanced-features.js' 2025-03-21T20:18:09.9759547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/advanced-features.ts' 2025-03-21T20:18:09.9760199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/base-type.d.ts' 2025-03-21T20:18:09.9760867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/base-type.js' 2025-03-21T20:18:09.9761541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/base-type.ts' 2025-03-21T20:18:09.9762180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/enum-val.d.ts' 2025-03-21T20:18:09.9762810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/enum-val.js' 2025-03-21T20:18:09.9763438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/enum-val.ts' 2025-03-21T20:18:09.9764054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/enum.d.ts' 2025-03-21T20:18:09.9764661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/enum.js' 2025-03-21T20:18:09.9765275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/enum.ts' 2025-03-21T20:18:09.9765892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/field.d.ts' 2025-03-21T20:18:09.9766501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/field.js' 2025-03-21T20:18:09.9767135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/field.ts' 2025-03-21T20:18:09.9767784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/key-value.d.ts' 2025-03-21T20:18:09.9768447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/key-value.js' 2025-03-21T20:18:09.9769081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/key-value.ts' 2025-03-21T20:18:09.9769710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/object.d.ts' 2025-03-21T20:18:09.9770320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/object.js' 2025-03-21T20:18:09.9770940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/object.ts' 2025-03-21T20:18:09.9771573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/rpccall.d.ts' 2025-03-21T20:18:09.9772200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/rpccall.js' 2025-03-21T20:18:09.9772822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/rpccall.ts' 2025-03-21T20:18:09.9773489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/schema-file.d.ts' 2025-03-21T20:18:09.9774136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/schema-file.js' 2025-03-21T20:18:09.9774790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/schema-file.ts' 2025-03-21T20:18:09.9775416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/schema.d.ts' 2025-03-21T20:18:09.9776063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/schema.js' 2025-03-21T20:18:09.9776711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/schema.ts' 2025-03-21T20:18:09.9777346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/service.d.ts' 2025-03-21T20:18:09.9777961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/service.js' 2025-03-21T20:18:09.9778581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/service.ts' 2025-03-21T20:18:09.9779200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/type.d.ts' 2025-03-21T20:18:09.9779810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/type.js' 2025-03-21T20:18:09.9780424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection/type.ts' 2025-03-21T20:18:09.9781032Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection' 2025-03-21T20:18:09.9781680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/reflection_generated.cjs' 2025-03-21T20:18:09.9782340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/required-strings/foo.js' 2025-03-21T20:18:09.9782981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/required-strings/foo.ts' 2025-03-21T20:18:09.9783658Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/required-strings' 2025-03-21T20:18:09.9784333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/required_strings_generated.js' 2025-03-21T20:18:09.9785008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/required_strings_generated.ts' 2025-03-21T20:18:09.9785585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/table-a.d.ts' 2025-03-21T20:18:09.9786150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/table-a.js' 2025-03-21T20:18:09.9786709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/table-a.ts' 2025-03-21T20:18:09.9787332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/test_dir/BUILD.bazel' 2025-03-21T20:18:09.9787960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/test_dir/import_test.js' 2025-03-21T20:18:09.9788582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/test_dir/package.json' 2025-03-21T20:18:09.9789320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/test_dir/typescript_include.fbs' 2025-03-21T20:18:09.9790074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs' 2025-03-21T20:18:09.9790667Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/test_dir' 2025-03-21T20:18:09.9791289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/tsconfig.json' 2025-03-21T20:18:09.9791930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/tsconfig.node.json' 2025-03-21T20:18:09.9792530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript.d.ts' 2025-03-21T20:18:09.9793111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript.js' 2025-03-21T20:18:09.9793699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript.ts' 2025-03-21T20:18:09.9794317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript/class.d.ts' 2025-03-21T20:18:09.9794937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript/class.js' 2025-03-21T20:18:09.9795551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript/class.ts' 2025-03-21T20:18:09.9796178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript/object.d.ts' 2025-03-21T20:18:09.9796799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript/object.js' 2025-03-21T20:18:09.9797449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript/object.ts' 2025-03-21T20:18:09.9798060Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript' 2025-03-21T20:18:09.9798712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript_include.ts' 2025-03-21T20:18:09.9799405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript_include_generated.cjs' 2025-03-21T20:18:09.9800048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript_keywords.d.ts' 2025-03-21T20:18:09.9800684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript_keywords.fbs' 2025-03-21T20:18:09.9801313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript_keywords.js' 2025-03-21T20:18:09.9801947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript_keywords.ts' 2025-03-21T20:18:09.9802648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript_keywords_generated.cjs' 2025-03-21T20:18:09.9803340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript_transitive_include.ts' 2025-03-21T20:18:09.9804098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/typescript_transitive_include_generated.cjs' 2025-03-21T20:18:09.9804695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/unicode_test.mon' 2025-03-21T20:18:09.9805359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union-underlying-type.d.ts' 2025-03-21T20:18:09.9806003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union-underlying-type.js' 2025-03-21T20:18:09.9806677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union-underlying-type.ts' 2025-03-21T20:18:09.9807368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union-underlying-type/a.d.ts' 2025-03-21T20:18:09.9808028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union-underlying-type/a.js' 2025-03-21T20:18:09.9808681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union-underlying-type/a.ts' 2025-03-21T20:18:09.9809368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union-underlying-type/abc.d.ts' 2025-03-21T20:18:09.9810030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union-underlying-type/abc.js' 2025-03-21T20:18:09.9810700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union-underlying-type/abc.ts' 2025-03-21T20:18:09.9811363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union-underlying-type/b.d.ts' 2025-03-21T20:18:09.9812018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union-underlying-type/b.js' 2025-03-21T20:18:09.9812669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union-underlying-type/b.ts' 2025-03-21T20:18:09.9813365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union-underlying-type/c.d.ts' 2025-03-21T20:18:09.9814043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union-underlying-type/c.js' 2025-03-21T20:18:09.9814698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union-underlying-type/c.ts' 2025-03-21T20:18:09.9815361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union-underlying-type/d.d.ts' 2025-03-21T20:18:09.9816016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union-underlying-type/d.js' 2025-03-21T20:18:09.9816671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union-underlying-type/d.ts' 2025-03-21T20:18:09.9817343Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union-underlying-type' 2025-03-21T20:18:09.9818028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_underlying_type_test.d.ts' 2025-03-21T20:18:09.9818695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_underlying_type_test.js' 2025-03-21T20:18:09.9819363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_underlying_type_test.ts' 2025-03-21T20:18:09.9820014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/attacker.d.ts' 2025-03-21T20:18:09.9820664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/attacker.js' 2025-03-21T20:18:09.9821298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/attacker.ts' 2025-03-21T20:18:09.9822002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/book-reader.d.ts' 2025-03-21T20:18:09.9822683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/book-reader.js' 2025-03-21T20:18:09.9823344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/book-reader.ts' 2025-03-21T20:18:09.9823998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/character.d.ts' 2025-03-21T20:18:09.9824647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/character.js' 2025-03-21T20:18:09.9825286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/character.ts' 2025-03-21T20:18:09.9825958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/falling-tub.d.ts' 2025-03-21T20:18:09.9826613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/falling-tub.js' 2025-03-21T20:18:09.9827267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/falling-tub.ts' 2025-03-21T20:18:09.9827909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/gadget.d.ts' 2025-03-21T20:18:09.9828556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/gadget.js' 2025-03-21T20:18:09.9829244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/gadget.ts' 2025-03-21T20:18:09.9829930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/hand-fan.d.ts' 2025-03-21T20:18:09.9830574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/hand-fan.js' 2025-03-21T20:18:09.9831209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/hand-fan.ts' 2025-03-21T20:18:09.9831846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/movie.d.ts' 2025-03-21T20:18:09.9832463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/movie.js' 2025-03-21T20:18:09.9833090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/movie.ts' 2025-03-21T20:18:09.9833741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/rapunzel.d.ts' 2025-03-21T20:18:09.9834395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/rapunzel.js' 2025-03-21T20:18:09.9835030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/rapunzel.ts' 2025-03-21T20:18:09.9835715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/union_vector.d.ts' 2025-03-21T20:18:09.9836376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/union_vector.js' 2025-03-21T20:18:09.9837062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/union_vector.ts' 2025-03-21T20:18:09.9837816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector/union_vector_generated.cjs' 2025-03-21T20:18:09.9838439Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts/union_vector' 2025-03-21T20:18:09.9838998Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/ts' 2025-03-21T20:18:09.9839614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/type_field_collsion.fbs' 2025-03-21T20:18:09.9840288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/type_field_collsion/Collision.cs' 2025-03-21T20:18:09.9840933Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/type_field_collsion' 2025-03-21T20:18:09.9841524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/unicode_test.json' 2025-03-21T20:18:09.9842101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/unicode_test.mon' 2025-03-21T20:18:09.9842764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_underlying_type_test.fbs' 2025-03-21T20:18:09.9843490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_underlying_type_test_generated.h' 2025-03-21T20:18:09.9844122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_value_collision.fbs' 2025-03-21T20:18:09.9844939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_value_collsion/union_value_collision_generated.cs' 2025-03-21T20:18:09.9845597Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_value_collsion' 2025-03-21T20:18:09.9846215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Attacker.cs' 2025-03-21T20:18:09.9846851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Attacker.java' 2025-03-21T20:18:09.9847465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Attacker.kt' 2025-03-21T20:18:09.9848229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Attacker.php' 2025-03-21T20:18:09.9848880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/AttackerT.java' 2025-03-21T20:18:09.9849509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/BookReader.cs' 2025-03-21T20:18:09.9850157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/BookReader.java' 2025-03-21T20:18:09.9850785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/BookReader.kt' 2025-03-21T20:18:09.9851432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/BookReader.php' 2025-03-21T20:18:09.9852088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/BookReaderT.java' 2025-03-21T20:18:09.9852774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Character.cs' 2025-03-21T20:18:09.9853461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Character.java' 2025-03-21T20:18:09.9854090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Character.kt' 2025-03-21T20:18:09.9854719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Character.php' 2025-03-21T20:18:09.9855403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/CharacterUnion.java' 2025-03-21T20:18:09.9856035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/FallingTub.cs' 2025-03-21T20:18:09.9856692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/FallingTub.java' 2025-03-21T20:18:09.9857324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/FallingTub.kt' 2025-03-21T20:18:09.9857962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/FallingTub.php' 2025-03-21T20:18:09.9858619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/FallingTubT.java' 2025-03-21T20:18:09.9859261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Gadget.cs' 2025-03-21T20:18:09.9859886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Gadget.java' 2025-03-21T20:18:09.9860536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Gadget.kt' 2025-03-21T20:18:09.9861157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Gadget.php' 2025-03-21T20:18:09.9861806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/GadgetUnion.java' 2025-03-21T20:18:09.9862425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/HandFan.cs' 2025-03-21T20:18:09.9863056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/HandFan.java' 2025-03-21T20:18:09.9863675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/HandFan.kt' 2025-03-21T20:18:09.9864299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/HandFan.php' 2025-03-21T20:18:09.9864941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/HandFanT.java' 2025-03-21T20:18:09.9865547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Movie.cs' 2025-03-21T20:18:09.9866168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Movie.java' 2025-03-21T20:18:09.9866780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Movie.kt' 2025-03-21T20:18:09.9867419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Movie.php' 2025-03-21T20:18:09.9868049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/MovieT.java' 2025-03-21T20:18:09.9868777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Rapunzel.cs' 2025-03-21T20:18:09.9869421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Rapunzel.java' 2025-03-21T20:18:09.9870041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Rapunzel.kt' 2025-03-21T20:18:09.9870682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/Rapunzel.php' 2025-03-21T20:18:09.9871328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/RapunzelT.java' 2025-03-21T20:18:09.9871991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/union_vector.fbs' 2025-03-21T20:18:09.9872648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/union_vector.json' 2025-03-21T20:18:09.9873349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector/union_vector_generated.h' 2025-03-21T20:18:09.9873990Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/union_vector' 2025-03-21T20:18:09.9874556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/util_test.cpp' 2025-03-21T20:18:09.9875137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/util_test.h' 2025-03-21T20:18:09.9875729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests/vector_has_test.fbs' 2025-03-21T20:18:09.9876269Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tests' 2025-03-21T20:18:09.9876805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/BUILD.bazel' 2025-03-21T20:18:09.9877344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/builder.ts' 2025-03-21T20:18:09.9877897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/byte-buffer.ts' 2025-03-21T20:18:09.9878486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/compile_flat_file.sh' 2025-03-21T20:18:09.9879027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/constants.ts' 2025-03-21T20:18:09.9879566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/encoding.ts' 2025-03-21T20:18:09.9880115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flatbuffers.ts' 2025-03-21T20:18:09.9880667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flexbuffers.ts' 2025-03-21T20:18:09.9881306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flexbuffers/bit-width-util.ts' 2025-03-21T20:18:09.9881916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flexbuffers/bit-width.ts' 2025-03-21T20:18:09.9882538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flexbuffers/builder.ts' 2025-03-21T20:18:09.9883216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flexbuffers/flexbuffers-util.ts' 2025-03-21T20:18:09.9883855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flexbuffers/reference-util.ts' 2025-03-21T20:18:09.9884458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flexbuffers/reference.ts' 2025-03-21T20:18:09.9885078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flexbuffers/stack-value.ts' 2025-03-21T20:18:09.9885722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flexbuffers/value-type-util.ts' 2025-03-21T20:18:09.9886344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flexbuffers/value-type.ts' 2025-03-21T20:18:09.9886927Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/flexbuffers' 2025-03-21T20:18:09.9887451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/types.ts' 2025-03-21T20:18:09.9887968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts/utils.ts' 2025-03-21T20:18:09.9888490Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/ts' 2025-03-21T20:18:09.9889047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tsconfig.json' 2025-03-21T20:18:09.9889606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/tsconfig.mjs.json' 2025-03-21T20:18:09.9890172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers/typescript.bzl' 2025-03-21T20:18:09.9890671Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers' 2025-03-21T20:18:09.9891129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/.git' 2025-03-21T20:18:09.9891678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/.github/dependabot.yml' 2025-03-21T20:18:09.9892243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/.github/workflows/ci.yml' 2025-03-21T20:18:09.9892826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/.github/workflows/weekly.yml' 2025-03-21T20:18:09.9893407Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/.github/workflows' 2025-03-21T20:18:09.9893924Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/.github' 2025-03-21T20:18:09.9894413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/.gitignore' 2025-03-21T20:18:09.9894904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/.travis.yml' 2025-03-21T20:18:09.9895405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/CHANGELOG.md' 2025-03-21T20:18:09.9895915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/CMakeLists.txt' 2025-03-21T20:18:09.9896430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/CONTRIBUTING.md' 2025-03-21T20:18:09.9896931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/LICENSE' 2025-03-21T20:18:09.9897417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/NOTICE' 2025-03-21T20:18:09.9897904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/README.md' 2025-03-21T20:18:09.9898399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/appveyor.yml' 2025-03-21T20:18:09.9898912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/config/config.h' 2025-03-21T20:18:09.9899424Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/config' 2025-03-21T20:18:09.9899997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/doc/Grammar-2015-07-23.md' 2025-03-21T20:18:09.9900550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/doc/Grammar.README.md' 2025-03-21T20:18:09.9901081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/doc/benchmarks.md' 2025-03-21T20:18:09.9901618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/doc/binary-format.md' 2025-03-21T20:18:09.9902125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/doc/builder.md' 2025-03-21T20:18:09.9902647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/doc/eclectic.fbs' 2025-03-21T20:18:09.9903204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/doc/flatcc-help.md' 2025-03-21T20:18:09.9903777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/doc/json_parser_design.md' 2025-03-21T20:18:09.9904317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/doc/security.md' 2025-03-21T20:18:09.9904816Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/doc' 2025-03-21T20:18:09.9905389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/grisu3/.gitignore' 2025-03-21T20:18:09.9905949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/grisu3/LICENSE' 2025-03-21T20:18:09.9906517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/grisu3/README.md' 2025-03-21T20:18:09.9907107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/grisu3/grisu3_math.h' 2025-03-21T20:18:09.9907701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/grisu3/grisu3_parse.h' 2025-03-21T20:18:09.9908299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/grisu3/grisu3_print.h' 2025-03-21T20:18:09.9908930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/grisu3/grisu3_test.c' 2025-03-21T20:18:09.9909554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/grisu3/grisu3_test_dblcnv.c' 2025-03-21T20:18:09.9910114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/grisu3/test.sh' 2025-03-21T20:18:09.9910703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/grisu3/test_dblcnv.sh' 2025-03-21T20:18:09.9911312Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/grisu3' 2025-03-21T20:18:09.9911868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/.gitignore' 2025-03-21T20:18:09.9912485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/CMakeLists.txt' 2025-03-21T20:18:09.9913027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/LICENSE' 2025-03-21T20:18:09.9913600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/PMurHash.c' 2025-03-21T20:18:09.9914161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/PMurHash.h' 2025-03-21T20:18:09.9914717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/README.md' 2025-03-21T20:18:09.9915293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/cmetrohash.h' 2025-03-21T20:18:09.9915886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/cmetrohash64.c' 2025-03-21T20:18:09.9916424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/hash.h' 2025-03-21T20:18:09.9916994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/hash_table.h' 2025-03-21T20:18:09.9917621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/hash_table_def.h' 2025-03-21T20:18:09.9918216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/hash_table_impl.h' 2025-03-21T20:18:09.9918863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/hash_table_impl_rh.h' 2025-03-21T20:18:09.9919428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/hash_test.c' 2025-03-21T20:18:09.9919968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ht32.c' 2025-03-21T20:18:09.9920501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ht32.h' 2025-03-21T20:18:09.9921053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ht32rh.c' 2025-03-21T20:18:09.9921597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ht32rh.h' 2025-03-21T20:18:09.9922145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ht64.c' 2025-03-21T20:18:09.9922678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ht64.h' 2025-03-21T20:18:09.9923233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ht64rh.c' 2025-03-21T20:18:09.9923777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ht64rh.h' 2025-03-21T20:18:09.9924377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ht_hash_function.h' 2025-03-21T20:18:09.9924962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ht_portable.h' 2025-03-21T20:18:09.9925517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ht_trace.h' 2025-03-21T20:18:09.9926126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/initbuild.sh' 2025-03-21T20:18:09.9926755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/initbuild_debug.sh' 2025-03-21T20:18:09.9927310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/int_set.h' 2025-03-21T20:18:09.9927869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/load_test.c' 2025-03-21T20:18:09.9928429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/pstdint.h' 2025-03-21T20:18:09.9928977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ptr_set.c' 2025-03-21T20:18:09.9929536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/ptr_set.h' 2025-03-21T20:18:09.9930084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/str_set.c' 2025-03-21T20:18:09.9930636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/str_set.h' 2025-03-21T20:18:09.9931199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/token_map.c' 2025-03-21T20:18:09.9931761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/token_map.h' 2025-03-21T20:18:09.9932354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/unaligned.h' 2025-03-21T20:18:09.9932897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash/xxhash.h' 2025-03-21T20:18:09.9933483Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/hash' 2025-03-21T20:18:09.9934018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/lex/LICENSE' 2025-03-21T20:18:09.9934569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/lex/README.md' 2025-03-21T20:18:09.9935108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/lex/luthor.c' 2025-03-21T20:18:09.9935656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/lex/luthor.h' 2025-03-21T20:18:09.9936193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/lex/tokens.h' 2025-03-21T20:18:09.9936745Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external/lex' 2025-03-21T20:18:09.9937267Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/external' 2025-03-21T20:18:09.9937823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc.h' 2025-03-21T20:18:09.9938438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_accessors.h' 2025-03-21T20:18:09.9939026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_alloc.h' 2025-03-21T20:18:09.9939627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_assert.h' 2025-03-21T20:18:09.9940252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_builder.h' 2025-03-21T20:18:09.9940854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_emitter.h' 2025-03-21T20:18:09.9941471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_endian.h' 2025-03-21T20:18:09.9942082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_epilogue.h' 2025-03-21T20:18:09.9942705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_flatbuffers.h' 2025-03-21T20:18:09.9943324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_identifier.h' 2025-03-21T20:18:09.9943903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_iov.h' 2025-03-21T20:18:09.9944538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_json_parser.h' 2025-03-21T20:18:09.9945167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_json_printer.h' 2025-03-21T20:18:09.9945777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_portable.h' 2025-03-21T20:18:09.9946381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_prologue.h' 2025-03-21T20:18:09.9947000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_refmap.h' 2025-03-21T20:18:09.9947760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_rtconfig.h' 2025-03-21T20:18:09.9948399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_types.h' 2025-03-21T20:18:09.9949065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_unaligned.h' 2025-03-21T20:18:09.9949668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_verifier.h' 2025-03-21T20:18:09.9950270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/flatcc_version.h' 2025-03-21T20:18:09.9950870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/LICENSE' 2025-03-21T20:18:09.9951485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/README.md' 2025-03-21T20:18:09.9952119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/grisu3_math.h' 2025-03-21T20:18:09.9952764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/grisu3_parse.h' 2025-03-21T20:18:09.9953404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/grisu3_print.h' 2025-03-21T20:18:09.9954051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/include/README' 2025-03-21T20:18:09.9954741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/include/linux/endian.h' 2025-03-21T20:18:09.9955467Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/include/linux' 2025-03-21T20:18:09.9956160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/include/std/inttypes.h' 2025-03-21T20:18:09.9956885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/include/std/stdalign.h' 2025-03-21T20:18:09.9957571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/include/std/stdbool.h' 2025-03-21T20:18:09.9958253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/include/std/stdint.h' 2025-03-21T20:18:09.9958926Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/include/std' 2025-03-21T20:18:09.9959578Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/include' 2025-03-21T20:18:09.9960239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/paligned_alloc.h' 2025-03-21T20:18:09.9960872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pattributes.h' 2025-03-21T20:18:09.9961488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pbase64.h' 2025-03-21T20:18:09.9962119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pcrt.h' 2025-03-21T20:18:09.9962760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pdiagnostic.h' 2025-03-21T20:18:09.9963461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pdiagnostic_pop.h' 2025-03-21T20:18:09.9964133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pdiagnostic_push.h' 2025-03-21T20:18:09.9964740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pendian.h' 2025-03-21T20:18:09.9965396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pendian_detect.h' 2025-03-21T20:18:09.9966003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pinline.h' 2025-03-21T20:18:09.9966623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pinttypes.h' 2025-03-21T20:18:09.9967258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pmemaccess.h' 2025-03-21T20:18:09.9967883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/portable.h' 2025-03-21T20:18:09.9968537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/portable_basic.h' 2025-03-21T20:18:09.9969152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pparsefp.h' 2025-03-21T20:18:09.9969782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pparseint.h' 2025-03-21T20:18:09.9970396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pprintfp.h' 2025-03-21T20:18:09.9971115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pprintint.h' 2025-03-21T20:18:09.9971763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/prestrict.h' 2025-03-21T20:18:09.9972419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pstatic_assert.h' 2025-03-21T20:18:09.9973107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pstatic_assert_scope.h' 2025-03-21T20:18:09.9973738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pstdalign.h' 2025-03-21T20:18:09.9974352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pstdbool.h' 2025-03-21T20:18:09.9974971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pstdint.h' 2025-03-21T20:18:09.9975600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/punaligned.h' 2025-03-21T20:18:09.9976216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pversion.h' 2025-03-21T20:18:09.9976840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable/pwarnings.h' 2025-03-21T20:18:09.9977469Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/portable' 2025-03-21T20:18:09.9978077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/reflection/README' 2025-03-21T20:18:09.9978841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/reflection/flatbuffers_common_builder.h' 2025-03-21T20:18:09.9979583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/reflection/flatbuffers_common_reader.h' 2025-03-21T20:18:09.9980274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/reflection/reflection_builder.h' 2025-03-21T20:18:09.9980964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/reflection/reflection_reader.h' 2025-03-21T20:18:09.9981662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/reflection/reflection_verifier.h' 2025-03-21T20:18:09.9982284Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/reflection' 2025-03-21T20:18:09.9982871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/support/README' 2025-03-21T20:18:09.9983473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/support/cdump.h' 2025-03-21T20:18:09.9984079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/support/elapsed.h' 2025-03-21T20:18:09.9984689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/support/hexdump.h' 2025-03-21T20:18:09.9985297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/support/readfile.h' 2025-03-21T20:18:09.9985891Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc/support' 2025-03-21T20:18:09.9986482Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include/flatcc' 2025-03-21T20:18:09.9987028Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/include' 2025-03-21T20:18:09.9987570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/reflection/README.in' 2025-03-21T20:18:09.9988150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/reflection/generate_code.sh' 2025-03-21T20:18:09.9988779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/reflection/reflection.fbs' 2025-03-21T20:18:09.9989316Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/reflection' 2025-03-21T20:18:09.9989879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/CMakeLists.txt' 2025-03-21T20:18:09.9990465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/bugreport/.gitignore' 2025-03-21T20:18:09.9991042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/bugreport/build.sh' 2025-03-21T20:18:09.9991637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/bugreport/eclectic.fbs' 2025-03-21T20:18:09.9992258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/bugreport/myissue.c' 2025-03-21T20:18:09.9992834Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/bugreport' 2025-03-21T20:18:09.9993457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/monster/CMakeLists.txt' 2025-03-21T20:18:09.9994028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/monster/build.sh' 2025-03-21T20:18:09.9994596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/monster/monster.c' 2025-03-21T20:18:09.9995177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/monster/monster.fbs' 2025-03-21T20:18:09.9995741Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/monster' 2025-03-21T20:18:09.9996366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/reflection/CMakeLists.txt' 2025-03-21T20:18:09.9996967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/reflection/bfbs2json.c' 2025-03-21T20:18:09.9997561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/reflection/build.sh' 2025-03-21T20:18:09.9998141Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples/reflection' 2025-03-21T20:18:09.9998672Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/samples' 2025-03-21T20:18:09.9999224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/_user_build.in' 2025-03-21T20:18:09.9999784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/benchflatcc.sh' 2025-03-21T20:18:10.0000335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/benchmark.sh' 2025-03-21T20:18:10.0000920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/bfbs-sample.sh' 2025-03-21T20:18:10.0001504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/build.cfg.make' 2025-03-21T20:18:10.0002099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/build.cfg.make-32bit' 2025-03-21T20:18:10.0002724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/build.cfg.make-concurrent' 2025-03-21T20:18:10.0003286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/build.cfg.ninja' 2025-03-21T20:18:10.0003817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/build.sh' 2025-03-21T20:18:10.0004358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/cleanall.sh' 2025-03-21T20:18:10.0004870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/dev.sh' 2025-03-21T20:18:10.0005419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/flatcc-doc.sh' 2025-03-21T20:18:10.0005963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/initbuild.sh' 2025-03-21T20:18:10.0006564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/monster-doc.example.sh' 2025-03-21T20:18:10.0007212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/reflection-doc-example.sh' 2025-03-21T20:18:10.0007745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/release.sh' 2025-03-21T20:18:10.0008291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/setup.sh' 2025-03-21T20:18:10.0008809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts/test.sh' 2025-03-21T20:18:10.0009328Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/scripts' 2025-03-21T20:18:10.0009881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/cli/CMakeLists.txt' 2025-03-21T20:18:10.0010417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/cli/flatcc_cli.c' 2025-03-21T20:18:10.0010940Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/cli' 2025-03-21T20:18:10.0011525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/CMakeLists.txt' 2025-03-21T20:18:10.0012079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/catalog.h' 2025-03-21T20:18:10.0012628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/codegen.h' 2025-03-21T20:18:10.0013191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/codegen_c.c' 2025-03-21T20:18:10.0013746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/codegen_c.h' 2025-03-21T20:18:10.0014354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/codegen_c_builder.c' 2025-03-21T20:18:10.0014986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/codegen_c_json_parser.c' 2025-03-21T20:18:10.0015647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/codegen_c_json_printer.c' 2025-03-21T20:18:10.0016279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/codegen_c_reader.c' 2025-03-21T20:18:10.0016865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/codegen_c_sort.c' 2025-03-21T20:18:10.0017458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/codegen_c_sort.h' 2025-03-21T20:18:10.0018057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/codegen_c_sorter.c' 2025-03-21T20:18:10.0018674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/codegen_c_verifier.c' 2025-03-21T20:18:10.0019264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/codegen_schema.c' 2025-03-21T20:18:10.0019813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/coerce.c' 2025-03-21T20:18:10.0020353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/coerce.h' 2025-03-21T20:18:10.0020896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/fileio.c' 2025-03-21T20:18:10.0021473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/fileio.h' 2025-03-21T20:18:10.0022008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/flatcc.c' 2025-03-21T20:18:10.0022664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/hash_tables/README.txt' 2025-03-21T20:18:10.0023293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/hash_tables/name_table.c' 2025-03-21T20:18:10.0023943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/hash_tables/schema_table.c' 2025-03-21T20:18:10.0024575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/hash_tables/scope_table.c' 2025-03-21T20:18:10.0025226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/hash_tables/symbol_table.c' 2025-03-21T20:18:10.0025847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/hash_tables/value_set.c' 2025-03-21T20:18:10.0026461Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/hash_tables' 2025-03-21T20:18:10.0027016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/keywords.h' 2025-03-21T20:18:10.0027568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/parser.c' 2025-03-21T20:18:10.0028107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/parser.h' 2025-03-21T20:18:10.0028713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/pstrutil.h' 2025-03-21T20:18:10.0029285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/semantics.c' 2025-03-21T20:18:10.0029842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/semantics.h' 2025-03-21T20:18:10.0030427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler/symbols.h' 2025-03-21T20:18:10.0030991Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/compiler' 2025-03-21T20:18:10.0031570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/runtime/CMakeLists.txt' 2025-03-21T20:18:10.0032107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/runtime/builder.c' 2025-03-21T20:18:10.0032655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/runtime/emitter.c' 2025-03-21T20:18:10.0033217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/runtime/json_parser.c' 2025-03-21T20:18:10.0033803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/runtime/json_printer.c' 2025-03-21T20:18:10.0034340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/runtime/refmap.c' 2025-03-21T20:18:10.0034891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/runtime/verifier.c' 2025-03-21T20:18:10.0035421Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src/runtime' 2025-03-21T20:18:10.0035920Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/src' 2025-03-21T20:18:10.0036483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/CMakeLists.txt' 2025-03-21T20:18:10.0036988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/README.md' 2025-03-21T20:18:10.0037581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/README.md' 2025-03-21T20:18:10.0038153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchall.sh' 2025-03-21T20:18:10.0038812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatc/benchflatc.cpp' 2025-03-21T20:18:10.0039505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatc/flatbench_generated.h' 2025-03-21T20:18:10.0040240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatc/flatbuffers/flatbuffers.h' 2025-03-21T20:18:10.0040919Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatc/flatbuffers' 2025-03-21T20:18:10.0041535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatc/run.sh' 2025-03-21T20:18:10.0042151Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatc' 2025-03-21T20:18:10.0042811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatcc/benchflatcc.c' 2025-03-21T20:18:10.0043424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatcc/run.sh' 2025-03-21T20:18:10.0044051Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatcc' 2025-03-21T20:18:10.0044787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatccjson/benchflatccjson.c' 2025-03-21T20:18:10.0045432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatccjson/run.sh' 2025-03-21T20:18:10.0046102Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchflatccjson' 2025-03-21T20:18:10.0046731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchmain/benchmain.h' 2025-03-21T20:18:10.0047345Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchmain' 2025-03-21T20:18:10.0048079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchout-osx.txt' 2025-03-21T20:18:10.0048717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchout-ubuntu.txt' 2025-03-21T20:18:10.0049332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchraw/benchraw.c' 2025-03-21T20:18:10.0049946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchraw/run.sh' 2025-03-21T20:18:10.0050552Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/benchraw' 2025-03-21T20:18:10.0051181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/schema/flatbench.fbs' 2025-03-21T20:18:10.0051818Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark/schema' 2025-03-21T20:18:10.0052384Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/benchmark' 2025-03-21T20:18:10.0053009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/cgen_test/CMakeLists.txt' 2025-03-21T20:18:10.0053591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/cgen_test/cgen_test.c' 2025-03-21T20:18:10.0054168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/cgen_test/cgen_test.sh' 2025-03-21T20:18:10.0054726Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/cgen_test' 2025-03-21T20:18:10.0055236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/debug.sh' 2025-03-21T20:18:10.0055854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/doublevec_test/CMakeLists.txt' 2025-03-21T20:18:10.0056492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/doublevec_test/doublevec_test.c' 2025-03-21T20:18:10.0057133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/doublevec_test/doublevec_test.fbs' 2025-03-21T20:18:10.0057718Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/doublevec_test' 2025-03-21T20:18:10.0058306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/emit_test/CMakeLists.txt' 2025-03-21T20:18:10.0058880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/emit_test/emit_test.c' 2025-03-21T20:18:10.0059458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/emit_test/emit_test.fbs' 2025-03-21T20:18:10.0060076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/emit_test/emit_test.sh' 2025-03-21T20:18:10.0060661Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/emit_test' 2025-03-21T20:18:10.0061274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/flatc_compat/.gitattributes' 2025-03-21T20:18:10.0061881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/flatc_compat/CMakeLists.txt' 2025-03-21T20:18:10.0062461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/flatc_compat/README.md' 2025-03-21T20:18:10.0063068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/flatc_compat/flatc_compat.c' 2025-03-21T20:18:10.0063686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/flatc_compat/flatc_compat.sh' 2025-03-21T20:18:10.0064355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/flatc_compat/monsterdata_test.golden' 2025-03-21T20:18:10.0064998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/flatc_compat/monsterdata_test.json' 2025-03-21T20:18:10.0065641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/flatc_compat/monsterdata_test.mon' 2025-03-21T20:18:10.0066237Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/flatc_compat' 2025-03-21T20:18:10.0066831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/json_test/CMakeLists.txt' 2025-03-21T20:18:10.0067449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/json_test/flatcc_golden.c' 2025-03-21T20:18:10.0068032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/json_test/json_test.sh' 2025-03-21T20:18:10.0068679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/json_test/test_basic_parse.c' 2025-03-21T20:18:10.0069258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/json_test/test_json.c' 2025-03-21T20:18:10.0069866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/json_test/test_json_parser.c' 2025-03-21T20:18:10.0070491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/json_test/test_json_printer.c' 2025-03-21T20:18:10.0071051Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/json_test' 2025-03-21T20:18:10.0071606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/leakcheck-full.sh' 2025-03-21T20:18:10.0072142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/leakcheck.sh' 2025-03-21T20:18:10.0073417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/load_test/CMakeLists.txt' 2025-03-21T20:18:10.0074717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/load_test/load_test.c' 2025-03-21T20:18:10.0076002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/load_test/load_test.sh' 2025-03-21T20:18:10.0077261Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/load_test' 2025-03-21T20:18:10.0078593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test/CMakeLists.txt' 2025-03-21T20:18:10.0079993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test/attributes.fbs' 2025-03-21T20:18:10.0081395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test/include_test1.fbs' 2025-03-21T20:18:10.0082763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test/include_test2.fbs' 2025-03-21T20:18:10.0084121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test/monster_test.c' 2025-03-21T20:18:10.0085461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test/monster_test.fbs' 2025-03-21T20:18:10.0086777Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test' 2025-03-21T20:18:10.0088115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test_concat/CMakeLists.txt' 2025-03-21T20:18:10.0089507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test_concat/README.txt' 2025-03-21T20:18:10.0090939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test_concat/monster_test_concat.c' 2025-03-21T20:18:10.0092378Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test_concat' 2025-03-21T20:18:10.0093736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test_cpp/CMakeLists.txt' 2025-03-21T20:18:10.0095166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test_cpp/monster_test.cpp' 2025-03-21T20:18:10.0096524Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test_cpp' 2025-03-21T20:18:10.0097893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test_prefix/CMakeLists.txt' 2025-03-21T20:18:10.0099347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test_prefix/monster_test_prefix.c' 2025-03-21T20:18:10.0100768Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test_prefix' 2025-03-21T20:18:10.0102137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test_solo/CMakeLists.txt' 2025-03-21T20:18:10.0103556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test_solo/monster_test_solo.c' 2025-03-21T20:18:10.0104936Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/monster_test_solo' 2025-03-21T20:18:10.0106319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/optional_scalars_test/CMakeLists.txt' 2025-03-21T20:18:10.0107808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/optional_scalars_test/optional_scalars_test.c' 2025-03-21T20:18:10.0109425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/optional_scalars_test/optional_scalars_test.fbs' 2025-03-21T20:18:10.0110917Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/optional_scalars_test' 2025-03-21T20:18:10.0112302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/reflection_test/CMakeLists.txt' 2025-03-21T20:18:10.0113724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/reflection_test/reflection_test.c' 2025-03-21T20:18:10.0115137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/reflection_test/reflection_test.sh' 2025-03-21T20:18:10.0116496Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/reflection_test' 2025-03-21T20:18:10.0117706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/test.sh' 2025-03-21T20:18:10.0118984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/union_vector_test/union_vector.fbs' 2025-03-21T20:18:10.0120354Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test/union_vector_test' 2025-03-21T20:18:10.0121583Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc/test' 2025-03-21T20:18:10.0122687Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc' 2025-03-21T20:18:10.0123772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc_defs.bzl' 2025-03-21T20:18:10.0124862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/.git' 2025-03-21T20:18:10.0125946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/.gitattributes' 2025-03-21T20:18:10.0127100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/.gitignore' 2025-03-21T20:18:10.0128209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/.travis.yml' 2025-03-21T20:18:10.0129320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/AUTHORS.txt' 2025-03-21T20:18:10.0130404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/BUILD' 2025-03-21T20:18:10.0131509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/CMakeLists.txt' 2025-03-21T20:18:10.0132642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/COPYING.txt' 2025-03-21T20:18:10.0133770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/ChangeLog.txt' 2025-03-21T20:18:10.0134893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/INSTALL.md' 2025-03-21T20:18:10.0135992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/README.md' 2025-03-21T20:18:10.0137096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/WORKSPACE' 2025-03-21T20:18:10.0138201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/appveyor.yml' 2025-03-21T20:18:10.0139416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/bazel/expanded_template/BUILD' 2025-03-21T20:18:10.0140806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/bazel/expanded_template/expand_template.cc' 2025-03-21T20:18:10.0142286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/bazel/expanded_template/expanded_template.bzl' 2025-03-21T20:18:10.0143730Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/bazel/expanded_template' 2025-03-21T20:18:10.0145015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/bazel/gflags.bzl' 2025-03-21T20:18:10.0146177Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/bazel' 2025-03-21T20:18:10.0147377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/cmake/README_runtime.txt' 2025-03-21T20:18:10.0148855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/cmake/cmake_uninstall.cmake.in' 2025-03-21T20:18:10.0150133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/cmake/config.cmake.in' 2025-03-21T20:18:10.0151375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/cmake/execute_test.cmake' 2025-03-21T20:18:10.0152610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/cmake/package.cmake.in' 2025-03-21T20:18:10.0153834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/cmake/package.pc.in' 2025-03-21T20:18:10.0155029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/cmake/utils.cmake' 2025-03-21T20:18:10.0156238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/cmake/version.cmake.in' 2025-03-21T20:18:10.0157484Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/cmake' 2025-03-21T20:18:10.0158635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/doc/.nojekyll' 2025-03-21T20:18:10.0159807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/doc/README.md' 2025-03-21T20:18:10.0160978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/doc/designstyle.css' 2025-03-21T20:18:10.0162145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/doc/index.html' 2025-03-21T20:18:10.0163275Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/doc' 2025-03-21T20:18:10.0164393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/config.h' 2025-03-21T20:18:10.0165536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/defines.h.in' 2025-03-21T20:18:10.0166687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/gflags.cc' 2025-03-21T20:18:10.0167838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/gflags.h.in' 2025-03-21T20:18:10.0169054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/gflags_completions.cc' 2025-03-21T20:18:10.0170324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/gflags_completions.h.in' 2025-03-21T20:18:10.0171609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/gflags_completions.sh' 2025-03-21T20:18:10.0172860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/gflags_declare.h.in' 2025-03-21T20:18:10.0174070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/gflags_ns.h.in' 2025-03-21T20:18:10.0175318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/gflags_reporting.cc' 2025-03-21T20:18:10.0176536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/mutex.h' 2025-03-21T20:18:10.0177639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/util.h' 2025-03-21T20:18:10.0178779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/windows_port.cc' 2025-03-21T20:18:10.0179975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src/windows_port.h' 2025-03-21T20:18:10.0181134Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/src' 2025-03-21T20:18:10.0182302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/CMakeLists.txt' 2025-03-21T20:18:10.0183549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/config/CMakeLists.txt' 2025-03-21T20:18:10.0184795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/config/main.cc' 2025-03-21T20:18:10.0185995Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/config' 2025-03-21T20:18:10.0187172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/flagfile.1' 2025-03-21T20:18:10.0188358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/flagfile.2' 2025-03-21T20:18:10.0189573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/flagfile.3' 2025-03-21T20:18:10.0190814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/gflags_build.py.in' 2025-03-21T20:18:10.0192085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/gflags_declare_flags.cc' 2025-03-21T20:18:10.0193380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/gflags_declare_test.cc' 2025-03-21T20:18:10.0194689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/gflags_strip_flags_test.cc' 2025-03-21T20:18:10.0196048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/gflags_strip_flags_test.cmake' 2025-03-21T20:18:10.0197344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/gflags_unittest.cc' 2025-03-21T20:18:10.0198623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/gflags_unittest_flagfile' 2025-03-21T20:18:10.0199903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/nc/CMakeLists.txt' 2025-03-21T20:18:10.0201130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/nc/gflags_nc.cc' 2025-03-21T20:18:10.0202330Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test/nc' 2025-03-21T20:18:10.0203485Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags/test' 2025-03-21T20:18:10.0204595Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags' 2025-03-21T20:18:10.0205651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags.bzl' 2025-03-21T20:18:10.0206706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags_defs.bzl' 2025-03-21T20:18:10.0207837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/.git' 2025-03-21T20:18:10.0209010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/.clang-format' 2025-03-21T20:18:10.0210332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/.github/ISSUE_TEMPLATE/00-bug_report.md' 2025-03-21T20:18:10.0211828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/.github/ISSUE_TEMPLATE/10-feature_request.md' 2025-03-21T20:18:10.0213294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/.github/ISSUE_TEMPLATE/config.yml' 2025-03-21T20:18:10.0214686Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/.github/ISSUE_TEMPLATE' 2025-03-21T20:18:10.0215980Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/.github' 2025-03-21T20:18:10.0217158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/.gitignore' 2025-03-21T20:18:10.0218316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/BUILD.bazel' 2025-03-21T20:18:10.0219495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/CMakeLists.txt' 2025-03-21T20:18:10.0220720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/CONTRIBUTING.md' 2025-03-21T20:18:10.0221905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/CONTRIBUTORS' 2025-03-21T20:18:10.0223076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/LICENSE' 2025-03-21T20:18:10.0224200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/README.md' 2025-03-21T20:18:10.0225335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/WORKSPACE' 2025-03-21T20:18:10.0226548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/ci/linux-presubmit.sh' 2025-03-21T20:18:10.0227823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/ci/macos-presubmit.sh' 2025-03-21T20:18:10.0229094Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/ci' 2025-03-21T20:18:10.0230277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/_config.yml' 2025-03-21T20:18:10.0231543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/_data/navigation.yml' 2025-03-21T20:18:10.0232821Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/_data' 2025-03-21T20:18:10.0234089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/_layouts/default.html' 2025-03-21T20:18:10.0235383Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/_layouts' 2025-03-21T20:18:10.0236648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/_sass/main.scss' 2025-03-21T20:18:10.0237894Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/_sass' 2025-03-21T20:18:10.0239160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/advanced.md' 2025-03-21T20:18:10.0240432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/assets/css/style.scss' 2025-03-21T20:18:10.0241761Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/assets/css' 2025-03-21T20:18:10.0243036Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/assets' 2025-03-21T20:18:10.0244396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/community_created_documentation.md' 2025-03-21T20:18:10.0245725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/faq.md' 2025-03-21T20:18:10.0246960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/gmock_cheat_sheet.md' 2025-03-21T20:18:10.0248396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/gmock_cook_book.md' 2025-03-21T20:18:10.0249653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/gmock_faq.md' 2025-03-21T20:18:10.0250922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/gmock_for_dummies.md' 2025-03-21T20:18:10.0252171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/index.md' 2025-03-21T20:18:10.0253418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/pkgconfig.md' 2025-03-21T20:18:10.0254643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/platforms.md' 2025-03-21T20:18:10.0255886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/primer.md' 2025-03-21T20:18:10.0257136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/quickstart-bazel.md' 2025-03-21T20:18:10.0258446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/quickstart-cmake.md' 2025-03-21T20:18:10.0259759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/reference/actions.md' 2025-03-21T20:18:10.0261085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/reference/assertions.md' 2025-03-21T20:18:10.0262428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/reference/matchers.md' 2025-03-21T20:18:10.0263739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/reference/mocking.md' 2025-03-21T20:18:10.0265050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/reference/testing.md' 2025-03-21T20:18:10.0266343Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/reference' 2025-03-21T20:18:10.0267577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs/samples.md' 2025-03-21T20:18:10.0268818Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/docs' 2025-03-21T20:18:10.0270068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/CMakeLists.txt' 2025-03-21T20:18:10.0271356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/README.md' 2025-03-21T20:18:10.0272697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/cmake/gmock.pc.in' 2025-03-21T20:18:10.0274119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/cmake/gmock_main.pc.in' 2025-03-21T20:18:10.0275476Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/cmake' 2025-03-21T20:18:10.0276786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/docs/README.md' 2025-03-21T20:18:10.0278084Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/docs' 2025-03-21T20:18:10.0279489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include/gmock/gmock-actions.h' 2025-03-21T20:18:10.0281034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include/gmock/gmock-cardinalities.h' 2025-03-21T20:18:10.0282616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include/gmock/gmock-function-mocker.h' 2025-03-21T20:18:10.0284167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include/gmock/gmock-matchers.h' 2025-03-21T20:18:10.0285688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include/gmock/gmock-more-actions.h' 2025-03-21T20:18:10.0287270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include/gmock/gmock-more-matchers.h' 2025-03-21T20:18:10.0288852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include/gmock/gmock-nice-strict.h' 2025-03-21T20:18:10.0290408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include/gmock/gmock-spec-builders.h' 2025-03-21T20:18:10.0291894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include/gmock/gmock.h' 2025-03-21T20:18:10.0293394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include/gmock/internal/custom/README.md' 2025-03-21T20:18:10.0295100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h' 2025-03-21T20:18:10.0296850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include/gmock/internal/custom/gmock-matchers.h' 2025-03-21T20:18:10.0298520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include/gmock/internal/custom/gmock-port.h' 2025-03-21T20:18:10.0300124Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include/gmock/internal/custom' 2025-03-21T20:18:10.0301768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h' 2025-03-21T20:18:10.0303397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include/gmock/internal/gmock-port.h' 2025-03-21T20:18:10.0304947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include/gmock/internal/gmock-pp.h' 2025-03-21T20:18:10.0306492Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include/gmock/internal' 2025-03-21T20:18:10.0307966Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include/gmock' 2025-03-21T20:18:10.0309379Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/include' 2025-03-21T20:18:10.0310718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/README.md' 2025-03-21T20:18:10.0312121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/fuse_gmock_files.py' 2025-03-21T20:18:10.0313571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator/LICENSE' 2025-03-21T20:18:10.0315014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator/README' 2025-03-21T20:18:10.0316516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator/README.cppclean' 2025-03-21T20:18:10.0318064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator/cpp/__init__.py' 2025-03-21T20:18:10.0319571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator/cpp/ast.py' 2025-03-21T20:18:10.0321129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator/cpp/gmock_class.py' 2025-03-21T20:18:10.0322742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator/cpp/gmock_class_test.py' 2025-03-21T20:18:10.0324372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator/cpp/keywords.py' 2025-03-21T20:18:10.0325902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator/cpp/tokenize.py' 2025-03-21T20:18:10.0327418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator/cpp/utils.py' 2025-03-21T20:18:10.0328908Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator/cpp' 2025-03-21T20:18:10.0330401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator/gmock_gen.py' 2025-03-21T20:18:10.0331879Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts/generator' 2025-03-21T20:18:10.0333269Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/scripts' 2025-03-21T20:18:10.0334601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/src/gmock-all.cc' 2025-03-21T20:18:10.0335995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/src/gmock-cardinalities.cc' 2025-03-21T20:18:10.0337456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/src/gmock-internal-utils.cc' 2025-03-21T20:18:10.0338889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/src/gmock-matchers.cc' 2025-03-21T20:18:10.0340336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/src/gmock-spec-builders.cc' 2025-03-21T20:18:10.0341740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/src/gmock.cc' 2025-03-21T20:18:10.0343061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/src/gmock_main.cc' 2025-03-21T20:18:10.0344386Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/src' 2025-03-21T20:18:10.0345700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/BUILD.bazel' 2025-03-21T20:18:10.0347091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock-actions_test.cc' 2025-03-21T20:18:10.0348746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock-cardinalities_test.cc' 2025-03-21T20:18:10.0350299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock-function-mocker_test.cc' 2025-03-21T20:18:10.0351847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock-internal-utils_test.cc' 2025-03-21T20:18:10.0353346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock-matchers_test.cc' 2025-03-21T20:18:10.0354878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock-more-actions_test.cc' 2025-03-21T20:18:10.0356393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock-nice-strict_test.cc' 2025-03-21T20:18:10.0357960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock-port_test.cc' 2025-03-21T20:18:10.0359405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock-pp-string_test.cc' 2025-03-21T20:18:10.0360840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock-pp_test.cc' 2025-03-21T20:18:10.0362299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock-spec-builders_test.cc' 2025-03-21T20:18:10.0363772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_all_test.cc' 2025-03-21T20:18:10.0365172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_ex_test.cc' 2025-03-21T20:18:10.0366574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_leak_test.py' 2025-03-21T20:18:10.0368003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_leak_test_.cc' 2025-03-21T20:18:10.0369424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_link2_test.cc' 2025-03-21T20:18:10.0370846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_link_test.cc' 2025-03-21T20:18:10.0372257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_link_test.h' 2025-03-21T20:18:10.0373710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_output_test.py' 2025-03-21T20:18:10.0375158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_output_test_.cc' 2025-03-21T20:18:10.0376687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_output_test_golden.txt' 2025-03-21T20:18:10.0378174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_stress_test.cc' 2025-03-21T20:18:10.0379574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_test.cc' 2025-03-21T20:18:10.0380975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test/gmock_test_utils.py' 2025-03-21T20:18:10.0382344Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock/test' 2025-03-21T20:18:10.0383627Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googlemock' 2025-03-21T20:18:10.0384908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/CMakeLists.txt' 2025-03-21T20:18:10.0386200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/README.md' 2025-03-21T20:18:10.0387531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/cmake/Config.cmake.in' 2025-03-21T20:18:10.0388995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/cmake/gtest.pc.in' 2025-03-21T20:18:10.0390410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/cmake/gtest_main.pc.in' 2025-03-21T20:18:10.0391839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/cmake/internal_utils.cmake' 2025-03-21T20:18:10.0393263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/cmake/libgtest.la.in' 2025-03-21T20:18:10.0394621Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/cmake' 2025-03-21T20:18:10.0395920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/docs/README.md' 2025-03-21T20:18:10.0397226Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/docs' 2025-03-21T20:18:10.0398645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/gtest-death-test.h' 2025-03-21T20:18:10.0400162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/gtest-matchers.h' 2025-03-21T20:18:10.0401668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/gtest-message.h' 2025-03-21T20:18:10.0403185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/gtest-param-test.h' 2025-03-21T20:18:10.0404702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/gtest-printers.h' 2025-03-21T20:18:10.0406178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/gtest-spi.h' 2025-03-21T20:18:10.0407698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/gtest-test-part.h' 2025-03-21T20:18:10.0409238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/gtest-typed-test.h' 2025-03-21T20:18:10.0410700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/gtest.h' 2025-03-21T20:18:10.0412150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/gtest_pred_impl.h' 2025-03-21T20:18:10.0413631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/gtest_prod.h' 2025-03-21T20:18:10.0415162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/internal/custom/README.md' 2025-03-21T20:18:10.0416794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/internal/custom/gtest-port.h' 2025-03-21T20:18:10.0418466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/internal/custom/gtest-printers.h' 2025-03-21T20:18:10.0420099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/internal/custom/gtest.h' 2025-03-21T20:18:10.0421705Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/internal/custom' 2025-03-21T20:18:10.0423378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h' 2025-03-21T20:18:10.0425096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/internal/gtest-filepath.h' 2025-03-21T20:18:10.0426704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/internal/gtest-internal.h' 2025-03-21T20:18:10.0428329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/internal/gtest-param-util.h' 2025-03-21T20:18:10.0430014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/internal/gtest-port-arch.h' 2025-03-21T20:18:10.0431625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/internal/gtest-port.h' 2025-03-21T20:18:10.0433208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/internal/gtest-string.h' 2025-03-21T20:18:10.0434818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/internal/gtest-type-util.h' 2025-03-21T20:18:10.0436368Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest/internal' 2025-03-21T20:18:10.0437827Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include/gtest' 2025-03-21T20:18:10.0439199Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/include' 2025-03-21T20:18:10.0440573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/prime_tables.h' 2025-03-21T20:18:10.0442003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample1.cc' 2025-03-21T20:18:10.0443392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample1.h' 2025-03-21T20:18:10.0444809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample10_unittest.cc' 2025-03-21T20:18:10.0446277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample1_unittest.cc' 2025-03-21T20:18:10.0447812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample2.cc' 2025-03-21T20:18:10.0449165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample2.h' 2025-03-21T20:18:10.0450587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample2_unittest.cc' 2025-03-21T20:18:10.0452023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample3-inl.h' 2025-03-21T20:18:10.0453456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample3_unittest.cc' 2025-03-21T20:18:10.0454864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample4.cc' 2025-03-21T20:18:10.0456292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample4.h' 2025-03-21T20:18:10.0457702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample4_unittest.cc' 2025-03-21T20:18:10.0459206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample5_unittest.cc' 2025-03-21T20:18:10.0460670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample6_unittest.cc' 2025-03-21T20:18:10.0462137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample7_unittest.cc' 2025-03-21T20:18:10.0463604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample8_unittest.cc' 2025-03-21T20:18:10.0465070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples/sample9_unittest.cc' 2025-03-21T20:18:10.0466471Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/samples' 2025-03-21T20:18:10.0467821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/scripts/README.md' 2025-03-21T20:18:10.0469218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/scripts/common.py' 2025-03-21T20:18:10.0470625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/scripts/fuse_gtest_files.py' 2025-03-21T20:18:10.0472104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/scripts/gen_gtest_pred_impl.py' 2025-03-21T20:18:10.0473571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/scripts/gtest-config.in' 2025-03-21T20:18:10.0474996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/scripts/release_docs.py' 2025-03-21T20:18:10.0476463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/scripts/run_with_path.py' 2025-03-21T20:18:10.0477909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/scripts/test/Makefile' 2025-03-21T20:18:10.0479297Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/scripts/test' 2025-03-21T20:18:10.0480668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/scripts/upload.py' 2025-03-21T20:18:10.0482062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/scripts/upload_gtest.py' 2025-03-21T20:18:10.0483434Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/scripts' 2025-03-21T20:18:10.0484779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src/gtest-all.cc' 2025-03-21T20:18:10.0486172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src/gtest-death-test.cc' 2025-03-21T20:18:10.0487582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src/gtest-filepath.cc' 2025-03-21T20:18:10.0489012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src/gtest-internal-inl.h' 2025-03-21T20:18:10.0490469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src/gtest-matchers.cc' 2025-03-21T20:18:10.0491847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src/gtest-port.cc' 2025-03-21T20:18:10.0493257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src/gtest-printers.cc' 2025-03-21T20:18:10.0494659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src/gtest-test-part.cc' 2025-03-21T20:18:10.0496086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src/gtest-typed-test.cc' 2025-03-21T20:18:10.0497456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src/gtest.cc' 2025-03-21T20:18:10.0498783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src/gtest_main.cc' 2025-03-21T20:18:10.0500112Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/src' 2025-03-21T20:18:10.0501434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/BUILD.bazel' 2025-03-21T20:18:10.0502968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-break-on-failure-unittest.py' 2025-03-21T20:18:10.0504683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-break-on-failure-unittest_.cc' 2025-03-21T20:18:10.0506369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-catch-exceptions-test.py' 2025-03-21T20:18:10.0508029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-catch-exceptions-test_.cc' 2025-03-21T20:18:10.0509757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-color-test.py' 2025-03-21T20:18:10.0511298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-color-test_.cc' 2025-03-21T20:18:10.0512844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-death-test-test.cc' 2025-03-21T20:18:10.0514425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-death-test_ex_test.cc' 2025-03-21T20:18:10.0515986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-env-var-test.py' 2025-03-21T20:18:10.0517530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-env-var-test_.cc' 2025-03-21T20:18:10.0519113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-failfast-unittest.py' 2025-03-21T20:18:10.0520710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-failfast-unittest_.cc' 2025-03-21T20:18:10.0522279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-filepath-test.cc' 2025-03-21T20:18:10.0523834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-filter-unittest.py' 2025-03-21T20:18:10.0525452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-filter-unittest_.cc' 2025-03-21T20:18:10.0527128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-global-environment-unittest.py' 2025-03-21T20:18:10.0528864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-global-environment-unittest_.cc' 2025-03-21T20:18:10.0530533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-json-outfiles-test.py' 2025-03-21T20:18:10.0532154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-json-output-unittest.py' 2025-03-21T20:18:10.0533781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-list-tests-unittest.py' 2025-03-21T20:18:10.0535390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-list-tests-unittest_.cc' 2025-03-21T20:18:10.0536977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-listener-test.cc' 2025-03-21T20:18:10.0538523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-message-test.cc' 2025-03-21T20:18:10.0540045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-options-test.cc' 2025-03-21T20:18:10.0541651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-output-test-golden-lin.txt' 2025-03-21T20:18:10.0543247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-output-test.py' 2025-03-21T20:18:10.0544796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-output-test_.cc' 2025-03-21T20:18:10.0546462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-param-test-invalid-name1-test.py' 2025-03-21T20:18:10.0548374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-param-test-invalid-name1-test_.cc' 2025-03-21T20:18:10.0550219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-param-test-invalid-name2-test.py' 2025-03-21T20:18:10.0551979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-param-test-invalid-name2-test_.cc' 2025-03-21T20:18:10.0553650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-param-test-test.cc' 2025-03-21T20:18:10.0555273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-param-test-test.h' 2025-03-21T20:18:10.0556921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-param-test2-test.cc' 2025-03-21T20:18:10.0558492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-port-test.cc' 2025-03-21T20:18:10.0560069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-printers-test.cc' 2025-03-21T20:18:10.0561664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-setuptestsuite-test.py' 2025-03-21T20:18:10.0563342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-setuptestsuite-test_.cc' 2025-03-21T20:18:10.0564915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-shuffle-test.py' 2025-03-21T20:18:10.0566454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-shuffle-test_.cc' 2025-03-21T20:18:10.0567998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-test-part-test.cc' 2025-03-21T20:18:10.0569602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-throw-on-failure-test.py' 2025-03-21T20:18:10.0571259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-throw-on-failure-test_.cc' 2025-03-21T20:18:10.0572886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-uninitialized-test.py' 2025-03-21T20:18:10.0574503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/googletest-uninitialized-test_.cc' 2025-03-21T20:18:10.0576064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest-typed-test2_test.cc' 2025-03-21T20:18:10.0577564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest-typed-test_test.cc' 2025-03-21T20:18:10.0579037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest-typed-test_test.h' 2025-03-21T20:18:10.0580572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest-unittest-api_test.cc' 2025-03-21T20:18:10.0582080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_all_test.cc' 2025-03-21T20:18:10.0583580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_assert_by_exception_test.cc' 2025-03-21T20:18:10.0585126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_environment_test.cc' 2025-03-21T20:18:10.0586598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_help_test.py' 2025-03-21T20:18:10.0588023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_help_test_.cc' 2025-03-21T20:18:10.0589547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_json_test_utils.py' 2025-03-21T20:18:10.0591072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_list_output_unittest.py' 2025-03-21T20:18:10.0592620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_list_output_unittest_.cc' 2025-03-21T20:18:10.0594134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_main_unittest.cc' 2025-03-21T20:18:10.0595647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_no_test_unittest.cc' 2025-03-21T20:18:10.0597185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_pred_impl_unittest.cc' 2025-03-21T20:18:10.0598720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_premature_exit_test.cc' 2025-03-21T20:18:10.0600205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_prod_test.cc' 2025-03-21T20:18:10.0601636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_repeat_test.cc' 2025-03-21T20:18:10.0603142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_skip_check_output_test.py' 2025-03-21T20:18:10.0604775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_skip_environment_check_output_test.py' 2025-03-21T20:18:10.0606453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_skip_in_environment_setup_test.cc' 2025-03-21T20:18:10.0607993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_skip_test.cc' 2025-03-21T20:18:10.0609448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_sole_header_test.cc' 2025-03-21T20:18:10.0610914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_stress_test.cc' 2025-03-21T20:18:10.0612471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_test_macro_stack_footprint_test.cc' 2025-03-21T20:18:10.0614043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_test_utils.py' 2025-03-21T20:18:10.0615509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_testbridge_test.py' 2025-03-21T20:18:10.0617037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_testbridge_test_.cc' 2025-03-21T20:18:10.0618569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_throw_on_failure_ex_test.cc' 2025-03-21T20:18:10.0620066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_unittest.cc' 2025-03-21T20:18:10.0621531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_xml_outfile1_test_.cc' 2025-03-21T20:18:10.0623053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_xml_outfile2_test_.cc' 2025-03-21T20:18:10.0624562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_xml_outfiles_test.py' 2025-03-21T20:18:10.0626087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_xml_output_unittest.py' 2025-03-21T20:18:10.0627635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_xml_output_unittest_.cc' 2025-03-21T20:18:10.0629225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/gtest_xml_test_utils.py' 2025-03-21T20:18:10.0630653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/production.cc' 2025-03-21T20:18:10.0632034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test/production.h' 2025-03-21T20:18:10.0633362Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest/test' 2025-03-21T20:18:10.0634634Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/googletest' 2025-03-21T20:18:10.0635854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest/library.json' 2025-03-21T20:18:10.0637017Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest' 2025-03-21T20:18:10.0638112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gtest_defs.bzl' 2025-03-21T20:18:10.0639193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.git' 2025-03-21T20:18:10.0640430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.github/ISSUE_TEMPLATE/bug_report.md' 2025-03-21T20:18:10.0641822Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.github/ISSUE_TEMPLATE' 2025-03-21T20:18:10.0643099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.github/build.sh' 2025-03-21T20:18:10.0644388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.github/workflows/catalyst.yml' 2025-03-21T20:18:10.0645751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.github/workflows/combined.yml' 2025-03-21T20:18:10.0647084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.github/workflows/ios.yml' 2025-03-21T20:18:10.0648577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.github/workflows/macos.yml' 2025-03-21T20:18:10.0649925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.github/workflows/tvos.yml' 2025-03-21T20:18:10.0651250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.github/workflows/visionos.yml' 2025-03-21T20:18:10.0652596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.github/workflows/watchos.yml' 2025-03-21T20:18:10.0653925Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.github/workflows' 2025-03-21T20:18:10.0655177Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.github' 2025-03-21T20:18:10.0656359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/.gitignore' 2025-03-21T20:18:10.0657497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/LICENSE.md' 2025-03-21T20:18:10.0658627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/README.md' 2025-03-21T20:18:10.0660020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-app/example-app.xcodeproj/project.pbxproj' 2025-03-21T20:18:10.0661888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-app/example-app.xcodeproj/project.xcworkspace/contents.xcworkspacedata' 2025-03-21T20:18:10.0663796Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-app/example-app.xcodeproj/project.xcworkspace' 2025-03-21T20:18:10.0665534Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-app/example-app.xcodeproj' 2025-03-21T20:18:10.0667100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-app/example-app/AppDelegate.h' 2025-03-21T20:18:10.0668674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-app/example-app/AppDelegate.m' 2025-03-21T20:18:10.0670397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-app/example-app/Assets.xcassets/AppIcon.appiconset/Contents.json' 2025-03-21T20:18:10.0672277Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-app/example-app/Assets.xcassets/AppIcon.appiconset' 2025-03-21T20:18:10.0674032Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-app/example-app/Assets.xcassets' 2025-03-21T20:18:10.0675747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-app/example-app/Base.lproj/LaunchScreen.storyboard' 2025-03-21T20:18:10.0677458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-app/example-app/Base.lproj/Main.storyboard' 2025-03-21T20:18:10.0679085Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-app/example-app/Base.lproj' 2025-03-21T20:18:10.0680622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-app/example-app/Info.plist' 2025-03-21T20:18:10.0682187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-app/example-app/ViewController.h' 2025-03-21T20:18:10.0683774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-app/example-app/ViewController.m' 2025-03-21T20:18:10.0685286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-app/example-app/main.m' 2025-03-21T20:18:10.0686751Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-app/example-app' 2025-03-21T20:18:10.0688307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-app/example-lib/include/HelloWorld.hpp' 2025-03-21T20:18:10.0689948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-app/example-lib/include/HelloWorldIOS.h' 2025-03-21T20:18:10.0691544Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-app/example-lib/include' 2025-03-21T20:18:10.0693093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-app/example-lib/lib/helloworld' 2025-03-21T20:18:10.0694669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-app/example-lib/lib/libexample.dylib' 2025-03-21T20:18:10.0696259Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-app/example-lib/lib' 2025-03-21T20:18:10.0697755Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-app/example-lib' 2025-03-21T20:18:10.0699194Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-app' 2025-03-21T20:18:10.0700577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-curl/CMakeLists.txt' 2025-03-21T20:18:10.0701960Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-curl' 2025-03-21T20:18:10.0703337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-lib/CMakeLists.txt' 2025-03-21T20:18:10.0704736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-lib/HelloWorld.cpp' 2025-03-21T20:18:10.0706143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-lib/HelloWorld.hpp' 2025-03-21T20:18:10.0707559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-lib/HelloWorldIOS.h' 2025-03-21T20:18:10.0709051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-lib/HelloWorldIOS.mm' 2025-03-21T20:18:10.0710447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-lib/main.cpp' 2025-03-21T20:18:10.0711787Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example/example-lib' 2025-03-21T20:18:10.0713068Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/example' 2025-03-21T20:18:10.0714303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake/ios.toolchain.cmake' 2025-03-21T20:18:10.0715517Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake' 2025-03-21T20:18:10.0716608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/link_python.sh' 2025-03-21T20:18:10.0717744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/link_torch.sh' 2025-03-21T20:18:10.0718840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft/.git' 2025-03-21T20:18:10.0719954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft/LICENSE.md' 2025-03-21T20:18:10.0721099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft/README.md' 2025-03-21T20:18:10.0722274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft/pocketfft_demo.cc' 2025-03-21T20:18:10.0723515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft/pocketfft_hdronly.h' 2025-03-21T20:18:10.0724699Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft' 2025-03-21T20:18:10.0725841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prebuilt_python_defs.bzl' 2025-03-21T20:18:10.0743890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/.git' 2025-03-21T20:18:10.0745102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/.buckconfig' 2025-03-21T20:18:10.0746326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/.gitignore' 2025-03-21T20:18:10.0747405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/BUCK' 2025-03-21T20:18:10.0749139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/CHANGELOG.md' 2025-03-21T20:18:10.0750309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/CODE_OF_CONDUCT.md' 2025-03-21T20:18:10.0751489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/CONTRIBUTING.md' 2025-03-21T20:18:10.0752654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/LICENSE-APACHE' 2025-03-21T20:18:10.0753793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/LICENSE-MIT' 2025-03-21T20:18:10.0754904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/README.md' 2025-03-21T20:18:10.0756016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/abi/BUCK.v2' 2025-03-21T20:18:10.0757199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/abi/constraints/BUCK.v2' 2025-03-21T20:18:10.0758452Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/abi/constraints' 2025-03-21T20:18:10.0759646Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/abi' 2025-03-21T20:18:10.0760757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/alias.bzl' 2025-03-21T20:18:10.0761924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/aapt2_link.bzl' 2025-03-21T20:18:10.0763142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android.bzl' 2025-03-21T20:18:10.0764434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_aar.bzl' 2025-03-21T20:18:10.0765682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_apk.bzl' 2025-03-21T20:18:10.0766985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_binary.bzl' 2025-03-21T20:18:10.0768381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_binary_native_library_rules.bzl' 2025-03-21T20:18:10.0769865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_binary_resources_rules.bzl' 2025-03-21T20:18:10.0771267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_build_config.bzl' 2025-03-21T20:18:10.0772582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_bundle.bzl' 2025-03-21T20:18:10.0773939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_instrumentation_apk.bzl' 2025-03-21T20:18:10.0775374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_instrumentation_test.bzl' 2025-03-21T20:18:10.0776740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_library.bzl' 2025-03-21T20:18:10.0778037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_manifest.bzl' 2025-03-21T20:18:10.0779390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_prebuilt_aar.bzl' 2025-03-21T20:18:10.0780722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_providers.bzl' 2025-03-21T20:18:10.0782069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_resource.bzl' 2025-03-21T20:18:10.0783381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/android_toolchain.bzl' 2025-03-21T20:18:10.0784664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/apk_genrule.bzl' 2025-03-21T20:18:10.0785963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/build_only_native_code.bzl' 2025-03-21T20:18:10.0787294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/bundletool_util.bzl' 2025-03-21T20:18:10.0788580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/configuration.bzl' 2025-03-21T20:18:10.0789249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/constraints/BUCK.v2' 2025-03-21T20:18:10.0789837Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/constraints' 2025-03-21T20:18:10.0790403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/cpu_filters.bzl' 2025-03-21T20:18:10.0790956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/dex_rules.bzl' 2025-03-21T20:18:10.0791519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/exopackage.bzl' 2025-03-21T20:18:10.0792061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/gen_aidl.bzl' 2025-03-21T20:18:10.0792682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/min_sdk_version.bzl' 2025-03-21T20:18:10.0793336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/prebuilt_native_library.bzl' 2025-03-21T20:18:10.0793971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/preprocess_java_classes.bzl' 2025-03-21T20:18:10.0794514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/proguard.bzl' 2025-03-21T20:18:10.0795069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/r_dot_java.bzl' 2025-03-21T20:18:10.0795663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/robolectric_test.bzl' 2025-03-21T20:18:10.0796220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/tools/BUCK.v2' 2025-03-21T20:18:10.0797069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/tools/com/facebook/buck_generated/AppWithoutResourcesStub.java' 2025-03-21T20:18:10.0797780Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/tools/com/facebook/buck_generated' 2025-03-21T20:18:10.0798412Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/tools/com/facebook' 2025-03-21T20:18:10.0799015Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/tools/com' 2025-03-21T20:18:10.0799703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/tools/combine_native_library_dirs.py' 2025-03-21T20:18:10.0800317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/tools/filter_dex.py' 2025-03-21T20:18:10.0800975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/tools/filter_extra_resources.py' 2025-03-21T20:18:10.0801695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/tools/filter_prebuilt_native_library_dir.py' 2025-03-21T20:18:10.0802304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/tools/merge_sequence.py' 2025-03-21T20:18:10.0803004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/tools/native_libs_as_assets_metadata.py' 2025-03-21T20:18:10.0803593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/tools/unpack_aar.py' 2025-03-21T20:18:10.0804155Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/tools' 2025-03-21T20:18:10.0804781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/user/android_emulators.bzl' 2025-03-21T20:18:10.0805330Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/user' 2025-03-21T20:18:10.0805857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/util.bzl' 2025-03-21T20:18:10.0806396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android/voltron.bzl' 2025-03-21T20:18:10.0806916Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/android' 2025-03-21T20:18:10.0807550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_asset_catalog.bzl' 2025-03-21T20:18:10.0808261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_asset_catalog_compilation_options.bzl' 2025-03-21T20:18:10.0808922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_asset_catalog_types.bzl' 2025-03-21T20:18:10.0809475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_binary.bzl' 2025-03-21T20:18:10.0810032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_bundle.bzl' 2025-03-21T20:18:10.0810626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_bundle_attrs.bzl' 2025-03-21T20:18:10.0811228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_bundle_config.bzl' 2025-03-21T20:18:10.0811854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_bundle_destination.bzl' 2025-03-21T20:18:10.0812445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_bundle_part.bzl' 2025-03-21T20:18:10.0813057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_bundle_resources.bzl' 2025-03-21T20:18:10.0813653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_bundle_types.bzl' 2025-03-21T20:18:10.0814287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_bundle_utility.bzl' 2025-03-21T20:18:10.0814909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_code_signing_types.bzl' 2025-03-21T20:18:10.0815513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_common.bzl' 2025-03-21T20:18:10.0816086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_core_data.bzl' 2025-03-21T20:18:10.0816693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_core_data_types.bzl' 2025-03-21T20:18:10.0817242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_dsym.bzl' 2025-03-21T20:18:10.0817836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_dsym_config.bzl' 2025-03-21T20:18:10.0818430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_entitlements.bzl' 2025-03-21T20:18:10.0819033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_error_handler.bzl' 2025-03-21T20:18:10.0819661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_error_handler_types.bzl' 2025-03-21T20:18:10.0820283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_finalize_codesign.bzl' 2025-03-21T20:18:10.0820907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_framework_versions.bzl' 2025-03-21T20:18:10.0821498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_frameworks.bzl' 2025-03-21T20:18:10.0822079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_info_plist.bzl' 2025-03-21T20:18:10.0822811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_info_plist_substitutions_parsing.bzl' 2025-03-21T20:18:10.0823405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_library.bzl' 2025-03-21T20:18:10.0823998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_library_types.bzl' 2025-03-21T20:18:10.0824586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_macro_layer.bzl' 2025-03-21T20:18:10.0825194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_modular_utility.bzl' 2025-03-21T20:18:10.0825755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_native.bzl' 2025-03-21T20:18:10.0826321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_package.bzl' 2025-03-21T20:18:10.0826928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_package_config.bzl' 2025-03-21T20:18:10.0827501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_platforms.bzl' 2025-03-21T20:18:10.0828074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_resource.bzl' 2025-03-21T20:18:10.0828730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_resource_bundle.bzl' 2025-03-21T20:18:10.0829407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_resource_dedupe_alias.bzl' 2025-03-21T20:18:10.0830035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_resource_types.bzl' 2025-03-21T20:18:10.0830651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_resource_utility.bzl' 2025-03-21T20:18:10.0831233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_rules_impl.bzl' 2025-03-21T20:18:10.0831849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_rules_impl_utility.bzl' 2025-03-21T20:18:10.0832390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_sdk.bzl' 2025-03-21T20:18:10.0832983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_sdk_metadata.bzl' 2025-03-21T20:18:10.0833592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_static_archive.bzl' 2025-03-21T20:18:10.0834167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_stripping.bzl' 2025-03-21T20:18:10.0834762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_swift_stdlib.bzl' 2025-03-21T20:18:10.0835378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_target_sdk_version.bzl' 2025-03-21T20:18:10.0835926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_test.bzl' 2025-03-21T20:18:10.0836584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_test_host_app_transition.bzl' 2025-03-21T20:18:10.0837167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_toolchain.bzl' 2025-03-21T20:18:10.0837802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_toolchain_types.bzl' 2025-03-21T20:18:10.0838455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_universal_binaries.bzl' 2025-03-21T20:18:10.0839087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_universal_executable.bzl' 2025-03-21T20:18:10.0839650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_utility.bzl' 2025-03-21T20:18:10.0840320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_xctest_frameworks_utility.bzl' 2025-03-21T20:18:10.0840894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/apple_xcuitest.bzl' 2025-03-21T20:18:10.0841528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/cxx_universal_executable.bzl' 2025-03-21T20:18:10.0842054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/debug.bzl' 2025-03-21T20:18:10.0842712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/mockingbird/mockingbird_mock.bzl' 2025-03-21T20:18:10.0843368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/mockingbird/mockingbird_types.bzl' 2025-03-21T20:18:10.0844044Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/mockingbird' 2025-03-21T20:18:10.0844593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/modulemap.bzl' 2025-03-21T20:18:10.0845257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/prebuilt_apple_framework.bzl' 2025-03-21T20:18:10.0845835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/resource_groups.bzl' 2025-03-21T20:18:10.0846422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/scene_kit_assets.bzl' 2025-03-21T20:18:10.0847035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/scene_kit_assets_types.bzl' 2025-03-21T20:18:10.0847832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift/apple_sdk_clang_module.bzl' 2025-03-21T20:18:10.0848501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift/apple_sdk_modules_utility.bzl' 2025-03-21T20:18:10.0849152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift/apple_sdk_swift_module.bzl' 2025-03-21T20:18:10.0849779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift/swift_compilation.bzl' 2025-03-21T20:18:10.0850421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift/swift_debug_info_utils.bzl' 2025-03-21T20:18:10.0851091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift/swift_incremental_support.bzl' 2025-03-21T20:18:10.0851700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift/swift_module_map.bzl' 2025-03-21T20:18:10.0852346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift/swift_pcm_compilation.bzl' 2025-03-21T20:18:10.0853069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift/swift_pcm_compilation_types.bzl' 2025-03-21T20:18:10.0853702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift/swift_runtime.bzl' 2025-03-21T20:18:10.0854363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift/swift_sdk_pcm_compilation.bzl' 2025-03-21T20:18:10.0855073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift/swift_swiftinterface_compilation.bzl' 2025-03-21T20:18:10.0855680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift/swift_toolchain.bzl' 2025-03-21T20:18:10.0856353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift/swift_toolchain_macro_layer.bzl' 2025-03-21T20:18:10.0856993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift/swift_toolchain_types.bzl' 2025-03-21T20:18:10.0857577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift/swift_types.bzl' 2025-03-21T20:18:10.0858129Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/swift' 2025-03-21T20:18:10.0858669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/BUCK.v2' 2025-03-21T20:18:10.0859293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling/BUCK.v2' 2025-03-21T20:18:10.0859945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling/action_metadata.py' 2025-03-21T20:18:10.0860669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling/action_metadata_test.py' 2025-03-21T20:18:10.0861324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling/assemble_bundle.py' 2025-03-21T20:18:10.0862015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling/assemble_bundle_types.py' 2025-03-21T20:18:10.0862673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling/incremental_state.py' 2025-03-21T20:18:10.0863373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling/incremental_state_test.py' 2025-03-21T20:18:10.0864033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling/incremental_utils.py' 2025-03-21T20:18:10.0864737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling/incremental_utils_test.py' 2025-03-21T20:18:10.0865327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling/main.py' 2025-03-21T20:18:10.0865974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling/swift_support.py' 2025-03-21T20:18:10.0866797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling/test_resources/newer_version_action_metadata.json' 2025-03-21T20:18:10.0867641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling/test_resources/newer_version_incremental_state.json' 2025-03-21T20:18:10.0868394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling/test_resources/the.broken_json' 2025-03-21T20:18:10.0869262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling/test_resources/valid_action_metadata.json' 2025-03-21T20:18:10.0870063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling/test_resources/valid_incremental_state.json' 2025-03-21T20:18:10.0870739Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling/test_resources' 2025-03-21T20:18:10.0871342Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/bundling' 2025-03-21T20:18:10.0871950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing/BUCK.v2' 2025-03-21T20:18:10.0872583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing/app_id.py' 2025-03-21T20:18:10.0873232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing/app_id_test.py' 2025-03-21T20:18:10.0873904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing/apple_platform.py' 2025-03-21T20:18:10.0874574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing/codesign_bundle.py' 2025-03-21T20:18:10.0875343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing/codesign_command_factory.py' 2025-03-21T20:18:10.0876088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing/dummy_binary_for_signing.c' 2025-03-21T20:18:10.0876744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing/fast_adhoc.py' 2025-03-21T20:18:10.0877378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing/identity.py' 2025-03-21T20:18:10.0878041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing/identity_test.py' 2025-03-21T20:18:10.0878737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing/info_plist_metadata.py' 2025-03-21T20:18:10.0879465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing/info_plist_metadata_test.py' 2025-03-21T20:18:10.0880195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing/list_codesign_identities.py' 2025-03-21T20:18:10.0880814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing/main.py' 2025-03-21T20:18:10.0881590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing/prepare_code_signing_entitlements.py' 2025-03-21T20:18:10.0882383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing/prepare_code_signing_entitlements_test.py' 2025-03-21T20:18:10.0883078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing/prepare_info_plist.py' 2025-03-21T20:18:10.0883826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing/prepare_info_plist_test.py' 2025-03-21T20:18:10.0884606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing/provisioning_profile_diagnostics.py' 2025-03-21T20:18:10.0885385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing/provisioning_profile_metadata.py' 2025-03-21T20:18:10.0886162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing/provisioning_profile_metadata_test.py' 2025-03-21T20:18:10.0886918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing/provisioning_profile_selection.py' 2025-03-21T20:18:10.0887702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing/provisioning_profile_selection_test.py' 2025-03-21T20:18:10.0888526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing/read_provisioning_profile_command_factory.py' 2025-03-21T20:18:10.0889291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing/test_resources/Entitlements.plist' 2025-03-21T20:18:10.0890119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing/test_resources/qualified_sample.mobileprovision' 2025-03-21T20:18:10.0890928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing/test_resources/sample.mobileprovision' 2025-03-21T20:18:10.0891629Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing/test_resources' 2025-03-21T20:18:10.0892278Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/code_signing' 2025-03-21T20:18:10.0892825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/defs.bzl' 2025-03-21T20:18:10.0893443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/dry_codesign_tool.py' 2025-03-21T20:18:10.0894067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/framework_sanitizer.py' 2025-03-21T20:18:10.0894640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/index/BUCK.v2' 2025-03-21T20:18:10.0895289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/index/merge_index_store.py' 2025-03-21T20:18:10.0895974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/index/merge_index_store_tests.py' 2025-03-21T20:18:10.0896563Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/index' 2025-03-21T20:18:10.0897217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/info_plist_processor/BUCK.v2' 2025-03-21T20:18:10.0897876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/info_plist_processor/main.py' 2025-03-21T20:18:10.0898570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/info_plist_processor/preprocess.py' 2025-03-21T20:18:10.0899297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/info_plist_processor/preprocess_test.py' 2025-03-21T20:18:10.0899997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/info_plist_processor/process.py' 2025-03-21T20:18:10.0900733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/info_plist_processor/process_test.py' 2025-03-21T20:18:10.0901389Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/info_plist_processor' 2025-03-21T20:18:10.0902005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/ipa_package_maker.py' 2025-03-21T20:18:10.0902601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/make_modulemap.py' 2025-03-21T20:18:10.0903216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/make_swift_comp_db.py' 2025-03-21T20:18:10.0903842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/make_swift_interface.py' 2025-03-21T20:18:10.0904450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/make_vfsoverlay.py' 2025-03-21T20:18:10.0905046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/plistlib_utils.py' 2025-03-21T20:18:10.0905693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/re_compatibility_utils/BUCK' 2025-03-21T20:18:10.0906416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/re_compatibility_utils/writable.py' 2025-03-21T20:18:10.0907110Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/re_compatibility_utils' 2025-03-21T20:18:10.0907738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/resource_broker/BUCK.v2' 2025-03-21T20:18:10.0908401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/resource_broker/idb_target.py' 2025-03-21T20:18:10.0909099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/resource_broker/ios.py' 2025-03-21T20:18:10.0909729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/resource_broker/main.py' 2025-03-21T20:18:10.0910419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/resource_broker/simctl_runtime.py' 2025-03-21T20:18:10.0911074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/resource_broker/timeouts.py' 2025-03-21T20:18:10.0911711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/resource_broker/utils.py' 2025-03-21T20:18:10.0912340Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/resource_broker' 2025-03-21T20:18:10.0912998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/selective_debugging/BUCK.v2' 2025-03-21T20:18:10.0913659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/selective_debugging/macho.py' 2025-03-21T20:18:10.0914362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/selective_debugging/macho_parser.py' 2025-03-21T20:18:10.0915042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/selective_debugging/main.py' 2025-03-21T20:18:10.0915749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/selective_debugging/scrubber.py' 2025-03-21T20:18:10.0916457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/selective_debugging/scrubber_test.py' 2025-03-21T20:18:10.0917116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/selective_debugging/spec.py' 2025-03-21T20:18:10.0917801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/selective_debugging/spec_test.py' 2025-03-21T20:18:10.0918563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/selective_debugging/test_resources/HelloWorld' 2025-03-21T20:18:10.0919361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/selective_debugging/test_resources/focused_spec.json' 2025-03-21T20:18:10.0920175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/selective_debugging/test_resources/focused_targets.json' 2025-03-21T20:18:10.0921025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/selective_debugging/test_resources/focused_targets_empty.json' 2025-03-21T20:18:10.0921800Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/selective_debugging/test_resources' 2025-03-21T20:18:10.0922478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/selective_debugging/utils.py' 2025-03-21T20:18:10.0923170Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/selective_debugging' 2025-03-21T20:18:10.0923900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/split_arch_combine_dsym_bundles_tool.py' 2025-03-21T20:18:10.0924487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/spm_packager.py' 2025-03-21T20:18:10.0925132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/static_archive_linker.py' 2025-03-21T20:18:10.0925705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/swift_exec.py' 2025-03-21T20:18:10.0926326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools/xcframework_maker.py' 2025-03-21T20:18:10.0926881Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/tools' 2025-03-21T20:18:10.0927496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/apple_ipa_package.bzl' 2025-03-21T20:18:10.0928118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/apple_macos_bundle.bzl' 2025-03-21T20:18:10.0928747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/apple_resource_bundle.bzl' 2025-03-21T20:18:10.0929418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/apple_resource_transition.bzl' 2025-03-21T20:18:10.0930099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/apple_selected_debug_path_file.bzl' 2025-03-21T20:18:10.0930796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/apple_selective_debugging.bzl' 2025-03-21T20:18:10.0931445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/apple_simulators.bzl' 2025-03-21T20:18:10.0932065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/apple_spm_package.bzl' 2025-03-21T20:18:10.0932717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/apple_toolchain_override.bzl' 2025-03-21T20:18:10.0933313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/apple_tools.bzl' 2025-03-21T20:18:10.0933939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/apple_watchos_bundle.bzl' 2025-03-21T20:18:10.0934561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/apple_xcframework.bzl' 2025-03-21T20:18:10.0935193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/cpu_split_transition.bzl' 2025-03-21T20:18:10.0935859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/enable_testing_transition.bzl' 2025-03-21T20:18:10.0936467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/macos_transition.bzl' 2025-03-21T20:18:10.0937109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/resource_group_map.bzl' 2025-03-21T20:18:10.0937800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/target_sdk_version_transition.bzl' 2025-03-21T20:18:10.0938439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user/watch_transition.bzl' 2025-03-21T20:18:10.0938994Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/user' 2025-03-21T20:18:10.0939631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/validation/debug_artifacts.bzl' 2025-03-21T20:18:10.0940211Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/validation' 2025-03-21T20:18:10.0940746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/versions.bzl' 2025-03-21T20:18:10.0941270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/xcode.bzl' 2025-03-21T20:18:10.0941879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple/xctest_swift_support.bzl' 2025-03-21T20:18:10.0942412Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/apple' 2025-03-21T20:18:10.0942939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/artifact_tset.bzl' 2025-03-21T20:18:10.0943507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/artifacts.bzl' 2025-03-21T20:18:10.0944008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/asserts.bzl' 2025-03-21T20:18:10.0944528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/attributes.bzl' 2025-03-21T20:18:10.0945083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/attrs_validators.bzl' 2025-03-21T20:18:10.0945620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/build_mode.bzl' 2025-03-21T20:18:10.0946165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cache_mode.bzl' 2025-03-21T20:18:10.0946721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cfg/modifier/alias.bzl' 2025-03-21T20:18:10.0947297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cfg/modifier/asserts.bzl' 2025-03-21T20:18:10.0948065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cfg/modifier/cfg_constructor.bzl' 2025-03-21T20:18:10.0948678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cfg/modifier/common.bzl' 2025-03-21T20:18:10.0949334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cfg/modifier/conditional_modifier.bzl' 2025-03-21T20:18:10.0949892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cfg/modifier/name.bzl' 2025-03-21T20:18:10.0950516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cfg/modifier/set_cfg_modifiers.bzl' 2025-03-21T20:18:10.0951081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cfg/modifier/types.bzl' 2025-03-21T20:18:10.0951691Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cfg/modifier' 2025-03-21T20:18:10.0952195Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cfg' 2025-03-21T20:18:10.0952771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/command_alias.bzl' 2025-03-21T20:18:10.0953339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/configurations/rules.bzl' 2025-03-21T20:18:10.0953909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/configurations/util.bzl' 2025-03-21T20:18:10.0954469Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/configurations' 2025-03-21T20:18:10.0954969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cpu/BUCK.v2' 2025-03-21T20:18:10.0955533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cpu/constraints/BUCK.v2' 2025-03-21T20:18:10.0956110Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cpu/constraints' 2025-03-21T20:18:10.0956612Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cpu' 2025-03-21T20:18:10.0957156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/csharp/csharp.bzl' 2025-03-21T20:18:10.0957741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/csharp/csharp_providers.bzl' 2025-03-21T20:18:10.0958286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/csharp/toolchain.bzl' 2025-03-21T20:18:10.0958815Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/csharp' 2025-03-21T20:18:10.0959344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/anon_link.bzl' 2025-03-21T20:18:10.0959872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/archive.bzl' 2025-03-21T20:18:10.0960440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/argsfiles.bzl' 2025-03-21T20:18:10.0961038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/attr_selection.bzl' 2025-03-21T20:18:10.0961554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/bitcode.bzl' 2025-03-21T20:18:10.0962082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/comp_db.bzl' 2025-03-21T20:18:10.0962714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/compilation_database_labels.bzl' 2025-03-21T20:18:10.0963245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/compile.bzl' 2025-03-21T20:18:10.0963773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/compiler.bzl' 2025-03-21T20:18:10.0964271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx.bzl' 2025-03-21T20:18:10.0964810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_bolt.bzl' 2025-03-21T20:18:10.0965350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_context.bzl' 2025-03-21T20:18:10.0965914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_executable.bzl' 2025-03-21T20:18:10.0966538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_instrumentation.bzl' 2025-03-21T20:18:10.0967081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_library.bzl' 2025-03-21T20:18:10.0967696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_library_utility.bzl' 2025-03-21T20:18:10.0968269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_link_utility.bzl' 2025-03-21T20:18:10.0968806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_sources.bzl' 2025-03-21T20:18:10.0969365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_toolchain.bzl' 2025-03-21T20:18:10.0969980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_toolchain_macro_layer.bzl' 2025-03-21T20:18:10.0970577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_toolchain_types.bzl' 2025-03-21T20:18:10.0971110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_types.bzl' 2025-03-21T20:18:10.0971650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/cxx_utility.bzl' 2025-03-21T20:18:10.0972167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/debug.bzl' 2025-03-21T20:18:10.0972709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/diagnostics.bzl' 2025-03-21T20:18:10.0973275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dist_lto/README.md' 2025-03-21T20:18:10.0973890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dist_lto/darwin_dist_lto.bzl' 2025-03-21T20:18:10.0974500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dist_lto/dist_lto.bzl' 2025-03-21T20:18:10.0975062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dist_lto/tools.bzl' 2025-03-21T20:18:10.0975678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dist_lto/tools/BUCK.v2' 2025-03-21T20:18:10.0976278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dist_lto/tools/__init__.py' 2025-03-21T20:18:10.0976915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dist_lto/tools/dist_lto_copy.py' 2025-03-21T20:18:10.0977576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dist_lto/tools/dist_lto_opt_darwin.py' 2025-03-21T20:18:10.0978228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dist_lto/tools/dist_lto_opt_gnu.py' 2025-03-21T20:18:10.0978912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dist_lto/tools/dist_lto_planner_darwin.py' 2025-03-21T20:18:10.0979589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dist_lto/tools/dist_lto_planner_gnu.py' 2025-03-21T20:18:10.0980243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dist_lto/tools/dist_lto_prepare.py' 2025-03-21T20:18:10.0980920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dist_lto/tools/tests/test_dist_lto_opt.py' 2025-03-21T20:18:10.0981568Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dist_lto/tools/tests' 2025-03-21T20:18:10.0982181Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dist_lto/tools' 2025-03-21T20:18:10.0982745Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dist_lto' 2025-03-21T20:18:10.0983243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/dwp.bzl' 2025-03-21T20:18:10.0983757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/gcno.bzl' 2025-03-21T20:18:10.0984271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/groups.bzl' 2025-03-21T20:18:10.0984826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/groups_types.bzl' 2025-03-21T20:18:10.0985350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/headers.bzl' 2025-03-21T20:18:10.0985903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/index_store.bzl' 2025-03-21T20:18:10.0986408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/link.bzl' 2025-03-21T20:18:10.0986943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/link_groups.bzl' 2025-03-21T20:18:10.0987524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/link_groups_types.bzl' 2025-03-21T20:18:10.0988053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/link_types.bzl' 2025-03-21T20:18:10.0988582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/linker.bzl' 2025-03-21T20:18:10.0989155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/omnibus.bzl' 2025-03-21T20:18:10.0989739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/platform.bzl' 2025-03-21T20:18:10.0990388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/prebuilt_cxx_library_group.bzl' 2025-03-21T20:18:10.0990951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/preprocessor.bzl' 2025-03-21T20:18:10.0991566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/shared_library_interface.bzl' 2025-03-21T20:18:10.0992096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/symbols.bzl' 2025-03-21T20:18:10.0992678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/target_sdk_version.bzl' 2025-03-21T20:18:10.0993221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/BUCK.v2' 2025-03-21T20:18:10.0993862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/concatenate_diagnostics.py' 2025-03-21T20:18:10.0994392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/defs.bzl' 2025-03-21T20:18:10.0995014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/dep_file_processor.py' 2025-03-21T20:18:10.0995628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/dep_file_utils.py' 2025-03-21T20:18:10.0996217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/hmap_wrapper.py' 2025-03-21T20:18:10.0996836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/linker_wrapper.py' 2025-03-21T20:18:10.0997419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/make_comp_db.py' 2025-03-21T20:18:10.0998040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/makefile_to_dep_file.py' 2025-03-21T20:18:10.0998598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/remap_cwd.py' 2025-03-21T20:18:10.0999240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/show_headers_to_dep_file.py' 2025-03-21T20:18:10.0999897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/show_includes_to_dep_file.py' 2025-03-21T20:18:10.1000459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/simple_ar.py' 2025-03-21T20:18:10.1001048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools/stderr_to_file.py' 2025-03-21T20:18:10.1001588Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/tools' 2025-03-21T20:18:10.1002223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/user/cxx_toolchain_override.bzl' 2025-03-21T20:18:10.1002808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/user/link_group_map.bzl' 2025-03-21T20:18:10.1003338Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/user' 2025-03-21T20:18:10.1003911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/windows_resource.bzl' 2025-03-21T20:18:10.1004451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx/xcode.bzl' 2025-03-21T20:18:10.1004987Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/cxx' 2025-03-21T20:18:10.1005533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/debugging/common.bzl' 2025-03-21T20:18:10.1006107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/debugging/ensure_dwp.bzl' 2025-03-21T20:18:10.1006637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/debugging/fdb.bxl' 2025-03-21T20:18:10.1007247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/debugging/inspect_dbg_exec.bzl' 2025-03-21T20:18:10.1007853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/debugging/inspect_default.bzl' 2025-03-21T20:18:10.1008445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/debugging/inspect_java.bzl' 2025-03-21T20:18:10.1008989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/debugging/labels.bzl' 2025-03-21T20:18:10.1009528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/debugging/types.bzl' 2025-03-21T20:18:10.1010069Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/debugging' 2025-03-21T20:18:10.1010663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/android_common.bzl' 2025-03-21T20:18:10.1011235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/android_rules.bzl' 2025-03-21T20:18:10.1011815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/apple_rules.bzl' 2025-03-21T20:18:10.1012350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/common.bzl' 2025-03-21T20:18:10.1012890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/core_rules.bzl' 2025-03-21T20:18:10.1013440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/cxx_common.bzl' 2025-03-21T20:18:10.1013982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/cxx_rules.bzl' 2025-03-21T20:18:10.1014521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/d_common.bzl' 2025-03-21T20:18:10.1015055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/d_rules.bzl' 2025-03-21T20:18:10.1015608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/dotnet_rules.bzl' 2025-03-21T20:18:10.1016172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/erlang_rules.bzl' 2025-03-21T20:18:10.1016738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/genrule_common.bzl' 2025-03-21T20:18:10.1017282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/git_rules.bzl' 2025-03-21T20:18:10.1017819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/go_common.bzl' 2025-03-21T20:18:10.1018361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/go_rules.bzl' 2025-03-21T20:18:10.1018949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/groovy_rules.bzl' 2025-03-21T20:18:10.1019535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/halide_rules.bzl' 2025-03-21T20:18:10.1020109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/haskell_common.bzl' 2025-03-21T20:18:10.1020676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/haskell_rules.bzl' 2025-03-21T20:18:10.1021223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/java_rules.bzl' 2025-03-21T20:18:10.1021761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/js_rules.bzl' 2025-03-21T20:18:10.1022305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/jvm_common.bzl' 2025-03-21T20:18:10.1022857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/kotlin_rules.bzl' 2025-03-21T20:18:10.1023409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/lua_common.bzl' 2025-03-21T20:18:10.1023947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/lua_rules.bzl' 2025-03-21T20:18:10.1024511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/native_common.bzl' 2025-03-21T20:18:10.1025092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/ocaml_common.bzl' 2025-03-21T20:18:10.1025644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/ocaml_rules.bzl' 2025-03-21T20:18:10.1026244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/python_common.bzl' 2025-03-21T20:18:10.1026809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/python_rules.bzl' 2025-03-21T20:18:10.1027379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/re_test_common.bzl' 2025-03-21T20:18:10.1027947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/remote_common.bzl' 2025-03-21T20:18:10.1028500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/rust_common.bzl' 2025-03-21T20:18:10.1029116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/rust_rules.bzl' 2025-03-21T20:18:10.1029667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/scala_rules.bzl' 2025-03-21T20:18:10.1030216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/shell_rules.bzl' 2025-03-21T20:18:10.1030774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/test_common.bzl' 2025-03-21T20:18:10.1031362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/toolchains_common.bzl' 2025-03-21T20:18:10.1031971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls/uncategorized_rules.bzl' 2025-03-21T20:18:10.1032489Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/decls' 2025-03-21T20:18:10.1033031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/dist/dist_info.bzl' 2025-03-21T20:18:10.1033574Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/dist' 2025-03-21T20:18:10.1034122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/docs/rules.bzl' 2025-03-21T20:18:10.1034634Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/docs' 2025-03-21T20:18:10.1035234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/applications/BUCK.v2' 2025-03-21T20:18:10.1035824Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/applications' 2025-03-21T20:18:10.1036428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/.elp.toml' 2025-03-21T20:18:10.1037045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/common/BUCK.v2' 2025-03-21T20:18:10.1037808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/common/include/artifact_annotations.hrl' 2025-03-21T20:18:10.1038546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/common/include/buck_ct_records.hrl' 2025-03-21T20:18:10.1039255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/common/include/tpx_records.hrl' 2025-03-21T20:18:10.1039955Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/common/include' 2025-03-21T20:18:10.1040689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/common/src/artifact_annotations.erl' 2025-03-21T20:18:10.1041442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/common/src/bounded_buffer.erl' 2025-03-21T20:18:10.1042144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/common/src/buck_ct_parser.erl' 2025-03-21T20:18:10.1042873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/common/src/buck_ct_provider.erl' 2025-03-21T20:18:10.1043581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/common/src/ct_error_printer.erl' 2025-03-21T20:18:10.1044263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/common/src/io_buffer.erl' 2025-03-21T20:18:10.1045013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/common/src/test_artifact_directory.erl' 2025-03-21T20:18:10.1045708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/common/src/test_logger.erl' 2025-03-21T20:18:10.1046362Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/common/src' 2025-03-21T20:18:10.1046990Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/common' 2025-03-21T20:18:10.1047932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/cth_hooks/BUCK.v2' 2025-03-21T20:18:10.1048674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/cth_hooks/src/cth_tpx.erl' 2025-03-21T20:18:10.1049458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/cth_hooks/src/cth_tpx_role.erl' 2025-03-21T20:18:10.1050207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/cth_hooks/src/cth_tpx_server.erl' 2025-03-21T20:18:10.1050951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/cth_hooks/src/cth_tpx_test_tree.erl' 2025-03-21T20:18:10.1051645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/cth_hooks/src/method_ids.hrl' 2025-03-21T20:18:10.1052313Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/cth_hooks/src' 2025-03-21T20:18:10.1052959Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/cth_hooks' 2025-03-21T20:18:10.1053613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_binary/BUCK.v2' 2025-03-21T20:18:10.1054347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_binary/src/json_interfacer.erl' 2025-03-21T20:18:10.1055088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_binary/src/junit_interfacer.erl' 2025-03-21T20:18:10.1055825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_binary/src/list_test.erl' 2025-03-21T20:18:10.1056579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_binary/src/listing_interfacer.erl' 2025-03-21T20:18:10.1057330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_binary/src/test_binary.erl' 2025-03-21T20:18:10.1058042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_binary/src/test_info.erl' 2025-03-21T20:18:10.1058751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_binary/src/test_runner.erl' 2025-03-21T20:18:10.1059423Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_binary/src' 2025-03-21T20:18:10.1060072Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_binary' 2025-03-21T20:18:10.1060733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_cli_lib/BUCK.v2' 2025-03-21T20:18:10.1061407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_cli_lib/src/test.erl' 2025-03-21T20:18:10.1062080Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_cli_lib/src' 2025-03-21T20:18:10.1062839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_cli_lib/test/test_cli_e2e_SUITE.erl' 2025-03-21T20:18:10.1063697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_cli_lib/test/test_cli_e2e_SUITE_data/test_list_SUITE.erl' 2025-03-21T20:18:10.1064509Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_cli_lib/test/test_cli_e2e_SUITE_data' 2025-03-21T20:18:10.1065219Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_cli_lib/test' 2025-03-21T20:18:10.1065910Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_cli_lib' 2025-03-21T20:18:10.1066538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_exec/BUCK.v2' 2025-03-21T20:18:10.1067239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_exec/src/ct_daemon.erl' 2025-03-21T20:18:10.1067952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_exec/src/ct_daemon_core.erl' 2025-03-21T20:18:10.1068744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_exec/src/ct_daemon_hooks.erl' 2025-03-21T20:18:10.1069470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_exec/src/ct_daemon_logger.erl' 2025-03-21T20:18:10.1070199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_exec/src/ct_daemon_node.erl' 2025-03-21T20:18:10.1070927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_exec/src/ct_daemon_printer.erl' 2025-03-21T20:18:10.1071698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_exec/src/ct_daemon_runner.erl' 2025-03-21T20:18:10.1072400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_exec/src/ct_executor.erl' 2025-03-21T20:18:10.1073120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_exec/src/ct_runner.erl' 2025-03-21T20:18:10.1073831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_exec/src/epmd_manager.erl' 2025-03-21T20:18:10.1074553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_exec/src/test_exec.app.src' 2025-03-21T20:18:10.1075245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_exec/src/test_exec.erl' 2025-03-21T20:18:10.1075960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_exec/src/test_exec_sup.erl' 2025-03-21T20:18:10.1076635Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_exec/src' 2025-03-21T20:18:10.1077372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_exec/test/ct_executor_SUITE.erl' 2025-03-21T20:18:10.1078045Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_exec/test' 2025-03-21T20:18:10.1078691Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test/test_exec' 2025-03-21T20:18:10.1079289Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/common_test' 2025-03-21T20:18:10.1079809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/elp.bxl' 2025-03-21T20:18:10.1080376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang.bzl' 2025-03-21T20:18:10.1080986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_application.bzl' 2025-03-21T20:18:10.1081735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_application_includes.bzl' 2025-03-21T20:18:10.1082298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_build.bzl' 2025-03-21T20:18:10.1082913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_dependencies.bzl' 2025-03-21T20:18:10.1083488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_escript.bzl' 2025-03-21T20:18:10.1084052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_info.bzl' 2025-03-21T20:18:10.1084619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_ls.config' 2025-03-21T20:18:10.1085244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_otp_application.bzl' 2025-03-21T20:18:10.1085827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_release.bzl' 2025-03-21T20:18:10.1086386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_shell.bzl' 2025-03-21T20:18:10.1086985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_tests.bzl' 2025-03-21T20:18:10.1087571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_toolchain.bzl' 2025-03-21T20:18:10.1088166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/erlang_utils.bzl' 2025-03-21T20:18:10.1088712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/shell/BUCK.v2' 2025-03-21T20:18:10.1089276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/shell/shell.bxl' 2025-03-21T20:18:10.1089970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/shell/src/shell_buck2_module_search.erl' 2025-03-21T20:18:10.1090632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/shell/src/shell_buck2_utils.erl' 2025-03-21T20:18:10.1091247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/shell/src/user_default.erl' 2025-03-21T20:18:10.1091834Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/shell/src' 2025-03-21T20:18:10.1092388Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/shell' 2025-03-21T20:18:10.1092959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/BUCK.v2' 2025-03-21T20:18:10.1093631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/app_src_builder.escript' 2025-03-21T20:18:10.1094320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/boot_script_builder.escript' 2025-03-21T20:18:10.1095022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/dependency_analyzer.escript' 2025-03-21T20:18:10.1095743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/dependency_finalizer.escript' 2025-03-21T20:18:10.1096395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/edoc_cli.escript' 2025-03-21T20:18:10.1097043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/edoc_doclet_chunks.erl' 2025-03-21T20:18:10.1097670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/edoc_report.erl' 2025-03-21T20:18:10.1098280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/epp_dodger.erl' 2025-03-21T20:18:10.1098908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/erlang_ls.config' 2025-03-21T20:18:10.1099543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/erlc_trampoline.sh' 2025-03-21T20:18:10.1100215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/escript_builder.escript' 2025-03-21T20:18:10.1100866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/escript_trampoline.sh' 2025-03-21T20:18:10.1101520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/include_erts.escript' 2025-03-21T20:18:10.1102135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/json.erl' 2025-03-21T20:18:10.1102854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/release_variables_builder.escript' 2025-03-21T20:18:10.1103571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain/transform_project_root.erl' 2025-03-21T20:18:10.1104140Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang/toolchain' 2025-03-21T20:18:10.1104671Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/erlang' 2025-03-21T20:18:10.1105183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/export_exe.bzl' 2025-03-21T20:18:10.1105710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/export_file.bzl' 2025-03-21T20:18:10.1106220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/filegroup.bzl' 2025-03-21T20:18:10.1106727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/genrule.bzl' 2025-03-21T20:18:10.1107295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/genrule_local_labels.bzl' 2025-03-21T20:18:10.1107908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/genrule_prefer_local_labels.bzl' 2025-03-21T20:18:10.1108462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/genrule_toolchain.bzl' 2025-03-21T20:18:10.1109049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/git/git_fetch.bzl' 2025-03-21T20:18:10.1109582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/git/tools/BUCK.v2' 2025-03-21T20:18:10.1110134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/git/tools/git_fetch.py' 2025-03-21T20:18:10.1110710Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/git/tools' 2025-03-21T20:18:10.1111237Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/git' 2025-03-21T20:18:10.1111776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/cgo_builder.bzl' 2025-03-21T20:18:10.1112295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/compile.bzl' 2025-03-21T20:18:10.1112856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/constraints/BUCK.v2' 2025-03-21T20:18:10.1113423Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/constraints' 2025-03-21T20:18:10.1113957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/coverage.bzl' 2025-03-21T20:18:10.1114481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/go_binary.bzl' 2025-03-21T20:18:10.1115072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/go_exported_library.bzl' 2025-03-21T20:18:10.1115597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/go_library.bzl' 2025-03-21T20:18:10.1116109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/go_list.bzl' 2025-03-21T20:18:10.1116667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/go_stdlib.bzl' 2025-03-21T20:18:10.1117179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/go_test.bzl' 2025-03-21T20:18:10.1117710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/link.bzl' 2025-03-21T20:18:10.1118269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/package_builder.bzl' 2025-03-21T20:18:10.1118796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/packages.bzl' 2025-03-21T20:18:10.1119381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/tags/constraints/BUCK.v2' 2025-03-21T20:18:10.1119979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/tags/constraints/defs.bzl' 2025-03-21T20:18:10.1120570Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/tags/constraints' 2025-03-21T20:18:10.1121103Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/tags' 2025-03-21T20:18:10.1121624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/toolchain.bzl' 2025-03-21T20:18:10.1122154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/tools/BUCK.v2' 2025-03-21T20:18:10.1122715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/tools/cgo_wrapper.py' 2025-03-21T20:18:10.1123328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/tools/gen_stdlib_importcfg.py' 2025-03-21T20:18:10.1123896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/tools/go_wrapper.py' 2025-03-21T20:18:10.1124425Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/tools' 2025-03-21T20:18:10.1125021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/transitions/defs.bzl' 2025-03-21T20:18:10.1125652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/transitions/tags_helper.bzl' 2025-03-21T20:18:10.1126229Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go/transitions' 2025-03-21T20:18:10.1126727Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go' 2025-03-21T20:18:10.1127339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go_bootstrap/go_bootstrap.bzl' 2025-03-21T20:18:10.1127921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go_bootstrap/tools/BUCK.v2' 2025-03-21T20:18:10.1128525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go_bootstrap/tools/README.md' 2025-03-21T20:18:10.1129100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go_bootstrap/tools/go.mod' 2025-03-21T20:18:10.1129749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go_bootstrap/tools/go/concat_files.go' 2025-03-21T20:18:10.1130378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go_bootstrap/tools/go/go_wrapper.go' 2025-03-21T20:18:10.1131010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go_bootstrap/tools/go/testmaingen.go' 2025-03-21T20:18:10.1131640Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go_bootstrap/tools/go' 2025-03-21T20:18:10.1132252Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go_bootstrap/tools' 2025-03-21T20:18:10.1132814Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/go_bootstrap' 2025-03-21T20:18:10.1133358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/compile.bzl' 2025-03-21T20:18:10.1133908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/haskell.bzl' 2025-03-21T20:18:10.1134476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/haskell_ghci.bzl' 2025-03-21T20:18:10.1135072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/haskell_haddock.bzl' 2025-03-21T20:18:10.1135631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/haskell_ide.bzl' 2025-03-21T20:18:10.1136193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/ide/README.md' 2025-03-21T20:18:10.1136738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/ide/hie.yaml' 2025-03-21T20:18:10.1137279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/ide/ide.bxl' 2025-03-21T20:18:10.1137820Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/ide' 2025-03-21T20:18:10.1138394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/library_info.bzl' 2025-03-21T20:18:10.1138949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/link_info.bzl' 2025-03-21T20:18:10.1139525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/toolchain.bzl' 2025-03-21T20:18:10.1140086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/tools/BUCK.v2' 2025-03-21T20:18:10.1140804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/tools/script_template_processor.py' 2025-03-21T20:18:10.1141377Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/tools' 2025-03-21T20:18:10.1141901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell/util.bzl' 2025-03-21T20:18:10.1142437Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/haskell' 2025-03-21T20:18:10.1143021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/http_archive/exec_deps.bzl' 2025-03-21T20:18:10.1143631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/http_archive/http_archive.bzl' 2025-03-21T20:18:10.1144214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/http_archive/tools/BUCK.v2' 2025-03-21T20:18:10.1144903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/http_archive/tools/create_exclusion_list.py' 2025-03-21T20:18:10.1145485Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/http_archive/tools' 2025-03-21T20:18:10.1146064Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/http_archive' 2025-03-21T20:18:10.1146584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/http_file.bzl' 2025-03-21T20:18:10.1147243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/BUCK' 2025-03-21T20:18:10.1148096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/README.md' 2025-03-21T20:18:10.1148855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/assets/demo.png' 2025-03-21T20:18:10.1149593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/assets/how-it-works.png' 2025-03-21T20:18:10.1150284Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/assets' 2025-03-21T20:18:10.1150971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/constants.bxl' 2025-03-21T20:18:10.1151693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/flags_parser_utils.bxl' 2025-03-21T20:18:10.1152388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/gen_filters.bxl' 2025-03-21T20:18:10.1153104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/gen_mode_configs.bxl' 2025-03-21T20:18:10.1153781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/gen_sln.bxl' 2025-03-21T20:18:10.1154489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/gen_user_macros.bxl' 2025-03-21T20:18:10.1155255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/gen_vcxproj.bxl' 2025-03-21T20:18:10.1155981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/get_attrs.bxl' 2025-03-21T20:18:10.1156729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/get_compiler_settings.bxl' 2025-03-21T20:18:10.1157410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/get_deps.bxl' 2025-03-21T20:18:10.1158138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/get_linker_settings.bxl' 2025-03-21T20:18:10.1158856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/get_vs_settings.bxl' 2025-03-21T20:18:10.1159515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/main.bxl' 2025-03-21T20:18:10.1160263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/msvs/absolutize_path.exe' 2025-03-21T20:18:10.1160996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/msvs/vs_buck_build.props' 2025-03-21T20:18:10.1161709Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/msvs' 2025-03-21T20:18:10.1162382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/ppflags.bxl' 2025-03-21T20:18:10.1163080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio/utils.bxl' 2025-03-21T20:18:10.1163733Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/visual_studio' 2025-03-21T20:18:10.1164320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations/xcode.bzl' 2025-03-21T20:18:10.1164896Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ide_integrations' 2025-03-21T20:18:10.1165412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/is_buck2.bzl' 2025-03-21T20:18:10.1165961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/is_buck2_internal.bzl' 2025-03-21T20:18:10.1166524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/is_full_meta_repo.bzl' 2025-03-21T20:18:10.1167077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/class_to_srcs.bzl' 2025-03-21T20:18:10.1167583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/dex.bzl' 2025-03-21T20:18:10.1168144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/dex_toolchain.bzl' 2025-03-21T20:18:10.1168682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/gwt_binary.bzl' 2025-03-21T20:18:10.1169238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/jar_genrule.bzl' 2025-03-21T20:18:10.1169747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/java.bzl' 2025-03-21T20:18:10.1170327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/java_binary.bzl' 2025-03-21T20:18:10.1170898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/java_library.bzl' 2025-03-21T20:18:10.1171469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/java_providers.bzl' 2025-03-21T20:18:10.1172028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/java_resources.bzl' 2025-03-21T20:18:10.1172566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/java_test.bzl' 2025-03-21T20:18:10.1173121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/java_toolchain.bzl' 2025-03-21T20:18:10.1173706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/javacd_jar_creator.bzl' 2025-03-21T20:18:10.1174250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/keystore.bzl' 2025-03-21T20:18:10.1174922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/plugins/java_annotation_processor.bzl' 2025-03-21T20:18:10.1175522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/plugins/java_plugin.bzl' 2025-03-21T20:18:10.1176072Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/plugins' 2025-03-21T20:18:10.1176657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/prebuilt_jar.bzl' 2025-03-21T20:18:10.1177188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/tools/BUCK.v2' 2025-03-21T20:18:10.1177850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/tools/compile_and_package.py' 2025-03-21T20:18:10.1178405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/tools/fat_jar.py' 2025-03-21T20:18:10.1179060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/tools/gen_class_to_source_map.py' 2025-03-21T20:18:10.1179663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/tools/list_class_names.py' 2025-03-21T20:18:10.1180338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/tools/merge_class_to_source_maps.py' 2025-03-21T20:18:10.1180950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/tools/run_postprocessor.py' 2025-03-21T20:18:10.1181504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/tools/utils.py' 2025-03-21T20:18:10.1182048Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/tools' 2025-03-21T20:18:10.1182652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/utils/java_more_utils.bzl' 2025-03-21T20:18:10.1183236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/utils/java_utils.bzl' 2025-03-21T20:18:10.1183779Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java/utils' 2025-03-21T20:18:10.1184302Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/java' 2025-03-21T20:18:10.1184821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/js/js.bzl' 2025-03-21T20:18:10.1185354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/js/js_bundle.bzl' 2025-03-21T20:18:10.1185953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/js/js_bundle_genrule.bzl' 2025-03-21T20:18:10.1186495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/js/js_library.bzl' 2025-03-21T20:18:10.1187037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/js/js_providers.bzl' 2025-03-21T20:18:10.1187571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/js/js_utils.bzl' 2025-03-21T20:18:10.1188069Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/js' 2025-03-21T20:18:10.1188646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/julia/julia.bzl' 2025-03-21T20:18:10.1189225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/julia/julia_binary.bzl' 2025-03-21T20:18:10.1189769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/julia/julia_info.bzl' 2025-03-21T20:18:10.1190345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/julia/julia_library.bzl' 2025-03-21T20:18:10.1190891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/julia/julia_test.bzl' 2025-03-21T20:18:10.1191513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/julia/julia_toolchain.bzl' 2025-03-21T20:18:10.1192085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/julia/tools/BUCK.v2' 2025-03-21T20:18:10.1192694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/julia/tools/parse_julia_cmd.py' 2025-03-21T20:18:10.1193241Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/julia/tools' 2025-03-21T20:18:10.1193766Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/julia' 2025-03-21T20:18:10.1194350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/jvm/cd_jar_creator_util.bzl' 2025-03-21T20:18:10.1194895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/jvm/nullsafe.bzl' 2025-03-21T20:18:10.1195400Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/jvm' 2025-03-21T20:18:10.1195938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/kotlin.bzl' 2025-03-21T20:18:10.1196524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/kotlin_library.bzl' 2025-03-21T20:18:10.1197083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/kotlin_test.bzl' 2025-03-21T20:18:10.1197681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/kotlin_toolchain.bzl' 2025-03-21T20:18:10.1198247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/kotlin_utils.bzl' 2025-03-21T20:18:10.1198866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/kotlincd_jar_creator.bzl' 2025-03-21T20:18:10.1199526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/tools/compile_kotlin/BUCK.v2' 2025-03-21T20:18:10.1200226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/tools/compile_kotlin/compile_kotlin.py' 2025-03-21T20:18:10.1200890Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/tools/compile_kotlin' 2025-03-21T20:18:10.1201457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/tools/defs.bzl' 2025-03-21T20:18:10.1202124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/tools/kapt_base64_encoder/BUCK.v2' 2025-03-21T20:18:10.1202977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/tools/kapt_base64_encoder/com/facebook/kapt/KaptBase64Encoder.java' 2025-03-21T20:18:10.1203754Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/tools/kapt_base64_encoder/com/facebook/kapt' 2025-03-21T20:18:10.1204488Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/tools/kapt_base64_encoder/com/facebook' 2025-03-21T20:18:10.1205177Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/tools/kapt_base64_encoder/com' 2025-03-21T20:18:10.1205833Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/tools/kapt_base64_encoder' 2025-03-21T20:18:10.1206423Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin/tools' 2025-03-21T20:18:10.1206950Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/kotlin' 2025-03-21T20:18:10.1207614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/linking/execution_preference.bzl' 2025-03-21T20:18:10.1208182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/linking/link_groups.bzl' 2025-03-21T20:18:10.1208738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/linking/link_info.bzl' 2025-03-21T20:18:10.1209322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/linking/linkable_graph.bzl' 2025-03-21T20:18:10.1209887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/linking/linkables.bzl' 2025-03-21T20:18:10.1210406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/linking/lto.bzl' 2025-03-21T20:18:10.1211010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/linking/shared_libraries.bzl' 2025-03-21T20:18:10.1211606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/linking/stamp_build_info.bzl' 2025-03-21T20:18:10.1212152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/linking/strip.bzl' 2025-03-21T20:18:10.1212682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/linking/types.bzl' 2025-03-21T20:18:10.1213206Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/linking' 2025-03-21T20:18:10.1213735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/local_only.bzl' 2025-03-21T20:18:10.1214315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/lua/cxx_lua_extension.bzl' 2025-03-21T20:18:10.1214906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/lua/lua_binary.bzl' 2025-03-21T20:18:10.1215470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/lua/lua_library.bzl' 2025-03-21T20:18:10.1215981Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/lua' 2025-03-21T20:18:10.1216513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/matlab/matlab.bzl' 2025-03-21T20:18:10.1217082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/matlab/matlab_info.bzl' 2025-03-21T20:18:10.1217655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/matlab/matlab_program.bzl' 2025-03-21T20:18:10.1218257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/matlab/matlab_toolchain.bzl' 2025-03-21T20:18:10.1218804Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/matlab' 2025-03-21T20:18:10.1219322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/native.bzl' 2025-03-21T20:18:10.1219850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/none.bzl' 2025-03-21T20:18:10.1220377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ocaml/attrs.bzl' 2025-03-21T20:18:10.1220964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ocaml/makefile.bzl' 2025-03-21T20:18:10.1221523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ocaml/ocaml.bzl' 2025-03-21T20:18:10.1222185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ocaml/ocaml_toolchain_types.bzl' 2025-03-21T20:18:10.1222704Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/ocaml' 2025-03-21T20:18:10.1223207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/os/BUCK.v2' 2025-03-21T20:18:10.1223765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/os/constraints/BUCK.v2' 2025-03-21T20:18:10.1224342Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/os/constraints' 2025-03-21T20:18:10.1224847Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/os' 2025-03-21T20:18:10.1225388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/os_lookup/defs.bzl' 2025-03-21T20:18:10.1225969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/os_lookup/targets/BUCK.v2' 2025-03-21T20:18:10.1226551Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/os_lookup/targets' 2025-03-21T20:18:10.1227098Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/os_lookup' 2025-03-21T20:18:10.1227588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/paths.bzl' 2025-03-21T20:18:10.1228131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/platforms/BUCK.v2' 2025-03-21T20:18:10.1228763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/platforms/apple/arch.bzl' 2025-03-21T20:18:10.1229386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/platforms/apple/base.bzl' 2025-03-21T20:18:10.1230020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/platforms/apple/build_mode.bzl' 2025-03-21T20:18:10.1230632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/platforms/apple/constants.bzl' 2025-03-21T20:18:10.1231232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/platforms/apple/platforms.bzl' 2025-03-21T20:18:10.1231866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/platforms/apple/platforms_map.bzl' 2025-03-21T20:18:10.1232437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/platforms/apple/sdk.bzl' 2025-03-21T20:18:10.1233015Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/platforms/apple' 2025-03-21T20:18:10.1233563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/platforms/defs.bzl' 2025-03-21T20:18:10.1234104Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/platforms' 2025-03-21T20:18:10.1234654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/playground/test.bxl' 2025-03-21T20:18:10.1235201Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/playground' 2025-03-21T20:18:10.1235745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/prelude.bzl' 2025-03-21T20:18:10.1236316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/pull_request_template.md' 2025-03-21T20:18:10.1236897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/compile.bzl' 2025-03-21T20:18:10.1237513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/cxx_python_extension.bzl' 2025-03-21T20:18:10.1238067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/interface.bzl' 2025-03-21T20:18:10.1238654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/make_py_package.bzl' 2025-03-21T20:18:10.1239204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/manifest.bzl' 2025-03-21T20:18:10.1239800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/native_python_util.bzl' 2025-03-21T20:18:10.1240386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/needed_coverage.bzl' 2025-03-21T20:18:10.1241020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/prebuilt_python_library.bzl' 2025-03-21T20:18:10.1241555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/python.bzl' 2025-03-21T20:18:10.1242136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/python_binary.bzl' 2025-03-21T20:18:10.1242714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/python_library.bzl' 2025-03-21T20:18:10.1243375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/python_needed_coverage_test.bzl' 2025-03-21T20:18:10.1243965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/python_test.bzl' 2025-03-21T20:18:10.1244541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/python_wheel.bzl' 2025-03-21T20:18:10.1245126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/runtime/BUCK.v2' 2025-03-21T20:18:10.1245770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/runtime/__par__/bootstrap.py' 2025-03-21T20:18:10.1246375Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/runtime/__par__' 2025-03-21T20:18:10.1246953Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/runtime' 2025-03-21T20:18:10.1247503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/source_db.bzl' 2025-03-21T20:18:10.1248239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/sourcedb/build.bxl' 2025-03-21T20:18:10.1248844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/sourcedb/classic.bxl' 2025-03-21T20:18:10.1249479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/sourcedb/code_navigation.bxl' 2025-03-21T20:18:10.1250070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/sourcedb/filter.bxl' 2025-03-21T20:18:10.1250682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/sourcedb/ide.bxl' 2025-03-21T20:18:10.1251263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/sourcedb/merge.bxl' 2025-03-21T20:18:10.1251884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/sourcedb/owners.bxl' 2025-03-21T20:18:10.1252470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/sourcedb/query.bxl' 2025-03-21T20:18:10.1253085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/sourcedb/typing_query.bxl' 2025-03-21T20:18:10.1253665Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/sourcedb' 2025-03-21T20:18:10.1254218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/toolchain.bzl' 2025-03-21T20:18:10.1254775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/BUCK.v2' 2025-03-21T20:18:10.1255377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/__test_main__.py' 2025-03-21T20:18:10.1255942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/compile.py' 2025-03-21T20:18:10.1256650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/create_manifest_for_source_dir.py' 2025-03-21T20:18:10.1257254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/embedded_main.cpp' 2025-03-21T20:18:10.1257830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/extract.py' 2025-03-21T20:18:10.1258453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/fail_with_message.py' 2025-03-21T20:18:10.1259194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/generate_static_extension_info.py' 2025-03-21T20:18:10.1259779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/make_par/BUCK' 2025-03-21T20:18:10.1260493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/make_par/__run_lpar_main__.py' 2025-03-21T20:18:10.1261217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/make_par/_lpar_bootstrap.sh.template' 2025-03-21T20:18:10.1261885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/make_par/sitecustomize.py' 2025-03-21T20:18:10.1262485Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/make_par' 2025-03-21T20:18:10.1263154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/make_py_package_inplace.py' 2025-03-21T20:18:10.1263860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/make_py_package_manifest_module.py' 2025-03-21T20:18:10.1264527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/make_py_package_modules.py' 2025-03-21T20:18:10.1265131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/make_source_db.py' 2025-03-21T20:18:10.1265806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/make_source_db_no_deps.py' 2025-03-21T20:18:10.1266424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/run_inplace.py.in' 2025-03-21T20:18:10.1267101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/run_inplace_lite.py.in' 2025-03-21T20:18:10.1267746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/sourcedb_merger/BUCK.v2' 2025-03-21T20:18:10.1268396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/sourcedb_merger/inputs.py' 2025-03-21T20:18:10.1269155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/sourcedb_merger/legacy_merge.py' 2025-03-21T20:18:10.1269858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/sourcedb_merger/legacy_outputs.py' 2025-03-21T20:18:10.1270508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/sourcedb_merger/merge.py' 2025-03-21T20:18:10.1271168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/sourcedb_merger/outputs.py' 2025-03-21T20:18:10.1271881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/sourcedb_merger/tests/__init__.py' 2025-03-21T20:18:10.1272595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/sourcedb_merger/tests/inputs_test.py' 2025-03-21T20:18:10.1273370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/sourcedb_merger/tests/legacy_output_test.py' 2025-03-21T20:18:10.1274046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/sourcedb_merger/tests/main.sh' 2025-03-21T20:18:10.1274813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/sourcedb_merger/tests/outputs_test.py' 2025-03-21T20:18:10.1275487Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/sourcedb_merger/tests' 2025-03-21T20:18:10.1276163Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/sourcedb_merger' 2025-03-21T20:18:10.1276818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/static_extension_finder.py' 2025-03-21T20:18:10.1277472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/static_extension_utils.cpp' 2025-03-21T20:18:10.1278033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools/wheel.py' 2025-03-21T20:18:10.1278596Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/tools' 2025-03-21T20:18:10.1279187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/typecheck/batch.bxl' 2025-03-21T20:18:10.1279807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/typecheck/batch_files.bxl' 2025-03-21T20:18:10.1280390Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/typecheck' 2025-03-21T20:18:10.1280927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python/typing.bzl' 2025-03-21T20:18:10.1281488Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python' 2025-03-21T20:18:10.1282138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python_bootstrap/python_bootstrap.bzl' 2025-03-21T20:18:10.1282781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python_bootstrap/tools/BUCK.v2' 2025-03-21T20:18:10.1283477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python_bootstrap/tools/win_python_wrapper.bat' 2025-03-21T20:18:10.1284098Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python_bootstrap/tools' 2025-03-21T20:18:10.1284678Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/python_bootstrap' 2025-03-21T20:18:10.1285207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/remote_file.bzl' 2025-03-21T20:18:10.1285736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/resources.bzl' 2025-03-21T20:18:10.1286235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rules.bzl' 2025-03-21T20:18:10.1286769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rules_impl.bzl' 2025-03-21T20:18:10.1287297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/runtime/BUCK.v2' 2025-03-21T20:18:10.1287838Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/runtime' 2025-03-21T20:18:10.1288358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/build.bzl' 2025-03-21T20:18:10.1288926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/build_params.bzl' 2025-03-21T20:18:10.1289520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/cargo_buildscript.bzl' 2025-03-21T20:18:10.1290121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/cargo_package.bzl' 2025-03-21T20:18:10.1290756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/clippy_configuration.bzl' 2025-03-21T20:18:10.1291295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/context.bzl' 2025-03-21T20:18:10.1291816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/extern.bzl' 2025-03-21T20:18:10.1292385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/failure_filter.bzl' 2025-03-21T20:18:10.1292927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/link_info.bzl' 2025-03-21T20:18:10.1293503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/linkable_symbol.bzl' 2025-03-21T20:18:10.1294058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/named_deps.bzl' 2025-03-21T20:18:10.1294585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/outputs.bzl' 2025-03-21T20:18:10.1295168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/proc_macro_alias.bzl' 2025-03-21T20:18:10.1295705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/resources.bzl' 2025-03-21T20:18:10.1296335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/rust-analyzer/check.bxl' 2025-03-21T20:18:10.1296954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/rust-analyzer/provider.bzl' 2025-03-21T20:18:10.1297621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/rust-analyzer/resolve_deps.bxl' 2025-03-21T20:18:10.1298210Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/rust-analyzer' 2025-03-21T20:18:10.1298757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/rust_binary.bzl' 2025-03-21T20:18:10.1299306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/rust_common.bzl' 2025-03-21T20:18:10.1299862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/rust_library.bzl' 2025-03-21T20:18:10.1300426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/rust_toolchain.bzl' 2025-03-21T20:18:10.1300959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/targets.bzl' 2025-03-21T20:18:10.1301504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools/BUCK.v2' 2025-03-21T20:18:10.1302048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools/attrs.bzl' 2025-03-21T20:18:10.1302656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools/buildscript_run.py' 2025-03-21T20:18:10.1303285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools/deferred_link_action.py' 2025-03-21T20:18:10.1303913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools/extract_link_action.py' 2025-03-21T20:18:10.1304570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools/failure_filter_action.py' 2025-03-21T20:18:10.1305199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools/linkable_symbol.rs' 2025-03-21T20:18:10.1305777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools/rustc_action.py' 2025-03-21T20:18:10.1306381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools/rustdoc_coverage.py' 2025-03-21T20:18:10.1307053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools/rustdoc_test_with_resources.py' 2025-03-21T20:18:10.1307628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools/tool_rules.bzl' 2025-03-21T20:18:10.1308330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools/transitive_dependency_symlinks.py' 2025-03-21T20:18:10.1308957Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/tools' 2025-03-21T20:18:10.1309530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust/with_workspace.bzl' 2025-03-21T20:18:10.1310047Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/rust' 2025-03-21T20:18:10.1310647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/sabaton/sabaton_toolchain.bzl' 2025-03-21T20:18:10.1311201Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/sabaton' 2025-03-21T20:18:10.1311724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/sh_binary.bzl' 2025-03-21T20:18:10.1312252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/sh_test.bzl' 2025-03-21T20:18:10.1312858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/test/inject_test_run_info.bzl' 2025-03-21T20:18:10.1313393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/test/tools/BUCK.v2' 2025-03-21T20:18:10.1313991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/test/tools/inject_test_env.py' 2025-03-21T20:18:10.1314540Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/test/tools' 2025-03-21T20:18:10.1315052Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/test' 2025-03-21T20:18:10.1315583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/test_suite.bzl' 2025-03-21T20:18:10.1316119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/tests/re_utils.bzl' 2025-03-21T20:18:10.1316792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/tests/remote_test_execution_toolchain.bzl' 2025-03-21T20:18:10.1317359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/tests/test_toolchain.bzl' 2025-03-21T20:18:10.1317890Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/tests' 2025-03-21T20:18:10.1318445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party/build.bzl' 2025-03-21T20:18:10.1319044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party/hmaptool/BUCK.v2' 2025-03-21T20:18:10.1319756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party/hmaptool/METADATA.bzl' 2025-03-21T20:18:10.1320401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party/hmaptool/README.md' 2025-03-21T20:18:10.1320999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party/hmaptool/hmaptool' 2025-03-21T20:18:10.1321596Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party/hmaptool' 2025-03-21T20:18:10.1322192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party/pkgconfig.bzl' 2025-03-21T20:18:10.1322769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party/providers.bzl' 2025-03-21T20:18:10.1323356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party/tools/BUCK.v2' 2025-03-21T20:18:10.1323973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party/tools/create_build.py' 2025-03-21T20:18:10.1324557Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party/tools' 2025-03-21T20:18:10.1325103Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/third-party' 2025-03-21T20:18:10.1325866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/apple/xcode_version_checker/.gitignore' 2025-03-21T20:18:10.1326570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/apple/xcode_version_checker/BUCK.v2' 2025-03-21T20:18:10.1327313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/apple/xcode_version_checker/Makefile' 2025-03-21T20:18:10.1328005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/apple/xcode_version_checker/README' 2025-03-21T20:18:10.1328711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/apple/xcode_version_checker/defs.bzl' 2025-03-21T20:18:10.1329496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/apple/xcode_version_checker/src/xcode_exec_tester.m' 2025-03-21T20:18:10.1330304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/apple/xcode_version_checker/src/xcode_version_checker.m' 2025-03-21T20:18:10.1331098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/apple/xcode_version_checker/src/xcode_version_checks.h' 2025-03-21T20:18:10.1331901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/apple/xcode_version_checker/src/xcode_version_checks.m' 2025-03-21T20:18:10.1332697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/apple/xcode_version_checker/src/xcode_version_tester.m' 2025-03-21T20:18:10.1333416Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/apple/xcode_version_checker/src' 2025-03-21T20:18:10.1334299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/apple/xcode_version_checker/test/Xcode_14.2.0_14C18_fb_version.plist' 2025-03-21T20:18:10.1335056Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/apple/xcode_version_checker/test' 2025-03-21T20:18:10.1335865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/apple/xcode_version_checker/xcode_version_checker' 2025-03-21T20:18:10.1336571Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/apple/xcode_version_checker' 2025-03-21T20:18:10.1337160Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/apple' 2025-03-21T20:18:10.1337711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/BUCK' 2025-03-21T20:18:10.1338361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/buckler/conanfile.py' 2025-03-21T20:18:10.1338985Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/buckler' 2025-03-21T20:18:10.1339605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/conan_common.py' 2025-03-21T20:18:10.1340237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/conan_generate.py' 2025-03-21T20:18:10.1340844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/conan_init.py' 2025-03-21T20:18:10.1341467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/conan_lock.py' 2025-03-21T20:18:10.1342100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/conan_package.py' 2025-03-21T20:18:10.1342792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/conan_package_extract.py' 2025-03-21T20:18:10.1343405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/conan_update.py' 2025-03-21T20:18:10.1343983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/defs.bzl' 2025-03-21T20:18:10.1344596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan/lock_generate.py' 2025-03-21T20:18:10.1345176Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/conan' 2025-03-21T20:18:10.1345728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/csharp.bzl' 2025-03-21T20:18:10.1346278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/cxx.bzl' 2025-03-21T20:18:10.1346854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/cxx/clang/BUCK' 2025-03-21T20:18:10.1347468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/cxx/clang/tools.bzl' 2025-03-21T20:18:10.1348214Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/cxx/clang' 2025-03-21T20:18:10.1348866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/cxx/zig/defs.bzl' 2025-03-21T20:18:10.1349476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/cxx/zig/releases.bzl' 2025-03-21T20:18:10.1350128Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/cxx/zig' 2025-03-21T20:18:10.1350706Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/cxx' 2025-03-21T20:18:10.1351346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/demo.bzl' 2025-03-21T20:18:10.1351952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/execution_host.bzl' 2025-03-21T20:18:10.1352522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/genrule.bzl' 2025-03-21T20:18:10.1353061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/go.bzl' 2025-03-21T20:18:10.1353622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/haskell.bzl' 2025-03-21T20:18:10.1354198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/msvc/BUCK.v2' 2025-03-21T20:18:10.1354824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/msvc/run_msvc_tool.py' 2025-03-21T20:18:10.1355412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/msvc/tools.bzl' 2025-03-21T20:18:10.1355998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/msvc/vswhere.py' 2025-03-21T20:18:10.1356614Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/msvc' 2025-03-21T20:18:10.1357163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/ocaml.bzl' 2025-03-21T20:18:10.1357766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/python.bzl' 2025-03-21T20:18:10.1358409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/remote_test_execution.bzl' 2025-03-21T20:18:10.1358962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains/rust.bzl' 2025-03-21T20:18:10.1359505Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/toolchains' 2025-03-21T20:18:10.1360143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/tools/audit_providers_universe.bxl' 2025-03-21T20:18:10.1360661Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/tools' 2025-03-21T20:18:10.1361309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/transitions/constraint_overrides.bzl' 2025-03-21T20:18:10.1361869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/transitions/utils.bzl' 2025-03-21T20:18:10.1362416Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/transitions' 2025-03-21T20:18:10.1362962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/unix/providers.bzl' 2025-03-21T20:18:10.1363470Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/unix' 2025-03-21T20:18:10.1363987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/user/all.bzl' 2025-03-21T20:18:10.1364575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/user/cxx_headers_bundle.bzl' 2025-03-21T20:18:10.1365180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/user/extract_archive.bzl' 2025-03-21T20:18:10.1365743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/user/rule_spec.bzl' 2025-03-21T20:18:10.1366293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/user/write_file.bzl' 2025-03-21T20:18:10.1366801Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/user' 2025-03-21T20:18:10.1367345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/argfile.bzl' 2025-03-21T20:18:10.1367873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/arglike.bzl' 2025-03-21T20:18:10.1368422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/buckconfig.bzl' 2025-03-21T20:18:10.1369041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/build_target_pattern.bzl' 2025-03-21T20:18:10.1369611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/clear_platform.bzl' 2025-03-21T20:18:10.1370164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/cmd_script.bzl' 2025-03-21T20:18:10.1370683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/dicts.bzl' 2025-03-21T20:18:10.1371287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/directory_fold.bzl' 2025-03-21T20:18:10.1371813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/expect.bzl' 2025-03-21T20:18:10.1372402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/graph_utils.bzl' 2025-03-21T20:18:10.1372916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/host.bzl' 2025-03-21T20:18:10.1373445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/lazy.bzl' 2025-03-21T20:18:10.1373959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/pick.bzl' 2025-03-21T20:18:10.1374574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/platform_flavors_util.bzl' 2025-03-21T20:18:10.1375117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/selects.bzl' 2025-03-21T20:18:10.1375630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/set.bzl' 2025-03-21T20:18:10.1376216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/source_listing.bzl' 2025-03-21T20:18:10.1376816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/source_listing_impl.bzl' 2025-03-21T20:18:10.1377360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/strings.bzl' 2025-03-21T20:18:10.1377907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/type_defs.bzl' 2025-03-21T20:18:10.1378441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils/utils.bzl' 2025-03-21T20:18:10.1378956Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/utils' 2025-03-21T20:18:10.1379592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/validation/audit_results.bxl' 2025-03-21T20:18:10.1380134Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/validation' 2025-03-21T20:18:10.1380733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/validation_deps.bzl' 2025-03-21T20:18:10.1381284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/windows/tools/BUCK.v2' 2025-03-21T20:18:10.1381921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/windows/tools/msvc_hermetic_exec.bat' 2025-03-21T20:18:10.1382496Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/windows/tools' 2025-03-21T20:18:10.1383025Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/windows' 2025-03-21T20:18:10.1383562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/worker_tool.bzl' 2025-03-21T20:18:10.1384127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/zip_file/tools/BUCK.v2' 2025-03-21T20:18:10.1384702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/zip_file/tools/unzip.py' 2025-03-21T20:18:10.1385268Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/zip_file/tools' 2025-03-21T20:18:10.1385860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/zip_file/zip_file.bzl' 2025-03-21T20:18:10.1386473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/zip_file/zip_file_toolchain.bzl' 2025-03-21T20:18:10.1387052Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude/zip_file' 2025-03-21T20:18:10.1387541Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude' 2025-03-21T20:18:10.1388025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.git' 2025-03-21T20:18:10.1388550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.appveyor.yml' 2025-03-21T20:18:10.1389154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.clang-format' 2025-03-21T20:18:10.1389676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.clang-tidy' 2025-03-21T20:18:10.1390223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.cmake-format.yaml' 2025-03-21T20:18:10.1390816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.codespell-ignore-lines' 2025-03-21T20:18:10.1391343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.gitattributes' 2025-03-21T20:18:10.1391894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/CODEOWNERS' 2025-03-21T20:18:10.1392462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/CONTRIBUTING.md' 2025-03-21T20:18:10.1393123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/ISSUE_TEMPLATE/bug-report.yml' 2025-03-21T20:18:10.1393747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/ISSUE_TEMPLATE/config.yml' 2025-03-21T20:18:10.1394404Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/ISSUE_TEMPLATE' 2025-03-21T20:18:10.1395003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/dependabot.yml' 2025-03-21T20:18:10.1395563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/labeler.yml' 2025-03-21T20:18:10.1396153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/labeler_merged.yml' 2025-03-21T20:18:10.1396755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/matchers/pylint.json' 2025-03-21T20:18:10.1397345Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/matchers' 2025-03-21T20:18:10.1397963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/pull_request_template.md' 2025-03-21T20:18:10.1398559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/workflows/ci.yml' 2025-03-21T20:18:10.1399175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/workflows/configure.yml' 2025-03-21T20:18:10.1399811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/workflows/emscripten.yaml' 2025-03-21T20:18:10.1400413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/workflows/format.yml' 2025-03-21T20:18:10.1401052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/workflows/labeler.yml' 2025-03-21T20:18:10.1401640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/workflows/pip.yml' 2025-03-21T20:18:10.1402289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/workflows/upstream.yml' 2025-03-21T20:18:10.1402876Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github/workflows' 2025-03-21T20:18:10.1403421Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.github' 2025-03-21T20:18:10.1403921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.gitignore' 2025-03-21T20:18:10.1404494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.pre-commit-config.yaml' 2025-03-21T20:18:10.1405037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/.readthedocs.yml' 2025-03-21T20:18:10.1405571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/CMakeLists.txt' 2025-03-21T20:18:10.1406067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/LICENSE' 2025-03-21T20:18:10.1406574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/MANIFEST.in' 2025-03-21T20:18:10.1407081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/README.rst' 2025-03-21T20:18:10.1407591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/SECURITY.md' 2025-03-21T20:18:10.1408120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/Doxyfile' 2025-03-21T20:18:10.1408636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/Makefile' 2025-03-21T20:18:10.1409274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/_static/css/custom.css' 2025-03-21T20:18:10.1409881Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/_static/css' 2025-03-21T20:18:10.1410440Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/_static' 2025-03-21T20:18:10.1411060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/cast/chrono.rst' 2025-03-21T20:18:10.1411662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/cast/custom.rst' 2025-03-21T20:18:10.1412270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/cast/eigen.rst' 2025-03-21T20:18:10.1412898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/cast/functional.rst' 2025-03-21T20:18:10.1413511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/cast/index.rst' 2025-03-21T20:18:10.1414125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/cast/overview.rst' 2025-03-21T20:18:10.1414727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/cast/stl.rst' 2025-03-21T20:18:10.1415365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/cast/strings.rst' 2025-03-21T20:18:10.1415969Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/cast' 2025-03-21T20:18:10.1416583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/classes.rst' 2025-03-21T20:18:10.1417194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/embedding.rst' 2025-03-21T20:18:10.1417796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/exceptions.rst' 2025-03-21T20:18:10.1418393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/functions.rst' 2025-03-21T20:18:10.1418973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/misc.rst' 2025-03-21T20:18:10.1419581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/pycpp/index.rst' 2025-03-21T20:18:10.1420204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/pycpp/numpy.rst' 2025-03-21T20:18:10.1420823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/pycpp/object.rst' 2025-03-21T20:18:10.1421468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/pycpp/utilities.rst' 2025-03-21T20:18:10.1422062Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/pycpp' 2025-03-21T20:18:10.1422672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced/smart_ptrs.rst' 2025-03-21T20:18:10.1423238Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/advanced' 2025-03-21T20:18:10.1423768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/basics.rst' 2025-03-21T20:18:10.1424340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/benchmark.py' 2025-03-21T20:18:10.1424918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/benchmark.rst' 2025-03-21T20:18:10.1425457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/changelog.rst' 2025-03-21T20:18:10.1425989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/classes.rst' 2025-03-21T20:18:10.1426552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/cmake/index.rst' 2025-03-21T20:18:10.1427099Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/cmake' 2025-03-21T20:18:10.1427656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/compiling.rst' 2025-03-21T20:18:10.1428169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/conf.py' 2025-03-21T20:18:10.1428760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/faq.rst' 2025-03-21T20:18:10.1429283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/index.rst' 2025-03-21T20:18:10.1429844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/installing.rst' 2025-03-21T20:18:10.1430436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/limitations.rst' 2025-03-21T20:18:10.1431019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/pybind11-logo.png' 2025-03-21T20:18:10.1431684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/pybind11_vs_boost_python1.png' 2025-03-21T20:18:10.1432325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/pybind11_vs_boost_python1.svg' 2025-03-21T20:18:10.1432955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/pybind11_vs_boost_python2.png' 2025-03-21T20:18:10.1433582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/pybind11_vs_boost_python2.svg' 2025-03-21T20:18:10.1434140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/reference.rst' 2025-03-21T20:18:10.1434671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/release.rst' 2025-03-21T20:18:10.1435241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/requirements.in' 2025-03-21T20:18:10.1435805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/requirements.txt' 2025-03-21T20:18:10.1436349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs/upgrade.rst' 2025-03-21T20:18:10.1436871Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/docs' 2025-03-21T20:18:10.1437451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/attr.h' 2025-03-21T20:18:10.1438063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/buffer_info.h' 2025-03-21T20:18:10.1438679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/cast.h' 2025-03-21T20:18:10.1439260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/chrono.h' 2025-03-21T20:18:10.1439884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/common.h' 2025-03-21T20:18:10.1440472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/complex.h' 2025-03-21T20:18:10.1441083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/detail/class.h' 2025-03-21T20:18:10.1441710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/detail/common.h' 2025-03-21T20:18:10.1442363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/detail/cpp_conduit.h' 2025-03-21T20:18:10.1442996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/detail/descr.h' 2025-03-21T20:18:10.1443716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/detail/exception_translation.h' 2025-03-21T20:18:10.1444336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/detail/init.h' 2025-03-21T20:18:10.1444974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/detail/internals.h' 2025-03-21T20:18:10.1445694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/detail/type_caster_base.h' 2025-03-21T20:18:10.1446312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/detail/typeid.h' 2025-03-21T20:18:10.1447028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/detail/value_and_holder.h' 2025-03-21T20:18:10.1447787Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/detail' 2025-03-21T20:18:10.1448379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/eigen.h' 2025-03-21T20:18:10.1448990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/eigen/common.h' 2025-03-21T20:18:10.1449617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/eigen/matrix.h' 2025-03-21T20:18:10.1450232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/eigen/tensor.h' 2025-03-21T20:18:10.1450843Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/eigen' 2025-03-21T20:18:10.1451438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/embed.h' 2025-03-21T20:18:10.1452004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/eval.h' 2025-03-21T20:18:10.1452618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/functional.h' 2025-03-21T20:18:10.1453183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/gil.h' 2025-03-21T20:18:10.1453844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/gil_safe_call_once.h' 2025-03-21T20:18:10.1454492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/iostream.h' 2025-03-21T20:18:10.1455118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/numpy.h' 2025-03-21T20:18:10.1455715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/operators.h' 2025-03-21T20:18:10.1456312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/options.h' 2025-03-21T20:18:10.1456909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/pybind11.h' 2025-03-21T20:18:10.1457506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/pytypes.h' 2025-03-21T20:18:10.1458077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/stl.h' 2025-03-21T20:18:10.1458706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/stl/filesystem.h' 2025-03-21T20:18:10.1459325Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/stl' 2025-03-21T20:18:10.1459912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/stl_bind.h' 2025-03-21T20:18:10.1460653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/type_caster_pyobject_ptr.h' 2025-03-21T20:18:10.1461239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11/typing.h' 2025-03-21T20:18:10.1461875Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include/pybind11' 2025-03-21T20:18:10.1462410Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/include' 2025-03-21T20:18:10.1462924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/noxfile.py' 2025-03-21T20:18:10.1463475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/pybind11/__init__.py' 2025-03-21T20:18:10.1464040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/pybind11/__main__.py' 2025-03-21T20:18:10.1464596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/pybind11/_version.py' 2025-03-21T20:18:10.1465160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/pybind11/commands.py' 2025-03-21T20:18:10.1465706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/pybind11/py.typed' 2025-03-21T20:18:10.1466297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/pybind11/setup_helpers.py' 2025-03-21T20:18:10.1466855Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/pybind11' 2025-03-21T20:18:10.1467384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/pyproject.toml' 2025-03-21T20:18:10.1467892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/setup.cfg' 2025-03-21T20:18:10.1468383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/setup.py' 2025-03-21T20:18:10.1469061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/CMakeLists.txt' 2025-03-21T20:18:10.1469627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/conftest.py' 2025-03-21T20:18:10.1470223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/constructor_stats.h' 2025-03-21T20:18:10.1470843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/cross_module_gil_utils.cpp' 2025-03-21T20:18:10.1471587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/cross_module_interleaved_error_already_set.cpp' 2025-03-21T20:18:10.1472237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/eigen_tensor_avoid_stl_array.cpp' 2025-03-21T20:18:10.1472765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/env.py' 2025-03-21T20:18:10.1473352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/exo_planet_c_api.cpp' 2025-03-21T20:18:10.1473961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/exo_planet_pybind11.cpp' 2025-03-21T20:18:10.1474625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/extra_python_package/pytest.ini' 2025-03-21T20:18:10.1475287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/extra_python_package/test_files.py' 2025-03-21T20:18:10.1475958Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/extra_python_package' 2025-03-21T20:18:10.1476610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/extra_setuptools/pytest.ini' 2025-03-21T20:18:10.1477304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/extra_setuptools/test_setuphelper.py' 2025-03-21T20:18:10.1477918Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/extra_setuptools' 2025-03-21T20:18:10.1478607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/home_planet_very_lonely_traveler.cpp' 2025-03-21T20:18:10.1479175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/local_bindings.h' 2025-03-21T20:18:10.1479715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/object.h' 2025-03-21T20:18:10.1480368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/pybind11_cross_module_tests.cpp' 2025-03-21T20:18:10.1480963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/pybind11_tests.cpp' 2025-03-21T20:18:10.1481528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/pybind11_tests.h' 2025-03-21T20:18:10.1482084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/pyproject.toml' 2025-03-21T20:18:10.1482631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/pytest.ini' 2025-03-21T20:18:10.1483203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/requirements.txt' 2025-03-21T20:18:10.1483771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_async.cpp' 2025-03-21T20:18:10.1484345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_async.py' 2025-03-21T20:18:10.1484950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_buffers.cpp' 2025-03-21T20:18:10.1485502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_buffers.py' 2025-03-21T20:18:10.1486126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_builtin_casters.cpp' 2025-03-21T20:18:10.1486730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_builtin_casters.py' 2025-03-21T20:18:10.1487342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_call_policies.cpp' 2025-03-21T20:18:10.1487936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_call_policies.py' 2025-03-21T20:18:10.1488531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_callbacks.cpp' 2025-03-21T20:18:10.1489106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_callbacks.py' 2025-03-21T20:18:10.1489665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_chrono.cpp' 2025-03-21T20:18:10.1490231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_chrono.py' 2025-03-21T20:18:10.1490810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_class.cpp' 2025-03-21T20:18:10.1491409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_class.py' 2025-03-21T20:18:10.1492057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cmake_build/CMakeLists.txt' 2025-03-21T20:18:10.1492691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cmake_build/embed.cpp' 2025-03-21T20:18:10.1493429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt' 2025-03-21T20:18:10.1494147Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cmake_build/installed_embed' 2025-03-21T20:18:10.1494898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt' 2025-03-21T20:18:10.1495629Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cmake_build/installed_function' 2025-03-21T20:18:10.1496372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt' 2025-03-21T20:18:10.1497091Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cmake_build/installed_target' 2025-03-21T20:18:10.1497713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cmake_build/main.cpp' 2025-03-21T20:18:10.1498484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt' 2025-03-21T20:18:10.1499204Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cmake_build/subdirectory_embed' 2025-03-21T20:18:10.1500012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt' 2025-03-21T20:18:10.1500775Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cmake_build/subdirectory_function' 2025-03-21T20:18:10.1501529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt' 2025-03-21T20:18:10.1502262Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cmake_build/subdirectory_target' 2025-03-21T20:18:10.1502872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cmake_build/test.py' 2025-03-21T20:18:10.1503501Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cmake_build' 2025-03-21T20:18:10.1504090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_const_name.cpp' 2025-03-21T20:18:10.1504676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_const_name.py' 2025-03-21T20:18:10.1505330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_constants_and_functions.cpp' 2025-03-21T20:18:10.1506021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_constants_and_functions.py' 2025-03-21T20:18:10.1506602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_copy_move.cpp' 2025-03-21T20:18:10.1507215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_copy_move.py' 2025-03-21T20:18:10.1507811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cpp_conduit.cpp' 2025-03-21T20:18:10.1508398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cpp_conduit.py' 2025-03-21T20:18:10.1509136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cpp_conduit_traveler_bindings.h' 2025-03-21T20:18:10.1509813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_cpp_conduit_traveler_types.h' 2025-03-21T20:18:10.1510445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_custom_type_casters.cpp' 2025-03-21T20:18:10.1511074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_custom_type_casters.py' 2025-03-21T20:18:10.1511704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_custom_type_setup.cpp' 2025-03-21T20:18:10.1512314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_custom_type_setup.py' 2025-03-21T20:18:10.1512946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_docstring_options.cpp' 2025-03-21T20:18:10.1513561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_docstring_options.py' 2025-03-21T20:18:10.1514163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_eigen_matrix.cpp' 2025-03-21T20:18:10.1514788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_eigen_matrix.py' 2025-03-21T20:18:10.1515392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_eigen_tensor.cpp' 2025-03-21T20:18:10.1516007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_eigen_tensor.inl' 2025-03-21T20:18:10.1516598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_eigen_tensor.py' 2025-03-21T20:18:10.1517209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_embed/CMakeLists.txt' 2025-03-21T20:18:10.1517812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_embed/catch.cpp' 2025-03-21T20:18:10.1518454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_embed/external_module.cpp' 2025-03-21T20:18:10.1519106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_embed/test_interpreter.cpp' 2025-03-21T20:18:10.1519760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_embed/test_interpreter.py' 2025-03-21T20:18:10.1520398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_embed/test_trampoline.py' 2025-03-21T20:18:10.1520990Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_embed' 2025-03-21T20:18:10.1521568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_enum.cpp' 2025-03-21T20:18:10.1522125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_enum.py' 2025-03-21T20:18:10.1522697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_eval.cpp' 2025-03-21T20:18:10.1523249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_eval.py' 2025-03-21T20:18:10.1523819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_eval_call.py' 2025-03-21T20:18:10.1524415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_exceptions.cpp' 2025-03-21T20:18:10.1524985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_exceptions.h' 2025-03-21T20:18:10.1525571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_exceptions.py' 2025-03-21T20:18:10.1526216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_factory_constructors.cpp' 2025-03-21T20:18:10.1526846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_factory_constructors.py' 2025-03-21T20:18:10.1527439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_gil_scoped.cpp' 2025-03-21T20:18:10.1528014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_gil_scoped.py' 2025-03-21T20:18:10.1528599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_iostream.cpp' 2025-03-21T20:18:10.1529160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_iostream.py' 2025-03-21T20:18:10.1529833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_kwargs_and_defaults.cpp' 2025-03-21T20:18:10.1530481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_kwargs_and_defaults.py' 2025-03-21T20:18:10.1531096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_local_bindings.cpp' 2025-03-21T20:18:10.1531696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_local_bindings.py' 2025-03-21T20:18:10.1532354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_methods_and_attributes.cpp' 2025-03-21T20:18:10.1532991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_methods_and_attributes.py' 2025-03-21T20:18:10.1533574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_modules.cpp' 2025-03-21T20:18:10.1534136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_modules.py' 2025-03-21T20:18:10.1534786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_multiple_inheritance.cpp' 2025-03-21T20:18:10.1535418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_multiple_inheritance.py' 2025-03-21T20:18:10.1536032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_numpy_array.cpp' 2025-03-21T20:18:10.1536627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_numpy_array.py' 2025-03-21T20:18:10.1537247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_numpy_dtypes.cpp' 2025-03-21T20:18:10.1537850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_numpy_dtypes.py' 2025-03-21T20:18:10.1538459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_numpy_vectorize.cpp' 2025-03-21T20:18:10.1539074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_numpy_vectorize.py' 2025-03-21T20:18:10.1539660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_opaque_types.cpp' 2025-03-21T20:18:10.1540263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_opaque_types.py' 2025-03-21T20:18:10.1540908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_operator_overloading.cpp' 2025-03-21T20:18:10.1541551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_operator_overloading.py' 2025-03-21T20:18:10.1542125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_pickling.cpp' 2025-03-21T20:18:10.1542700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_pickling.py' 2025-03-21T20:18:10.1543382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_python_multiple_inheritance.cpp' 2025-03-21T20:18:10.1544059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_python_multiple_inheritance.py' 2025-03-21T20:18:10.1544668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_pytypes.cpp' 2025-03-21T20:18:10.1545231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_pytypes.py' 2025-03-21T20:18:10.1545929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_sequences_and_iterators.cpp' 2025-03-21T20:18:10.1546580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_sequences_and_iterators.py' 2025-03-21T20:18:10.1547169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_smart_ptr.cpp' 2025-03-21T20:18:10.1547865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_smart_ptr.py' 2025-03-21T20:18:10.1548424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_stl.cpp' 2025-03-21T20:18:10.1549026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_stl.py' 2025-03-21T20:18:10.1549635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_stl_binders.cpp' 2025-03-21T20:18:10.1550224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_stl_binders.py' 2025-03-21T20:18:10.1550881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_tagbased_polymorphic.cpp' 2025-03-21T20:18:10.1551583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_tagbased_polymorphic.py' 2025-03-21T20:18:10.1552145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_thread.cpp' 2025-03-21T20:18:10.1552815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_thread.py' 2025-03-21T20:18:10.1553486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_type_caster_pyobject_ptr.cpp' 2025-03-21T20:18:10.1554158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_type_caster_pyobject_ptr.py' 2025-03-21T20:18:10.1554910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_type_caster_std_function_specializations.cpp' 2025-03-21T20:18:10.1555668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_type_caster_std_function_specializations.py' 2025-03-21T20:18:10.1556223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_union.cpp' 2025-03-21T20:18:10.1556789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_union.py' 2025-03-21T20:18:10.1557424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_unnamed_namespace_a.cpp' 2025-03-21T20:18:10.1558061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_unnamed_namespace_a.py' 2025-03-21T20:18:10.1558692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_unnamed_namespace_b.cpp' 2025-03-21T20:18:10.1559323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_unnamed_namespace_b.py' 2025-03-21T20:18:10.1559983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_vector_unique_ptr_member.cpp' 2025-03-21T20:18:10.1560682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_vector_unique_ptr_member.py' 2025-03-21T20:18:10.1561331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_virtual_functions.cpp' 2025-03-21T20:18:10.1561944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/test_virtual_functions.py' 2025-03-21T20:18:10.1562582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/valgrind-numpy-scipy.supp' 2025-03-21T20:18:10.1563180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests/valgrind-python.supp' 2025-03-21T20:18:10.1563713Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tests' 2025-03-21T20:18:10.1564275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/FindCatch.cmake' 2025-03-21T20:18:10.1564857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/FindEigen3.cmake' 2025-03-21T20:18:10.1565470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/FindPythonLibsNew.cmake' 2025-03-21T20:18:10.1566047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/JoinPaths.cmake' 2025-03-21T20:18:10.1566626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/check-style.sh' 2025-03-21T20:18:10.1567246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/cmake_uninstall.cmake.in' 2025-03-21T20:18:10.1567965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/codespell_ignore_lines_from_errors.py' 2025-03-21T20:18:10.1568514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/libsize.py' 2025-03-21T20:18:10.1569087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/make_changelog.py' 2025-03-21T20:18:10.1569636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/pybind11.pc.in' 2025-03-21T20:18:10.1570245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/pybind11Common.cmake' 2025-03-21T20:18:10.1570855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/pybind11Config.cmake.in' 2025-03-21T20:18:10.1571553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/pybind11GuessPythonExtSuffix.cmake' 2025-03-21T20:18:10.1572158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/pybind11NewTools.cmake' 2025-03-21T20:18:10.1572759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/pybind11Tools.cmake' 2025-03-21T20:18:10.1573313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/pyproject.toml' 2025-03-21T20:18:10.1573902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/setup_global.py.in' 2025-03-21T20:18:10.1574466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/setup_main.py.in' 2025-03-21T20:18:10.1575196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools/test-pybind11GuessPythonExtSuffix.cmake' 2025-03-21T20:18:10.1575753Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11/tools' 2025-03-21T20:18:10.1576279Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11' 2025-03-21T20:18:10.1576720Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party' 2025-03-21T20:18:10.1577141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/__init__.py' 2025-03-21T20:18:10.1577648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/buck/constraints/TARGETS' 2025-03-21T20:18:10.1578148Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/buck/constraints' 2025-03-21T20:18:10.1578587Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/buck' 2025-03-21T20:18:10.1579058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/cmake/Codegen.cmake' 2025-03-21T20:18:10.1579516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/cmake/Test.cmake' 2025-03-21T20:18:10.1579966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/cmake/Utils.cmake' 2025-03-21T20:18:10.1580433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/cmake/__init__.py' 2025-03-21T20:18:10.1580894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/cmake/buck_util.py' 2025-03-21T20:18:10.1581406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/cmake/cmake_deps.toml' 2025-03-21T20:18:10.1581941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/cmake/executorch-config.cmake' 2025-03-21T20:18:10.1582542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/cmake/executorch-wheel-config.cmake' 2025-03-21T20:18:10.1583053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/cmake/extract_sources.py' 2025-03-21T20:18:10.1583528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/cmake/resolve_buck.py' 2025-03-21T20:18:10.1583973Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/cmake' 2025-03-21T20:18:10.1584497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/wheel/pip_data_bin_init.py.in' 2025-03-21T20:18:10.1584934Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools/wheel' 2025-03-21T20:18:10.1585332Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/tools' 2025-03-21T20:18:10.1585737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/util/TARGETS' 2025-03-21T20:18:10.1586261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/util/activation_memory_profiler.py' 2025-03-21T20:18:10.1586690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/util/collect_env.py' 2025-03-21T20:18:10.1587173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/util/cprofiler_flamegraph.md' 2025-03-21T20:18:10.1587623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/util/python_profiler.py' 2025-03-21T20:18:10.1588044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/util/targets.bzl' 2025-03-21T20:18:10.1588437Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/util' 2025-03-21T20:18:10.1588892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/version.txt' 2025-03-21T20:18:10.1589298Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-03-21T20:18:10.1589645Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch' 2025-03-21T20:18:10.1589921Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-03-21T20:18:10.1590515Z ##[endgroup] 2025-03-21T20:18:10.1709209Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:10.1709352Z with: 2025-03-21T20:18:10.1709494Z repository: pytorch/test-infra 2025-03-21T20:18:10.1709607Z path: test-infra 2025-03-21T20:18:10.1709728Z submodules: recursive 2025-03-21T20:18:10.1709985Z token: *** 2025-03-21T20:18:10.1710097Z ssh-strict: true 2025-03-21T20:18:10.1710199Z ssh-user: git 2025-03-21T20:18:10.1710325Z persist-credentials: true 2025-03-21T20:18:10.1710425Z clean: true 2025-03-21T20:18:10.1710565Z sparse-checkout-cone-mode: true 2025-03-21T20:18:10.1710675Z fetch-depth: 1 2025-03-21T20:18:10.1710777Z fetch-tags: false 2025-03-21T20:18:10.1710892Z show-progress: true 2025-03-21T20:18:10.1710992Z lfs: false 2025-03-21T20:18:10.1711110Z set-safe-directory: true 2025-03-21T20:18:10.1711239Z env: 2025-03-21T20:18:10.1711402Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:10.1711535Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:10.1711634Z PR_NUMBER: 2025-03-21T20:18:10.1713418Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=emformer_join BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:10.1713536Z ##[endgroup] 2025-03-21T20:18:10.2941062Z Syncing repository: pytorch/test-infra 2025-03-21T20:18:10.2941893Z ##[group]Getting Git version info 2025-03-21T20:18:10.2942517Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:10.2943364Z [command]/usr/bin/git version 2025-03-21T20:18:10.2943707Z git version 2.47.1 2025-03-21T20:18:10.2958465Z ##[endgroup] 2025-03-21T20:18:10.2970410Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/9fe414ed-497a-4a95-961b-cc769150fb25' before making global git config changes 2025-03-21T20:18:10.2971612Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:10.2975797Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:10.3002966Z ##[group]Initializing the repository 2025-03-21T20:18:10.3007593Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:10.3037949Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:10.3038635Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:10.3039297Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:10.3039778Z hint: 2025-03-21T20:18:10.3040121Z hint: git config --global init.defaultBranch 2025-03-21T20:18:10.3040534Z hint: 2025-03-21T20:18:10.3040919Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:10.3041578Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:10.3042091Z hint: 2025-03-21T20:18:10.3042372Z hint: git branch -m 2025-03-21T20:18:10.3043019Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-03-21T20:18:10.3048078Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-03-21T20:18:10.3072432Z ##[endgroup] 2025-03-21T20:18:10.3073041Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:10.3076934Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:10.3102397Z ##[endgroup] 2025-03-21T20:18:10.3102871Z ##[group]Setting up auth 2025-03-21T20:18:10.3108471Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:10.3133392Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-21T20:18:10.3409846Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:10.3434451Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-21T20:18:10.3708928Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:10.3747509Z ##[endgroup] 2025-03-21T20:18:10.3748235Z ##[group]Determining the default branch 2025-03-21T20:18:10.3751164Z Retrieving the default branch name 2025-03-21T20:18:10.5933660Z Default branch 'main' 2025-03-21T20:18:10.5934303Z ##[endgroup] 2025-03-21T20:18:10.5934823Z ##[group]Fetching the repository 2025-03-21T20:18:10.5940341Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main 2025-03-21T20:18:10.9104473Z From https://github.com/pytorch/test-infra 2025-03-21T20:18:10.9104965Z * [new branch] main -> origin/main 2025-03-21T20:18:10.9128266Z ##[endgroup] 2025-03-21T20:18:10.9128759Z ##[group]Determining the checkout info 2025-03-21T20:18:10.9130007Z ##[endgroup] 2025-03-21T20:18:10.9134534Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:10.9168471Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:10.9193897Z ##[group]Checking out the ref 2025-03-21T20:18:10.9199128Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-03-21T20:18:11.0100789Z Switched to a new branch 'main' 2025-03-21T20:18:11.0102249Z branch 'main' set up to track 'origin/main'. 2025-03-21T20:18:11.0108679Z ##[endgroup] 2025-03-21T20:18:11.0109228Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:11.0114319Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:11.0154170Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:11.0183472Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:11.0211653Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:11.0236982Z ##[endgroup] 2025-03-21T20:18:11.0237468Z ##[group]Fetching submodules 2025-03-21T20:18:11.0240955Z [command]/usr/bin/git submodule sync --recursive 2025-03-21T20:18:11.0523650Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-03-21T20:18:11.0800743Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-03-21T20:18:11.1073487Z ##[endgroup] 2025-03-21T20:18:11.1074043Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:11.1078258Z [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:11.1355338Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-03-21T20:18:11.1631761Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:11.1909959Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:11.2181768Z ##[endgroup] 2025-03-21T20:18:11.2214111Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:11.2235768Z c1d92bc76c9d8ecf59b36ef10588c9605c8578d1 2025-03-21T20:18:11.2439638Z Prepare all required actions 2025-03-21T20:18:11.2440310Z Getting action download info 2025-03-21T20:18:11.4016152Z Download action repository 'pytorch/test-infra@main' (SHA:c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:18:12.7942579Z Getting action download info 2025-03-21T20:18:12.9248909Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-03-21T20:18:13.0762237Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-03-21T20:18:13.0762678Z env: 2025-03-21T20:18:13.0762993Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:13.0763423Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:13.0763759Z PR_NUMBER: 2025-03-21T20:18:13.0765721Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=emformer_join BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:13.0767683Z ##[endgroup] 2025-03-21T20:18:13.0861068Z ##[group]Run set -euo pipefail 2025-03-21T20:18:13.0861478Z set -euo pipefail 2025-03-21T20:18:13.0861829Z function get_ec2_metadata() { 2025-03-21T20:18:13.0862259Z  # Pulled from instance metadata endpoint for EC2 2025-03-21T20:18:13.0863081Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-03-21T20:18:13.0863739Z  category=$1 2025-03-21T20:18:13.0864754Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-03-21T20:18:13.0865791Z } 2025-03-21T20:18:13.0866123Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-03-21T20:18:13.0866624Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-03-21T20:18:13.0867170Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-03-21T20:18:13.0867659Z echo "system info $(uname -a)" 2025-03-21T20:18:13.0874223Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:13.0874669Z env: 2025-03-21T20:18:13.0874984Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:13.0875418Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:13.0875743Z PR_NUMBER: 2025-03-21T20:18:13.0877655Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=emformer_join BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:13.0879618Z ##[endgroup] 2025-03-21T20:18:13.1014565Z ami-id: ami-08b5b3a93ed654d19 2025-03-21T20:18:13.1113853Z instance-id: i-01ba90309be5d2a41 2025-03-21T20:18:13.1209630Z instance-type: r5.4xlarge 2025-03-21T20:18:13.1220797Z system info Linux ip-10-0-59-144.ec2.internal 6.1.129-138.220.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Feb 25 22:18:43 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 2025-03-21T20:18:13.1277223Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:13.1278273Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:13.1284844Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:13.1285280Z env: 2025-03-21T20:18:13.1285729Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:13.1286160Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:13.1286496Z PR_NUMBER: 2025-03-21T20:18:13.1288387Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=emformer_join BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:13.1290351Z ##[endgroup] 2025-03-21T20:18:13.1367191Z ##[group]Run if systemctl is-active --quiet docker; then 2025-03-21T20:18:13.1367713Z if systemctl is-active --quiet docker; then 2025-03-21T20:18:13.1368146Z  echo "Docker daemon is running..."; 2025-03-21T20:18:13.1368531Z else 2025-03-21T20:18:13.1368944Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-03-21T20:18:13.1369420Z fi 2025-03-21T20:18:13.1375387Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:13.1375810Z env: 2025-03-21T20:18:13.1376104Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:13.1376525Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:13.1376855Z PR_NUMBER: 2025-03-21T20:18:13.1378740Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=emformer_join BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:13.1380777Z ##[endgroup] 2025-03-21T20:18:13.1451130Z Docker daemon is running... 2025-03-21T20:18:13.1479835Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:13.1480565Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:13.1481158Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-03-21T20:18:13.1481856Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-03-21T20:18:13.1482689Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-03-21T20:18:13.1488616Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:13.1489055Z env: 2025-03-21T20:18:13.1489366Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:13.1489789Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:13.1490110Z PR_NUMBER: 2025-03-21T20:18:13.1491993Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=emformer_join BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:13.1493956Z AWS_RETRY_MODE: standard 2025-03-21T20:18:13.1494262Z AWS_MAX_ATTEMPTS: 5 2025-03-21T20:18:13.1494561Z AWS_DEFAULT_REGION: us-east-1 2025-03-21T20:18:13.1494872Z ##[endgroup] 2025-03-21T20:18:14.2477180Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:14.2477905Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:14.2478930Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:14.2479410Z 2025-03-21T20:18:14.2479543Z Login Succeeded 2025-03-21T20:18:14.2521401Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:14.2522243Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:14.2522844Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:14.2529382Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:14.2529831Z env: 2025-03-21T20:18:14.2530146Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:14.2530571Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:14.2530909Z PR_NUMBER: 2025-03-21T20:18:14.2532808Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=emformer_join BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:14.2534791Z ##[endgroup] 2025-03-21T20:18:14.2620119Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:14.2620692Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:14.2621162Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:14.2621586Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:14.2622100Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:14.2622613Z  2025-03-21T20:18:14.2622974Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-03-21T20:18:14.2623579Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:14.2624022Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:14.2624592Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:14.2625111Z  2025-03-21T20:18:14.2625413Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-03-21T20:18:14.2625835Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:14.2626225Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:14.2626697Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:14.2633012Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:14.2633438Z env: 2025-03-21T20:18:14.2633751Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:14.2634181Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:14.2634517Z PR_NUMBER: 2025-03-21T20:18:14.2636416Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=emformer_join BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:14.2638388Z ##[endgroup] 2025-03-21T20:18:14.8958173Z ##[group]Run needs=0 2025-03-21T20:18:14.8958501Z needs=0 2025-03-21T20:18:14.8958968Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-03-21T20:18:14.8959484Z  needs=1 2025-03-21T20:18:14.8959768Z fi 2025-03-21T20:18:14.8960077Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-03-21T20:18:14.8966542Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:14.8966974Z env: 2025-03-21T20:18:14.8967306Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:14.8967735Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:14.8968079Z PR_NUMBER: 2025-03-21T20:18:14.8970132Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=emformer_join BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:14.8972327Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:14.8973007Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:14.8973645Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:14.8974090Z ##[endgroup] 2025-03-21T20:18:14.9181666Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:14.9182337Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:14.9182851Z # shellcheck disable=SC2046 2025-03-21T20:18:14.9183239Z docker stop $(docker ps -q) || true 2025-03-21T20:18:14.9183651Z # Prune all of the docker images 2025-03-21T20:18:14.9184040Z docker system prune -af 2025-03-21T20:18:14.9190140Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:14.9190587Z env: 2025-03-21T20:18:14.9190887Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:14.9191313Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:14.9191656Z PR_NUMBER: 2025-03-21T20:18:14.9193554Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=emformer_join BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:14.9195766Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:14.9196457Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:14.9197108Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:14.9197572Z ##[endgroup] 2025-03-21T20:18:14.9453874Z "docker stop" requires at least 1 argument. 2025-03-21T20:18:14.9454325Z See 'docker stop --help'. 2025-03-21T20:18:14.9454529Z 2025-03-21T20:18:14.9454732Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-03-21T20:18:14.9455043Z 2025-03-21T20:18:14.9455185Z Stop one or more running containers 2025-03-21T20:18:18.1760809Z Deleted Images: 2025-03-21T20:18:18.1761668Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:18.1763164Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12@sha256:39442b9b9f46a866e8b0b75f41b9b461fd673725abcfb700696cc8ad9cfdf0a7 2025-03-21T20:18:18.1764357Z deleted: sha256:22ce6c68b3236926f49a39bba2b81e911ed9b33f86ae61acb3f7d199e5465e40 2025-03-21T20:18:18.1765126Z deleted: sha256:b11d8a9063ac7e7b0703e638943ffa462ed1ff43d115e018d93ecc7ef6e99965 2025-03-21T20:18:18.1765878Z deleted: sha256:f2e384828b3a50df4cb10fd073e8fda945b2ada554510f03523a3c4dc908db86 2025-03-21T20:18:18.1766627Z deleted: sha256:3d66cafd465938620b471b97f41fd22d2ee350e62cd61744eb8ffd3f5666ed69 2025-03-21T20:18:18.1767380Z deleted: sha256:9cbae670a85a8aac0f6f6a6d9d2be2a00e1b27d562ab526384c182731cb3b819 2025-03-21T20:18:18.1768123Z deleted: sha256:8769f3c5eaf750fd73aac99ced4b5f8d230639519bf3f533bde7bddd4152a68a 2025-03-21T20:18:18.1768869Z deleted: sha256:a92b7a5a56625b189c9a16d27929ef3e208ada463d2518a394126d879cbc6651 2025-03-21T20:18:18.1769607Z deleted: sha256:a7dc0b43530c70df0fe69e04d53ad44e20672853e2ae15a86b3e19227241fbf1 2025-03-21T20:18:18.1770355Z deleted: sha256:4ba4af853c4df05e8fec2f1ef4d32a7f5615239356518e4a1a61d83de2f8d447 2025-03-21T20:18:18.1771296Z deleted: sha256:8116950fa55671f60dfd11973d8af1b7ddd05c1ed3966f40f71b3200689a3302 2025-03-21T20:18:18.1772024Z deleted: sha256:1da6384ca2410930fb158b71e5416e459893564013572f2b06986a7b575ad554 2025-03-21T20:18:18.1772958Z deleted: sha256:6191ac6bba2cfc86332d198762e494a43ff17d7e8a3dc65164a1678e07231262 2025-03-21T20:18:18.1773720Z deleted: sha256:db6553fcc04eb14caf0ab3819fc12f02b61eb8a4059c37c40e5f0138c2f63a66 2025-03-21T20:18:18.1774479Z deleted: sha256:51bae04fe683ef523a2570cd4d7556045258f9b6d229355d7bd1ea34b24250d3 2025-03-21T20:18:18.1775227Z deleted: sha256:20ad2f7003b52ddd9cb6c6d2cc46f8ce1a8a0ae83fc9210c579998240c08e5c6 2025-03-21T20:18:18.1775971Z deleted: sha256:3b2613f9318c52d4987e4ff73716e74e324f519e8f8f3ab83c51d7423199e8c5 2025-03-21T20:18:18.1776692Z deleted: sha256:3439299846f50a2e5a17366d604c7463f7fea8f945321d3819d1e8f38c0923fd 2025-03-21T20:18:18.1777396Z deleted: sha256:90761e54ea09b317e6c383ab94c74de01997a9925eb9c75208d581723e846e7a 2025-03-21T20:18:18.1778143Z deleted: sha256:fc995bdfdcb41e16f3ff4a779c6050c9d8cebb78050ccc0732d74d1d2839de14 2025-03-21T20:18:18.1778896Z deleted: sha256:5830807088a9f913105242bc72edeb24e0babf7b2db02c0e9375e3d2e42d7f98 2025-03-21T20:18:18.1779638Z deleted: sha256:c38e887df1d80d989c4a51622f9544aecf9881961dbde3ba7c2c605944246529 2025-03-21T20:18:18.1780490Z deleted: sha256:53a65f12bff4f5a541b7785f677e4b5335b1756e6cf196221d0cc59ad72e1dca 2025-03-21T20:18:18.1781228Z deleted: sha256:d6a19dca26c5a6294eb23b704612f758b1c3105818b8f75b59f4837090bd797f 2025-03-21T20:18:18.1781971Z deleted: sha256:db021aea433581c328a76f331a19695f1861f3b802b1708ad0a4dd9facfd902d 2025-03-21T20:18:18.1782721Z deleted: sha256:3a89a0477136937051104e767851ff8ef6595c687fe69ed321da5cbd6f8aac2c 2025-03-21T20:18:18.1783592Z deleted: sha256:c32d4480be2c0090f39371c3f1c8d0e75e54bb223261e99f887cde0ae3d8f69c 2025-03-21T20:18:18.1784741Z deleted: sha256:58e5f9b5d9dfa43945e48a2be23b322ddb4b26013b163b29f9e1b3f55ee731a4 2025-03-21T20:18:18.1785795Z deleted: sha256:74a2beb320466e21285a2d86c125b6b49d7b1a2e6c2713215bbcab34cab29f02 2025-03-21T20:18:18.1786548Z deleted: sha256:153a1bdd1d99254cfe26222b6c9e56c156ee6a7c35c274527985ed2925216199 2025-03-21T20:18:18.1787326Z deleted: sha256:246fa63ef0ffeeb8c245ab1fe510666c50c302f27659cd8fff58aa04cb5f620c 2025-03-21T20:18:18.1788088Z deleted: sha256:2c67b522026b7c66db0ea01e6d27c99e307b970c9dfbb71584a7893c5a2167b4 2025-03-21T20:18:18.1788923Z deleted: sha256:5de1d2b20d0b3514787b7edfecace6a8f2d87c4a4c2c35c72895663ec1f3574f 2025-03-21T20:18:18.1789670Z deleted: sha256:26b1377e85176a642c5b782619b486a09b5789b8d68502d8232eff37ced8fed6 2025-03-21T20:18:18.1790379Z deleted: sha256:04cb88971fc3d98a975ee72868e8be5734315e3f7418011da460c608949606fa 2025-03-21T20:18:18.1791117Z deleted: sha256:ddc216d24d802bf215875832d612a86ca694511842ad2ac797bcdc8ff9eb081a 2025-03-21T20:18:18.1791865Z deleted: sha256:4fe3e21828f67217155c5bf58ec5ce3d6f6e39648b9ee84cd1f7492f8773a235 2025-03-21T20:18:18.1792616Z deleted: sha256:270a1170e7e398434ff1b31e17e233f7d7b71aa99a40473615860068e86720af 2025-03-21T20:18:18.1793051Z 2025-03-21T20:18:18.1793210Z Total reclaimed space: 13.65GB 2025-03-21T20:18:18.1868134Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-03-21T20:18:18.1868576Z with: 2025-03-21T20:18:18.1869170Z github-secret: *** 2025-03-21T20:18:18.1869970Z instructions: All testing is done inside the container, to start an interactive session run: docker exec -it $(docker container ps --format '{{.ID}}') bash 2025-03-21T20:18:18.1870832Z activate-with-label: false 2025-03-21T20:18:18.1871165Z label: with-ssh 2025-03-21T20:18:18.1871464Z remove-existing-keys: true 2025-03-21T20:18:18.1871796Z fail-silently: true 2025-03-21T20:18:18.1872070Z env: 2025-03-21T20:18:18.1872378Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:18.1872812Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:18.1873147Z PR_NUMBER: 2025-03-21T20:18:18.1875080Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=emformer_join BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:18.1877301Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:18.1877977Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:18.1878617Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:18.1879075Z ##[endgroup] 2025-03-21T20:18:18.3055707Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-03-21T20:18:18.3057629Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-03-21T20:18:18.3177033Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:18.3177400Z with: 2025-03-21T20:18:18.3177679Z repository: pytorch/executorch 2025-03-21T20:18:18.3178064Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:18.3178470Z path: pytorch/executorch 2025-03-21T20:18:18.3178775Z fetch-depth: 1 2025-03-21T20:18:18.3179056Z submodules: true 2025-03-21T20:18:18.3179479Z token: *** 2025-03-21T20:18:18.3179744Z ssh-strict: true 2025-03-21T20:18:18.3180024Z ssh-user: git 2025-03-21T20:18:18.3180303Z persist-credentials: true 2025-03-21T20:18:18.3180619Z clean: true 2025-03-21T20:18:18.3180920Z sparse-checkout-cone-mode: true 2025-03-21T20:18:18.3181270Z fetch-tags: false 2025-03-21T20:18:18.3181554Z show-progress: true 2025-03-21T20:18:18.3181837Z lfs: false 2025-03-21T20:18:18.3182198Z set-safe-directory: true 2025-03-21T20:18:18.3182508Z env: 2025-03-21T20:18:18.3182814Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:18.3183275Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:18.3183623Z PR_NUMBER: 2025-03-21T20:18:18.3185517Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=emformer_join BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:18.3187632Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:18.3188315Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:18.3189049Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:18.3189513Z ##[endgroup] 2025-03-21T20:18:18.4254146Z Syncing repository: pytorch/executorch 2025-03-21T20:18:18.4263788Z ##[group]Getting Git version info 2025-03-21T20:18:18.4264961Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-03-21T20:18:18.4294907Z [command]/usr/bin/git version 2025-03-21T20:18:18.4331739Z git version 2.47.1 2025-03-21T20:18:18.4360422Z ##[endgroup] 2025-03-21T20:18:18.4373114Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/fcbfa272-c028-4963-af62-f3ca04b8685d' before making global git config changes 2025-03-21T20:18:18.4374205Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:18.4379085Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:18.4408157Z ##[group]Initializing the repository 2025-03-21T20:18:18.4413272Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:18.4444304Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:18.4445098Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:18.4445752Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:18.4446235Z hint: 2025-03-21T20:18:18.4446577Z hint: git config --global init.defaultBranch 2025-03-21T20:18:18.4446990Z hint: 2025-03-21T20:18:18.4447369Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:18.4448196Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:18.4448708Z hint: 2025-03-21T20:18:18.4448978Z hint: git branch -m 2025-03-21T20:18:18.4449682Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-03-21T20:18:18.4456355Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-03-21T20:18:18.4482504Z ##[endgroup] 2025-03-21T20:18:18.4483679Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:18.4489137Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:18.4515338Z ##[endgroup] 2025-03-21T20:18:18.4515832Z ##[group]Setting up auth 2025-03-21T20:18:18.4521487Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:18.4549425Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-21T20:18:18.4823387Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:18.4850807Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-21T20:18:18.5124938Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:18.5165566Z ##[endgroup] 2025-03-21T20:18:18.5166063Z ##[group]Fetching the repository 2025-03-21T20:18:18.5173436Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:20.2413515Z From https://github.com/pytorch/executorch 2025-03-21T20:18:20.2414319Z * branch be92d7d85cb7081ac0a544036da4096a4efa33a8 -> FETCH_HEAD 2025-03-21T20:18:20.2434345Z ##[endgroup] 2025-03-21T20:18:20.2435170Z ##[group]Determining the checkout info 2025-03-21T20:18:20.2436696Z ##[endgroup] 2025-03-21T20:18:20.2450699Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:20.2483568Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:20.2508399Z ##[group]Checking out the ref 2025-03-21T20:18:20.2512202Z [command]/usr/bin/git checkout --progress --force be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:20.7661266Z Note: switching to 'be92d7d85cb7081ac0a544036da4096a4efa33a8'. 2025-03-21T20:18:20.7661894Z 2025-03-21T20:18:20.7662189Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-21T20:18:20.7662944Z changes and commit them, and you can discard any commits you make in this 2025-03-21T20:18:20.7663716Z state without impacting any branches by switching back to a branch. 2025-03-21T20:18:20.7664139Z 2025-03-21T20:18:20.7664462Z If you want to create a new branch to retain commits you create, you may 2025-03-21T20:18:20.7665115Z do so (now or later) by using -c with the switch command. Example: 2025-03-21T20:18:20.7665514Z 2025-03-21T20:18:20.7665732Z git switch -c 2025-03-21T20:18:20.7666098Z 2025-03-21T20:18:20.7666264Z Or undo this operation with: 2025-03-21T20:18:20.7666564Z 2025-03-21T20:18:20.7666712Z git switch - 2025-03-21T20:18:20.7666901Z 2025-03-21T20:18:20.7667308Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-21T20:18:20.7667884Z 2025-03-21T20:18:20.7668160Z HEAD is now at be92d7d [Android] Use new Llm package API 2025-03-21T20:18:20.7700571Z ##[endgroup] 2025-03-21T20:18:20.7701218Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:20.7706515Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:20.7746391Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:20.7773133Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:20.7801947Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:20.7824532Z ##[endgroup] 2025-03-21T20:18:20.7825212Z ##[group]Fetching submodules 2025-03-21T20:18:20.7827587Z [command]/usr/bin/git submodule sync 2025-03-21T20:18:20.8110418Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 2025-03-21T20:18:20.8384878Z Submodule 'backends/arm/third-party/ethos-u-core-driver' (https://github.com/pytorch-labs/ethos-u-core-driver-mirror) registered for path 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:20.8387279Z Submodule 'backends/arm/third-party/serialization_lib' (https://github.com/pytorch-labs/tosa_serialization_lib-mirror) registered for path 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:20.8389539Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-03-21T20:18:20.8391830Z Submodule 'backends/vulkan/third-party/Vulkan-Headers' (https://github.com/KhronosGroup/Vulkan-Headers) registered for path 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:20.8396189Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:20.8398700Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-03-21T20:18:20.8401632Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:20.8404877Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:20.8408191Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:20.8411527Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:20.8415152Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:20.8418487Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-03-21T20:18:20.8422275Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:20.8425704Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-03-21T20:18:20.8429805Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-03-21T20:18:20.8434431Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-03-21T20:18:20.8440036Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-03-21T20:18:20.8444318Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-03-21T20:18:20.8448893Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-03-21T20:18:20.8453386Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-03-21T20:18:20.8457875Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-03-21T20:18:20.8462510Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-03-21T20:18:20.8467160Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-03-21T20:18:20.8494193Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-03-21T20:18:21.3180424Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-03-21T20:18:21.5551698Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-03-21T20:18:21.8118791Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-03-21T20:18:22.2133721Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-03-21T20:18:22.4685897Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-03-21T20:18:22.6401476Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-03-21T20:18:22.8204416Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-03-21T20:18:23.0102181Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-03-21T20:18:23.6959356Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-03-21T20:18:24.0241893Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-03-21T20:18:24.2201421Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-03-21T20:18:24.4494423Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-03-21T20:18:25.1467757Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-03-21T20:18:25.3440189Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-03-21T20:18:25.7234560Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-03-21T20:18:26.0310677Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-03-21T20:18:26.2482741Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-03-21T20:18:26.4831536Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-03-21T20:18:26.7375101Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-03-21T20:18:27.1593032Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-03-21T20:18:27.3948363Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-03-21T20:18:27.8103743Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-03-21T20:18:28.6286402Z From https://github.com/pytorch-labs/ethos-u-core-driver-mirror 2025-03-21T20:18:28.6287078Z * branch 78df0006c5fa667150d3ee35db7bde1d3f6f58c7 -> FETCH_HEAD 2025-03-21T20:18:28.6411798Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '78df0006c5fa667150d3ee35db7bde1d3f6f58c7' 2025-03-21T20:18:29.1797068Z From https://github.com/pytorch-labs/tosa_serialization_lib-mirror 2025-03-21T20:18:29.1797770Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-03-21T20:18:29.1919836Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-03-21T20:18:29.2024575Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-03-21T20:18:29.9416697Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-03-21T20:18:29.9417396Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-03-21T20:18:29.9991918Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-03-21T20:18:30.6368938Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-03-21T20:18:30.6369660Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-03-21T20:18:30.6724020Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-03-21T20:18:31.0581880Z From https://github.com/zeux/volk 2025-03-21T20:18:31.0582452Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-03-21T20:18:31.0666776Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-03-21T20:18:31.4621929Z From https://github.com/Maratyszcza/FP16 2025-03-21T20:18:31.4622559Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-03-21T20:18:31.4722360Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-03-21T20:18:31.8277186Z From https://github.com/Maratyszcza/FXdiv 2025-03-21T20:18:31.8277786Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-03-21T20:18:31.8341158Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-03-21T20:18:33.4339940Z From https://github.com/google/XNNPACK 2025-03-21T20:18:33.4340527Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-03-21T20:18:34.0984394Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-03-21T20:18:34.5789997Z From https://github.com/pytorch/cpuinfo 2025-03-21T20:18:34.5790623Z * branch 1e83a2fdd3102f65c6f1fb602c1b320486218a99 -> FETCH_HEAD 2025-03-21T20:18:34.6737771Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-03-21T20:18:35.4907446Z From https://github.com/Maratyszcza/pthreadpool 2025-03-21T20:18:35.4908044Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-03-21T20:18:35.5001819Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-03-21T20:18:35.9976205Z From https://github.com/pytorch-labs/tokenizers 2025-03-21T20:18:35.9976822Z * branch d70f5a760552d8d3bb288cdd93eebde477bb6eb0 -> FETCH_HEAD 2025-03-21T20:18:36.0249161Z Submodule path 'extension/llm/tokenizers': checked out 'd70f5a760552d8d3bb288cdd93eebde477bb6eb0' 2025-03-21T20:18:37.6030103Z From https://gitlab.com/libeigen/eigen 2025-03-21T20:18:37.6031078Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-03-21T20:18:37.7436468Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-03-21T20:18:37.7631419Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-03-21T20:18:38.2251205Z From https://github.com/pytorch/ao 2025-03-21T20:18:38.2251783Z * branch 64bcf4c25755a783685ba7383000b3bf722523c1 -> FETCH_HEAD 2025-03-21T20:18:38.3014052Z Submodule path 'third-party/ao': checked out '64bcf4c25755a783685ba7383000b3bf722523c1' 2025-03-21T20:18:38.8688799Z From https://github.com/google/flatbuffers 2025-03-21T20:18:38.8689396Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-03-21T20:18:38.9853199Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-03-21T20:18:39.4973110Z From https://github.com/dvidelabs/flatcc 2025-03-21T20:18:39.4973694Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-03-21T20:18:39.5249675Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-03-21T20:18:40.2458281Z From https://github.com/gflags/gflags 2025-03-21T20:18:40.2458876Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-03-21T20:18:40.2558242Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-03-21T20:18:40.9260340Z From https://github.com/google/googletest 2025-03-21T20:18:40.9260938Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-03-21T20:18:40.9651320Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-03-21T20:18:41.3453862Z From https://github.com/leetal/ios-cmake 2025-03-21T20:18:41.3454442Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-03-21T20:18:41.3536303Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-03-21T20:18:41.3613024Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-03-21T20:18:42.0166887Z From https://github.com/facebook/buck2-prelude 2025-03-21T20:18:42.0167505Z * branch 851d3f09c452937fc5adef27e2c50f7f304f1646 -> FETCH_HEAD 2025-03-21T20:18:42.1014296Z Submodule path 'third-party/prelude': checked out '851d3f09c452937fc5adef27e2c50f7f304f1646' 2025-03-21T20:18:42.6370004Z From https://github.com/pybind/pybind11 2025-03-21T20:18:42.6370584Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-03-21T20:18:42.6674893Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-03-21T20:18:42.6690734Z [command]/usr/bin/git submodule foreach git config --local gc.auto 0 2025-03-21T20:18:42.6979830Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:42.7007331Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:42.7036249Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:42.7064440Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:42.7092914Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:42.7120647Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:42.7148880Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:42.7176029Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:42.7204815Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:42.7232427Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:42.7259529Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:42.7287140Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:42.7314770Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:42.7341628Z Entering 'shim' 2025-03-21T20:18:42.7368611Z Entering 'third-party/ao' 2025-03-21T20:18:42.7395640Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:42.7422727Z Entering 'third-party/flatcc' 2025-03-21T20:18:42.7449876Z Entering 'third-party/gflags' 2025-03-21T20:18:42.7476533Z Entering 'third-party/googletest' 2025-03-21T20:18:42.7503609Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:42.7530501Z Entering 'third-party/pocketfft' 2025-03-21T20:18:42.7557738Z Entering 'third-party/prelude' 2025-03-21T20:18:42.7584950Z Entering 'third-party/pybind11' 2025-03-21T20:18:42.7621263Z ##[endgroup] 2025-03-21T20:18:42.7621795Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:42.7629088Z [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:42.7910091Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:42.7964698Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:42.8021777Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:42.8077544Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:42.8134576Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:42.8190498Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:42.8246311Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:42.8301204Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:42.8357569Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:42.8428875Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:42.8485679Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:42.8541447Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:42.8598587Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:42.8657798Z Entering 'shim' 2025-03-21T20:18:42.8712362Z Entering 'third-party/ao' 2025-03-21T20:18:42.8769484Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:42.8827765Z Entering 'third-party/flatcc' 2025-03-21T20:18:42.8883525Z Entering 'third-party/gflags' 2025-03-21T20:18:42.8938206Z Entering 'third-party/googletest' 2025-03-21T20:18:42.8992837Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:42.9048012Z Entering 'third-party/pocketfft' 2025-03-21T20:18:42.9101905Z Entering 'third-party/prelude' 2025-03-21T20:18:42.9158621Z Entering 'third-party/pybind11' 2025-03-21T20:18:42.9225777Z [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:42.9504501Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:42.9557473Z 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:42.9558599Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:42.9612677Z 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:42.9613872Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:42.9668091Z 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:42.9669216Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:42.9721693Z 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:42.9723193Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:42.9776495Z 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:42.9777873Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:42.9831105Z 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:42.9832465Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:42.9886286Z 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:42.9887538Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:42.9939943Z 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:42.9941086Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:42.9994999Z 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:42.9996059Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:43.0049184Z 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:43.0050567Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:43.0102535Z 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:43.0103708Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:43.0157934Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-03-21T20:18:43.0159055Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:43.0212121Z 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:43.0213240Z Entering 'shim' 2025-03-21T20:18:43.0266555Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-03-21T20:18:43.0267385Z Entering 'third-party/ao' 2025-03-21T20:18:43.0319343Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-03-21T20:18:43.0320417Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:43.0374549Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-03-21T20:18:43.0375618Z Entering 'third-party/flatcc' 2025-03-21T20:18:43.0427637Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-03-21T20:18:43.0428863Z Entering 'third-party/gflags' 2025-03-21T20:18:43.0482139Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-03-21T20:18:43.0483267Z Entering 'third-party/googletest' 2025-03-21T20:18:43.0535198Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-03-21T20:18:43.0536484Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:43.0589273Z 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:43.0590351Z Entering 'third-party/pocketfft' 2025-03-21T20:18:43.0642467Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-03-21T20:18:43.0643389Z Entering 'third-party/prelude' 2025-03-21T20:18:43.0695393Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-03-21T20:18:43.0696494Z Entering 'third-party/pybind11' 2025-03-21T20:18:43.0748077Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-03-21T20:18:43.1040865Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:43.1324811Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:43.1354025Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:43.1381818Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:43.1410061Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:43.1438382Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:43.1467089Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:43.1495635Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:43.1523208Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:43.1550968Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:43.1578569Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:43.1607207Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:43.1634801Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:43.1662638Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:43.1689865Z Entering 'shim' 2025-03-21T20:18:43.1717262Z Entering 'third-party/ao' 2025-03-21T20:18:43.1744163Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:43.1771584Z Entering 'third-party/flatcc' 2025-03-21T20:18:43.1798508Z Entering 'third-party/gflags' 2025-03-21T20:18:43.1825281Z Entering 'third-party/googletest' 2025-03-21T20:18:43.1854274Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:43.1881476Z Entering 'third-party/pocketfft' 2025-03-21T20:18:43.1908464Z Entering 'third-party/prelude' 2025-03-21T20:18:43.1935693Z Entering 'third-party/pybind11' 2025-03-21T20:18:43.1975912Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:43.2257310Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:43.2284787Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:43.2312269Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:43.2340483Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:43.2368160Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:43.2395692Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:43.2423117Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:43.2451049Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:43.2478544Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:43.2505475Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:43.2533165Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:43.2560637Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:43.2588919Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:43.2615735Z Entering 'shim' 2025-03-21T20:18:43.2642822Z Entering 'third-party/ao' 2025-03-21T20:18:43.2672797Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:43.2699329Z Entering 'third-party/flatcc' 2025-03-21T20:18:43.2726213Z Entering 'third-party/gflags' 2025-03-21T20:18:43.2754079Z Entering 'third-party/googletest' 2025-03-21T20:18:43.2781470Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:43.2808642Z Entering 'third-party/pocketfft' 2025-03-21T20:18:43.2836560Z Entering 'third-party/prelude' 2025-03-21T20:18:43.2863770Z Entering 'third-party/pybind11' 2025-03-21T20:18:43.2899071Z ##[endgroup] 2025-03-21T20:18:43.2933224Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:43.2954766Z be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:43.3164752Z Prepare all required actions 2025-03-21T20:18:43.3165364Z Getting action download info 2025-03-21T20:18:43.4190198Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-03-21T20:18:43.5944758Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-03-21T20:18:43.5945615Z with: 2025-03-21T20:18:43.5946324Z docker-image-name: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:43.5947115Z docker-build-dir: .ci/docker 2025-03-21T20:18:43.5947927Z working-directory: pytorch/executorch 2025-03-21T20:18:43.5948906Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:43.5949768Z force-push: false 2025-03-21T20:18:43.5950238Z env: 2025-03-21T20:18:43.5950738Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:43.5951509Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:43.5952102Z PR_NUMBER: 2025-03-21T20:18:43.5955838Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=emformer_join BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:43.5959945Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:43.5961187Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:43.5962368Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:43.5963197Z ##[endgroup] 2025-03-21T20:18:43.6031955Z ##[group]Run set -ex 2025-03-21T20:18:43.6032581Z set -ex 2025-03-21T20:18:43.6033050Z  2025-03-21T20:18:43.6033822Z # If the docker build directory or the build script doesn't exist, the action will 2025-03-21T20:18:43.6035251Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-03-21T20:18:43.6036459Z # job could then download the pre-built image as usual 2025-03-21T20:18:43.6037700Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2025-03-21T20:18:43.6038659Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:43.6039599Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:43.6040423Z  2025-03-21T20:18:43.6041144Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-03-21T20:18:43.6042032Z  exit 0 2025-03-21T20:18:43.6042337Z else 2025-03-21T20:18:43.6042662Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:43.6043041Z fi 2025-03-21T20:18:43.6043303Z  2025-03-21T20:18:43.6043725Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-03-21T20:18:43.6044423Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-03-21T20:18:43.6045053Z  # use it as it is, but first let's extract the tag 2025-03-21T20:18:43.6045619Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-03-21T20:18:43.6046204Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:43.6046774Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:43.6047251Z else 2025-03-21T20:18:43.6047838Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-03-21T20:18:43.6048388Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:43.6049125Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:43.6049759Z fi 2025-03-21T20:18:43.6056371Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:43.6056828Z env: 2025-03-21T20:18:43.6057153Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:43.6057588Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:43.6057928Z PR_NUMBER: 2025-03-21T20:18:43.6059814Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=emformer_join BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:43.6061997Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:43.6062669Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:43.6063315Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:43.6063781Z REPO_NAME: executorch 2025-03-21T20:18:43.6064153Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:43.6064588Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:43.6065023Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:43.6065467Z ##[endgroup] 2025-03-21T20:18:43.6093703Z + [[ ! -d .ci/docker ]] 2025-03-21T20:18:43.6094055Z + [[ ! -f .ci/docker/build.sh ]] 2025-03-21T20:18:43.6094395Z + echo skip=false 2025-03-21T20:18:43.6095311Z + [[ executorch-ubuntu-22.04-clang12 == *\3\0\8\5\3\5\3\8\5\1\1\4\.\d\k\r\.\e\c\r\.\u\s\-\e\a\s\t\-\1\.\a\m\a\z\o\n\a\w\s\.\c\o\m\/\e\x\e\c\u\t\o\r\c\h* ]] 2025-03-21T20:18:43.6098363Z ++ git rev-parse HEAD:.ci/docker 2025-03-21T20:18:43.6114988Z + DOCKER_TAG=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:43.6115516Z + echo docker-tag=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:43.6116482Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:43.6156473Z ##[group]Run set +e 2025-03-21T20:18:43.6156964Z set +e 2025-03-21T20:18:43.6157247Z set -x 2025-03-21T20:18:43.6157502Z  2025-03-21T20:18:43.6157767Z login() { 2025-03-21T20:18:43.6158332Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:43.6158942Z } 2025-03-21T20:18:43.6159195Z  2025-03-21T20:18:43.6159437Z retry () { 2025-03-21T20:18:43.6159760Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:43.6160136Z } 2025-03-21T20:18:43.6160388Z  2025-03-21T20:18:43.6160675Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:43.6161035Z  2025-03-21T20:18:43.6161298Z START_TIME=$(date +%s) 2025-03-21T20:18:43.6161646Z # Wait up to 120 minutes 2025-03-21T20:18:43.6162078Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-03-21T20:18:43.6162649Z  # Check if image already exists, if it does then skip building it 2025-03-21T20:18:43.6163222Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-03-21T20:18:43.6163636Z  exit 0 2025-03-21T20:18:43.6163918Z  fi 2025-03-21T20:18:43.6164186Z  2025-03-21T20:18:43.6164637Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-03-21T20:18:43.6165400Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-03-21T20:18:43.6166148Z  # latter, it will wait for the Docker images to become available before continuing 2025-03-21T20:18:43.6166757Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-03-21T20:18:43.6167233Z  # It's a Docker build job, let's build the image 2025-03-21T20:18:43.6167785Z  break 2025-03-21T20:18:43.6168075Z  else 2025-03-21T20:18:43.6168483Z  # It's a regular build job, wait for the image to become available 2025-03-21T20:18:43.6168962Z  sleep 300 2025-03-21T20:18:43.6169262Z  fi 2025-03-21T20:18:43.6169526Z done 2025-03-21T20:18:43.6169788Z  2025-03-21T20:18:43.6170254Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-03-21T20:18:43.6170901Z # be empty. The default action would be to continue rebuild the image 2025-03-21T20:18:43.6171495Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-03-21T20:18:43.6172027Z  # if we're on the base branch then use the parent commit 2025-03-21T20:18:43.6172502Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-03-21T20:18:43.6172879Z else 2025-03-21T20:18:43.6173271Z  # otherwise we're on a PR, so use the most recent base commit 2025-03-21T20:18:43.6173818Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-03-21T20:18:43.6174251Z fi 2025-03-21T20:18:43.6174492Z  2025-03-21T20:18:43.6174769Z if [[ -z "${MERGE_BASE}" ]]; then 2025-03-21T20:18:43.6175185Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:43.6175561Z  2025-03-21T20:18:43.6176096Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-03-21T20:18:43.6176728Z  exit 0 2025-03-21T20:18:43.6176983Z fi 2025-03-21T20:18:43.6177222Z  2025-03-21T20:18:43.6177571Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-03-21T20:18:43.6178336Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-03-21T20:18:43.6178999Z  exit 1 2025-03-21T20:18:43.6179253Z fi 2025-03-21T20:18:43.6179495Z  2025-03-21T20:18:43.6179904Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-03-21T20:18:43.6180638Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-03-21T20:18:43.6181356Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-03-21T20:18:43.6182126Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-03-21T20:18:43.6182992Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-03-21T20:18:43.6183516Z fi 2025-03-21T20:18:43.6183757Z  2025-03-21T20:18:43.6184049Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:43.6190273Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:43.6190705Z env: 2025-03-21T20:18:43.6191453Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:43.6192305Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:43.6192641Z PR_NUMBER: 2025-03-21T20:18:43.6194531Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=emformer_join BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:43.6196634Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:43.6197306Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:43.6197931Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:43.6198470Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:43.6198871Z BASE_REVISION: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:43.6199348Z DOCKER_TAG: 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:43.6199863Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:43.6200308Z DOCKER_PUSH: 2025-03-21T20:18:43.6200562Z ##[endgroup] 2025-03-21T20:18:43.6225280Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:43.6225778Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:43.6228132Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:43.6229653Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:44.1889184Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:44.1889912Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:44.1890626Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:44.1891070Z 2025-03-21T20:18:44.1891206Z Login Succeeded 2025-03-21T20:18:44.1904466Z ++ date +%s 2025-03-21T20:18:44.1914137Z + START_TIME=1742588324 2025-03-21T20:18:44.1917410Z ++ date +%s 2025-03-21T20:18:44.1926668Z + [[ 1742581124 -lt 1742588324 ]] 2025-03-21T20:18:44.1927876Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:44.3863318Z { 2025-03-21T20:18:44.3863776Z "schemaVersion": 2, 2025-03-21T20:18:44.3864539Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-03-21T20:18:44.3865476Z "config": { 2025-03-21T20:18:44.3865876Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-03-21T20:18:44.3866352Z "size": 15113, 2025-03-21T20:18:44.3866823Z "digest": "sha256:22ce6c68b3236926f49a39bba2b81e911ed9b33f86ae61acb3f7d199e5465e40" 2025-03-21T20:18:44.3867381Z }, 2025-03-21T20:18:44.3867634Z "layers": [ 2025-03-21T20:18:44.3867916Z { 2025-03-21T20:18:44.3868301Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3868883Z "size": 30440118, 2025-03-21T20:18:44.3870054Z "digest": "sha256:8f84a9f2102e97a4a6bf673b150fc9894df5acc9618ad3484c6c36f768c1caa0" 2025-03-21T20:18:44.3870616Z }, 2025-03-21T20:18:44.3870858Z { 2025-03-21T20:18:44.3871242Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3871734Z "size": 632, 2025-03-21T20:18:44.3872213Z "digest": "sha256:86e413e13063e43e9840dda1e93f5db4a40e184a756693799c0369fd9d008e6e" 2025-03-21T20:18:44.3872755Z }, 2025-03-21T20:18:44.3872989Z { 2025-03-21T20:18:44.3873365Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3873850Z "size": 157526119, 2025-03-21T20:18:44.3874340Z "digest": "sha256:b5c6df654772b230433280324cb8ae166f055fe81ed7337aa4711d5c456604c4" 2025-03-21T20:18:44.3874877Z }, 2025-03-21T20:18:44.3875114Z { 2025-03-21T20:18:44.3875499Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3875983Z "size": 623, 2025-03-21T20:18:44.3876457Z "digest": "sha256:261c0f487ad07815c767b360dc3f2b7876eec9795ea5a311db7499b7ca2f1e38" 2025-03-21T20:18:44.3877011Z }, 2025-03-21T20:18:44.3877247Z { 2025-03-21T20:18:44.3877617Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3878106Z "size": 19308773, 2025-03-21T20:18:44.3878607Z "digest": "sha256:60efa3734e02f033c86ecaee3fac91efdcbc7b301321e531fc0a1060847a2bb4" 2025-03-21T20:18:44.3879161Z }, 2025-03-21T20:18:44.3879443Z { 2025-03-21T20:18:44.3880010Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3880498Z "size": 737, 2025-03-21T20:18:44.3880987Z "digest": "sha256:a0c2fdb93deca15e6e50f0cc2f2b253f65c424a5ba7146fa214b3dabf949e47d" 2025-03-21T20:18:44.3881537Z }, 2025-03-21T20:18:44.3881776Z { 2025-03-21T20:18:44.3882317Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3882819Z "size": 131418197, 2025-03-21T20:18:44.3883317Z "digest": "sha256:e9ab3604d5b29a9484bc1305a366981c1ca67f751032b9c37fe8fef0f85688cc" 2025-03-21T20:18:44.3883860Z }, 2025-03-21T20:18:44.3884101Z { 2025-03-21T20:18:44.3884389Z + exit 0 2025-03-21T20:18:44.3884785Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3885332Z "size": 447, 2025-03-21T20:18:44.3885806Z "digest": "sha256:5a102502de33c5d0391cba90688a95c6d138caa80472d8586f51fe199d15e056" 2025-03-21T20:18:44.3886345Z }, 2025-03-21T20:18:44.3886565Z { 2025-03-21T20:18:44.3886953Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3887439Z "size": 104, 2025-03-21T20:18:44.3887927Z "digest": "sha256:49b7cb3e3363a5f3dac8175af32fe4816b39e161a46bf969e6912750f5f9bec9" 2025-03-21T20:18:44.3888475Z }, 2025-03-21T20:18:44.3888696Z { 2025-03-21T20:18:44.3889086Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3889570Z "size": 637, 2025-03-21T20:18:44.3890038Z "digest": "sha256:85f4a172d5b6549c71f192713230a09e559248bc692b3c7880a7aeb8cbc8063d" 2025-03-21T20:18:44.3890580Z }, 2025-03-21T20:18:44.3890798Z { 2025-03-21T20:18:44.3891182Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3891665Z "size": 33695133, 2025-03-21T20:18:44.3892162Z "digest": "sha256:b19aec4cf4ca427d523290baed9608620faa6e00dbed219e8730c6a88434be03" 2025-03-21T20:18:44.3892714Z }, 2025-03-21T20:18:44.3892935Z { 2025-03-21T20:18:44.3893316Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3893800Z "size": 319, 2025-03-21T20:18:44.3894267Z "digest": "sha256:5120711d46e36360293dc8943ca1ad1310579dc5a9970d1ec6f4f3b3a408ccac" 2025-03-21T20:18:44.3894803Z }, 2025-03-21T20:18:44.3895029Z { 2025-03-21T20:18:44.3895421Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3895904Z "size": 249991053, 2025-03-21T20:18:44.3896405Z "digest": "sha256:b51a5e8daac542be7f81d2c6b3436f5905a06e0eb777f324cd0883498381ba09" 2025-03-21T20:18:44.3897000Z }, 2025-03-21T20:18:44.3897222Z { 2025-03-21T20:18:44.3897605Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3898087Z "size": 475, 2025-03-21T20:18:44.3898578Z "digest": "sha256:e1fd02ccae095d8166d03a3f7af0d5ea3fcc2cb9514e293d10ac0025e3ef3211" 2025-03-21T20:18:44.3899135Z }, 2025-03-21T20:18:44.3899355Z { 2025-03-21T20:18:44.3899739Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3900222Z "size": 1043, 2025-03-21T20:18:44.3900693Z "digest": "sha256:75aba5c9e2312ec799574e1d38f907f9736434eee23f570b5165147b0919b34f" 2025-03-21T20:18:44.3901232Z }, 2025-03-21T20:18:44.3901451Z { 2025-03-21T20:18:44.3901835Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3902323Z "size": 613, 2025-03-21T20:18:44.3902813Z "digest": "sha256:6ff1ffcc6d8434dbeeeffcbf49238e47562a299ebd97987c8fb752e47aad7dc0" 2025-03-21T20:18:44.3903374Z }, 2025-03-21T20:18:44.3903602Z { 2025-03-21T20:18:44.3903984Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3904470Z "size": 77562865, 2025-03-21T20:18:44.3904968Z "digest": "sha256:179cbc4b76fca152d2a31c3ff7dd52eaf3b1de654f3313a4490a632c458326cf" 2025-03-21T20:18:44.3905524Z }, 2025-03-21T20:18:44.3905744Z { 2025-03-21T20:18:44.3906124Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3906628Z "size": 564, 2025-03-21T20:18:44.3907092Z "digest": "sha256:059fda558e3457d89b46bfd98c3c33bf9b2628206601e8057a547d57ae8364fd" 2025-03-21T20:18:44.3907639Z }, 2025-03-21T20:18:44.3907876Z { 2025-03-21T20:18:44.3908269Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3908856Z "size": 209, 2025-03-21T20:18:44.3909430Z "digest": "sha256:b672a09ba2d258cd72c307293f636c1fe2de926c75f4eaf148de947b8e1c2800" 2025-03-21T20:18:44.3909985Z }, 2025-03-21T20:18:44.3910225Z { 2025-03-21T20:18:44.3910618Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3911108Z "size": 1189, 2025-03-21T20:18:44.3911591Z "digest": "sha256:3cfbc5ff2ac06cf9bffc37a8a7a1578bd7264def9f15522294ac0f325930481b" 2025-03-21T20:18:44.3912206Z }, 2025-03-21T20:18:44.3912450Z { 2025-03-21T20:18:44.3912843Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3913333Z "size": 679, 2025-03-21T20:18:44.3913787Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:44.3914325Z }, 2025-03-21T20:18:44.3914563Z { 2025-03-21T20:18:44.3914949Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3915442Z "size": 6839264776, 2025-03-21T20:18:44.3915948Z "digest": "sha256:6fb17717e5cb5df37eeeeed9cdc5ca6d3578514eacc5508ae42977ea638dd3d9" 2025-03-21T20:18:44.3916513Z }, 2025-03-21T20:18:44.3916743Z { 2025-03-21T20:18:44.3917123Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3917610Z "size": 1383, 2025-03-21T20:18:44.3918078Z "digest": "sha256:db5c552aa08bc175670ba61c1394e4eb8f14e880b54bc9117e45d201a78983d1" 2025-03-21T20:18:44.3918631Z }, 2025-03-21T20:18:44.3918867Z { 2025-03-21T20:18:44.3919255Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3919742Z "size": 679, 2025-03-21T20:18:44.3920195Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:44.3920733Z }, 2025-03-21T20:18:44.3920969Z { 2025-03-21T20:18:44.3921352Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3921846Z "size": 230829972, 2025-03-21T20:18:44.3922344Z "digest": "sha256:af6bbc70248fcf502c90f6f808c9d19a86069d8565fbb3d7bd611f61e6eeefce" 2025-03-21T20:18:44.3922898Z }, 2025-03-21T20:18:44.3923132Z { 2025-03-21T20:18:44.3923514Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3924036Z "size": 828, 2025-03-21T20:18:44.3924516Z "digest": "sha256:32a4dbb2ef2f3551374be7a84cb414cd30b101c4d3cdfe7c4ddebfe78ea1d939" 2025-03-21T20:18:44.3925076Z }, 2025-03-21T20:18:44.3925311Z { 2025-03-21T20:18:44.3925697Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3926182Z "size": 679, 2025-03-21T20:18:44.3926636Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:44.3927171Z }, 2025-03-21T20:18:44.3927406Z { 2025-03-21T20:18:44.3927790Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3928280Z "size": 178599440, 2025-03-21T20:18:44.3928771Z "digest": "sha256:55acbcc98871c512cd63e082093f5afdfc10f4cfe2ee8ea37d59775faf7a4f51" 2025-03-21T20:18:44.3929339Z }, 2025-03-21T20:18:44.3929573Z { 2025-03-21T20:18:44.3929957Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3930440Z "size": 530, 2025-03-21T20:18:44.3930905Z "digest": "sha256:77ba92adb1392840c455cc217ac4fee89f4452db783ce2b4948dc40025a0840a" 2025-03-21T20:18:44.3931451Z }, 2025-03-21T20:18:44.3931687Z { 2025-03-21T20:18:44.3932073Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3932539Z "size": 679, 2025-03-21T20:18:44.3933003Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:44.3933537Z }, 2025-03-21T20:18:44.3933767Z { 2025-03-21T20:18:44.3934148Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3934616Z "size": 356, 2025-03-21T20:18:44.3935083Z "digest": "sha256:3c65b9b0c07752feb5370318714bc114b717fb4cc8978ee39180b73cb1a03666" 2025-03-21T20:18:44.3935626Z }, 2025-03-21T20:18:44.3935858Z { 2025-03-21T20:18:44.3936324Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3936801Z "size": 32, 2025-03-21T20:18:44.3937281Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:44.3937837Z }, 2025-03-21T20:18:44.3938070Z { 2025-03-21T20:18:44.3938453Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3938970Z "size": 164, 2025-03-21T20:18:44.3939444Z "digest": "sha256:b0d8f2437162c2fa84368a404e452cf303901a690b8ff52361ed4c0a3293299c" 2025-03-21T20:18:44.3939984Z }, 2025-03-21T20:18:44.3940225Z { 2025-03-21T20:18:44.3940611Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3941081Z "size": 1111, 2025-03-21T20:18:44.3941565Z "digest": "sha256:040f4b25fe47bc8918c851025cce90e70d8c7182f8e6bbc984aee16c30b5bd3a" 2025-03-21T20:18:44.3942112Z }, 2025-03-21T20:18:44.3942345Z { 2025-03-21T20:18:44.3942736Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3943216Z "size": 32, 2025-03-21T20:18:44.3943696Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:44.3944258Z }, 2025-03-21T20:18:44.3944503Z { 2025-03-21T20:18:44.3944890Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:44.3945365Z "size": 108, 2025-03-21T20:18:44.3945848Z "digest": "sha256:3c734af619a22c548a6b56d2c4706f0292ebcf37d23d6cc593f19f38b89f9356" 2025-03-21T20:18:44.3946399Z } 2025-03-21T20:18:44.3946645Z ] 2025-03-21T20:18:44.3946886Z } 2025-03-21T20:18:44.3986600Z ##[group]Run set -eux 2025-03-21T20:18:44.3986951Z set -eux 2025-03-21T20:18:44.3987948Z 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:44.3995321Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:44.3995759Z env: 2025-03-21T20:18:44.3996100Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:44.3996547Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:44.3996984Z PR_NUMBER: 2025-03-21T20:18:44.3998874Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=emformer_join BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:44.4001000Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:44.4001679Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:44.4002318Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:44.4002759Z ##[endgroup] 2025-03-21T20:18:44.4031564Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-03-21T20:18:44.4032274Z + jq --raw-output .SecretString 2025-03-21T20:18:44.4033574Z + jq -r .docker_hub_readonly_token 2025-03-21T20:18:44.4034751Z + docker login --username pytorchbot --password-stdin 2025-03-21T20:18:45.0348547Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:45.0349334Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:45.0350000Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:45.0350452Z 2025-03-21T20:18:45.0350576Z Login Succeeded 2025-03-21T20:18:45.0437947Z Prepare all required actions 2025-03-21T20:18:45.0480890Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-03-21T20:18:45.0481344Z with: 2025-03-21T20:18:45.0482099Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:45.0483061Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:45.0483515Z env: 2025-03-21T20:18:45.0483820Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:45.0484240Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:45.0484677Z PR_NUMBER: 2025-03-21T20:18:45.0486625Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=emformer_join BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:45.0488746Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:45.0489419Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:45.0490041Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:45.0490501Z ##[endgroup] 2025-03-21T20:18:45.0516593Z ##[group]Run set -x 2025-03-21T20:18:45.0516934Z set -x 2025-03-21T20:18:45.0517205Z set +e 2025-03-21T20:18:45.0517491Z  2025-03-21T20:18:45.0517759Z login() { 2025-03-21T20:18:45.0518330Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:45.0518943Z } 2025-03-21T20:18:45.0519209Z  2025-03-21T20:18:45.0519457Z retry () { 2025-03-21T20:18:45.0519799Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:45.0520184Z } 2025-03-21T20:18:45.0520447Z  2025-03-21T20:18:45.0520719Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:45.0521092Z  2025-03-21T20:18:45.0521344Z set -e 2025-03-21T20:18:45.0521750Z # ignore output since only exit code is used for conditional 2025-03-21T20:18:45.0522324Z # only pull docker image if it's not available locally 2025-03-21T20:18:45.0523050Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-03-21T20:18:45.0523622Z  retry docker pull "${DOCKER_IMAGE}" 2025-03-21T20:18:45.0524009Z fi 2025-03-21T20:18:45.0530306Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:45.0530751Z env: 2025-03-21T20:18:45.0531500Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:45.0532375Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:45.0532710Z PR_NUMBER: 2025-03-21T20:18:45.0534608Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=emformer_join BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:45.0536731Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:45.0537422Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:45.0538066Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:45.0538642Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:45.0539247Z ##[endgroup] 2025-03-21T20:18:45.0565501Z + set +e 2025-03-21T20:18:45.0566274Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:45.0566824Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:45.0569338Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:45.0570414Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:45.6456492Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:45.6457317Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:45.6458118Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:45.6458759Z 2025-03-21T20:18:45.6458901Z Login Succeeded 2025-03-21T20:18:45.6467972Z + set -e 2025-03-21T20:18:45.6469317Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:45.6600718Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:45.6602091Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:45.8658355Z 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4: Pulling from executorch/executorch-ubuntu-22.04-clang12 2025-03-21T20:18:45.8673107Z 8f84a9f2102e: Pulling fs layer 2025-03-21T20:18:45.8673826Z 86e413e13063: Pulling fs layer 2025-03-21T20:18:45.8674212Z b5c6df654772: Pulling fs layer 2025-03-21T20:18:45.8674568Z 261c0f487ad0: Pulling fs layer 2025-03-21T20:18:45.8674893Z 60efa3734e02: Pulling fs layer 2025-03-21T20:18:45.8675236Z a0c2fdb93dec: Pulling fs layer 2025-03-21T20:18:45.8675578Z e9ab3604d5b2: Pulling fs layer 2025-03-21T20:18:45.8675918Z 5a102502de33: Pulling fs layer 2025-03-21T20:18:45.8676253Z 49b7cb3e3363: Pulling fs layer 2025-03-21T20:18:45.8676583Z 85f4a172d5b6: Pulling fs layer 2025-03-21T20:18:45.8676918Z b19aec4cf4ca: Pulling fs layer 2025-03-21T20:18:45.8677253Z 5120711d46e3: Pulling fs layer 2025-03-21T20:18:45.8677586Z b51a5e8daac5: Pulling fs layer 2025-03-21T20:18:45.8677926Z e1fd02ccae09: Pulling fs layer 2025-03-21T20:18:45.8678250Z 75aba5c9e231: Pulling fs layer 2025-03-21T20:18:45.8678590Z 6ff1ffcc6d84: Pulling fs layer 2025-03-21T20:18:45.8678928Z 179cbc4b76fc: Pulling fs layer 2025-03-21T20:18:45.8679421Z 059fda558e34: Pulling fs layer 2025-03-21T20:18:45.8679765Z b672a09ba2d2: Pulling fs layer 2025-03-21T20:18:45.8680091Z 3cfbc5ff2ac0: Pulling fs layer 2025-03-21T20:18:45.8680427Z a0c2fdb93dec: Waiting 2025-03-21T20:18:45.8680738Z 59fe3e940463: Pulling fs layer 2025-03-21T20:18:45.8681073Z 6fb17717e5cb: Pulling fs layer 2025-03-21T20:18:45.8681396Z e9ab3604d5b2: Waiting 2025-03-21T20:18:45.8681688Z db5c552aa08b: Pulling fs layer 2025-03-21T20:18:45.8682024Z af6bbc70248f: Pulling fs layer 2025-03-21T20:18:45.8682368Z 32a4dbb2ef2f: Pulling fs layer 2025-03-21T20:18:45.8682693Z 5a102502de33: Waiting 2025-03-21T20:18:45.8682980Z 261c0f487ad0: Waiting 2025-03-21T20:18:45.8683268Z 55acbcc98871: Pulling fs layer 2025-03-21T20:18:45.8683593Z b19aec4cf4ca: Waiting 2025-03-21T20:18:45.8683896Z 77ba92adb139: Pulling fs layer 2025-03-21T20:18:45.8684220Z 49b7cb3e3363: Waiting 2025-03-21T20:18:45.8684491Z 5120711d46e3: Waiting 2025-03-21T20:18:45.8684789Z 3c65b9b0c077: Pulling fs layer 2025-03-21T20:18:45.8685116Z 85f4a172d5b6: Waiting 2025-03-21T20:18:45.8685405Z b51a5e8daac5: Waiting 2025-03-21T20:18:45.8685705Z 4f4fb700ef54: Pulling fs layer 2025-03-21T20:18:45.8686023Z 179cbc4b76fc: Waiting 2025-03-21T20:18:45.8686325Z b0d8f2437162: Pulling fs layer 2025-03-21T20:18:45.8686665Z e1fd02ccae09: Waiting 2025-03-21T20:18:45.8686957Z 059fda558e34: Waiting 2025-03-21T20:18:45.8687244Z b672a09ba2d2: Waiting 2025-03-21T20:18:45.8687514Z 75aba5c9e231: Waiting 2025-03-21T20:18:45.8687801Z 55acbcc98871: Waiting 2025-03-21T20:18:45.8688262Z 040f4b25fe47: Pulling fs layer 2025-03-21T20:18:45.8688595Z 6ff1ffcc6d84: Waiting 2025-03-21T20:18:45.8688888Z 3cfbc5ff2ac0: Waiting 2025-03-21T20:18:45.8689179Z 77ba92adb139: Waiting 2025-03-21T20:18:45.8689466Z 60efa3734e02: Waiting 2025-03-21T20:18:45.8689748Z 59fe3e940463: Waiting 2025-03-21T20:18:45.8690020Z af6bbc70248f: Waiting 2025-03-21T20:18:45.8690317Z 3c734af619a2: Pulling fs layer 2025-03-21T20:18:45.8690638Z db5c552aa08b: Waiting 2025-03-21T20:18:45.8690927Z b0d8f2437162: Waiting 2025-03-21T20:18:45.8691195Z 6fb17717e5cb: Waiting 2025-03-21T20:18:45.8691480Z 3c65b9b0c077: Waiting 2025-03-21T20:18:45.8691765Z 32a4dbb2ef2f: Waiting 2025-03-21T20:18:45.8692109Z 040f4b25fe47: Waiting 2025-03-21T20:18:45.8692391Z 4f4fb700ef54: Waiting 2025-03-21T20:18:45.8692665Z 3c734af619a2: Waiting 2025-03-21T20:18:45.9321361Z 86e413e13063: Verifying Checksum 2025-03-21T20:18:45.9321967Z 86e413e13063: Download complete 2025-03-21T20:18:46.0076613Z 261c0f487ad0: Verifying Checksum 2025-03-21T20:18:46.0077244Z 261c0f487ad0: Download complete 2025-03-21T20:18:46.2331095Z 8f84a9f2102e: Verifying Checksum 2025-03-21T20:18:46.2331587Z 8f84a9f2102e: Download complete 2025-03-21T20:18:46.2452903Z 60efa3734e02: Verifying Checksum 2025-03-21T20:18:46.2453477Z 60efa3734e02: Download complete 2025-03-21T20:18:46.3133368Z a0c2fdb93dec: Verifying Checksum 2025-03-21T20:18:46.3133933Z a0c2fdb93dec: Download complete 2025-03-21T20:18:46.3812198Z 5a102502de33: Verifying Checksum 2025-03-21T20:18:46.3812760Z 5a102502de33: Download complete 2025-03-21T20:18:46.4514391Z 49b7cb3e3363: Download complete 2025-03-21T20:18:46.5228340Z 85f4a172d5b6: Verifying Checksum 2025-03-21T20:18:46.5228924Z 85f4a172d5b6: Download complete 2025-03-21T20:18:46.8960443Z b19aec4cf4ca: Verifying Checksum 2025-03-21T20:18:46.8960923Z b19aec4cf4ca: Download complete 2025-03-21T20:18:46.9923455Z 5120711d46e3: Verifying Checksum 2025-03-21T20:18:46.9923987Z 5120711d46e3: Download complete 2025-03-21T20:18:47.1678646Z 8f84a9f2102e: Pull complete 2025-03-21T20:18:47.1893674Z 86e413e13063: Pull complete 2025-03-21T20:18:47.4864258Z b5c6df654772: Verifying Checksum 2025-03-21T20:18:47.4864712Z b5c6df654772: Download complete 2025-03-21T20:18:47.5719661Z e1fd02ccae09: Download complete 2025-03-21T20:18:47.6011482Z e9ab3604d5b2: Verifying Checksum 2025-03-21T20:18:47.6011919Z e9ab3604d5b2: Download complete 2025-03-21T20:18:47.6404537Z 75aba5c9e231: Verifying Checksum 2025-03-21T20:18:47.6405144Z 75aba5c9e231: Download complete 2025-03-21T20:18:47.6923507Z 6ff1ffcc6d84: Download complete 2025-03-21T20:18:47.7785691Z 059fda558e34: Download complete 2025-03-21T20:18:47.8573109Z b672a09ba2d2: Verifying Checksum 2025-03-21T20:18:47.8573570Z b672a09ba2d2: Download complete 2025-03-21T20:18:47.9328437Z 3cfbc5ff2ac0: Download complete 2025-03-21T20:18:47.9988806Z 59fe3e940463: Verifying Checksum 2025-03-21T20:18:47.9989250Z 59fe3e940463: Download complete 2025-03-21T20:18:48.4721816Z 179cbc4b76fc: Verifying Checksum 2025-03-21T20:18:48.4722265Z 179cbc4b76fc: Download complete 2025-03-21T20:18:48.5346913Z db5c552aa08b: Download complete 2025-03-21T20:18:49.5378232Z b51a5e8daac5: Verifying Checksum 2025-03-21T20:18:49.5378899Z b51a5e8daac5: Download complete 2025-03-21T20:18:49.5993295Z 32a4dbb2ef2f: Verifying Checksum 2025-03-21T20:18:49.5993739Z 32a4dbb2ef2f: Download complete 2025-03-21T20:18:50.9064304Z af6bbc70248f: Verifying Checksum 2025-03-21T20:18:50.9064755Z af6bbc70248f: Download complete 2025-03-21T20:18:50.9670140Z 77ba92adb139: Download complete 2025-03-21T20:18:51.0428449Z 3c65b9b0c077: Download complete 2025-03-21T20:18:51.0497368Z 4f4fb700ef54: Verifying Checksum 2025-03-21T20:18:51.0497996Z 4f4fb700ef54: Download complete 2025-03-21T20:18:51.1464475Z b0d8f2437162: Download complete 2025-03-21T20:18:51.2368973Z 040f4b25fe47: Download complete 2025-03-21T20:18:51.3046494Z 3c734af619a2: Verifying Checksum 2025-03-21T20:18:51.3046923Z 3c734af619a2: Download complete 2025-03-21T20:18:51.3602820Z b5c6df654772: Pull complete 2025-03-21T20:18:51.3807382Z 261c0f487ad0: Pull complete 2025-03-21T20:18:51.4428864Z 55acbcc98871: Verifying Checksum 2025-03-21T20:18:51.4429311Z 55acbcc98871: Download complete 2025-03-21T20:18:51.6204675Z 60efa3734e02: Pull complete 2025-03-21T20:18:51.6419082Z a0c2fdb93dec: Pull complete 2025-03-21T20:18:54.1613674Z e9ab3604d5b2: Pull complete 2025-03-21T20:18:54.1824442Z 5a102502de33: Pull complete 2025-03-21T20:18:54.2031720Z 49b7cb3e3363: Pull complete 2025-03-21T20:18:54.2243754Z 85f4a172d5b6: Pull complete 2025-03-21T20:18:54.7571325Z b19aec4cf4ca: Pull complete 2025-03-21T20:18:54.7779907Z 5120711d46e3: Pull complete 2025-03-21T20:19:00.3955151Z b51a5e8daac5: Pull complete 2025-03-21T20:19:00.6143260Z e1fd02ccae09: Pull complete 2025-03-21T20:19:00.8173791Z 75aba5c9e231: Pull complete 2025-03-21T20:19:01.0244594Z 6ff1ffcc6d84: Pull complete 2025-03-21T20:19:03.0003951Z 179cbc4b76fc: Pull complete 2025-03-21T20:19:03.1323626Z 059fda558e34: Pull complete 2025-03-21T20:19:03.2670727Z b672a09ba2d2: Pull complete 2025-03-21T20:19:03.4538206Z 3cfbc5ff2ac0: Pull complete 2025-03-21T20:19:03.6163296Z 59fe3e940463: Pull complete 2025-03-21T20:19:56.4371036Z 6fb17717e5cb: Verifying Checksum 2025-03-21T20:19:56.4371492Z 6fb17717e5cb: Download complete 2025-03-21T20:21:04.6017151Z 6fb17717e5cb: Pull complete 2025-03-21T20:21:04.8122631Z db5c552aa08b: Pull complete 2025-03-21T20:21:10.8599756Z af6bbc70248f: Pull complete 2025-03-21T20:21:11.0699665Z 32a4dbb2ef2f: Pull complete 2025-03-21T20:21:17.7415361Z 55acbcc98871: Pull complete 2025-03-21T20:21:17.8324616Z 77ba92adb139: Pull complete 2025-03-21T20:21:18.2155694Z 3c65b9b0c077: Pull complete 2025-03-21T20:21:18.4400884Z 4f4fb700ef54: Pull complete 2025-03-21T20:21:18.6566925Z b0d8f2437162: Pull complete 2025-03-21T20:21:18.8759880Z 040f4b25fe47: Pull complete 2025-03-21T20:21:19.3272682Z 3c734af619a2: Pull complete 2025-03-21T20:21:19.4535570Z Digest: sha256:39442b9b9f46a866e8b0b75f41b9b461fd673725abcfb700696cc8ad9cfdf0a7 2025-03-21T20:21:19.4934342Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:19.5138519Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:19.5186380Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:21:19.5187592Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:21:19.5196088Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:21:19.5196548Z env: 2025-03-21T20:21:19.5196870Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:21:19.5197295Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:19.5197622Z PR_NUMBER: 2025-03-21T20:21:19.5199566Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=emformer_join BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:21:19.5201683Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:19.5202369Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:19.5203007Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:19.5203455Z ##[endgroup] 2025-03-21T20:21:19.5392542Z ##[group]Run set -ex 2025-03-21T20:21:19.5392912Z set -ex 2025-03-21T20:21:19.5393173Z { 2025-03-21T20:21:19.5393456Z  echo "#!/usr/bin/env bash"; 2025-03-21T20:21:19.5393843Z  echo "set -eou pipefail"; 2025-03-21T20:21:19.5394229Z  # shellcheck disable=SC2016 2025-03-21T20:21:19.5394639Z  echo 'eval "$(conda shell.bash hook)"'; 2025-03-21T20:21:19.5395032Z  echo "set -x"; 2025-03-21T20:21:19.5395356Z  echo "${SCRIPT}"; 2025-03-21T20:21:19.5395708Z } > "${RUNNER_TEMP}/exec_script" 2025-03-21T20:21:19.5396113Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-03-21T20:21:19.5396942Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-03-21T20:21:19.5403880Z shell: /usr/bin/bash -e {0} 2025-03-21T20:21:19.5404209Z env: 2025-03-21T20:21:19.5405125Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:19.5405995Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:19.5406332Z PR_NUMBER: 2025-03-21T20:21:19.5408238Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=emformer_join BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:21:19.5410366Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:19.5411050Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:19.5411689Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:19.5412576Z ALL_SECRETS: { "github_token": "***" } 2025-03-21T20:21:19.5412948Z ##[endgroup] 2025-03-21T20:21:19.5437357Z + echo '#!/usr/bin/env bash' 2025-03-21T20:21:19.5437814Z + echo 'set -eou pipefail' 2025-03-21T20:21:19.5438165Z + echo 'eval "$(conda shell.bash hook)"' 2025-03-21T20:21:19.5438543Z + echo 'set -x' 2025-03-21T20:21:19.5439007Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-03-21T20:21:19.5439637Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-03-21T20:21:19.5440077Z conda activate "${CONDA_ENV}" 2025-03-21T20:21:19.5440309Z 2025-03-21T20:21:19.5440432Z MODEL_NAME=emformer_join 2025-03-21T20:21:19.5440747Z BUILD_TOOL=cmake 2025-03-21T20:21:19.5441034Z BACKEND=portable 2025-03-21T20:21:19.5441298Z 2025-03-21T20:21:19.5441646Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" 2025-03-21T20:21:19.5442224Z # Build and test ExecuTorch 2025-03-21T20:21:19.5442829Z PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:21:19.5443446Z ' 2025-03-21T20:21:19.5443806Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-03-21T20:21:19.5448538Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-03-21T20:22:06.3335512Z Running command: 2025-03-21T20:22:06.3344168Z docker run -e PR_NUMBER -e RUNNER_ARTIFACT_DIR=/artifacts -e RUNNER_DOCS_DIR=/docs -e RUNNER_TEST_RESULTS_DIR=/test-results --env-file="/home/ec2-user/actions-runner/_work/_temp/github_env_14000170672" `# It is unknown why the container sees a different value for this.` -e GITHUB_STEP_SUMMARY -e SECRET_GITHUB_TOKEN --cap-add=SYS_PTRACE --detach --ipc=host --security-opt seccomp=unconfined --shm-size=2g --tty --ulimit stack=10485760:83886080 --ulimit core=0 -v "/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch:/pytorch/executorch" -v "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra:/test-infra" -v "/home/ec2-user/actions-runner/_work/_temp/artifacts:/artifacts" -v "/home/ec2-user/actions-runner/_work/_temp/docs:/docs" -v "/home/ec2-user/actions-runner/_work/_temp/test-results:/test-results" -v "/home/ec2-user/actions-runner/_work/_temp/exec_script:/exec" -v "/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_5fb9421d-d4bc-4251-9972-987e6106914a":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_5fb9421d-d4bc-4251-9972-987e6106914a" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4" 2025-03-21T20:22:06.3350953Z 2025-03-21T20:22:06.3351358Z 4392187854c4db5e1678a28fad3568ec5e3b6d6055a3101badb7c87db883b44f 2025-03-21T20:22:06.3352126Z Running command: docker exec -t 4392187854c4db5e1678a28fad3568ec5e3b6d6055a3101badb7c87db883b44f /exec 2025-03-21T20:22:06.3352783Z ++ conda env list --json 2025-03-21T20:22:06.3353091Z ++ local cmd=env 2025-03-21T20:22:06.3353362Z ++ case "$cmd" in 2025-03-21T20:22:06.3353654Z ++ __conda_exe env list --json 2025-03-21T20:22:06.3353977Z ++ jq -r '.envs | .[-1]' 2025-03-21T20:22:06.3354306Z ++ /opt/conda/bin/conda env list --json 2025-03-21T20:22:06.3354692Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-03-21T20:22:06.3355071Z + conda activate /opt/conda/envs/py_3.10 2025-03-21T20:22:06.3355444Z + local cmd=activate 2025-03-21T20:22:06.3355722Z + case "$cmd" in 2025-03-21T20:22:06.3356061Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-03-21T20:22:06.3356463Z + '[' -n '' ']' 2025-03-21T20:22:06.3356737Z + local ask_conda 2025-03-21T20:22:06.3357029Z ++ PS1='(base) ' 2025-03-21T20:22:06.3357378Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:22:06.3357948Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:22:06.3358445Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-03-21T20:22:06.3359437Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-03-21T20:22:06.3360480Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:22:06.3360882Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:22:06.3361253Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:22:06.3361674Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:22:06.3362175Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:22:06.3362585Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:22:06.3362977Z export _CE_M='\'''\'' 2025-03-21T20:22:06.3363291Z export _CE_CONDA='\'''\'' 2025-03-21T20:22:06.3363681Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:22:06.3364107Z + eval 'PS1='\''(py_3.10) '\'' 2025-03-21T20:22:06.3365068Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-03-21T20:22:06.3366109Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:22:06.3366538Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:22:06.3366890Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:22:06.3367293Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:22:06.3367715Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:22:06.3368120Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:22:06.3368507Z export _CE_M='\'''\'' 2025-03-21T20:22:06.3368808Z export _CE_CONDA='\'''\'' 2025-03-21T20:22:06.3369174Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:22:06.3369713Z ++ PS1='(py_3.10) ' 2025-03-21T20:22:06.3370613Z ++ export PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-03-21T20:22:06.3372149Z ++ PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-03-21T20:22:06.3373120Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:22:06.3373531Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:22:06.3373885Z ++ export CONDA_SHLVL=2 2025-03-21T20:22:06.3374182Z ++ CONDA_SHLVL=2 2025-03-21T20:22:06.3374477Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:22:06.3374839Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:22:06.3375201Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-03-21T20:22:06.3375590Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-03-21T20:22:06.3375968Z ++ export CONDA_PREFIX_1=/opt/conda 2025-03-21T20:22:06.3376382Z ++ CONDA_PREFIX_1=/opt/conda 2025-03-21T20:22:06.3376729Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:22:06.3377110Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:22:06.3377435Z ++ export _CE_M= 2025-03-21T20:22:06.3377702Z ++ _CE_M= 2025-03-21T20:22:06.3377962Z ++ export _CE_CONDA= 2025-03-21T20:22:06.3378245Z ++ _CE_CONDA= 2025-03-21T20:22:06.3378556Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:22:06.3378970Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:22:06.3379332Z + __conda_hashr 2025-03-21T20:22:06.3379599Z + '[' -n '' ']' 2025-03-21T20:22:06.3379862Z + '[' -n '' ']' 2025-03-21T20:22:06.3380122Z + hash -r 2025-03-21T20:22:06.3380373Z + MODEL_NAME=emformer_join 2025-03-21T20:22:06.3380688Z + BUILD_TOOL=cmake 2025-03-21T20:22:06.3380972Z + BACKEND=portable 2025-03-21T20:22:06.3381266Z + PYTHON_EXECUTABLE=python 2025-03-21T20:22:06.3381645Z + bash .ci/scripts/setup-linux.sh --build-tool cmake 2025-03-21T20:22:06.3382093Z ++ dirname .ci/scripts/setup-linux.sh 2025-03-21T20:22:06.3382471Z + source .ci/scripts/utils.sh 2025-03-21T20:22:06.3382825Z + read -r BUILD_TOOL BUILD_MODE EDITABLE 2025-03-21T20:22:06.3383212Z ++ parse_args --build-tool cmake 2025-03-21T20:22:06.3383551Z ++ args=('--build-tool' 'cmake') 2025-03-21T20:22:06.3383879Z ++ local args 2025-03-21T20:22:06.3384135Z ++ local i 2025-03-21T20:22:06.3384392Z ++ local BUILD_TOOL= 2025-03-21T20:22:06.3384678Z ++ local BUILD_MODE= 2025-03-21T20:22:06.3384948Z ++ local EDITABLE= 2025-03-21T20:22:06.3385223Z ++ (( i=0 )) 2025-03-21T20:22:06.3385483Z ++ (( i<2 )) 2025-03-21T20:22:06.3385746Z ++ case "${args[$i]}" in 2025-03-21T20:22:06.3386050Z ++ BUILD_TOOL=cmake 2025-03-21T20:22:06.3386305Z ++ i=1 2025-03-21T20:22:06.3386548Z ++ (( i++ )) 2025-03-21T20:22:06.3386847Z ++ (( i<2 )) 2025-03-21T20:22:06.3387110Z ++ '[' -z cmake ']' 2025-03-21T20:22:06.3387390Z ++ [[ cmake =~ ^(cmake|buck2)$ ]] 2025-03-21T20:22:06.3387737Z ++ BUILD_MODE=Release 2025-03-21T20:22:06.3388049Z ++ [[ Release =~ ^(Debug|Release)$ ]] 2025-03-21T20:22:06.3388406Z ++ EDITABLE=false 2025-03-21T20:22:06.3388789Z ++ [[ false =~ ^(true|false)$ ]] 2025-03-21T20:22:06.3389119Z ++ echo 'cmake Release false' 2025-03-21T20:22:06.3389451Z + [[ false == \t\r\u\e ]] 2025-03-21T20:22:06.3389801Z + install_executorch --use-pt-pinned-commit 2025-03-21T20:22:06.3390182Z + which pip 2025-03-21T20:22:06.3390466Z /opt/conda/envs/py_3.10/bin/pip 2025-03-21T20:22:06.3390915Z + ./install_executorch.sh --pybind xnnpack --use-pt-pinned-commit 2025-03-21T20:22:06.3391538Z 2025-03-21 20:22:05,385 [ExecuTorch] INFO: All required submodules are present. 2025-03-21T20:22:06.3392294Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:22:06.3393227Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.7.0a0+git295f2ed) 2025-03-21T20:22:06.3394275Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.19.0a0+d23a6e1) 2025-03-21T20:22:06.3395405Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+c670ad8) 2025-03-21T20:22:06.3396225Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-03-21T20:22:06.3396818Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-03-21T20:22:06.3397786Z Requirement already satisfied: torchsr==1.0.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 4)) (1.0.4) 2025-03-21T20:22:06.3399186Z Requirement already satisfied: transformers==4.47.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 5)) (4.47.1) 2025-03-21T20:22:06.3400192Z Collecting cmake>=3.19 (from -r requirements-dev.txt (line 1)) 2025-03-21T20:22:06.3400924Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-03-21T20:22:06.3402004Z Requirement already satisfied: pip>=23 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 2)) (25.0) 2025-03-21T20:22:06.3403294Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 3)) (6.0.1) 2025-03-21T20:22:06.3404605Z Requirement already satisfied: setuptools>=63 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 4)) (75.8.0) 2025-03-21T20:22:06.3405905Z Requirement already satisfied: tomli in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 5)) (2.0.1) 2025-03-21T20:22:06.3407175Z Requirement already satisfied: wheel in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 6)) (0.45.1) 2025-03-21T20:22:06.3408441Z Requirement already satisfied: zstd in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 7)) (1.5.5.1) 2025-03-21T20:22:06.3409840Z Requirement already satisfied: huggingface_hub in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.29.3) 2025-03-21T20:22:06.3411331Z Requirement already satisfied: safetensors in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.5.3) 2025-03-21T20:22:06.3412834Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.18.0) 2025-03-21T20:22:06.3414344Z Requirement already satisfied: numpy>=1.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.2.4) 2025-03-21T20:22:19.0197353Z Requirement already satisfied: packaging>=20.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (24.2) 2025-03-21T20:22:19.0200683Z Requirement already satisfied: regex!=2019.12.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2024.11.6) 2025-03-21T20:22:19.0203642Z Requirement already satisfied: requests in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.32.3) 2025-03-21T20:22:19.0206680Z Requirement already satisfied: tokenizers<0.22,>=0.21 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (0.21.1) 2025-03-21T20:22:19.0209546Z Requirement already satisfied: tqdm>=4.27 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (4.67.1) 2025-03-21T20:22:19.0212001Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (4.12.2) 2025-03-21T20:22:19.0213285Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (1.13.3) 2025-03-21T20:22:19.0214587Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.4.2) 2025-03-21T20:22:19.0215628Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.1.6) 2025-03-21T20:22:19.0216663Z Requirement already satisfied: fsspec in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (2025.3.0) 2025-03-21T20:22:19.0217767Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision) (11.1.0) 2025-03-21T20:22:19.0218937Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy>=1.13.3->torch) (1.3.0) 2025-03-21T20:22:19.0220099Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch) (3.0.2) 2025-03-21T20:22:19.0221562Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.4.1) 2025-03-21T20:22:19.0223303Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.10) 2025-03-21T20:22:19.0224914Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.3.0) 2025-03-21T20:22:19.0227073Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (2025.1.31) 2025-03-21T20:22:19.0229219Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-03-21T20:22:19.0233016Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-03-21T20:22:19.0234735Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 96.8 MB/s eta 0:00:00 2025-03-21T20:22:19.0236295Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2025-03-21T20:22:19.0238000Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.8 MB ? eta -:--:-- 2025-03-21T20:22:19.0239520Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 238.6 MB/s eta 0:00:00 2025-03-21T20:22:19.0240636Z [?25hInstalling collected packages: cmake, timm 2025-03-21T20:22:19.0241303Z Attempting uninstall: timm 2025-03-21T20:22:19.0241899Z Found existing installation: timm 0.6.13 2025-03-21T20:22:19.0242679Z Uninstalling timm-0.6.13: 2025-03-21T20:22:19.0243287Z Successfully uninstalled timm-0.6.13 2025-03-21T20:22:19.0244013Z Successfully installed cmake-3.31.6 timm-1.0.7 2025-03-21T20:22:19.0244589Z Processing ./third-party/ao 2025-03-21T20:22:19.0245180Z Preparing metadata (setup.py) ... [?25l- \ done 2025-03-21T20:22:19.0245723Z [?25hBuilding wheels for collected packages: torchao 2025-03-21T20:22:19.0246345Z Building wheel for torchao (setup.py) ... [?25l- \ | / done 2025-03-21T20:22:19.0248009Z [?25h Created wheel for torchao: filename=torchao-0.10.0+git64bcf4c-py3-none-any.whl size=758276 sha256=c13a4566a0c225eb124f92d8b74ce75e02b7f4f7bdb4f10f901f91e3a2516f02 2025-03-21T20:22:19.0249386Z Stored in directory: /tmp/pip-ephem-wheel-cache-0s534txu/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-03-21T20:22:19.0250180Z Successfully built torchao 2025-03-21T20:22:19.0250539Z Installing collected packages: torchao 2025-03-21T20:22:19.0250961Z Successfully installed torchao-0.10.0+git64bcf4c 2025-03-21T20:22:19.0251859Z Using pip 25.0 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-03-21T20:22:19.0253496Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:22:19.0254566Z Processing /pytorch/executorch 2025-03-21T20:22:19.0255005Z Running command Preparing metadata (pyproject.toml) 2025-03-21T20:22:19.0255428Z running dist_info 2025-03-21T20:22:19.0255852Z creating /tmp/pip-modern-metadata-nwz_9whr/executorch.egg-info 2025-03-21T20:22:19.0256507Z writing /tmp/pip-modern-metadata-nwz_9whr/executorch.egg-info/PKG-INFO 2025-03-21T20:22:19.0257463Z writing dependency_links to /tmp/pip-modern-metadata-nwz_9whr/executorch.egg-info/dependency_links.txt 2025-03-21T20:22:19.0258420Z writing entry points to /tmp/pip-modern-metadata-nwz_9whr/executorch.egg-info/entry_points.txt 2025-03-21T20:22:19.0259288Z writing requirements to /tmp/pip-modern-metadata-nwz_9whr/executorch.egg-info/requires.txt 2025-03-21T20:22:19.0260141Z writing top-level names to /tmp/pip-modern-metadata-nwz_9whr/executorch.egg-info/top_level.txt 2025-03-21T20:22:19.0261280Z writing manifest file '/tmp/pip-modern-metadata-nwz_9whr/executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:19.0262884Z reading manifest file '/tmp/pip-modern-metadata-nwz_9whr/executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:19.0263942Z adding license file 'LICENSE' 2025-03-21T20:22:19.0264976Z writing manifest file '/tmp/pip-modern-metadata-nwz_9whr/executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:19.0266488Z creating '/tmp/pip-modern-metadata-nwz_9whr/executorch-0.6.0a0+be92d7d.dist-info' 2025-03-21T20:22:19.0267891Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:22:19.0269684Z Requirement already satisfied: expecttest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (0.1.6) 2025-03-21T20:22:19.0271398Z Collecting flatbuffers (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:19.0274116Z Obtaining dependency information for flatbuffers from https://files.pythonhosted.org/packages/b8/25/155f9f080d5e4bc0082edfda032ea2bc2b8fab3f4d25d46c1e9dd22a1a89/flatbuffers-25.2.10-py2.py3-none-any.whl.metadata 2025-03-21T20:22:19.0277018Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-03-21T20:22:19.0278930Z Requirement already satisfied: hypothesis in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (6.84.2) 2025-03-21T20:22:19.0281286Z Requirement already satisfied: mpmath==1.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (1.3.0) 2025-03-21T20:22:19.0283654Z Requirement already satisfied: numpy>=2.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (2.2.4) 2025-03-21T20:22:19.0286018Z Requirement already satisfied: packaging in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (24.2) 2025-03-21T20:22:19.0288571Z Requirement already satisfied: pandas>=2.2.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (2.2.3) 2025-03-21T20:22:19.0291032Z Requirement already satisfied: parameterized in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (0.9.0) 2025-03-21T20:22:19.0293364Z Requirement already satisfied: pytest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (7.2.0) 2025-03-21T20:22:19.0295005Z Collecting pytest-xdist (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:19.0297555Z Obtaining dependency information for pytest-xdist from https://files.pythonhosted.org/packages/6d/82/1d96bf03ee4c0fdc3c0cbe61470070e659ca78dc0086fb88b66c185e2449/pytest_xdist-3.6.1-py3-none-any.whl.metadata 2025-03-21T20:22:19.0300189Z Downloading pytest_xdist-3.6.1-py3-none-any.whl.metadata (4.3 kB) 2025-03-21T20:22:19.0301322Z Collecting pytest-rerunfailures (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:19.0304194Z Obtaining dependency information for pytest-rerunfailures from https://files.pythonhosted.org/packages/89/37/54e5ffc7c0cebee7cf30a3ac5915faa7e7abf8bdfdf3228c277f7c192489/pytest_rerunfailures-15.0-py3-none-any.whl.metadata 2025-03-21T20:22:19.0305792Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:22:19.0306769Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (6.0.1) 2025-03-21T20:22:30.9023342Z Requirement already satisfied: ruamel.yaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (0.17.32) 2025-03-21T20:22:30.9025832Z 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:30.9027462Z Collecting tabulate (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:30.9030012Z 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:30.9032864Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-03-21T20:22:30.9034622Z 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:30.9037318Z 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:30.9040100Z 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:30.9042772Z 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:30.9045453Z 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:30.9048354Z 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:30.9051186Z 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:30.9053894Z 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:30.9056439Z 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:30.9058999Z 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:30.9060893Z Collecting pytest (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:30.9063364Z 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:30.9065855Z Downloading pytest-8.3.5-py3-none-any.whl.metadata (7.6 kB) 2025-03-21T20:22:30.9067008Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:30.9069730Z 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:30.9072332Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-03-21T20:22:30.9074323Z 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:30.9077434Z 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:30.9079492Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-03-21T20:22:30.9080616Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl (13 kB) 2025-03-21T20:22:30.9081610Z Downloading pytest-8.3.5-py3-none-any.whl (343 kB) 2025-03-21T20:22:30.9082533Z Downloading pytest_xdist-3.6.1-py3-none-any.whl (46 kB) 2025-03-21T20:22:30.9083464Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-03-21T20:22:30.9084367Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-03-21T20:22:30.9085249Z Building wheels for collected packages: executorch 2025-03-21T20:22:30.9086223Z Running command Building wheel for executorch (pyproject.toml) 2025-03-21T20:22:30.9087111Z running bdist_wheel 2025-03-21T20:22:30.9087618Z running build 2025-03-21T20:22:30.9088133Z command options for 'CustomBuild': 2025-03-21T20:22:30.9088784Z build_base = pip-out 2025-03-21T20:22:30.9089459Z build_purelib = pip-out/lib 2025-03-21T20:22:30.9090194Z build_platlib = pip-out/lib.linux-x86_64-cpython-310 2025-03-21T20:22:30.9091074Z build_lib = pip-out/lib.linux-x86_64-cpython-310 2025-03-21T20:22:30.9091861Z build_scripts = pip-out/scripts-3.10 2025-03-21T20:22:30.9092643Z build_temp = pip-out/temp.linux-x86_64-cpython-310 2025-03-21T20:22:30.9093392Z plat_name = linux-x86_64 2025-03-21T20:22:30.9093965Z compiler = None 2025-03-21T20:22:30.9094447Z parallel = 15 2025-03-21T20:22:30.9094912Z debug = None 2025-03-21T20:22:30.9095379Z force = None 2025-03-21T20:22:30.9095934Z executable = /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:22:30.9097017Z creating /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-03-21T20:22:30.9098536Z deleting /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/CMakeCache.txt 2025-03-21T20:22:30.9100993Z cmake --build /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out -j15 --target portable_lib --target custom_ops_aot_lib --target quantized_ops_aot_lib --config Release 2025-03-21T20:22:30.9103302Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T20:22:30.9104759Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T20:22:30.9105887Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:22:30.9106931Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T20:22:30.9108685Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:22:30.9110395Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T20:22:30.9112287Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:22:30.9114035Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T20:22:30.9115785Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:22:30.9117500Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:22:30.9119139Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T20:22:30.9120929Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:22:30.9122783Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:22:30.9124713Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-03-21T20:22:30.9126579Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T20:22:30.9128030Z [ 0%] No download step for 'flatbuffers' 2025-03-21T20:22:30.9128697Z [ 0%] No update step for 'flatbuffers' 2025-03-21T20:22:30.9129381Z [ 0%] No patch step for 'flatbuffers' 2025-03-21T20:22:30.9130121Z [ 0%] Performing configure step for 'flatbuffers' 2025-03-21T20:22:30.9130834Z CMake Warning: 2025-03-21T20:22:30.9131473Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:22:30.9132059Z 2025-03-21T20:22:30.9132069Z 2025-03-21T20:22:30.9132357Z fatal: No names found, cannot describe anything. 2025-03-21T20:22:30.9133167Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:22:30.9133941Z git describe failed with exit code: 128 2025-03-21T20:22:30.9134399Z 2025-03-21T20:22:30.9134746Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:22:30.9135574Z Call Stack (most recent call first): 2025-03-21T20:22:30.9136218Z CMakeLists.txt:5 (include) 2025-03-21T20:22:30.9136702Z 2025-03-21T20:22:30.9136711Z 2025-03-21T20:22:30.9136948Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:22:30.9138240Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T20:22:30.9140113Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T20:22:30.9141979Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T20:22:30.9143796Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T20:22:30.9145465Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:22:30.9147092Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:22:30.9148966Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:22:30.9150657Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:22:30.9152371Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:22:30.9154104Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:22:30.9155903Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-03-21T20:22:30.9157813Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-03-21T20:22:30.9159205Z [ 2%] Linking C static library libpthreadpool.a 2025-03-21T20:22:30.9160586Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-03-21T20:22:30.9163576Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-03-21T20:22:31.3907841Z [ 2%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-03-21T20:22:31.3908984Z [ 2%] Built target pthreadpool 2025-03-21T20:22:31.3909972Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:22:31.3911514Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-03-21T20:22:31.3913139Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-03-21T20:22:31.3915104Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:22:31.3916855Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T20:22:31.3918262Z [ 3%] Built target flatccrt 2025-03-21T20:22:31.3918957Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:22:31.3920793Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:22:31.3922553Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-03-21T20:22:31.3924183Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-03-21T20:22:31.3925793Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-03-21T20:22:31.3926589Z -- Detecting CXX compiler ABI info 2025-03-21T20:22:31.3927242Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-03-21T20:22:31.3928202Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-03-21T20:22:31.3929365Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-03-21T20:22:31.3930512Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-03-21T20:22:31.3931465Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T20:22:31.3933166Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-f16c-c8.c.o 2025-03-21T20:22:31.3935668Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9x-minmax-f16c-c8.c.o 2025-03-21T20:22:31.3937490Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:22:31.3939468Z [ 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:31.3941964Z [ 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:31.3944190Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-03-21T20:22:31.3945491Z [ 4%] Built target indirection 2025-03-21T20:22:31.3946598Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-03-21T20:22:31.3948872Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-03-21T20:22:31.3950646Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-03-21T20:22:31.3951847Z [ 4%] Built target microparams-init 2025-03-21T20:22:31.3953009Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T20:22:31.3954663Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-03-21T20:22:31.3956458Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:22:31.3958098Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-03-21T20:22:31.3959727Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:22:31.3960952Z [ 4%] Built target normalization 2025-03-21T20:22:31.3962102Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:22:31.3963849Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:22:31.3965484Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:22:31.3967366Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:22:31.3968975Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:22:31.3970551Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T20:22:31.3972138Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-03-21T20:22:31.3973858Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-03-21T20:22:31.3975582Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-03-21T20:22:31.3977535Z [ 4%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-03-21T20:22:31.3979102Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:22:31.3980302Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T20:22:31.3982006Z [ 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:31.3983908Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-03-21T20:22:31.3985662Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:22:31.3987095Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:22:31.3987949Z -- Detecting CXX compile features 2025-03-21T20:22:31.3988659Z -- Detecting CXX compile features - done 2025-03-21T20:22:31.3989964Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:22:31.3991247Z -- Looking for strtof_l 2025-03-21T20:22:31.3992246Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T20:22:31.3994226Z [ 4%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-03-21T20:22:31.3996193Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T20:22:31.3997809Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-03-21T20:22:31.3999459Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T20:22:31.4000543Z [ 4%] Built target datatype 2025-03-21T20:22:31.4001650Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T20:22:31.4003426Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-03-21T20:22:31.4005128Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T20:22:31.4006731Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-03-21T20:22:31.4008380Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T20:22:31.4010004Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-03-21T20:22:31.4011101Z [ 4%] Linking C static library libcpuinfo.a 2025-03-21T20:22:31.4012248Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T20:22:31.4013400Z [ 4%] Built target cpuinfo 2025-03-21T20:22:31.4014427Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T20:22:31.4016490Z [ 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:31.4018807Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T20:22:31.4020984Z [ 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:31.4023511Z [ 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:31.4025900Z [ 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:31.4027952Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T20:22:31.4029683Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T20:22:31.4031287Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-03-21T20:22:31.4033451Z [ 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:31.4034874Z [ 6%] Built target logging 2025-03-21T20:22:31.8873051Z [ 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:31.8874790Z [ 6%] Built target reference-ukernels 2025-03-21T20:22:31.8876285Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-03-21T20:22:31.8878413Z [ 6%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-03-21T20:22:31.8880332Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T20:22:31.8882163Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T20:22:31.8883840Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-03-21T20:22:31.8885659Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-03-21T20:22:31.8887487Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-03-21T20:22:31.8889315Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-03-21T20:22:31.8891593Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u32.c.o 2025-03-21T20:22:31.8893923Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-03-21T20:22:31.8895086Z -- Looking for strtof_l - found 2025-03-21T20:22:31.8895755Z -- Looking for strtoull_l 2025-03-21T20:22:31.8896372Z [ 7%] Built target hardware-config 2025-03-21T20:22:31.8898078Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u16.c.o 2025-03-21T20:22:31.8900313Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-03-21T20:22:31.8902731Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:31.8905277Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-03-21T20:22:31.8906536Z [ 7%] Built target packing 2025-03-21T20:22:31.8908322Z [ 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:31.8910529Z [ 7%] Built target allocator 2025-03-21T20:22:31.8911933Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-03-21T20:22:31.8913862Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-03-21T20:22:31.8916223Z [ 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:31.8918779Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-03-21T20:22:31.8920774Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-03-21T20:22:31.8923389Z [ 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:31.8925447Z [ 7%] Built target cache 2025-03-21T20:22:31.8927094Z [ 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:31.8929959Z [ 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:31.8931777Z [ 7%] Linking CXX static library libeigen_blas.a 2025-03-21T20:22:31.8932509Z [ 7%] Built target microkernel-utils 2025-03-21T20:22:31.8933166Z [ 7%] Built target mutex 2025-03-21T20:22:31.8934881Z [ 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:31.8936679Z [ 8%] Built target memory 2025-03-21T20:22:31.8937289Z [ 8%] Built target operator-utils 2025-03-21T20:22:31.8939036Z [ 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:31.8941747Z [ 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:31.8944021Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-03-21T20:22:31.8945707Z [ 8%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-03-21T20:22:31.8946763Z [ 8%] Built target eigen_blas 2025-03-21T20:22:31.8948279Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-03-21T20:22:31.8949715Z [ 8%] Built target operator-run 2025-03-21T20:22:31.8951339Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-03-21T20:22:31.8952837Z [ 8%] Built target flatcc 2025-03-21T20:22:31.8953876Z [ 8%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T20:22:31.8955859Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-03-21T20:22:31.8958243Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-03-21T20:22:31.8960525Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-03-21T20:22:31.8962697Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-f16c-c8.c.o 2025-03-21T20:22:31.8965113Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-03-21T20:22:31.8966495Z -- Looking for strtoull_l - found 2025-03-21T20:22:31.8967396Z -- Looking for realpath 2025-03-21T20:22:31.8968752Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-03-21T20:22:31.8971298Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-avx2-c8.c.o 2025-03-21T20:22:31.8973825Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-03-21T20:22:31.8976127Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-avx2-c8.c.o 2025-03-21T20:22:31.8978213Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-03-21T20:22:31.8980231Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-03-21T20:22:31.8982538Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:22:31.8985108Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.o 2025-03-21T20:22:31.8987124Z [ 9%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-03-21T20:22:31.8988776Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-03-21T20:22:31.8990762Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-03-21T20:22:31.8992584Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-03-21T20:22:31.8994300Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-03-21T20:22:31.8996273Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/f16-rmax-f16c-u32.c.o 2025-03-21T20:22:31.8998541Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-avx512skx-u64-acc4.c.o 2025-03-21T20:22:31.9000803Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-03-21T20:22:31.9002129Z [ 9%] Built target flatcc_cli 2025-03-21T20:22:31.9003442Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-03-21T20:22:31.9005460Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-03-21T20:22:31.9007013Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-03-21T20:22:31.9007890Z [ 9%] Generating etdump headers 2025-03-21T20:22:31.9008608Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-03-21T20:22:31.9009333Z [ 10%] Built target etdump_schema 2025-03-21T20:22:31.9010048Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-03-21T20:22:32.6182748Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2025-03-21T20:22:32.6185497Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-avx512skx-u64-acc4.c.o 2025-03-21T20:22:32.6188306Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2025-03-21T20:22:32.6191153Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-03-21T20:22:32.6193505Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vadd-f16c-u16.c.o 2025-03-21T20:22:32.6195862Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-03-21T20:22:32.6198071Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-03-21T20:22:32.6200401Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-f16c-u16.c.o 2025-03-21T20:22:32.6202886Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-f16c-u8.c.o 2025-03-21T20:22:32.6204496Z -- Looking for realpath - found 2025-03-21T20:22:32.6205379Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:22:32.6206177Z -- Configuring done (1.2s) 2025-03-21T20:22:32.6207678Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-f16c-u8.c.o 2025-03-21T20:22:32.6210037Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmax-f16c-u16.c.o 2025-03-21T20:22:32.6212434Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u16.c.o 2025-03-21T20:22:32.6214644Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-f16c-u16.c.o 2025-03-21T20:22:32.6215923Z -- Generating done (0.0s) 2025-03-21T20:22:32.6217038Z -- 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:32.6218288Z [ 12%] Performing build step for 'flatbuffers' 2025-03-21T20:22:32.6219691Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-f16c-u16.c.o 2025-03-21T20:22:32.6221927Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmul-f16c-u16.c.o 2025-03-21T20:22:32.6224469Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmulc-f16c-u16.c.o 2025-03-21T20:22:32.6226972Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vprelu-f16c-u16.c.o 2025-03-21T20:22:32.6228749Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:22:32.6230804Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vpreluc-f16c-u16.c.o 2025-03-21T20:22:32.6233636Z [ 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:32.6235396Z [ 12%] Built target operators 2025-03-21T20:22:32.6236308Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:22:32.6238201Z [ 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:32.6239925Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:22:32.6241044Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:22:32.6242184Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:22:32.6243485Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:22:32.6245419Z [ 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:32.6250335Z [ 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:32.6252778Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u16.c.o 2025-03-21T20:22:32.6254325Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:22:32.6255354Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:22:32.6256654Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsub-f16c-u16.c.o 2025-03-21T20:22:32.6257626Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:22:32.6258578Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-f16c-u16.c.o 2025-03-21T20:22:32.6259859Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-03-21T20:22:32.6260814Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-03-21T20:22:32.6261712Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-03-21T20:22:32.6262822Z [ 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:32.6264032Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-03-21T20:22:32.6264920Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:22:32.6265559Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:22:32.6266974Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-03-21T20:22:32.6268357Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-03-21T20:22:32.6269982Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-03-21T20:22:32.6271068Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:22:32.6272026Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-03-21T20:22:32.6273461Z [ 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:32.6275099Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-03-21T20:22:32.6275987Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:22:32.6276898Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:22:32.6278281Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-03-21T20:22:32.6279983Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-03-21T20:22:32.6281090Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-03-21T20:22:32.6282297Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-03-21T20:22:32.6283462Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-03-21T20:22:32.6284389Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:22:32.6285206Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:22:32.6286049Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-03-21T20:22:32.6286869Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:22:32.6287461Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:22:32.6288426Z [ 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:32.6289682Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-03-21T20:22:32.6290827Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-03-21T20:22:32.6291911Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-03-21T20:22:32.6293012Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-03-21T20:22:32.6293825Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:22:32.6294456Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:22:32.6295092Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:22:32.6295775Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:22:33.2451129Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-03-21T20:22:33.2452601Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-03-21T20:22:33.2453832Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-03-21T20:22:33.2455120Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-03-21T20:22:33.2456265Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-03-21T20:22:33.2457380Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-03-21T20:22:33.2458524Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-03-21T20:22:33.2459791Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u16.c.o 2025-03-21T20:22:33.2461170Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-03-21T20:22:33.2462442Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-fma3-2x.c.o 2025-03-21T20:22:33.2464408Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u16.c.o 2025-03-21T20:22:33.2465611Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:22:33.2466254Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:22:33.2467051Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:22:33.2467997Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-03-21T20:22:33.2469199Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-03-21T20:22:33.2470033Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:22:33.2471037Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-03-21T20:22:33.2472063Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-03-21T20:22:33.2472981Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:22:33.2474643Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u16.c.o 2025-03-21T20:22:33.2476437Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:22:33.2478334Z [ 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:33.2480778Z [ 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:33.2482779Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-03-21T20:22:33.2484316Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:22:33.2485402Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:22:33.2486533Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:22:33.2488333Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrsqrt/gen/f16-vrsqrt-f16c-rsqrt-u32.c.o 2025-03-21T20:22:33.2490789Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.o 2025-03-21T20:22:33.2492398Z [ 15%] Built target subgraph 2025-03-21T20:22:33.2493868Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u32.c.o 2025-03-21T20:22:33.2496546Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2025-03-21T20:22:33.2499395Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u32.c.o 2025-03-21T20:22:33.2501863Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-sse2-u16.c.o 2025-03-21T20:22:33.2503770Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:22:33.2505280Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vneg-sse2-u16.c.o 2025-03-21T20:22:33.2506635Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:22:33.2507805Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:22:33.2508774Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:22:33.2510323Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vsqr-f16c-u16.c.o 2025-03-21T20:22:33.2511961Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:22:33.2513464Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2025-03-21T20:22:33.2514857Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-sse2-c4.c.o 2025-03-21T20:22:33.2515922Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:22:33.2517794Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2025-03-21T20:22:33.2520614Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-sse2-c4.c.o 2025-03-21T20:22:33.2523230Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2025-03-21T20:22:33.2525217Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-sse2-c4.c.o 2025-03-21T20:22:33.2527235Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2025-03-21T20:22:33.2529097Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:22:33.2530938Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-sse-c4.c.o 2025-03-21T20:22:33.2532976Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-sse-c4.c.o 2025-03-21T20:22:33.2535095Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2025-03-21T20:22:33.2537762Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.o 2025-03-21T20:22:33.2540242Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f.c.o 2025-03-21T20:22:33.2542561Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2025-03-21T20:22:33.2544902Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2025-03-21T20:22:33.2546868Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx.c.o 2025-03-21T20:22:33.2552599Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3.c.o 2025-03-21T20:22:33.2554610Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse.c.o 2025-03-21T20:22:33.2556870Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2025-03-21T20:22:33.2559556Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx.c.o 2025-03-21T20:22:33.2561987Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f.c.o 2025-03-21T20:22:33.2563667Z [ 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:33.7547369Z [ 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:33.7550555Z [ 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:33.7553306Z [ 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:33.7556290Z [ 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:33.7558035Z [100%] Linking CXX executable flatc 2025-03-21T20:22:33.7559754Z [ 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:33.7562648Z [ 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:33.7565467Z [ 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:33.7568221Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2025-03-21T20:22:33.7570960Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse.c.o 2025-03-21T20:22:33.7573945Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.o 2025-03-21T20:22:33.7576899Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.o 2025-03-21T20:22:33.7579795Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.o 2025-03-21T20:22:33.7582697Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.o 2025-03-21T20:22:33.7585518Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx.c.o 2025-03-21T20:22:33.7588229Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f.c.o 2025-03-21T20:22:33.7590985Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3.c.o 2025-03-21T20:22:33.7593782Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2025-03-21T20:22:33.7596654Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2025-03-21T20:22:33.7599385Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse.c.o 2025-03-21T20:22:33.7602580Z [ 19%] 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:33.7605873Z [ 19%] 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:33.7609090Z [ 19%] 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:33.7612349Z [ 19%] 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:33.7615704Z [ 20%] 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:33.7619090Z [ 20%] 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:33.7622553Z [ 20%] 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:33.7625903Z [ 20%] 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:33.7629340Z [ 20%] 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:33.7632590Z [ 20%] 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:33.7635862Z [ 20%] 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:33.7639282Z [ 20%] 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:33.7642650Z [ 20%] 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:33.7645564Z [ 20%] 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:33.7648452Z [ 20%] 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:33.7651137Z [ 20%] 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:33.7653877Z [ 20%] 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:33.7656660Z [ 20%] 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:33.7659418Z [ 20%] 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:33.7662077Z [ 20%] 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:33.7664873Z [ 21%] 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:33.7667781Z [ 21%] 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:33.7670959Z [ 21%] 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:33.7673933Z [ 21%] 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:33.7676776Z [ 21%] 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:33.7679463Z [ 21%] 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:33.7682062Z [ 21%] 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:33.7684684Z [ 21%] 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:33.7687419Z [ 21%] 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:33.7689899Z [ 21%] 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:33.7692453Z [ 21%] 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:33.7695198Z [ 21%] 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:33.7698037Z [ 21%] 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:34.2725407Z [ 21%] 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:34.2728122Z [ 21%] 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:34.2731007Z [ 23%] 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:34.2733682Z [ 23%] 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:34.2736300Z [ 23%] 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:34.2738692Z [ 23%] 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:34.2741483Z [ 23%] 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:34.2744380Z [ 23%] 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:34.2747300Z [ 23%] 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:34.2750502Z [ 23%] 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:34.2753428Z [ 23%] 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:34.2756253Z [ 23%] 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:34.2759130Z [ 23%] 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:34.2761966Z [ 23%] 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:34.2764899Z [ 23%] 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:34.2767869Z [ 23%] 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:34.2770855Z [ 23%] 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:34.2773716Z [ 23%] 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:34.2776601Z [ 24%] 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:34.2779246Z [ 24%] 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:34.2781942Z [ 24%] 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:34.2784715Z [ 24%] 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:34.2787443Z [ 24%] 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:34.2790135Z [ 24%] 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:34.2792908Z [ 24%] 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:34.2795875Z [ 24%] 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:34.2798607Z [ 24%] 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:34.2801238Z [ 24%] 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:34.2803870Z [ 24%] 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:34.2806567Z [ 24%] 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:34.2809194Z [ 24%] 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:34.2811935Z [ 24%] 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:34.2814804Z [ 24%] 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:34.2817725Z [ 24%] 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:34.2820765Z [ 25%] 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:34.2823747Z [ 25%] 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:34.2826577Z [ 25%] 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:34.2829485Z [ 25%] 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:34.2832360Z [ 25%] 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:34.2835216Z [ 25%] 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:34.2838043Z [ 25%] 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:34.2841079Z [ 25%] 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:34.2844209Z [ 25%] 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:34.2847314Z [ 25%] 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:34.2849970Z [ 25%] 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:34.2852899Z [ 25%] 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:34.2855924Z [ 25%] 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:34.2859126Z [ 25%] 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:34.2862240Z [ 25%] 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:34.2865166Z [ 26%] 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:34.2868082Z [ 26%] 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:34.2871240Z [ 26%] 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:34.2874478Z [ 26%] 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:34.8943585Z [ 26%] 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:34.8946750Z [ 26%] 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:34.8949629Z [ 26%] 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:34.8952681Z [ 26%] 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:34.8955885Z [ 26%] 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:34.8958719Z [ 26%] 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:34.8961562Z [ 26%] 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:34.8964400Z [ 26%] 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:34.8967355Z [ 26%] 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:34.8970391Z [ 26%] 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:34.8973662Z [ 26%] 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:34.8976741Z [ 26%] 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:34.8979561Z [ 28%] 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:34.8982185Z [ 28%] 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:34.8983806Z [100%] Built target flatc 2025-03-21T20:22:34.8985420Z [ 28%] 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:34.8987179Z [ 28%] No install step for 'flatbuffers' 2025-03-21T20:22:34.8988024Z [ 28%] Completed 'flatbuffers' 2025-03-21T20:22:34.8989842Z [ 28%] 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:34.8992651Z [ 28%] 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:34.8995399Z [ 28%] 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:34.8998048Z [ 28%] 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:34.9000612Z [ 28%] 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:34.9002245Z [ 28%] Built target flatbuffers 2025-03-21T20:22:34.9002920Z [ 28%] Generating common_schema headers 2025-03-21T20:22:34.9003635Z [ 29%] Generating xnnpack_schema headers 2025-03-21T20:22:34.9004313Z [ 29%] Built target common_schema 2025-03-21T20:22:34.9005925Z [ 29%] 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:34.9008538Z [ 29%] 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:34.9011224Z [ 29%] 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:34.9012963Z [ 29%] Built target xnnpack_schema 2025-03-21T20:22:34.9014723Z [ 29%] 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:34.9016457Z [ 29%] Generating bundled_program headers 2025-03-21T20:22:34.9017205Z [ 29%] Built target bundled_program_schema 2025-03-21T20:22:34.9018962Z [ 29%] 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:34.9020725Z [ 29%] Generating program_schema headers 2025-03-21T20:22:34.9022378Z [ 29%] 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:34.9025073Z [ 29%] 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:34.9026721Z [ 29%] Built target program_schema 2025-03-21T20:22:34.9028907Z [ 29%] 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:34.9032638Z [ 30%] 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:34.9036194Z [ 30%] 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:34.9038697Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:22:34.9040126Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:22:34.9041805Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:22:34.9043758Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:22:34.9046474Z [ 30%] 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:34.9052695Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:22:34.9054247Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:22:34.9056281Z [ 30%] 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:34.9059077Z [ 30%] 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:34.9061243Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:22:34.9063399Z [ 30%] 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:34.9065500Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:22:34.9067003Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:22:34.9068511Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:22:34.9070682Z [ 30%] 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:34.9073075Z [ 30%] 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:34.9075101Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:22:34.9077313Z [ 30%] 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:34.9079505Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:22:34.9081154Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:22:34.9082822Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:22:34.9084425Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:22:34.9086463Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2025-03-21T20:22:34.9088498Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:22:34.9089918Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:22:34.9091977Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc4.c.o 2025-03-21T20:22:35.4438914Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc4.c.o 2025-03-21T20:22:35.4441048Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:22:35.4442460Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:22:35.4444529Z [ 31%] 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:35.4446691Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:22:35.4450585Z [ 31%] 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:35.4453201Z [ 31%] 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:35.4455726Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc4.c.o 2025-03-21T20:22:35.4458098Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc4.c.o 2025-03-21T20:22:35.4460549Z [ 32%] 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:35.4462927Z [ 32%] 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:35.4465368Z [ 32%] 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:35.4467825Z [ 32%] 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:35.4470417Z [ 32%] 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:35.4472894Z [ 32%] 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:35.4475418Z [ 32%] 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:35.4477802Z [ 32%] 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:35.4480315Z [ 32%] 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:35.4482985Z [ 32%] 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:35.4485427Z [ 32%] 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:35.4487150Z [ 32%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:22:35.4488901Z [ 32%] 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:35.4491444Z [ 32%] 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:35.4493057Z [ 32%] Built target executorch_core 2025-03-21T20:22:35.4494632Z [ 32%] 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:35.4497276Z [ 34%] 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:35.4499300Z [ 35%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:22:35.4500851Z [ 35%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T20:22:35.4502304Z [ 35%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:22:35.4503788Z [ 35%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:22:35.4505465Z [ 36%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:22:35.4507209Z [ 36%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:22:35.4509124Z [ 36%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:22:35.4510950Z [ 36%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:22:35.4512775Z [ 36%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T20:22:35.4514924Z [ 36%] 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:35.4517512Z [ 36%] 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:35.4520013Z [ 36%] 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:35.4522518Z [ 36%] 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:35.4525123Z [ 36%] 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:35.4527730Z [ 36%] 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:35.4530284Z [ 36%] 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:35.4532765Z [ 36%] 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:35.4535329Z [ 36%] 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:35.4537873Z [ 36%] 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:35.4540494Z [ 36%] 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:35.4542936Z [ 36%] 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:35.4545428Z [ 36%] 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:35.4548140Z [ 36%] 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:35.4549872Z [ 36%] Linking CXX static library libexecutorch.a 2025-03-21T20:22:35.4551504Z [ 36%] 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:35.4553072Z [ 36%] Built target executorch 2025-03-21T20:22:35.4554564Z [ 37%] 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:35.4556963Z [ 37%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-03-21T20:22:35.4559192Z [ 37%] 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:35.4561199Z [ 37%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2025-03-21T20:22:35.4562363Z [ 37%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:22:35.4563419Z [ 37%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2025-03-21T20:22:35.4564943Z [ 37%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-03-21T20:22:35.4567096Z [ 37%] 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:35.4568757Z [ 37%] Built target extension_threadpool 2025-03-21T20:22:35.4570015Z [ 37%] Building CXX object devtools/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2025-03-21T20:22:35.4572296Z [ 37%] 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:35.4574346Z [ 37%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/buffer_data_sink.cpp.o 2025-03-21T20:22:35.4575651Z [ 37%] Linking CXX static library libextension_tensor.a 2025-03-21T20:22:35.4577364Z [ 37%] 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:35.4579962Z [ 37%] 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:35.4582461Z [ 37%] 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:36.3222375Z [ 37%] Built target extension_tensor 2025-03-21T20:22:36.3223661Z [ 37%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/file_data_sink.cpp.o 2025-03-21T20:22:36.3225254Z [ 37%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:22:36.3226553Z [ 39%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-03-21T20:22:36.3228314Z [ 39%] 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:36.3229998Z [ 39%] Linking CXX static library libextension_data_loader.a 2025-03-21T20:22:36.3231561Z [ 39%] 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:36.3234170Z [ 39%] 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:36.3235876Z [ 39%] Built target extension_data_loader 2025-03-21T20:22:36.3237535Z [ 39%] 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:36.3240082Z [ 39%] 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:36.3242372Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:22:36.3244700Z [ 40%] 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:36.3247293Z [ 40%] 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:36.3250156Z [ 40%] 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:36.3252728Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:22:36.3255036Z [ 40%] 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:36.3257588Z [ 41%] 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:36.3260128Z [ 41%] 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:36.3262048Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:22:36.3263624Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:22:36.3264794Z [ 41%] Linking CXX static library libbundled_program.a 2025-03-21T20:22:36.3266480Z [ 41%] 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:36.3268346Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:22:36.3269604Z [ 41%] Linking CXX static library libetdump.a 2025-03-21T20:22:36.3270305Z [ 41%] Built target bundled_program 2025-03-21T20:22:36.3271294Z [ 41%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-03-21T20:22:36.3272637Z [ 41%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-03-21T20:22:36.3273626Z [ 41%] Built target etdump 2025-03-21T20:22:36.3274966Z [ 41%] 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:36.3277178Z [ 41%] 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:36.3279431Z [ 41%] 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:36.3281703Z [ 41%] 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:36.3283889Z [ 41%] 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:36.3285765Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:36.3287333Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:22:36.3289372Z [ 41%] 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:36.3291316Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:22:36.3292966Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:22:36.3294917Z [ 41%] 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:36.3297366Z [ 41%] 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:36.3299381Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:22:36.3301339Z [ 41%] 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:36.3303664Z [ 41%] 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:36.3306381Z [ 41%] 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:36.3308754Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:22:36.3310576Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:22:36.3311879Z [ 41%] Linking CXX static library libcpublas.a 2025-03-21T20:22:36.3312609Z [ 41%] Built target cpublas 2025-03-21T20:22:36.3313811Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:22:36.3316090Z [ 41%] 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:36.3318753Z [ 42%] 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:36.3320973Z [ 42%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:36.3322738Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:22:36.3324622Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:22:36.3326581Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:22:36.3328530Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:22:36.3330344Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:22:36.3332119Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:36.3333713Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:22:36.3335687Z [ 43%] 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:36.3337575Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:36.3339053Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:22:36.3340829Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:22:36.3342574Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:36.3343866Z [ 43%] Linking CXX static library libutil.a 2025-03-21T20:22:36.3345216Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:22:36.3346548Z [ 43%] Built target util 2025-03-21T20:22:36.3347833Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-03-21T20:22:36.3349605Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:22:36.3351579Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:22:36.3353895Z [ 43%] 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:36.3356207Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:22:36.3358153Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:22:36.3360193Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:37.6699407Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:37.6701060Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-03-21T20:22:37.6702771Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:37.6704504Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:22:37.6706321Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:22:37.6708677Z [ 43%] 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:37.6710842Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:22:37.6712852Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:22:37.6714941Z [ 43%] 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:37.6717050Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:22:37.6719199Z [ 43%] 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:37.6721324Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:37.6723174Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:22:37.6724935Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:37.6726532Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:22:37.6728209Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:22:37.6730118Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:22:37.6732097Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:22:37.6734042Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:22:37.6736217Z [ 46%] 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:37.6738486Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:22:37.6740128Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:22:37.6741906Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:22:37.6743616Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:22:37.6745332Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:22:37.6747178Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:22:37.6751084Z [ 46%] 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:37.6753349Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:22:37.6755402Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:37.6757538Z [ 46%] 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:37.6760043Z [ 46%] 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:37.6762095Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:22:37.6763806Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:37.6765588Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:22:37.6767436Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:22:37.6769224Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:22:37.6771600Z [ 46%] 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:37.6774330Z [ 46%] 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:37.6776974Z [ 46%] 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:37.6779174Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:37.6781315Z [ 46%] 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:37.6783874Z [ 46%] 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:37.6786158Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:22:37.6788400Z [ 46%] 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:37.6790948Z [ 47%] 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:37.6793114Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:22:37.6795291Z [ 48%] 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:37.6797583Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:22:37.6799812Z [ 48%] 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:37.6802410Z [ 48%] 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:37.6804924Z [ 48%] 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:37.6807073Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:22:37.6808806Z [ 48%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:22:37.6810917Z [ 48%] 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:37.6813489Z [ 48%] 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:37.6816258Z [ 48%] 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:37.6818482Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:22:37.6820663Z [ 48%] 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:37.6822876Z [ 48%] 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:37.6824888Z [ 48%] 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:37.6826903Z [ 48%] 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:37.6829397Z [ 48%] 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:37.6831623Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:22:37.6833896Z [ 48%] 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:37.6836524Z [ 48%] 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:37.6839166Z [ 48%] 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:37.6841803Z [ 50%] 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:39.0653488Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:22:39.0655804Z [ 50%] 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:39.0658501Z [ 50%] 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:39.0661077Z [ 50%] 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:39.0663280Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:22:39.0665459Z [ 50%] 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:39.0667931Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:22:39.0669930Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:22:39.0671734Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:22:39.0673951Z [ 50%] 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:39.0676632Z [ 50%] 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:39.0678902Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:39.0681174Z [ 50%] 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:39.0684076Z [ 50%] 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:39.0686331Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:22:39.0688133Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:22:39.0689948Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:22:39.0692317Z [ 50%] 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:39.0694640Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:22:39.0696942Z [ 50%] 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:39.0699449Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:22:39.0701406Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:22:39.0703255Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:22:39.0705111Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:22:39.0706916Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:39.0709295Z [ 51%] 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:39.0712074Z [ 51%] 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:39.0714396Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:22:39.0716677Z [ 51%] 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:39.0719870Z [ 51%] 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:39.0722288Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:22:39.0724397Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:22:39.0726387Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:22:39.0728518Z [ 52%] 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:39.0731025Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:22:39.0733355Z [ 52%] 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:39.0736168Z [ 52%] 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:39.0738550Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:22:39.0740915Z [ 52%] 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:39.0743171Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:22:39.0745133Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:39.0747050Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:22:39.0750746Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:22:39.0752692Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:22:39.0754616Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:22:39.0756509Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:22:39.0758309Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:22:39.0760675Z [ 53%] 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:39.0763705Z [ 53%] 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:39.0766118Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:22:39.0768394Z [ 53%] 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:39.0770704Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:22:39.0773060Z [ 53%] 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:39.0775269Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:22:39.0777186Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:22:39.0779106Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:22:39.0781010Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:22:39.0782554Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:22:39.0784253Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:22:39.0786302Z [ 53%] 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:39.0805813Z [ 53%] 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:39.0808127Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:22:39.0809952Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:22:39.0811765Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:39.0813938Z [ 53%] 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:40.1319511Z [ 53%] 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:40.1322344Z [ 53%] 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:40.1325302Z [ 53%] 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:40.1327461Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:22:40.1329606Z [ 53%] 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:40.1331639Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:22:40.1333486Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:22:40.1335815Z [ 54%] 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:40.1338580Z [ 56%] 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:40.1341065Z [ 56%] 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:40.1343321Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:22:40.1345529Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:22:40.1347956Z [ 56%] 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:40.1350499Z [ 56%] 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:40.1352957Z [ 56%] 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:40.1355623Z [ 56%] 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:40.1357814Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:22:40.1359490Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:22:40.1361513Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2025-03-21T20:22:40.1364090Z [ 56%] 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:40.1366590Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:22:40.1368381Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:22:40.1370449Z [ 56%] 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:40.1372813Z [ 56%] 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:40.1375361Z [ 56%] 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:40.1377636Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:22:40.1379860Z [ 56%] 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:40.1383561Z [ 56%] 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:40.1386035Z [ 56%] 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:40.1388324Z [ 56%] 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:40.1390598Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:22:40.1392587Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:22:40.1394827Z [ 56%] 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:40.1397391Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2025-03-21T20:22:40.1399861Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:22:40.1401745Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:22:40.1403496Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:22:40.1405715Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2025-03-21T20:22:40.1408255Z [ 57%] 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:40.1410396Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:22:40.1412470Z [ 57%] 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:40.1414843Z [ 57%] 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:40.1417176Z [ 57%] 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:40.1419447Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:22:40.1421429Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:22:40.1423602Z [ 58%] 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:40.1425917Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:22:40.1428064Z [ 58%] 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:40.1430441Z [ 58%] 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:40.1432754Z [ 58%] 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:40.1434968Z [ 58%] 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:40.1437217Z [ 58%] 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:40.1439173Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:22:40.1441305Z [ 58%] 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:40.1443434Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:22:40.1445161Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:22:40.1447176Z [ 58%] 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:40.1449564Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:22:40.1450638Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:22:40.1451817Z [ 58%] 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:40.1453108Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:22:40.1454163Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:22:40.1455147Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:22:41.4132618Z [ 59%] 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:41.4134862Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:22:41.4136704Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:22:41.4139003Z [ 59%] 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:41.4141768Z [ 59%] 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:41.4144045Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:22:41.4146282Z [ 59%] 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:41.4148821Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:22:41.4150754Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:22:41.4152863Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:22:41.4154803Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:22:41.4157156Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2025-03-21T20:22:41.4159537Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:22:41.4161494Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:22:41.4163287Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:22:41.4165570Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2025-03-21T20:22:41.4168270Z [ 60%] 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:41.4170661Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:22:41.4173001Z [ 60%] 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:41.4180567Z [ 60%] 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:41.4182916Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:22:41.4184803Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:22:41.4187493Z [ 60%] 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:41.4190161Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:22:41.4192843Z [ 60%] 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:41.4195648Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:22:41.4197537Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:22:41.4200026Z [ 60%] 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:41.4203003Z [ 60%] 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:41.4206467Z [ 60%] 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:41.4208884Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:22:41.4210826Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:22:41.4213087Z [ 60%] 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:41.4215771Z [ 60%] 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:41.4218078Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:22:41.4220106Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:22:41.4221940Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:22:41.4223742Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:22:41.4225982Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2025-03-21T20:22:41.4228713Z [ 62%] 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:41.4231413Z [ 62%] 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:41.4234227Z [ 62%] 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:41.4237169Z [ 62%] 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:41.4239523Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:22:41.4241893Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-scalar-rational-9-8-div.c.o 2025-03-21T20:22:41.4244224Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:22:41.4246033Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:22:41.4248042Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:22:41.4250406Z [ 63%] 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:41.4252834Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:22:41.4254957Z [ 63%] 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:41.4257424Z [ 63%] 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:41.4259908Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2025-03-21T20:22:41.4262133Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:22:41.4264360Z [ 63%] 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:41.4266431Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:22:41.4268278Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:22:41.4270273Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:22:41.4272464Z [ 63%] 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:41.4274655Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:22:41.4276643Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:22:41.4278892Z [ 63%] 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:41.4281284Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:22:41.4283602Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-03-21T20:22:42.4540118Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:22:42.4542140Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:22:42.4543947Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:22:42.4545714Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:22:42.4548071Z [ 64%] 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:42.4550978Z [ 64%] 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:42.4553147Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:22:42.4555184Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:22:42.4557487Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:22:42.4559898Z [ 65%] 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:42.4562445Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:22:42.4564841Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:22:42.4567289Z [ 65%] 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:42.4569559Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:22:42.4571665Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:22:42.4573724Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:22:42.4575785Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:22:42.4578085Z [ 65%] 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:42.4580354Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:22:42.4582932Z [ 65%] 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:42.4585458Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:22:42.4587977Z [ 65%] 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:42.4590591Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:22:42.4592621Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:22:42.4594813Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:22:42.4597533Z [ 65%] 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:42.4600853Z [ 65%] 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:42.4603631Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:22:42.4605778Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:22:42.4607788Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:22:42.4610334Z [ 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:42.4613567Z [ 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:42.4616646Z [ 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:42.4619206Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:22:42.4621775Z [ 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:42.4625048Z [ 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:42.4627813Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:22:42.4631226Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:22:42.4633262Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:22:42.4635961Z [ 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:42.4639312Z [ 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:42.4642562Z [ 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:42.4645661Z [ 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:42.4648954Z [ 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:42.4652156Z [ 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:42.4655288Z [ 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:42.4658407Z [ 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:42.4661715Z [ 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:42.4664770Z [ 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:42.4667860Z [ 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:42.4671114Z [ 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:42.4673264Z [ 68%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:22:42.4675465Z [ 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:42.4679034Z [ 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:42.4682470Z [ 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:42.4685827Z [ 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:42.4689190Z [ 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:43.1911044Z [ 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:43.1914175Z [ 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:43.1917570Z [ 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:43.1920714Z [ 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:43.1922725Z [ 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:43.1925129Z [ 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:43.1928078Z [ 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:43.1931106Z [ 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:43.1934263Z [ 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:43.1937374Z [ 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:43.1940628Z [ 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:43.1944024Z [ 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:43.1945977Z [ 69%] Built target optimized_portable_kernels 2025-03-21T20:22:43.1948026Z [ 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:43.1951024Z [ 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:43.1953660Z [ 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:43.1956651Z [ 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:43.1959986Z [ 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:43.1963011Z [ 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:43.1965950Z [ 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:43.1968907Z [ 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:43.1971878Z [ 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:43.1974863Z [ 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:43.1978045Z [ 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:43.1981008Z [ 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:43.1983750Z [ 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:43.1985464Z [ 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:43.1987289Z [ 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:43.1989016Z [ 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:43.1990589Z [ 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:43.1992178Z [ 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:43.1993805Z [ 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:43.1995512Z [ 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:43.1997084Z [ 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:43.1998653Z [ 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:43.2000255Z [ 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:43.2001879Z [ 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:43.2003478Z [ 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:43.2005179Z [ 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:43.2006980Z [ 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:43.2009298Z [ 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:43.2011780Z [ 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:43.2014147Z [ 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:43.2016723Z [ 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:43.2019540Z [ 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:43.2021554Z [ 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:43.2023162Z [ 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:43.2025234Z [ 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:43.2026905Z [ 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:43.7264781Z [ 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:43.7267918Z [ 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:43.7271042Z [ 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:43.7274171Z [ 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:43.7277498Z [ 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:43.7280703Z [ 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:43.7283651Z [ 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:43.7286293Z [ 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:43.7288927Z [ 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:43.7291618Z [ 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:43.7294298Z [ 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:43.7297067Z [ 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:43.7299652Z [ 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:43.7302267Z [ 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:43.7304870Z [ 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:43.7307640Z [ 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:43.7310788Z [ 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:43.7314270Z [ 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:43.7317476Z [ 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:43.7320705Z [ 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:43.7323983Z [ 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:43.7326895Z [ 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:43.7330200Z [ 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:43.7333414Z [ 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:43.7336731Z [ 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:43.7340037Z [ 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:43.7343415Z [ 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:43.7346686Z [ 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:43.7350232Z [ 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:43.7353562Z [ 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:43.7356858Z [ 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:43.7360119Z [ 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:43.7363606Z [ 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:43.7366763Z [ 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:43.7370054Z [ 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:43.7373323Z [ 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:43.7376668Z [ 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:43.7380147Z [ 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:43.7383451Z [ 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:43.7386666Z [ 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:43.7390078Z [ 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:43.7393392Z [ 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:43.7396602Z [ 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:43.7399812Z [ 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:43.7402996Z [ 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:43.7406118Z [ 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:43.7409264Z [ 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:43.7412484Z [ 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:43.7415596Z [ 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:44.3673971Z [ 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:44.3677251Z [ 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:44.3680418Z [ 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:44.3683859Z [ 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:44.3687051Z [ 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:44.3690155Z [ 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:44.3693424Z [ 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:44.3696584Z [ 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:44.3699469Z [ 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:44.3702811Z [ 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:44.3706053Z [ 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:44.3709293Z [ 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:44.3712437Z [ 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:44.3715640Z [ 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:44.3718785Z [ 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:44.3721978Z [ 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:44.3725182Z [ 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:44.3728362Z [ 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:44.3731709Z [ 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:44.3734921Z [ 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:44.3738053Z [ 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:44.3741161Z [ 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:44.3744381Z [ 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:44.3747541Z [ 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:44.3750525Z [ 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:44.3753534Z [ 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:44.3756434Z [ 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:44.3759380Z [ 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:44.3762142Z [ 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:44.3764816Z [ 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:44.3767629Z [ 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:44.3770270Z [ 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:44.3772831Z [ 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:44.3775553Z [ 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:44.3778417Z [ 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:44.3781293Z [ 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:44.3784151Z [ 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:44.3786823Z [ 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:44.3789446Z [ 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:44.3792255Z [ 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:44.3795111Z [ 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:44.3798199Z [ 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:44.3801049Z [ 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:44.3803814Z [ 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:44.3806708Z [ 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:44.3809541Z [ 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:44.3812474Z [ 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:44.3815284Z [ 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:44.3817782Z [ 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:44.3820279Z [ 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:44.3822767Z [ 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:44.3825265Z [ 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:44.8817621Z [ 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:44.8820222Z [ 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:44.8822975Z [ 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:44.8825530Z [ 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:44.8828207Z [ 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:44.8831033Z [ 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:44.8833749Z [ 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:44.8836364Z [ 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:44.8838912Z [ 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:44.8841705Z [ 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:44.8844615Z [ 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:44.8847523Z [ 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:44.8850511Z [ 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:44.8853590Z [ 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:44.8856363Z [ 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:44.8859018Z [ 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:44.8861931Z [ 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:44.8865083Z [ 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:44.8868342Z [ 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:44.8871485Z [ 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:44.8874488Z [ 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:44.8877454Z [ 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:44.8880523Z [ 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:44.8883637Z [ 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:44.8886874Z [ 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:44.8890021Z [ 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:44.8892769Z [ 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:44.8895815Z [ 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:44.8898910Z [ 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:44.8901980Z [ 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:44.8905037Z [ 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:44.8908133Z [ 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:44.8911337Z [ 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:44.8914298Z [ 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:44.8917578Z [ 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:44.8920690Z [ 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:44.8923703Z [ 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:44.8926552Z [ 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:44.8929210Z [ 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:44.8931944Z [ 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:44.8934784Z [ 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:44.8937489Z [ 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:44.8940171Z [ 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:44.8942821Z [ 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:44.8945701Z [ 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:44.8951670Z [ 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:44.8954831Z [ 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:44.8957780Z [ 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:44.8960725Z [ 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:44.8963591Z [ 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:44.8966466Z [ 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:44.8969450Z [ 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:44.8972413Z [ 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:45.4149019Z [ 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:45.4151909Z [ 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:45.4154712Z [ 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:45.4157710Z [ 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:45.4160548Z [ 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:45.4163459Z [ 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:45.4166583Z [ 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:45.4169525Z [ 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:45.4172416Z [ 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:45.4175424Z [ 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:45.4178254Z [ 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:45.4181048Z [ 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:45.4183876Z [ 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:45.4186867Z [ 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:45.4189849Z [ 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:45.4192809Z [ 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:45.4195630Z [ 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:45.4198441Z [ 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:45.4201215Z [ 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:45.4204097Z [ 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:45.4206566Z [ 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:45.4209055Z [ 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:45.4211439Z [ 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:45.4213862Z [ 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:45.4216425Z [ 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:45.4219161Z [ 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:45.4222112Z [ 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:45.4224893Z [ 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:45.4227433Z [ 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:45.4230165Z [ 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:45.4232992Z [ 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:45.4235743Z [ 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:45.4238646Z [ 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:45.4241623Z [ 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:45.4244357Z [ 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:45.4247112Z [ 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:45.4250008Z [ 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:45.4252844Z [ 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:45.4255583Z [ 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:45.4257905Z [ 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:45.4260379Z [ 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:45.4262708Z [ 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:45.4265191Z [ 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:45.4267670Z [ 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:45.4270174Z [ 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:45.4272593Z [ 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:45.4275050Z [ 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:45.4277576Z [ 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:45.4280250Z [ 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:45.4282971Z [ 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:45.4285589Z [ 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:45.4288083Z [ 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:45.4290767Z [ 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:45.4293478Z [ 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:45.8849966Z [ 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:45.8853085Z [ 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:45.8856524Z [ 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:45.8859549Z [ 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:45.8862570Z [ 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:45.8865685Z [ 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:45.8868448Z [ 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:45.8871014Z [ 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:45.8873708Z [ 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:45.8876184Z [ 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:45.8878876Z [ 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:45.8881521Z [ 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:45.8884230Z [ 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:45.8886886Z [ 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:45.8889517Z [ 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:45.8892100Z [ 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:45.8894437Z [ 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:45.8896963Z [ 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:45.8899553Z [ 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:45.8901967Z [ 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:45.8904447Z [ 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:45.8907055Z [ 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:45.8909677Z [ 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:45.8912218Z [ 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:45.8914699Z [ 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:45.8917642Z [ 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:45.8920180Z [ 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:45.8922524Z [ 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:45.8924798Z [ 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:45.8927230Z [ 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:45.8929648Z [ 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:45.8932053Z [ 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:45.8934684Z [ 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:45.8937670Z [ 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:45.8940567Z [ 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:45.8943391Z [ 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:45.8946217Z [ 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:45.8949214Z [ 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:45.8951826Z [ 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:45.8954408Z [ 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:45.8957115Z [ 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:45.8959837Z [ 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:45.8962726Z [ 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:45.8965581Z [ 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:45.8968395Z [ 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:45.8971089Z [ 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:45.8973890Z [ 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:45.8976648Z [ 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:45.8979650Z [ 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:45.8982114Z [ 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:45.8984492Z [ 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:45.8986722Z [ 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:45.8989065Z [ 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:45.8991297Z [ 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:45.8993590Z [ 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:45.8995877Z [ 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:46.9116690Z [ 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:46.9118002Z [ 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:46.9119209Z [ 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:46.9120833Z [ 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:46.9122435Z [ 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:46.9123955Z [ 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:46.9125307Z [ 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:46.9126528Z [ 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:46.9127827Z [ 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:46.9129226Z [ 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:46.9131531Z [ 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:46.9133637Z [ 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:46.9135904Z [ 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:46.9138240Z [ 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:46.9140631Z [ 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:46.9142953Z [ 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:46.9144985Z [ 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:46.9147156Z [ 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:46.9150182Z [ 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:46.9152074Z [ 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:46.9153877Z [ 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:46.9155410Z [ 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:46.9156614Z [ 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:46.9157939Z [ 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:46.9159142Z [ 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:46.9160319Z [ 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:46.9161496Z [ 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:46.9162716Z [ 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:46.9163953Z [ 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:46.9165175Z [ 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:46.9166394Z [ 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:46.9167641Z [ 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:46.9168987Z [ 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:46.9170295Z [ 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:46.9171547Z [ 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:46.9172767Z [ 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:46.9173985Z [ 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:46.9175227Z [ 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:46.9176593Z [ 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:46.9177826Z [ 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:46.9179074Z [ 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:46.9180243Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-03-21T20:22:46.9181210Z [ 96%] Linking C static library libmicrokernels-prod.a 2025-03-21T20:22:46.9181661Z [ 96%] Built target microkernels-prod 2025-03-21T20:22:46.9182044Z [ 96%] Generating build_identifier.c 2025-03-21T20:22:46.9182787Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-03-21T20:22:46.9183864Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-03-21T20:22:46.9184991Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-03-21T20:22:46.9186098Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-03-21T20:22:46.9187169Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-03-21T20:22:46.9188294Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-03-21T20:22:46.9189464Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-03-21T20:22:46.9190588Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-03-21T20:22:46.9191657Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-03-21T20:22:46.9192733Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-03-21T20:22:46.9193845Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-03-21T20:22:46.9194932Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-03-21T20:22:46.9196011Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-03-21T20:22:46.9197063Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-03-21T20:22:46.9198252Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-03-21T20:22:46.9199518Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-03-21T20:22:46.9200986Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-03-21T20:22:46.9202343Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-03-21T20:22:46.9203982Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-03-21T20:22:56.8116209Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-03-21T20:22:56.8118136Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-03-21T20:22:56.8119377Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-03-21T20:22:56.8120878Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-03-21T20:22:56.8122329Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-03-21T20:22:56.8123529Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-03-21T20:22:56.8124837Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-03-21T20:22:56.8126097Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-03-21T20:22:56.8127038Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-03-21T20:22:56.8127913Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-03-21T20:22:56.8128813Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-03-21T20:22:56.8129505Z [ 98%] Linking CXX static library libXNNPACK.a 2025-03-21T20:22:56.8129904Z [ 98%] Built target XNNPACK 2025-03-21T20:22:56.8130515Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-03-21T20:22:56.8131428Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-03-21T20:22:56.8132324Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-03-21T20:22:56.8133280Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-03-21T20:22:56.8134222Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-03-21T20:22:56.8135199Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-03-21T20:22:56.8135955Z [ 98%] Linking CXX static library liboptimized_kernels.a 2025-03-21T20:22:56.8136399Z [ 98%] Built target optimized_kernels 2025-03-21T20:22:56.8136840Z [ 98%] Merging kernel yaml files 2025-03-21T20:22:56.8137495Z [ 98%] Linking CXX static library libxnnpack_backend.a 2025-03-21T20:22:56.8138226Z [ 98%] Built target xnnpack_backend 2025-03-21T20:22:56.8139074Z [ 98%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-03-21T20:22:56.8140035Z [ 98%] Generating code for kernel registration 2025-03-21T20:22:56.8141828Z [ 98%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:22:56.8143770Z [ 98%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-03-21T20:22:56.8144686Z [ 98%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:22:56.8145834Z [ 98%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-03-21T20:22:56.8147214Z [100%] Linking CXX shared library _portable_lib.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:22:56.8148395Z [100%] Built target portable_lib 2025-03-21T20:22:56.8149086Z [ 0%] Built target flatbuffers 2025-03-21T20:22:56.8149640Z [ 0%] Built target flatccrt 2025-03-21T20:22:56.8150390Z [ 0%] Built target pthreadpool 2025-03-21T20:22:56.8151027Z [ 0%] Built target common_schema 2025-03-21T20:22:56.8151676Z [ 1%] Built target xnnpack_schema 2025-03-21T20:22:56.8152329Z [ 2%] Built target cpuinfo 2025-03-21T20:22:56.8152952Z [ 2%] Built target bundled_program_schema 2025-03-21T20:22:56.8153644Z [ 4%] Built target flatcc 2025-03-21T20:22:56.8154247Z [ 4%] Built target indirection 2025-03-21T20:22:56.8154861Z [ 7%] Built target eigen_blas 2025-03-21T20:22:56.8155462Z [ 7%] Built target logging 2025-03-21T20:22:56.8156032Z [ 7%] Built target normalization 2025-03-21T20:22:56.8156685Z [ 7%] Built target microparams-init 2025-03-21T20:22:56.8157344Z [ 7%] Built target program_schema 2025-03-21T20:22:56.8157968Z [ 7%] Built target datatype 2025-03-21T20:22:56.8158579Z [ 7%] Built target reference-ukernels 2025-03-21T20:22:56.8159211Z [ 7%] Built target flatcc_cli 2025-03-21T20:22:56.8159782Z [ 7%] Built target allocator 2025-03-21T20:22:56.8160378Z [ 7%] Built target hardware-config 2025-03-21T20:22:56.8160989Z [ 7%] Built target packing 2025-03-21T20:22:56.8161553Z [ 7%] Built target cache 2025-03-21T20:22:56.8162134Z [ 7%] Built target memory 2025-03-21T20:22:56.8163916Z [ 7%] Built target mutex 2025-03-21T20:22:56.8164649Z [ 7%] Built target microkernel-utils 2025-03-21T20:22:56.8165358Z [ 7%] Built target operator-utils 2025-03-21T20:22:56.8166026Z [ 7%] Built target operator-run 2025-03-21T20:22:56.8166724Z [ 7%] Built target etdump_schema 2025-03-21T20:22:56.8167347Z [ 9%] Built target operators 2025-03-21T20:22:56.8167978Z [ 10%] Built target executorch_core 2025-03-21T20:22:56.8168678Z [ 12%] Built target extension_threadpool 2025-03-21T20:22:56.8169391Z [ 12%] Built target extension_tensor 2025-03-21T20:22:56.8170070Z [ 13%] Built target executorch 2025-03-21T20:22:56.8170680Z [ 15%] Built target subgraph 2025-03-21T20:22:56.8171357Z [ 15%] Built target extension_data_loader 2025-03-21T20:22:56.8172060Z [ 15%] Built target cpublas 2025-03-21T20:22:56.8172684Z [ 15%] Built target bundled_program 2025-03-21T20:22:56.8173344Z [ 15%] Built target etdump 2025-03-21T20:22:56.8174060Z [ 16%] Built target util 2025-03-21T20:22:56.8174672Z [ 18%] Built target optimized_kernels 2025-03-21T20:22:56.8175384Z [ 32%] Built target optimized_portable_kernels 2025-03-21T20:22:56.8176155Z [ 32%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:22:56.8176907Z [ 95%] Built target microkernels-prod 2025-03-21T20:22:56.8177529Z [ 97%] Built target XNNPACK 2025-03-21T20:22:56.8178106Z [ 97%] Built target xnnpack_backend 2025-03-21T20:22:56.8178705Z [ 98%] Built target portable_lib 2025-03-21T20:22:56.8179760Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-03-21T20:22:56.8181568Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-03-21T20:22:56.8183304Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-03-21T20:22:56.8185008Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-03-21T20:22:56.8187063Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-03-21T20:22:56.8189253Z [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:56.8191110Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-03-21T20:22:56.8192932Z [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:56.8194785Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-03-21T20:22:56.8196480Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-03-21T20:22:56.8197947Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-03-21T20:22:56.8198751Z [100%] Built target custom_ops_aot_lib 2025-03-21T20:22:56.8199398Z [ 0%] Built target flatbuffers 2025-03-21T20:22:56.8199996Z [ 0%] Built target flatccrt 2025-03-21T20:22:56.8200576Z [ 0%] Built target pthreadpool 2025-03-21T20:22:56.8201171Z [ 1%] Built target cpuinfo 2025-03-21T20:22:56.8201711Z [ 3%] Built target flatcc 2025-03-21T20:22:56.8202292Z [ 5%] Built target eigen_blas 2025-03-21T20:22:56.8202887Z [ 5%] Built target common_schema 2025-03-21T20:22:56.8203457Z [ 7%] Built target xnnpack_schema 2025-03-21T20:22:56.8204090Z [ 7%] Built target bundled_program_schema 2025-03-21T20:22:56.8204746Z [ 7%] Built target microparams-init 2025-03-21T20:22:56.8205343Z [ 7%] Built target logging 2025-03-21T20:22:56.8205910Z [ 7%] Built target indirection 2025-03-21T20:22:56.8206512Z [ 7%] Built target datatype 2025-03-21T20:22:56.8206913Z [ 7%] Built target normalization 2025-03-21T20:22:56.8207273Z [ 7%] Built target reference-ukernels 2025-03-21T20:22:56.8207660Z [ 7%] Built target flatcc_cli 2025-03-21T20:22:56.8208136Z [ 7%] Built target program_schema 2025-03-21T20:22:56.8208500Z [ 7%] Built target allocator 2025-03-21T20:22:56.8208851Z [ 7%] Built target hardware-config 2025-03-21T20:22:56.8209206Z [ 7%] Built target packing 2025-03-21T20:22:56.8209552Z [ 7%] Built target operator-utils 2025-03-21T20:22:56.8209912Z [ 7%] Built target memory 2025-03-21T20:22:56.8210237Z [ 7%] Built target cache 2025-03-21T20:22:56.8210560Z [ 7%] Built target mutex 2025-03-21T20:22:56.8210882Z [ 7%] Built target microkernel-utils 2025-03-21T20:22:56.8211260Z [ 7%] Built target etdump_schema 2025-03-21T20:22:56.8211624Z [ 7%] Built target operator-run 2025-03-21T20:22:56.8211984Z [ 8%] Built target executorch_core 2025-03-21T20:22:56.8212350Z [ 10%] Built target operators 2025-03-21T20:22:56.8212674Z [ 11%] Built target executorch 2025-03-21T20:22:56.8213024Z [ 11%] Built target extension_tensor 2025-03-21T20:22:56.8213449Z [ 13%] Built target extension_threadpool 2025-03-21T20:22:56.8213833Z [ 15%] Built target subgraph 2025-03-21T20:22:56.8214188Z [ 15%] Built target extension_data_loader 2025-03-21T20:22:56.8214561Z [ 15%] Built target bundled_program 2025-03-21T20:22:56.8214929Z [ 15%] Built target etdump 2025-03-21T20:22:56.8215259Z [ 15%] Built target cpublas 2025-03-21T20:22:56.8215600Z [ 16%] Built target optimized_kernels 2025-03-21T20:22:56.8215965Z [ 17%] Built target util 2025-03-21T20:22:56.8216300Z [ 32%] Built target optimized_portable_kernels 2025-03-21T20:22:56.8216731Z [ 32%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:22:56.8217148Z [ 94%] Built target microkernels-prod 2025-03-21T20:22:56.8217516Z [ 96%] Built target XNNPACK 2025-03-21T20:22:56.8217855Z [ 96%] Built target xnnpack_backend 2025-03-21T20:22:56.8218210Z [ 97%] Built target portable_lib 2025-03-21T20:22:56.8218894Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:22:56.8219887Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:22:56.8220887Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:22:56.8221922Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:22:56.8222931Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:56.8224065Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:22:56.8225145Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:22:56.8226335Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:23:01.6445182Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:23:01.6446316Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:23:01.6447148Z [ 97%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-03-21T20:23:01.6447848Z [ 97%] Built target quantized_pybind_kernels_lib 2025-03-21T20:23:01.6448388Z [ 97%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-03-21T20:23:01.6448923Z [ 97%] Generating code for kernel registration 2025-03-21T20:23:01.6449960Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:23:01.6451086Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-03-21T20:23:01.6451566Z [ 98%] Built target quantized_ops_pybind_lib 2025-03-21T20:23:01.6452380Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-03-21T20:23:01.6455765Z quantized_decomposed::add.out quantized_decomposed::choose_qparams.Tensor_out quantized_decomposed::choose_qparams_per_token_asymmetric.out quantized_decomposed::dequantize_per_channel.out quantized_decomposed::dequantize_per_tensor.out quantized_decomposed::dequantize_per_tensor.Tensor_out quantized_decomposed::dequantize_per_token.out quantized_decomposed::mixed_linear.out quantized_decomposed::mixed_mm.out quantized_decomposed::quantize_per_channel.out quantized_decomposed::quantize_per_tensor.out quantized_decomposed::quantize_per_tensor.Tensor_out quantized_decomposed::quantize_per_token.out 2025-03-21T20:23:01.6459007Z [ 98%] Generating code for kernel registration 2025-03-21T20:23:01.6459906Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-03-21T20:23:01.6461081Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-03-21T20:23:01.6462288Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:23:01.6463359Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:23:01.6464365Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:23:01.6465444Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:23:01.6466466Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:01.6467508Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:23:01.6468642Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:23:01.6469753Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:23:01.6470809Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:23:01.6471813Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:23:01.6472828Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:01.6486565Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/__/runtime/core/exec_aten/util/tensor_util_aten.cpp.o 2025-03-21T20:23:01.6487674Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-03-21T20:23:01.6488346Z [100%] Built target quantized_ops_aot_lib 2025-03-21T20:23:01.6488800Z running build_py 2025-03-21T20:23:01.6489277Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:01.6490173Z copying backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:01.6491055Z copying backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:01.6491954Z copying backends/arm/ethosu_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:01.6492904Z copying backends/arm/ethosu_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:01.6493841Z copying backends/arm/process_node.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:01.6494823Z copying backends/arm/tosa_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:01.6495788Z copying backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:01.6496939Z copying backends/arm/tosa_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:01.6497985Z copying backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:01.6499002Z copying backends/arm/tosa_specification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:01.6500026Z copying backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:01.6500855Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:01.6501803Z copying backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:01.6503001Z copying backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:01.6504136Z copying backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:01.6505360Z copying backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:01.6506375Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:23:01.6507275Z copying backends/mediatek/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:23:01.6508338Z copying backends/mediatek/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:23:01.6509495Z copying backends/mediatek/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:23:01.6510438Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:23:01.6511354Z copying backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:23:01.6512311Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:01.6513216Z copying backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:01.6514332Z copying backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:01.6515526Z copying backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:01.6516733Z copying backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:01.6518022Z copying backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:01.6519303Z copying backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:01.6520560Z copying backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:01.6521815Z copying backends/transforms/fuse_dequant_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:01.6522986Z copying backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:01.6524128Z copying backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:01.6525296Z copying backends/transforms/rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:01.6526446Z copying backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:01.6527728Z copying backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:01.6528970Z copying backends/transforms/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:01.6530225Z copying backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:01.6531160Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:01.6532014Z copying backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:01.6533018Z copying backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:01.6534075Z copying backends/vulkan/op_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:01.6535238Z copying backends/vulkan/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:01.6536279Z copying backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:01.6537182Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:23:01.6581751Z copying backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:23:01.6582856Z copying backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:23:01.6583810Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:23:01.6584694Z copying backends/apple/mps/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:23:01.6585805Z copying backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:23:01.6586832Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:23:01.6587910Z copying backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:23:01.6589443Z copying backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:23:01.6590604Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:23:01.6591695Z copying backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:23:01.6593171Z copying backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:23:01.6594360Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:01.6595658Z copying backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:01.6597036Z copying backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:01.6598219Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:23:01.6599338Z copying backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:23:01.6600762Z copying backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:23:01.6601910Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:23:01.6603234Z copying backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:23:01.6604485Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:23:01.6605831Z copying backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:23:01.6607056Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.6608129Z copying backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.6609462Z copying backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.6610871Z copying backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.6612172Z copying backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.6613465Z copying backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.6614941Z copying backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.6616291Z copying backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.6617711Z copying backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.6619021Z copying backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.6620444Z copying backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.6621831Z copying backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.6623162Z copying backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.6624486Z copying backends/apple/mps/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.6625828Z copying backends/apple/mps/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.6627170Z copying backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.6628468Z copying backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.6629949Z copying backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.6631238Z copying backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.6632604Z copying backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.6633897Z copying backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.6635040Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:23:01.6636084Z copying backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:23:01.6637437Z copying backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:23:01.6638582Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:23:01.6639810Z copying backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:23:01.6641193Z copying backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:23:01.6642422Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:01.6643423Z copying backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:01.6644705Z copying backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:01.6645956Z copying backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:01.6647285Z copying backends/apple/mps/test/test_mps_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:01.6648726Z copying backends/apple/mps/test/test_mps_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:01.6650030Z copying backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:01.6651236Z copying backends/apple/mps/test/test_mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:01.6652262Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:23:01.6653295Z copying backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:23:01.6654542Z copying backends/apple/mps/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:23:01.6655567Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6656485Z copying backends/arm/_passes/_debug_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6657709Z copying backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6658979Z copying backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6660089Z copying backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6661131Z copying backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6700235Z copying backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6701434Z copying backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6702663Z copying backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6703939Z copying backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6705271Z copying backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6706462Z copying backends/arm/_passes/convert_minmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6707730Z copying backends/arm/_passes/convert_split_to_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6709154Z copying backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6710388Z copying backends/arm/_passes/convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6711556Z copying backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6712808Z copying backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6714029Z copying backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6715271Z copying backends/arm/_passes/decompose_linear_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6716526Z copying backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6717844Z copying backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6719047Z copying backends/arm/_passes/decompose_softmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6720348Z copying backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6721580Z copying backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6722897Z copying backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6724152Z copying backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6725423Z copying backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6726627Z copying backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6727935Z copying backends/arm/_passes/insert_rescales_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6729107Z copying backends/arm/_passes/insert_table_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6730382Z copying backends/arm/_passes/keep_dims_false_to_squeeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6731572Z copying backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6732894Z copying backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6734087Z copying backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6735287Z copying backends/arm/_passes/remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6736455Z copying backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6737748Z copying backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6738994Z copying backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6740369Z copying backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.6741520Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:01.6742488Z copying backends/arm/operator_support/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:01.6743890Z copying backends/arm/operator_support/convolution_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:01.6745321Z copying backends/arm/operator_support/minmax_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:01.6746703Z copying backends/arm/operator_support/pool_2d_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:01.6748281Z copying backends/arm/operator_support/reduce_sum_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:01.6749748Z copying backends/arm/operator_support/right_shift_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:01.6751259Z copying backends/arm/operator_support/slice_copy_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:01.6752668Z copying backends/arm/operator_support/to_copy_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:01.6753953Z copying backends/arm/operator_support/tosa_supported_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:01.6754992Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6755980Z copying backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6757150Z copying backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6758354Z copying backends/arm/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6759483Z copying backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6760619Z copying backends/arm/operators/op_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6761768Z copying backends/arm/operators/op_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6762898Z copying backends/arm/operators/op_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6764021Z copying backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6765151Z copying backends/arm/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6766295Z copying backends/arm/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6767468Z copying backends/arm/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6768625Z copying backends/arm/operators/op_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6769712Z copying backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6770911Z copying backends/arm/operators/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6772031Z copying backends/arm/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6773224Z copying backends/arm/operators/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6774429Z copying backends/arm/operators/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6775593Z copying backends/arm/operators/op_get_item.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6776779Z copying backends/arm/operators/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6777844Z copying backends/arm/operators/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6831276Z copying backends/arm/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6832404Z copying backends/arm/operators/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6833530Z copying backends/arm/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6834787Z copying backends/arm/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6835972Z copying backends/arm/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6837141Z copying backends/arm/operators/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6838286Z copying backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6839433Z copying backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6840668Z copying backends/arm/operators/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6841842Z copying backends/arm/operators/op_rescale.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6842985Z copying backends/arm/operators/op_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6844225Z copying backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6845380Z copying backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6846505Z copying backends/arm/operators/op_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6847865Z copying backends/arm/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6848989Z copying backends/arm/operators/op_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6850186Z copying backends/arm/operators/op_table.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6851333Z copying backends/arm/operators/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6852441Z copying backends/arm/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6853633Z copying backends/arm/operators/op_to_dim_order_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6854899Z copying backends/arm/operators/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6856102Z copying backends/arm/operators/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6857350Z copying backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6858624Z copying backends/arm/operators/ops_binary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6859773Z copying backends/arm/operators/ops_unary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.6860793Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:01.6861769Z copying backends/arm/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:01.6862927Z copying backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:01.6864151Z copying backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:01.6865503Z copying backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:01.6866784Z copying backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:01.6867941Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:01.6868922Z copying backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:01.6869950Z copying backends/arm/test/conftest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:01.6871008Z copying backends/arm/test/runner_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:01.6872049Z copying backends/arm/test/test_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:01.6872975Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-03-21T20:23:01.6873934Z copying backends/arm/util/arm_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-03-21T20:23:01.6874938Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:01.6875991Z copying backends/arm/test/misc/test_custom_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:01.6877199Z copying backends/arm/test/misc/test_debug_feats.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:01.6878501Z copying backends/arm/test/misc/test_dim_order_guards.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:01.6879753Z copying backends/arm/test/misc/test_lifted_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:01.6881061Z copying backends/arm/test/misc/test_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:01.6882348Z copying backends/arm/test/misc/test_multiple_delegates.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:01.6883705Z copying backends/arm/test/misc/test_multiple_outputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:01.6885058Z copying backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:01.6886446Z copying backends/arm/test/misc/test_tosa_spec.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:01.6887415Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:01.6888460Z copying backends/arm/test/models/test_conformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:01.6889762Z copying backends/arm/test/models/test_dl3_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:01.6891014Z copying backends/arm/test/models/test_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:01.6892304Z copying backends/arm/test/models/test_lstm_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:01.6893570Z copying backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:01.6894929Z copying backends/arm/test/models/test_nn_functional.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:01.6896156Z copying backends/arm/test/models/test_nn_modules.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:01.6897490Z copying backends/arm/test/models/test_torch_functions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:01.6898794Z copying backends/arm/test/models/test_w2l_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:01.6899862Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6900793Z copying backends/arm/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6901899Z copying backends/arm/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6902996Z copying backends/arm/test/ops/test_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6904173Z copying backends/arm/test/ops/test_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6905309Z copying backends/arm/test/ops/test_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6906430Z copying backends/arm/test/ops/test_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6907694Z copying backends/arm/test/ops/test_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6908940Z copying backends/arm/test/ops/test_bitwise.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6910097Z copying backends/arm/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6952442Z copying backends/arm/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6953496Z copying backends/arm/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6954644Z copying backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6955948Z copying backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6957131Z copying backends/arm/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6958341Z copying backends/arm/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6959511Z copying backends/arm/test/ops/test_conv_combos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6960694Z copying backends/arm/test/ops/test_depthwise_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6961921Z copying backends/arm/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6962927Z copying backends/arm/test/ops/test_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6964134Z copying backends/arm/test/ops/test_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6965335Z copying backends/arm/test/ops/test_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6966450Z copying backends/arm/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6967499Z copying backends/arm/test/ops/test_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6968613Z copying backends/arm/test/ops/test_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6969791Z copying backends/arm/test/ops/test_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6970918Z copying backends/arm/test/ops/test_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6972019Z copying backends/arm/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6973164Z copying backends/arm/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6974254Z copying backends/arm/test/ops/test_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6975301Z copying backends/arm/test/ops/test_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6976333Z copying backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6977467Z copying backends/arm/test/ops/test_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6978626Z copying backends/arm/test/ops/test_logical.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6979810Z copying backends/arm/test/ops/test_logsoftmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6980966Z copying backends/arm/test/ops/test_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6982074Z copying backends/arm/test/ops/test_max_pool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6983145Z copying backends/arm/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6984210Z copying backends/arm/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6985282Z copying backends/arm/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6986476Z copying backends/arm/test/ops/test_mm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6987556Z copying backends/arm/test/ops/test_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6988822Z copying backends/arm/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6990021Z copying backends/arm/test/ops/test_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6991160Z copying backends/arm/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6992344Z copying backends/arm/test/ops/test_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6993505Z copying backends/arm/test/ops/test_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6994613Z copying backends/arm/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6995833Z copying backends/arm/test/ops/test_scalars.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6996966Z copying backends/arm/test/ops/test_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6998126Z copying backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.6999315Z copying backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.7000547Z copying backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.7001725Z copying backends/arm/test/ops/test_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.7002842Z copying backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.7004133Z copying backends/arm/test/ops/test_split.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.7005278Z copying backends/arm/test/ops/test_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.7006387Z copying backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.7007497Z copying backends/arm/test/ops/test_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.7008581Z copying backends/arm/test/ops/test_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.7009787Z copying backends/arm/test/ops/test_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.7010958Z copying backends/arm/test/ops/test_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.7012203Z copying backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.7013401Z copying backends/arm/test/ops/test_var.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.7014522Z copying backends/arm/test/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.7015473Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:01.7016563Z copying backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:01.7017911Z copying backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:01.7019231Z copying backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:01.7020587Z copying backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:01.7021982Z copying backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:01.7023337Z copying backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:01.7024726Z copying backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:01.7026074Z copying backends/arm/test/passes/test_meandim_to_averagepool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:01.7027540Z copying backends/arm/test/passes/test_rescale_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:01.7029035Z copying backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:01.7030174Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-03-21T20:23:01.7050088Z copying backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-03-21T20:23:01.7051104Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:23:01.7052172Z copying backends/arm/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:23:01.7053383Z copying backends/arm/test/tester/analyze_output_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:23:01.7054672Z copying backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:23:01.7055899Z copying backends/arm/test/tester/test_pipeline.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:23:01.7056859Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:23:01.7057896Z copying backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:23:01.7059066Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:23:01.7060319Z copying backends/arm/third-party/serialization_lib/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:23:01.7061604Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:23:01.7063104Z copying backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:23:01.7065079Z copying backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:23:01.7066750Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7068462Z copying backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7070607Z copying backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7072654Z copying backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7074629Z copying backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7076583Z copying backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7078584Z copying backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7080561Z copying backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7082562Z copying backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7084457Z copying backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7086482Z copying backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7088538Z copying backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7090500Z copying backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7092509Z copying backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7094417Z copying backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7096299Z copying backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7098258Z copying backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7100070Z copying backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7101988Z copying backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7104034Z copying backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7106028Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7108102Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7110080Z copying backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7112057Z copying backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7114109Z copying backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7116076Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7117995Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7120012Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7121948Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7123869Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7125866Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7127791Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7129914Z copying backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7131872Z copying backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7192093Z copying backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.7194791Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:23:01.7197534Z copying backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:23:01.7200267Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:23:01.7203001Z copying backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:23:01.7205394Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.7206912Z copying backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.7208777Z copying backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.7210937Z copying backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.7212912Z copying backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.7214821Z copying backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.7216765Z copying backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.7218798Z copying backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.7220821Z copying backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.7222866Z copying backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.7224884Z copying backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.7226925Z copying backends/cadence/aot/passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.7228982Z copying backends/cadence/aot/ref_implementations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.7230962Z copying backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.7232868Z copying backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.7234762Z copying backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.7236700Z copying backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.7238606Z copying backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.7240351Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:01.7242065Z copying backends/cadence/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:01.7244044Z copying backends/cadence/runtime/executor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:01.7246115Z copying backends/cadence/runtime/runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:01.7248374Z copying backends/cadence/runtime/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:01.7250027Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:23:01.7251679Z copying backends/cadence/utils/facto_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:23:01.7253711Z copying backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:23:01.7255758Z copying backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:23:01.7257528Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:01.7259432Z copying backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:01.7261760Z copying backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:01.7264104Z copying backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:01.7266691Z copying backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:01.7268464Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:01.7270389Z copying backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:01.7272702Z copying backends/cadence/aot/tests/test_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:01.7274991Z copying backends/cadence/aot/tests/test_memory_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:01.7277250Z copying backends/cadence/aot/tests/test_pass_filter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:01.7279556Z copying backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:01.7282103Z copying backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:01.7284419Z copying backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:01.7286778Z copying backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:01.7288672Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:23:01.7290426Z copying backends/cadence/utils/FACTO/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:23:01.7292326Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:23:01.7294451Z copying backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:23:01.7297265Z copying backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:23:01.7299404Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:01.7301509Z copying backends/cadence/utils/FACTO/examples/example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:01.7304200Z copying backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:01.7306891Z copying backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:01.7309103Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:23:01.7311126Z copying backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:23:01.7313118Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:23:01.7315345Z copying backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:23:01.7317588Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:01.7319790Z copying backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:01.7322606Z copying backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:01.7325366Z copying backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:01.7328178Z copying backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:01.7332230Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:01.7334825Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:01.7338082Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:01.7341507Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:01.7344096Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:01.7346679Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:01.7350164Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:01.7353343Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:01.7356584Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:01.7359315Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:01.7361931Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:01.7365256Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:01.7368574Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:01.7371968Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:01.7374729Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:23:01.7377387Z copying backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:23:01.7380413Z copying backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:23:01.7382895Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:23:01.7385367Z copying backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:23:01.7388766Z copying backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:23:01.7391392Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:01.7393916Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:01.7397164Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:01.7400435Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:01.7403709Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:01.7407219Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:01.7410487Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:01.7413766Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:01.7416218Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:01.7418562Z copying backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:01.7421688Z copying backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:01.7424899Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:01.7427993Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:01.7431127Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:01.7434188Z copying backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:01.7437286Z copying backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:01.7440326Z copying backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:01.7443327Z copying backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:01.7446278Z copying backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:01.7449407Z copying backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:01.7452622Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:01.7455908Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:01.7459201Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:01.7462458Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:01.7464965Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:23:01.7467353Z copying backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:23:01.7470778Z copying backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:23:01.7473226Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:01.7475301Z copying backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:01.7477698Z copying backends/example/example_operators/add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:01.7503904Z copying backends/example/example_operators/conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:01.7506360Z copying backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:01.7509044Z copying backends/example/example_operators/dropout.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:01.7511464Z copying backends/example/example_operators/flatten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:01.7513884Z copying backends/example/example_operators/linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:01.7516291Z copying backends/example/example_operators/op_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:01.7518660Z copying backends/example/example_operators/ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:01.7521030Z copying backends/example/example_operators/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:01.7522918Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:23:01.7524622Z copying backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:23:01.7526904Z copying backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:23:01.7528896Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:01.7530627Z copying backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:01.7532806Z copying backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:01.7535111Z copying backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:01.7537333Z copying backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:01.7539142Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.7540807Z copying backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.7542926Z copying backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.7545198Z copying backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.7547387Z copying backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.7549829Z copying backends/qualcomm/_passes/constant_i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.7552225Z copying backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.7554638Z copying backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.7557015Z copying backends/qualcomm/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.7559178Z copying backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.7561350Z copying backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.7563663Z copying backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.7566126Z copying backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.7568414Z copying backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.7570641Z copying backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.7572852Z copying backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.7575098Z copying backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.7577280Z copying backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.7579509Z copying backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.7581812Z copying backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.7584172Z copying backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.7586431Z copying backends/qualcomm/_passes/recompose_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.7588724Z copying backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.7591092Z copying backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.7593348Z copying backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.7595621Z copying backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.7597860Z copying backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.7600051Z copying backends/qualcomm/_passes/tensor_i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.7602119Z copying backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.7603811Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7605536Z copying backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7607825Z copying backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7609957Z copying backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7612164Z copying backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7614376Z copying backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7616476Z copying backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7618616Z copying backends/qualcomm/builders/op_argmin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7620774Z copying backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7623046Z copying backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7625171Z copying backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7627228Z copying backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7629314Z copying backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7631380Z copying backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7633491Z copying backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7635579Z copying backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7637710Z copying backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7657527Z copying backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7659702Z copying backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7661857Z copying backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7664125Z copying backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7666230Z copying backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7668342Z copying backends/qualcomm/builders/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7670516Z copying backends/qualcomm/builders/op_full_like.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7672675Z copying backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7674685Z copying backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7676770Z copying backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7678887Z copying backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7681254Z copying backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7683471Z copying backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7685567Z copying backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7687782Z copying backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7689856Z copying backends/qualcomm/builders/op_index_put.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7692032Z copying backends/qualcomm/builders/op_instance_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7694258Z copying backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7696530Z copying backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7698569Z copying backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7700638Z copying backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7702756Z copying backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7704849Z copying backends/qualcomm/builders/op_logical_not.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7706947Z copying backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7709077Z copying backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7711158Z copying backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7713253Z copying backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7715412Z copying backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7717461Z copying backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7719702Z copying backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7721789Z copying backends/qualcomm/builders/op_ne.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7723808Z copying backends/qualcomm/builders/op_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7725844Z copying backends/qualcomm/builders/op_or.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7727960Z copying backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7730119Z copying backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7732141Z copying backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7734264Z copying backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7736522Z copying backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7738642Z copying backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7740763Z copying backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7742961Z copying backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7745042Z copying backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7747185Z copying backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7749488Z copying backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7751689Z copying backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7753754Z copying backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7755892Z copying backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7758041Z copying backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7760228Z copying backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7762446Z copying backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7764638Z copying backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7766717Z copying backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7768880Z copying backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7770955Z copying backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7773055Z copying backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7775222Z copying backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7777265Z copying backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7779405Z copying backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7781569Z copying backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7783821Z copying backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7786191Z copying backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7788347Z copying backends/qualcomm/builders/op_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7790577Z copying backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7849156Z copying backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.7850905Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:23:01.7852637Z copying backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:23:01.7854353Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:23:01.7856162Z copying backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:23:01.7858410Z copying backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:23:01.7860629Z copying backends/qualcomm/partition/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:23:01.7862506Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:01.7864279Z copying backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:01.7866622Z copying backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:01.7869034Z copying backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:01.7871217Z copying backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:01.7873092Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:23:01.7875065Z copying backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:23:01.7877634Z copying backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:23:01.7879641Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:23:01.7881364Z copying backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:23:01.7883521Z copying backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:23:01.7885643Z copying backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:23:01.7887361Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:23:01.7888957Z copying backends/qualcomm/utils/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:23:01.7890956Z copying backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:23:01.7892762Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:23:01.7895136Z copying backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:23:01.7897373Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:23:01.7899438Z copying backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:23:01.7902142Z copying backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:23:01.7904610Z copying backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:23:01.7906379Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:01.7907973Z copying backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:01.7910091Z copying backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:01.7912282Z copying backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:01.7914460Z copying backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:01.7916642Z copying backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:01.7918968Z copying backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:01.7921128Z copying backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:01.7923300Z copying backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:01.7925069Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:23:01.7926969Z copying backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:23:01.7928842Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:23:01.7930657Z copying backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:23:01.7932444Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:23:01.7934097Z copying backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:23:01.7935853Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:01.7937813Z copying backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:01.7940241Z copying backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:01.7942879Z copying backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:01.7945063Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:23:01.7946882Z copying backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:23:01.7949027Z copying backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:23:01.7950202Z copying backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:23:01.7951197Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:01.7952173Z copying backends/vulkan/test/op_tests/cases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:01.7953405Z copying backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:01.7954887Z copying backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:01.7956001Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:01.7957103Z copying backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:01.7958458Z copying backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:01.7959833Z copying backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:01.7961229Z copying backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:01.7962632Z copying backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:01.7964012Z copying backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:01.7965091Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-03-21T20:23:01.7966163Z copying backends/vulkan/third-party/volk/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-03-21T20:23:01.7967325Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:01.8013924Z copying backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:01.8015684Z copying backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:01.8017408Z copying backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:01.8019124Z copying backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:01.8020789Z copying backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:01.8022415Z copying backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:01.8024169Z copying backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:01.8025642Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:23:01.8027149Z copying backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:23:01.8028777Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:23:01.8030508Z copying backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:23:01.8031984Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:01.8032957Z copying backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:01.8034143Z copying backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:01.8035400Z copying backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:01.8036566Z copying backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:01.8037724Z copying backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:01.8038938Z copying backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:01.8040181Z copying backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:01.8041348Z copying backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:01.8042548Z copying backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:01.8043746Z copying backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:01.8044912Z copying backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:01.8046077Z copying backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:01.8047240Z copying backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:01.8048393Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8049347Z copying backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8050507Z copying backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8051662Z copying backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8052777Z copying backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8053957Z copying backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8055139Z copying backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8056308Z copying backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8057423Z copying backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8058565Z copying backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8059721Z copying backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8060868Z copying backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8061988Z copying backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8063270Z copying backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8064554Z copying backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8065751Z copying backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8066882Z copying backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8068050Z copying backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8069311Z copying backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8070637Z copying backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8071789Z copying backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8073020Z copying backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8074404Z copying backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8075685Z copying backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8076966Z copying backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8078161Z copying backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8079407Z copying backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8080684Z copying backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8081838Z copying backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8083106Z copying backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8084378Z copying backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8085598Z copying backends/xnnpack/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8086883Z copying backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8088138Z copying backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8137336Z copying backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8138575Z copying backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8139737Z copying backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8140952Z copying backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8142282Z copying backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8143469Z copying backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8144771Z copying backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8146072Z copying backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8147284Z copying backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8149027Z copying backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8150247Z copying backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8151492Z copying backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8152677Z copying backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.8153655Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:23:01.8154623Z copying backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:23:01.8155841Z copying backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:23:01.8156864Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:23:01.8157860Z copying backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:23:01.8159141Z copying backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:23:01.8160191Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:01.8161283Z copying backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:01.8162662Z copying backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:01.8163717Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:23:01.8164685Z copying backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:23:01.8165854Z copying backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:23:01.8166839Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:23:01.8167936Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:23:01.8168997Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:01.8169902Z copying backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:01.8170987Z copying backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:01.8172061Z copying backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:01.8173248Z copying backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:01.8174241Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:01.8175317Z copying backends/xnnpack/partition/config/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:01.8176635Z copying backends/xnnpack/partition/config/gemm_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:01.8178030Z copying backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:01.8179421Z copying backends/xnnpack/partition/config/node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:01.8195607Z copying backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:01.8197275Z copying backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:01.8198402Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:01.8199512Z copying backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:01.8200826Z copying backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:01.8201845Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:01.8202843Z copying backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:01.8204032Z copying backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:01.8205233Z copying backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:01.8206465Z copying backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:01.8207695Z copying backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:01.8208927Z copying backends/xnnpack/test/models/llama2_et_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:01.8210175Z copying backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:01.8211457Z copying backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:01.8212685Z copying backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:01.8213887Z copying backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:01.8215117Z copying backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:01.8216362Z copying backends/xnnpack/test/models/very_big_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:01.8217545Z copying backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:01.8218477Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8219482Z copying backends/xnnpack/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8220608Z copying backends/xnnpack/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8221758Z copying backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8222955Z copying backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8224113Z copying backends/xnnpack/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8225233Z copying backends/xnnpack/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8226349Z copying backends/xnnpack/test/ops/test_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8257635Z copying backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8258851Z copying backends/xnnpack/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8259994Z copying backends/xnnpack/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8261148Z copying backends/xnnpack/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8262282Z copying backends/xnnpack/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8263401Z copying backends/xnnpack/test/ops/test_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8264536Z copying backends/xnnpack/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8265706Z copying backends/xnnpack/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8266870Z copying backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8268046Z copying backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8269290Z copying backends/xnnpack/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8270432Z copying backends/xnnpack/test/ops/test_lstm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8271669Z copying backends/xnnpack/test/ops/test_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8272830Z copying backends/xnnpack/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8274001Z copying backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8275160Z copying backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8276318Z copying backends/xnnpack/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8277478Z copying backends/xnnpack/test/ops/test_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8278644Z copying backends/xnnpack/test/ops/test_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8279885Z copying backends/xnnpack/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8281029Z copying backends/xnnpack/test/ops/test_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8282159Z copying backends/xnnpack/test/ops/test_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8283339Z copying backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8284556Z copying backends/xnnpack/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8285683Z copying backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8286819Z copying backends/xnnpack/test/ops/test_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8288008Z copying backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8289180Z copying backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8290353Z copying backends/xnnpack/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8291502Z copying backends/xnnpack/test/ops/test_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8292641Z copying backends/xnnpack/test/ops/test_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8293838Z copying backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8295036Z copying backends/xnnpack/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.8295986Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:01.8297043Z copying backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:01.8298353Z copying backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:01.8299710Z copying backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:01.8301098Z copying backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:01.8302398Z copying backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:01.8303720Z copying backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:01.8305044Z copying backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:01.8306121Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:01.8307229Z copying backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:01.8308686Z copying backends/xnnpack/test/quantizer/test_representation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:01.8310165Z copying backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:01.8311297Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:23:01.8312450Z copying backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:23:01.8313901Z copying backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:23:01.8315000Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:23:01.8315973Z copying backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:23:01.8317143Z copying backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:23:01.8318183Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:23:01.8319266Z copying backends/xnnpack/third-party/FP16/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:23:01.8320339Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:23:01.8321439Z copying backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:23:01.8322543Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:23:01.8323672Z copying backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:23:01.8324821Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:23:01.8326026Z copying backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:23:01.8327256Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:01.8328499Z copying backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:01.8330035Z copying backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:01.8643321Z copying backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:01.8644677Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:23:01.8645953Z copying backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:23:01.8647211Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:01.8648626Z copying backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:01.8650232Z copying backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:01.8651940Z copying backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:01.8653724Z copying backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:01.8654999Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.8656297Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.8657964Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.8659632Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.8661358Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.8663147Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.8664856Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.8666497Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.8668151Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.8669912Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.8671572Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.8673172Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.8674848Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.8676568Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.8678358Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.8680111Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.8681757Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.8683388Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.8685004Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.8686633Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.8688347Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.8690053Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.8691794Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.8693464Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.8695026Z copying backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.8696615Z copying backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.8698159Z copying backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.8699653Z copying backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.8700892Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:01.8702204Z copying backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:01.8703898Z copying backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:01.8705606Z copying backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:01.8706937Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:23:01.8708236Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:23:01.8709407Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-03-21T20:23:01.8710072Z copying codegen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-03-21T20:23:01.8710807Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:01.8711556Z copying codegen/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:01.8712448Z copying codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:01.8713355Z copying codegen/tools/gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:01.8714238Z copying codegen/tools/gen_ops_def.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:01.8715193Z copying codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:01.8716156Z copying codegen/tools/merge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:01.8717049Z copying codegen/tools/yaml_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:01.8717825Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:23:01.8718771Z copying codegen/tools/test/test_gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:23:01.8719829Z copying codegen/tools/test/test_gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:23:01.8777999Z copying codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:23:01.8779155Z copying codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:23:01.8780128Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:01.8781107Z copying examples/apple/coreml/llama/export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:01.8782324Z copying examples/apple/coreml/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:01.8783604Z copying examples/apple/coreml/llama/run.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:01.8784738Z copying examples/apple/coreml/llama/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:01.8785884Z copying examples/apple/coreml/llama/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:01.8786841Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:01.8787781Z copying examples/llm_pte_finetuning/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:01.8788975Z copying examples/llm_pte_finetuning/model_exporter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:01.8790161Z copying examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:01.8791327Z copying examples/llm_pte_finetuning/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:01.8792486Z copying examples/llm_pte_finetuning/training_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:01.8793407Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:01.8794191Z copying examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:01.8795120Z copying examples/models/checkpoint.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:01.8796064Z copying examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:01.8797094Z copying examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:01.8797956Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:23:01.8798891Z copying examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:23:01.8799991Z copying examples/models/deeplab_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:23:01.8800892Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:23:01.8801732Z copying examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:23:01.8802713Z copying examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:23:01.8803599Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:23:01.8804573Z copying examples/models/efficient_sam/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:23:01.8805817Z copying examples/models/efficient_sam/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:23:01.8806787Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:23:01.8807760Z copying examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:23:01.8808921Z copying examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:23:01.8809891Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:23:01.8810858Z copying examples/models/inception_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:23:01.8811988Z copying examples/models/inception_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:23:01.8812986Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:23:01.8813947Z copying examples/models/inception_v4/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:23:01.8815089Z copying examples/models/inception_v4/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:23:01.8816014Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:01.8816878Z copying examples/models/llama/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:01.8817932Z copying examples/models/llama/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:01.8818984Z copying examples/models/llama/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:01.8820062Z copying examples/models/llama/eval_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:01.8821145Z copying examples/models/llama/export_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:01.8822244Z copying examples/models/llama/export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:01.8823333Z copying examples/models/llama/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:01.8824473Z copying examples/models/llama/install_requirement_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:01.8825620Z copying examples/models/llama/llama_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:01.8826740Z copying examples/models/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:01.8827810Z copying examples/models/llama/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:01.8828923Z copying examples/models/llama/model_args.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:01.8829950Z copying examples/models/llama/norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:01.8830946Z copying examples/models/llama/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:01.8832015Z copying examples/models/llama/static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:01.8832983Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-03-21T20:23:01.8833972Z copying examples/models/llama3_2_vision/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-03-21T20:23:01.8834983Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:01.8835852Z copying examples/models/llava/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:01.8836913Z copying examples/models/llava/export_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:01.8837978Z copying examples/models/llava/image_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:01.8839007Z copying examples/models/llava/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:01.8839860Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:23:01.8840712Z copying examples/models/lstm/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:23:01.8841731Z copying examples/models/lstm/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:23:01.8842600Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:23:01.8843534Z copying examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:23:01.8844661Z copying examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:23:01.8845607Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:23:01.8846570Z copying examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:23:01.8847940Z copying examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:23:01.8849029Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:23:01.8849988Z copying examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:23:01.8894782Z copying examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:23:01.8895747Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:23:01.8896791Z copying examples/models/phi-3-mini-lora/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:23:01.8897807Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:01.8898832Z copying examples/models/phi-3-mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:01.8899946Z copying examples/models/phi-3-mini/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:01.8901120Z copying examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:01.8902291Z copying examples/models/phi-3-mini/phi_3_mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:01.8903429Z copying examples/models/phi-3-mini/static_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:01.8904389Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:23:01.8905317Z copying examples/models/phi-4-mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:23:01.8906470Z copying examples/models/phi-4-mini/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:23:01.8907511Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:23:01.8908409Z copying examples/models/qwen2_5/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:23:01.8909571Z copying examples/models/qwen2_5/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:23:01.8910486Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:23:01.8911396Z copying examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:23:01.8912446Z copying examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:23:01.8913327Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:23:01.8914179Z copying examples/models/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:23:01.8915249Z copying examples/models/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:23:01.8916167Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:23:01.8917179Z copying examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:23:01.8918382Z copying examples/models/torchvision_vit/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:23:01.8919368Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:23:01.8920285Z copying examples/models/toy_model/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:23:01.8921368Z copying examples/models/toy_model/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:23:01.8922288Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:23:01.8923237Z copying examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:23:01.8924361Z copying examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:23:01.8925409Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:01.8926745Z copying examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:01.8928389Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:01.8930080Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:01.8931767Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:01.8933370Z copying examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:01.8934960Z copying examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:01.8936190Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:23:01.8937179Z copying examples/models/llama/evaluate/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:23:01.8938472Z copying examples/models/llama/evaluate/eager_eval.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:23:01.8939522Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:23:01.8940628Z copying examples/models/llama/experimental/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:23:01.8941996Z copying examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:23:01.8943360Z copying examples/models/llama/experimental/subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:23:01.8944733Z copying examples/models/llama/experimental/test_subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:23:01.8945859Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:23:01.8946816Z copying examples/models/llama/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:23:01.8948193Z copying examples/models/llama/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:23:01.8949491Z copying examples/models/llama/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:23:01.8950562Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.8951773Z copying examples/models/llama/source_transformation/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.8953321Z copying examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.8954880Z copying examples/models/llama/source_transformation/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.8956426Z copying examples/models/llama/source_transformation/attention_sink.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.8957923Z copying examples/models/llama/source_transformation/lora.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.8959439Z copying examples/models/llama/source_transformation/pre_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.8961042Z copying examples/models/llama/source_transformation/prune_vocab.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.8962564Z copying examples/models/llama/source_transformation/quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.8964107Z copying examples/models/llama/source_transformation/quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.8965644Z copying examples/models/llama/source_transformation/rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.8967121Z copying examples/models/llama/source_transformation/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.9024153Z copying examples/models/llama/source_transformation/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.9025758Z copying examples/models/llama/source_transformation/spin_quant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.9027308Z copying examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.9028963Z copying examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.9030617Z copying examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.9032215Z copying examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.9033400Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:23:01.9034482Z copying examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:23:01.9035795Z copying examples/models/llama/tests/test_simple_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:23:01.9037051Z copying examples/models/llama/tests/test_static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:23:01.9038094Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:23:01.9039133Z copying examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:23:01.9040233Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:01.9041411Z copying examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:01.9042905Z copying examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:01.9044392Z copying examples/models/llama3_2_vision/preprocess/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:01.9045864Z copying examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:01.9047058Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:01.9048352Z copying examples/models/llama3_2_vision/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:01.9049723Z copying examples/models/llama3_2_vision/runner/exported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:01.9051111Z copying examples/models/llama3_2_vision/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:01.9052463Z copying examples/models/llama3_2_vision/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:01.9053611Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:23:01.9054803Z copying examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:23:01.9056010Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:23:01.9057313Z copying examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:23:01.9058799Z copying examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:23:01.9060041Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:23:01.9061313Z copying examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:23:01.9062903Z copying examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:23:01.9064246Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:23:01.9065590Z copying examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:23:01.9067238Z copying examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:23:01.9068474Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:23:01.9069498Z copying examples/models/llava/test/test_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:23:01.9070656Z copying examples/models/llava/test/test_pte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:23:01.9071607Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:23:01.9072561Z copying examples/models/moshi/mimi/test_mimi.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:23:01.9073434Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.9074059Z copying exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.9074773Z copying exir/_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.9075481Z copying exir/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.9076199Z copying exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.9076932Z copying exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.9077701Z copying exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.9078457Z copying exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.9079186Z copying exir/error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.9079875Z copying exir/graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.9080589Z copying exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.9081377Z copying exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.9082128Z copying exir/memory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.9082867Z copying exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.9083615Z copying exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.9084343Z copying exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.9085089Z copying exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.9085894Z copying exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.9086595Z copying exir/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.9087291Z copying exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.9087983Z copying exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.9088674Z copying exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.9089362Z copying exir/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.9090059Z copying exir/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.9090732Z copying exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.9091391Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:01.9092183Z copying exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:01.9093045Z copying exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:01.9093931Z copying exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:01.9094843Z copying exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:01.9095766Z copying exir/_serialize/_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:01.9179647Z copying exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:01.9180557Z copying exir/_serialize/_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:01.9181498Z copying exir/_serialize/data_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:01.9182423Z copying exir/_serialize/padding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:01.9183184Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:01.9183949Z copying exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:01.9184840Z copying exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:01.9185820Z copying exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:01.9186762Z copying exir/backend/operator_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:01.9187769Z copying exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:01.9188723Z copying exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:01.9189468Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:01.9190210Z copying exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:01.9191056Z copying exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:01.9191892Z copying exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:01.9192727Z copying exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:01.9193472Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:23:01.9194225Z copying exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:23:01.9195064Z copying exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:23:01.9195897Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:23:01.9196586Z copying exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:23:01.9197391Z copying exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:23:01.9198197Z copying exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:23:01.9198918Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:23:01.9199685Z copying exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:23:01.9200546Z copying exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:23:01.9201387Z copying exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:23:01.9202114Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.9202878Z copying exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.9203819Z copying exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.9204805Z copying exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.9205732Z copying exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.9206715Z copying exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.9207698Z copying exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.9208676Z copying exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.9209705Z copying exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.9210720Z copying exir/passes/external_constants_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.9211671Z copying exir/passes/init_mutable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.9212675Z copying exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.9213688Z copying exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.9214636Z copying exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.9215644Z copying exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.9216671Z copying exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.9217631Z copying exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.9218575Z copying exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.9219528Z copying exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.9220455Z copying exir/passes/quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.9221417Z copying exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.9222433Z copying exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.9223461Z copying exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.9224428Z copying exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.9225501Z copying exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.9226592Z copying exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.9227603Z copying exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.9228660Z copying exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.9229673Z copying exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.9230601Z copying exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.9231552Z copying exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.9232477Z copying exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.9233432Z copying exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.9234237Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:23:01.9234980Z copying exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:23:01.9235854Z copying exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:23:01.9236737Z copying exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:23:01.9237478Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:01.9238189Z copying exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:01.9239046Z copying exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:01.9239887Z copying exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:01.9240716Z copying exir/serde/schema_check.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:01.9241567Z copying exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:01.9242385Z copying exir/serde/union.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:01.9243191Z copying exir/serde/upgrade.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:01.9243942Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.9244661Z copying exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.9245482Z copying exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.9246350Z copying exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.9247274Z copying exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.9248335Z copying exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.9249194Z copying exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.9250061Z copying exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.9313878Z copying exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.9314851Z copying exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.9315742Z copying exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.9316716Z copying exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.9317641Z copying exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.9318500Z copying exir/tests/test_joint_graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.9319416Z copying exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.9320422Z copying exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.9321456Z copying exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.9322490Z copying exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.9323394Z copying exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.9324265Z copying exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.9325118Z copying exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.9325990Z copying exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.9326934Z copying exir/tests/test_prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.9327908Z copying exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.9328842Z copying exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.9329758Z copying exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.9330681Z copying exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.9331563Z copying exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.9332394Z copying exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.9333216Z copying exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.9334093Z copying exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.9335020Z copying exir/tests/test_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.9335895Z copying exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.9336672Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:01.9337524Z copying exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:01.9338496Z copying exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:01.9339485Z copying exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:01.9340481Z copying exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:01.9341318Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:01.9342149Z copying exir/_serialize/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:01.9343178Z copying exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:01.9344202Z copying exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:01.9345261Z copying exir/_serialize/test/test_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:01.9346321Z copying exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:01.9347258Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:01.9348683Z copying exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:01.9350176Z copying exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:01.9351732Z copying exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:01.9353216Z copying exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:01.9354283Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.9355177Z copying exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.9356338Z copying exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.9357504Z copying exir/backend/test/backend_with_named_data_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.9358604Z copying exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.9359664Z copying exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.9360701Z copying exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.9361787Z copying exir/backend/test/test_backend_with_named_data_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.9362852Z copying exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.9363923Z copying exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.9364987Z copying exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.9366056Z copying exir/backend/test/test_compatibility.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.9367120Z copying exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.9368205Z copying exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.9369290Z copying exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.9370368Z copying exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.9371452Z copying exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.9372568Z copying exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.9373545Z copying exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.9374397Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:23:01.9375373Z copying exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:23:01.9376573Z copying exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:23:01.9377537Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:01.9378613Z copying exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:01.9379996Z copying exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:01.9381292Z copying exir/backend/test/demos/rpc/test_rpc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:01.9382230Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:23:01.9383075Z copying exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:23:01.9383910Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:23:01.9384705Z copying exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:23:01.9385509Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:23:01.9500333Z copying exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:23:01.9501277Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-03-21T20:23:01.9502274Z copying exir/dialects/backend/test/test_backend_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-03-21T20:23:01.9503247Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:23:01.9504140Z copying exir/dialects/edge/arg/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:23:01.9505154Z copying exir/dialects/edge/arg/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:23:01.9506039Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:01.9507459Z copying exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:01.9508676Z copying exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:01.9509798Z copying exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:01.9510694Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:23:01.9511538Z copying exir/dialects/edge/op/api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:23:01.9512579Z copying exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:23:01.9513487Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:23:01.9514354Z copying exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:23:01.9515404Z copying exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:23:01.9516384Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:23:01.9517310Z copying exir/dialects/edge/test/test_edge_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:23:01.9518430Z copying exir/dialects/edge/test/test_edge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:23:01.9519362Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-03-21T20:23:01.9520304Z copying exir/dialects/edge/op/test/test_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-03-21T20:23:01.9521198Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-03-21T20:23:01.9521974Z copying exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-03-21T20:23:01.9522766Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-03-21T20:23:01.9523674Z copying exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-03-21T20:23:01.9524525Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:23:01.9525337Z copying exir/program/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:23:01.9526319Z copying exir/program/test/test_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:23:01.9527336Z copying exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:23:01.9528196Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-03-21T20:23:01.9529121Z copying exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-03-21T20:23:01.9530042Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test 2025-03-21T20:23:01.9530932Z copying extension/android_test/add_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test 2025-03-21T20:23:01.9531795Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:23:01.9532643Z copying extension/export_util/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:23:01.9533633Z copying extension/export_util/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:23:01.9534483Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:23:01.9535334Z copying extension/flat_tensor/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:23:01.9536205Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:23:01.9537066Z copying extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:23:01.9538058Z copying extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:23:01.9539037Z copying extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:23:01.9539876Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:23:01.9540766Z copying extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:23:01.9541634Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-03-21T20:23:01.9542429Z copying extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-03-21T20:23:01.9543217Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-03-21T20:23:01.9544103Z copying extension/training/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-03-21T20:23:01.9544980Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:01.9545981Z copying extension/flat_tensor/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:01.9547229Z copying extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:01.9548779Z copying extension/flat_tensor/serialize/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:01.9549783Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:23:01.9550742Z copying extension/flat_tensor/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:23:01.9551782Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:23:01.9552821Z copying extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:23:01.9553822Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:01.9554728Z copying extension/llm/custom_ops/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:01.9555808Z copying extension/llm/custom_ops/custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:01.9556928Z copying extension/llm/custom_ops/model_sharding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:01.9558050Z copying extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:01.9559222Z copying extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:01.9560447Z copying extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:01.9561671Z copying extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:01.9562850Z copying extension/llm/custom_ops/test_update_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:01.9563774Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:01.9564618Z copying extension/llm/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:01.9565651Z copying extension/llm/export/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:01.9566705Z copying extension/llm/export/export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:01.9567794Z copying extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:01.9568882Z copying extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:01.9569975Z copying extension/llm/export/test_export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:01.9570880Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:01.9571740Z copying extension/llm/modules/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:01.9651143Z copying extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:01.9652496Z copying extension/llm/modules/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:01.9653669Z copying extension/llm/modules/kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:01.9654596Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:01.9655544Z copying extension/llm/tokenizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:01.9656700Z copying extension/llm/tokenizer/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:01.9657929Z copying extension/llm/tokenizer/tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:01.9659078Z copying extension/llm/tokenizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:01.9660100Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:23:01.9661073Z copying extension/llm/tokenizers/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:23:01.9662091Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:23:01.9663297Z copying extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:23:01.9664610Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:23:01.9666084Z copying extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:23:01.9667846Z copying extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:23:01.9669220Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:23:01.9670224Z copying extension/llm/modules/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:23:01.9671434Z copying extension/llm/modules/test/test_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:23:01.9672736Z copying extension/llm/modules/test/test_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:23:01.9674030Z copying extension/llm/modules/test/test_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:23:01.9675207Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:23:01.9676343Z copying extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:23:01.9677496Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:01.9678773Z copying extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:01.9680398Z copying extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:01.9682009Z copying extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:01.9683631Z copying extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:01.9685108Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:23:01.9686652Z copying extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:23:01.9688559Z copying extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:23:01.9689960Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:23:01.9691221Z copying extension/llm/tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:23:01.9692382Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:23:01.9693421Z copying extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:23:01.9694727Z copying extension/pybindings/test/test_backend_pybinding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:23:01.9696028Z copying extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:23:01.9697092Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:23:01.9697996Z copying extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:23:01.9698953Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:23:01.9700043Z copying extension/training/pybindings/_training_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:23:01.9701147Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:23:01.9702321Z copying extension/training/examples/XOR/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:23:01.9703637Z copying extension/training/examples/XOR/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:23:01.9704747Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-03-21T20:23:01.9705937Z copying extension/training/examples/XOR/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-03-21T20:23:01.9707170Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:23:01.9708355Z copying extension/training/pybindings/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:23:01.9709408Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:23:01.9710274Z copying kernels/quantized/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:23:01.9711171Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:23:01.9712216Z copying kernels/quantized/test/test_out_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:23:01.9713458Z copying kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:23:01.9714446Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-03-21T20:23:01.9715182Z copying devtools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-03-21T20:23:01.9715978Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:23:01.9716979Z copying devtools/backend_debug/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:23:01.9718123Z copying devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:23:01.9719107Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:01.9720074Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:01.9721131Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:01.9722293Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:01.9723185Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:23:01.9724169Z copying devtools/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:23:01.9725244Z copying devtools/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:23:01.9726195Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:01.9727023Z copying devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:01.9727985Z copying devtools/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:01.9728848Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:23:02.6993114Z copying devtools/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:23:02.6994255Z copying devtools/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:23:02.6995152Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:02.6996035Z copying devtools/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:02.6997073Z copying devtools/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:02.6998155Z copying devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:02.6999297Z copying devtools/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:02.7000242Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:23:02.7001315Z copying devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:23:02.7002826Z copying devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:23:02.7003869Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:23:02.7004803Z copying devtools/visualization/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:23:02.7005981Z copying devtools/visualization/visualization_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:23:02.7007305Z copying devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:23:02.7008361Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-03-21T20:23:02.7009435Z copying devtools/backend_debug/tests/test_delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-03-21T20:23:02.7010535Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:02.7011769Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:02.7013097Z copying devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:02.7014273Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:02.7015440Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:02.7016507Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:02.7017598Z copying devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:02.7018873Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:02.7020222Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:02.7021293Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:23:02.7022336Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:23:02.7023441Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:23:02.7024666Z copying devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:23:02.7025849Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:23:02.7027089Z copying devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:23:02.7028272Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:23:02.7029254Z copying devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:23:02.7030278Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:23:02.7031269Z copying devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:23:02.7032263Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:23:02.7033335Z copying devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:23:02.7034589Z copying devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:23:02.7035902Z copying devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:23:02.7037103Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:02.7038208Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:02.7039356Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:02.7040503Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:02.7041900Z copying devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:02.7043343Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:02.7044694Z copying devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:02.7045988Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:02.7047293Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:02.7048809Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:23:02.7050146Z copying devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:23:02.7051764Z copying devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:23:02.7052819Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-03-21T20:23:02.7053513Z copying runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-03-21T20:23:02.7054259Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-03-21T20:23:02.7055074Z copying runtime/test/test_runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-03-21T20:23:02.7055864Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:23:02.7056644Z copying util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:23:02.7057517Z copying util/collect_env.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:23:02.7058284Z copying util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:23:02.7058908Z running egg_info 2025-03-21T20:23:02.7059268Z creating executorch.egg-info 2025-03-21T20:23:02.7059626Z writing executorch.egg-info/PKG-INFO 2025-03-21T20:23:02.7060151Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-03-21T20:23:02.7060794Z writing entry points to executorch.egg-info/entry_points.txt 2025-03-21T20:23:02.7061407Z writing requirements to executorch.egg-info/requires.txt 2025-03-21T20:23:02.7061984Z writing top-level names to executorch.egg-info/top_level.txt 2025-03-21T20:23:02.7062530Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:23:02.7063115Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:23:02.7063635Z adding license file 'LICENSE' 2025-03-21T20:23:02.7064101Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:23:02.7065032Z copying backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-03-21T20:23:02.7066326Z copying backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:23:02.7067567Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:23:02.7069008Z copying backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:23:02.7070459Z copying backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:02.7090882Z copying backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:02.7092083Z copying backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:02.7093555Z copying backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:23:02.7094661Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:23:02.7095615Z copying backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:23:02.7096826Z copying backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:02.7097976Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7099244Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7100917Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7102615Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7104200Z copying backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7105712Z copying backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7107288Z copying backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7108948Z copying backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7110623Z copying backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7112330Z copying backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7113878Z copying backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7115436Z copying backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7116980Z copying backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7118576Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7120100Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7121681Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7123371Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7125082Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7126861Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7128484Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7130040Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7131744Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7133487Z copying backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7135078Z copying backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7136754Z copying backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7138391Z copying backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7139875Z copying backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7141388Z copying backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7142887Z copying backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7144481Z copying backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7146078Z copying backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7147879Z copying backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7149538Z copying backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7151087Z copying backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7152739Z copying backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7154439Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7156125Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7157712Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7159249Z copying backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7160781Z copying backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7162467Z copying backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7164062Z copying backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7165557Z copying backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7167092Z copying backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7168682Z copying backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7170229Z copying backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7188491Z copying backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7190316Z copying backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7191918Z copying backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7193617Z copying backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7195292Z copying backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7196864Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7198447Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7200065Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7201692Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7203308Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7205031Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7206658Z copying backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7208227Z copying backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7209836Z copying backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7211383Z copying backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7212942Z copying backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7214661Z copying backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.7215810Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:23:02.7216848Z copying backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:23:02.7217896Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:02.7219117Z copying backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:02.7220590Z copying backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:02.7222107Z copying backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:02.7223614Z copying backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:02.7225114Z copying backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:02.7226623Z copying backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:02.7227998Z copying backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:02.7229479Z copying backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:02.7230864Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:23:02.7232328Z copying backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:23:02.7233750Z copying backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:23:02.7235139Z copying backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:23:02.7236661Z copying backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:23:02.7238377Z copying backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:02.7240186Z copying backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:02.7241573Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7242916Z copying backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7244550Z copying backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7246232Z copying backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7248279Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7250018Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7251696Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7253342Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7254951Z copying backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7256628Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7258378Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7259983Z copying backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7261700Z copying backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7263371Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7264974Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7266590Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7268147Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7269810Z copying backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7280517Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7282238Z copying backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7283967Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7285634Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7287314Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7289019Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7290711Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7292425Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7294000Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7295635Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7297290Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7298965Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7300592Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7302252Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7303831Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7305471Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7307162Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7308896Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7310569Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7312233Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7313916Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7315557Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7317276Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7318992Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7320570Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7322164Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7323709Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7325318Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7326903Z copying backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7328670Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7330411Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7332071Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7333755Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7335493Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7337257Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7339019Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7340784Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7342523Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7344229Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7345946Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7347884Z copying backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7349682Z copying backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7351397Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7353227Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7355002Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7356676Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7358339Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7360021Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7385221Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7387111Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7388884Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7390476Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7392100Z copying backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7393751Z copying backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7395388Z copying backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7397053Z copying backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7398526Z copying backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.7400099Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.7401767Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.7403450Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.7405175Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.7406899Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.7408606Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.7410254Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.7411966Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.7413659Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.7415313Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.7416937Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.7418611Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.7420382Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.7422133Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.7423884Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.7425521Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.7427142Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.7428832Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.7430504Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.7432158Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.7433879Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.7435627Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.7437302Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.7438931Z copying backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.7440574Z copying backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:02.7442258Z copying backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:02.7443951Z copying backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:02.7445605Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:23:02.7447048Z copying examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:02.7448458Z copying examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:02.7449644Z copying examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:02.7450860Z copying examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:02.7451840Z copying exir/delegate.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:02.7452684Z copying exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:23:02.7453806Z copying extension/pybindings/pybindings.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:23:02.7454987Z copying extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:02.7456248Z copying extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:02.7457513Z copying extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:23:02.7458652Z copying kernels/quantized/quantized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:23:02.7459773Z copying kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:23:02.7460689Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:23:02.7461387Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:23:02.7462154Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:23:02.8069619Z copying devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:02.8070761Z copying devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:02.8071995Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:02.8073421Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:02.8074787Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:02.8076222Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:02.8077270Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:23:02.8078209Z copying runtime/kernel/test/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:23:02.8079232Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:02.8080122Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:02.8081359Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:02.8082946Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:02.8083958Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake 2025-03-21T20:23:02.8085007Z copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-03-21T20:23:02.8086129Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.8087100Z copying runtime/core/array_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.8088255Z copying runtime/core/data_loader.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.8089342Z copying runtime/core/defines.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.8090418Z copying runtime/core/error.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.8091665Z copying runtime/core/evalue.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.8092765Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.8093936Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.8095179Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.8096442Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.8097639Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.8098856Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.8100118Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.8101196Z copying runtime/core/result.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.8102269Z copying runtime/core/span.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.8103350Z copying runtime/core/tag.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.8104418Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.8105591Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.8106742Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:23:02.8107873Z copying runtime/core/exec_aten/exec_aten.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:23:02.8109198Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:23:02.8110561Z copying runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:23:02.8112197Z copying runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:23:02.8113554Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:02.8114822Z copying runtime/core/exec_aten/util/dim_order_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:02.8116324Z copying runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:02.8117862Z copying runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:02.8119430Z copying runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:02.8120916Z copying runtime/core/exec_aten/util/tensor_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:02.8122132Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.8123390Z copying runtime/core/portable_type/bfloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.8124868Z copying runtime/core/portable_type/bfloat16_math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.8126335Z copying runtime/core/portable_type/bits_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.8127783Z copying runtime/core/portable_type/complex.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.8129174Z copying runtime/core/portable_type/device.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.8130575Z copying runtime/core/portable_type/half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.8132001Z copying runtime/core/portable_type/optional.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.8133440Z copying runtime/core/portable_type/qint_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.8134834Z copying runtime/core/portable_type/scalar.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.8136283Z copying runtime/core/portable_type/scalar_type.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.8137699Z copying runtime/core/portable_type/string_view.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.8139132Z copying runtime/core/portable_type/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.8140585Z copying runtime/core/portable_type/tensor_impl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.8142074Z copying runtime/core/portable_type/tensor_options.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.8143334Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:02.8144710Z copying runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:02.8146350Z copying runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:02.8147935Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:02.8578681Z copying runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:02.8580388Z copying runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:02.8582032Z copying runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:02.8583636Z copying runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:02.8585212Z copying runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:02.8587039Z copying runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:02.8588782Z copying runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:02.8590433Z copying runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:02.8592091Z copying runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:02.8593305Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:02.8594309Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:02.8595551Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:02.8596748Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:02.8597958Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:02.8599024Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:23:02.8600048Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:23:02.8601068Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.8602051Z copying runtime/platform/abort.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.8603171Z copying runtime/platform/assert.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.8604276Z copying runtime/platform/clock.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.8605409Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.8606566Z copying runtime/platform/compiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.8607655Z copying runtime/platform/log.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.8608805Z copying runtime/platform/platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.8609963Z copying runtime/platform/profiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.8611100Z copying runtime/platform/runtime.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.8612223Z copying runtime/platform/system.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.8613330Z copying runtime/platform/types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.8614340Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:23:02.8615441Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:23:02.8616520Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:02.8617738Z copying extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:02.8619092Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:02.8620336Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:02.8621363Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:02.8622340Z copying extension/tensor/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:02.8623489Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:02.8624636Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:02.8625813Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:02.8626849Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:02.8627930Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:02.8629256Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:02.8630522Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:02.8631353Z running build_ext 2025-03-21T20:23:02.8631863Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:23:02.8632655Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:23:02.8633963Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers/flatc -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:23:02.8635891Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:02.8637527Z copying tools/wheel/pip_data_bin_init.py.in -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/__init__.py 2025-03-21T20:23:02.8639121Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/libquantized_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:23:02.8641035Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/_portable_lib.cpython-310-x86_64-linux-gnu.so -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:23:02.8642152Z installing to pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:23:02.8642560Z running install 2025-03-21T20:23:02.8642835Z running install_lib 2025-03-21T20:23:02.8643167Z creating pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:23:02.8643621Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2025-03-21T20:23:02.8644155Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2025-03-21T20:23:02.8644748Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2025-03-21T20:23:02.8645722Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:02.8647044Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_vela.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:02.8648681Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/ethosu_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:02.8650083Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/ethosu_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:02.8651472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/process_node.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:02.8652823Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:02.8656246Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_mapping.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:02.8657627Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:02.8659074Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:02.8660454Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_specification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:02.8661823Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:02.8662829Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/_passes 2025-03-21T20:23:02.8663930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8665534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8667205Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8668855Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8670362Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8671849Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8673448Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8675070Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8676716Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8678356Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8679941Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_minmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8681584Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_split_to_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8683168Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8684715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_to_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8686285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8687850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8689425Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8691036Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_linear_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8692597Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8694154Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_select.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8695712Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8697339Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8698952Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8700565Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8702182Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8703748Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8705379Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8706980Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/insert_rescales_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8708511Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/insert_table_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8710125Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8711711Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8713349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8714894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8716388Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/remove_clone_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8717943Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8719515Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8721129Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8722841Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.8724056Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operator_support 2025-03-21T20:23:02.8725259Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:02.8726948Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/convolution_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:02.8728681Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/minmax_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:02.8737924Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/pool_2d_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:02.8739643Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/reduce_sum_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:02.8741372Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/right_shift_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:02.8743121Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/slice_copy_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:02.8744883Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/to_copy_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:02.8746626Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/tosa_supported_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:02.8748043Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2025-03-21T20:23:02.8749208Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8750736Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8752285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8753893Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8755395Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8756902Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_amin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8758403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8759930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8761468Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8762992Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8764477Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8766026Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8767577Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8769090Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8770575Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8772064Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8773549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8775046Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_get_item.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8776586Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8778064Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8779531Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8781013Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8782522Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8784065Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8785652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8787161Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8788720Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8790270Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8791815Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8793332Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rescale.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8794898Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rshift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8796409Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8797931Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8799455Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8800954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8802447Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8803938Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_table.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8805440Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8806934Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8808542Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_to_dim_order_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8810127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8811726Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8822105Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8823636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_binary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8825172Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_unary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.8826351Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2025-03-21T20:23:02.8827450Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:23:02.8829093Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:23:02.8830684Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:23:02.8832346Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:23:02.8834031Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:23:02.8835227Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2025-03-21T20:23:02.8836267Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-03-21T20:23:02.8837690Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/conftest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-03-21T20:23:02.8839157Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/runner_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-03-21T20:23:02.8840599Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/test_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-03-21T20:23:02.8841667Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2025-03-21T20:23:02.8842847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_custom_partition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:02.8844453Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:02.8846058Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_dim_order_guards.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:02.8847844Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_lifted_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:02.8849538Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_model_evaluator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:02.8851193Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_multiple_delegates.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:02.8852848Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_multiple_outputs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:02.8854567Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:02.8856254Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_tosa_spec.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:02.8857386Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2025-03-21T20:23:02.8858625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_conformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:02.8860225Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_dl3_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:02.8861798Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:02.8863385Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_lstm_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:02.8865013Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:02.8866675Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_nn_functional.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:02.8868353Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_nn_modules.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:02.8870166Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_torch_functions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:02.8871798Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_w2l_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:02.8872941Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2025-03-21T20:23:02.8874022Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8875513Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8877004Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8878502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_amin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8880160Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8881732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8883294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8884843Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_bitwise.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8886356Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8887825Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8889331Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8890898Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_clone.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8892458Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8894013Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8895532Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8904570Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8906180Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8907776Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8909348Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8910821Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8912344Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_expand.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8913869Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8915384Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8916878Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8918348Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8919873Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8921483Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8923042Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8924594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_layer_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8926093Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8927589Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8929102Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8930664Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_logical.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8932220Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_logsoftmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8933752Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8935254Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_max_pool.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8936792Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8938332Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8939920Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8941411Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8942891Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8944403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8945963Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_reciprocal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8947504Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8949274Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8950798Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_rshift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8952314Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8953911Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_scalars.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8955427Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_select.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8956953Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8958512Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8960090Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8961632Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8963232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8964769Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_split.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8966304Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8967815Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8969300Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8970794Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8972341Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8973874Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8975481Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8977052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_var.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8978549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.8979901Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2025-03-21T20:23:02.8981544Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:02.8983229Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:02.8984882Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:02.8986605Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:02.8988328Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:02.8990152Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:02.8991885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:02.8993631Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:02.8995337Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_rescale_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:02.8997122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:02.8998385Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/quantizer 2025-03-21T20:23:02.8999646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/quantizer 2025-03-21T20:23:02.9000882Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2025-03-21T20:23:02.9001998Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:23:02.9003619Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/analyze_output_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:23:02.9005288Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:23:02.9006890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/test_pipeline.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:23:02.9008066Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2025-03-21T20:23:02.9009223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tosautil 2025-03-21T20:23:02.9010342Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/util 2025-03-21T20:23:02.9011448Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/util 2025-03-21T20:23:02.9012568Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party 2025-03-21T20:23:02.9013366Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:23:02.9014770Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:23:02.9016209Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-03-21T20:23:02.9017248Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:23:02.9018972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:23:02.9021407Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:23:02.9023108Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9024866Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9027189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9029546Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9031803Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9034067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9036319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9038593Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9040801Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9042988Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9045299Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9048419Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9050776Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9053025Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9055303Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9057465Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9059716Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9062162Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9064543Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9066824Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9069173Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9071413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9073645Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9075947Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9078183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9080422Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9082642Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9084828Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9087033Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9089228Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9091511Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9093853Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9096120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9098355Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9100680Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.9102228Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-03-21T20:23:02.9103228Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:23:02.9104870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:23:02.9106533Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:23:02.9108251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:23:02.9109952Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:23:02.9111463Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:23:02.9112810Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2025-03-21T20:23:02.9113887Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-03-21T20:23:02.9115403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-03-21T20:23:02.9116929Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-03-21T20:23:02.9118445Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/test_example_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-03-21T20:23:02.9119699Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:23:02.9121223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:23:02.9123356Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:23:02.9124919Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2025-03-21T20:23:02.9126934Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:02.9128728Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:02.9130467Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:02.9132220Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/conv_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:02.9134050Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/dropout.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:02.9135809Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/flatten.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:02.9137585Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:02.9139335Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/op_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:02.9141056Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:02.9142814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:02.9143999Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek 2025-03-21T20:23:02.9145030Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-03-21T20:23:02.9146474Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-03-21T20:23:02.9148124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-03-21T20:23:02.9149301Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/_passes 2025-03-21T20:23:02.9150446Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/_passes 2025-03-21T20:23:02.9152132Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/_passes 2025-03-21T20:23:02.9153421Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/quantizer 2025-03-21T20:23:02.9154591Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:23:02.9156227Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:23:02.9157961Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:23:02.9159619Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:23:02.9160785Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2025-03-21T20:23:02.9161864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm 2025-03-21T20:23:02.9162975Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.9164102Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.9165773Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.9167443Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.9169077Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.9170700Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/constant_i64_to_i32.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.9172348Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.9174093Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.9175860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.9177475Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.9179095Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.9180784Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.9182463Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.9184130Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.9185778Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.9187416Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.9189176Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.9190807Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.9192454Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.9194155Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.9195891Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.9197578Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.9199483Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.9201627Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.9203286Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.9204955Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.9206626Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.9208286Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.9209847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.9210968Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9212127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9213771Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9215395Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9217045Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9218696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9220279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9221890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9223550Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9225183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9226793Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9228369Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9230030Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9231687Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9233301Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9234880Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9236505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9238170Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9239790Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9241429Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9243029Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9244619Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9246221Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9248095Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_full_like.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9249723Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9251294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9252908Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9254509Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9256210Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9257879Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9259520Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9261140Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_index.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9262758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9264493Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_instance_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9266154Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9267767Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9269420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9271020Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9272646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9274345Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_logical_not.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9275962Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9278138Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9280299Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_max.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9281921Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9283555Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9285157Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_min.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9286713Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9288287Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9289928Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9291497Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_or.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9293066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9294642Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9296227Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9297905Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9299525Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9301129Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9302742Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9304352Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9305970Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9307635Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9309352Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9310954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9312552Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9314188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9315822Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9317472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9319152Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9320784Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9322445Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9324046Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9325659Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9327278Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9328859Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_to.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9330503Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9332126Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9333774Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9335471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9337195Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9338876Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_where.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9340537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9342159Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.9343319Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/debugger 2025-03-21T20:23:02.9344478Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/debugger 2025-03-21T20:23:02.9345643Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2025-03-21T20:23:02.9346860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:23:02.9348807Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:23:02.9350464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:23:02.9351652Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:02.9352866Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:23:02.9354642Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:23:02.9356344Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:23:02.9358003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:23:02.9359266Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:23:02.9360714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:23:02.9362117Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2025-03-21T20:23:02.9363434Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:23:02.9365984Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:23:02.9367836Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:23:02.9369089Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2025-03-21T20:23:02.9370216Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:23:02.9371821Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:23:02.9373588Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:23:02.9374688Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2025-03-21T20:23:02.9375844Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/utils 2025-03-21T20:23:02.9377393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/utils 2025-03-21T20:23:02.9378500Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot 2025-03-21T20:23:02.9379200Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2025-03-21T20:23:02.9380326Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/aot/ir 2025-03-21T20:23:02.9381434Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2025-03-21T20:23:02.9382482Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:02.9383977Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:02.9385532Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:02.9387114Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/decompose_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:02.9388794Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:02.9390449Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:02.9392043Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:02.9393614Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_dequant_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:02.9395151Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:02.9396726Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:02.9398230Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/rank_0_to_rank_1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:02.9399763Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/remove_clone_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:02.9401355Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:02.9402899Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:02.9404458Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:02.9405672Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2025-03-21T20:23:02.9406972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-03-21T20:23:02.9408813Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-03-21T20:23:02.9410548Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-03-21T20:23:02.9411698Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2025-03-21T20:23:02.9412704Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:23:02.9414114Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:23:02.9415531Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/op_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:23:02.9416919Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:23:02.9418348Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:23:02.9419472Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/_passes 2025-03-21T20:23:02.9420573Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:23:02.9422120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:23:02.9423762Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:23:02.9425380Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:23:02.9427005Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:23:02.9428816Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:23:02.9430458Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:23:02.9432092Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:23:02.9433819Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2025-03-21T20:23:02.9435139Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/partitioner 2025-03-21T20:23:02.9436377Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/quantizer 2025-03-21T20:23:02.9454890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/quantizer 2025-03-21T20:23:02.9456209Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2025-03-21T20:23:02.9457378Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime 2025-03-21T20:23:02.9458561Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2025-03-21T20:23:02.9459362Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-03-21T20:23:02.9460195Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9461635Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9463656Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9465652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9467584Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9469702Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9471640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9473549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9475568Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9477620Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9479689Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9481611Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9483502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9485391Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9487293Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9489292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9491325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9493371Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9495408Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9497371Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9499312Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9501367Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9503428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9506142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9508176Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9510236Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9512138Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9513997Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9515963Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9517905Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9519840Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9521816Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9523823Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9525751Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9527702Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9529752Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9531784Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9533718Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9535602Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9537512Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9539493Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9541432Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9543340Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9545231Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9547169Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9549499Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9551439Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9553407Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9555401Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9557425Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9559482Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9561442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9563413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9565385Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9567360Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9569310Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9571250Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9573200Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9575216Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9577156Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9579051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9581004Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9582996Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.9584312Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2025-03-21T20:23:02.9585602Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:23:02.9587920Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:23:02.9589801Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:23:02.9591553Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:23:02.9592787Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2025-03-21T20:23:02.9593915Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:23:02.9595503Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:23:02.9597130Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:23:02.9598331Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:02.9599528Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:02.9601221Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:02.9603013Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:02.9604346Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:02.9605653Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:02.9607470Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:02.9609305Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:02.9611160Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:02.9613013Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:02.9614836Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:02.9616080Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2025-03-21T20:23:02.9617336Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/glsl 2025-03-21T20:23:02.9618536Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2025-03-21T20:23:02.9619310Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2025-03-21T20:23:02.9620583Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/volk 2025-03-21T20:23:02.9621897Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-03-21T20:23:02.9622855Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:02.9624463Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:02.9626699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:02.9628941Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:02.9631094Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:02.9633210Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:02.9635296Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:02.9637419Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:02.9639082Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:23:02.9640834Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:23:02.9642484Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-03-21T20:23:02.9643511Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-03-21T20:23:02.9644629Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:23:02.9646563Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:23:02.9648372Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools 2025-03-21T20:23:02.9649099Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-03-21T20:23:02.9649985Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:02.9651333Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:02.9653222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:02.9655079Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:02.9656904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:02.9658842Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:02.9660719Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:02.9661951Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2025-03-21T20:23:02.9662972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack 2025-03-21T20:23:02.9664484Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack 2025-03-21T20:23:02.9665709Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/_passes 2025-03-21T20:23:02.9666833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:02.9668472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:02.9670237Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:02.9671866Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:02.9673522Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:02.9675191Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:02.9676851Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:02.9678462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:02.9680113Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:02.9681757Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:02.9683426Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:02.9685045Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:02.9686645Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:02.9687780Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9688954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9690612Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9692280Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9693872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9695476Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9697120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9698759Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9700339Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9701944Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9703543Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9705153Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9706783Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9708444Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9710267Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9711925Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9713519Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9715200Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9716850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9718490Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9720114Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9721796Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9723486Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9725135Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9726765Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9728390Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9730013Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9731647Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9733272Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9734890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9736500Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9738126Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_quant_dequant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9739854Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9741462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9743070Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9745209Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9746839Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9748798Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9750442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9752062Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_square.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9753700Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9755330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9757017Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9758810Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9760489Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9762086Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9763732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.9764940Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2025-03-21T20:23:02.9766126Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition 2025-03-21T20:23:02.9767848Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition 2025-03-21T20:23:02.9769123Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:02.9770390Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:23:02.9772213Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/gemm_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:23:02.9774083Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:23:02.9775937Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/node_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:23:02.9777795Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:23:02.9779658Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:23:02.9780983Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:02.9782344Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:02.9784120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:02.9785350Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/quantizer 2025-03-21T20:23:02.9786576Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/quantizer 2025-03-21T20:23:02.9788320Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/quantizer 2025-03-21T20:23:02.9789697Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2025-03-21T20:23:02.9791004Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:23:02.9792839Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:23:02.9794656Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:23:02.9796384Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:23:02.9797587Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2025-03-21T20:23:02.9798740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test 2025-03-21T20:23:02.9800366Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test 2025-03-21T20:23:02.9801572Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2025-03-21T20:23:02.9802792Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:02.9804438Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:02.9806138Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:02.9807845Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:02.9809533Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:02.9811249Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:02.9812972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:02.9814727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:02.9816426Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:02.9818090Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:02.9819783Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:02.9821511Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:02.9823910Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:02.9825086Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9826234Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9827818Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9828642Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9829414Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9830150Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9830871Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9831610Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_ceil.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9832405Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9833209Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9833947Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9834688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9835424Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9836152Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9836946Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9837711Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9838460Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9839221Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9839961Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9840706Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_lstm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9841485Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_max_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9842244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9842992Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9843741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9844489Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9845255Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_multiply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9845988Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_negate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9846727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9847453Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9848360Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9849172Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9849895Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9850641Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9851368Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9852216Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9852975Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9853726Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9854456Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9855203Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_square.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9856008Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9856773Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.9857089Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:02.9857928Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:23:02.9858753Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:23:02.9859633Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:23:02.9860459Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:23:02.9861291Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:23:02.9862117Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:23:02.9862963Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:23:02.9863324Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:02.9864210Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:02.9865059Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_representation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:02.9865925Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:02.9866270Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2025-03-21T20:23:02.9867168Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/serialization 2025-03-21T20:23:02.9868099Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/serialization 2025-03-21T20:23:02.9868407Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2025-03-21T20:23:02.9869214Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/tester 2025-03-21T20:23:02.9869972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/tester 2025-03-21T20:23:02.9901595Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2025-03-21T20:23:02.9901960Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:23:02.9902864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:23:02.9903244Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-03-21T20:23:02.9903660Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:02.9904587Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:02.9905514Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:02.9906446Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:02.9906820Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-03-21T20:23:02.9907222Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:23:02.9908155Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:23:02.9909041Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:23:02.9909439Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:23:02.9910274Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:23:02.9911185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:23:02.9911540Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:23:02.9912443Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:23:02.9912842Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:02.9913894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:02.9914926Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:02.9915919Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:02.9916293Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-03-21T20:23:02.9916695Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:23:02.9917666Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:23:02.9918641Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:23:02.9919492Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:23:02.9919867Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:23:02.9920775Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:23:02.9921662Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:23:02.9922021Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-03-21T20:23:02.9922410Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:02.9923359Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:02.9924325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:02.9925393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:02.9926355Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:02.9926750Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.9927641Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.9928532Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.9929509Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.9930519Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.9931489Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.9932493Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.9933528Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.9934573Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.9935571Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.9936533Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.9937542Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.9965681Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.9966665Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.9967619Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.9968721Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.9969728Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.9970785Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.9971788Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.9972751Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.9973810Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.9974782Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.9975764Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.9976745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.9977845Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.9978846Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.9979823Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.9980788Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.9981184Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.9982129Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.9983072Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.9984004Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.9985006Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.9985985Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.9986927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.9987849Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.9988861Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.9989864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.9990792Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.9991722Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.9992728Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.9993631Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.9994562Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.9995473Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.9996369Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.9997308Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.9998279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.9999204Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0000124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0001085Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0028269Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0029289Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0030234Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0031183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0032144Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0033101Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0034040Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0034968Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0035910Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0036871Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0037772Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0038723Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0039686Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0040656Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0041608Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0042535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0043528Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0044480Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0045477Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0046395Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0047287Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0048448Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0049361Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0050259Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0051190Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0052171Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0053183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0054132Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0055105Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0056099Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0057074Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0058060Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0059038Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0060057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0061030Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0062013Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0062987Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0063971Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0101883Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0102888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0103848Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0104753Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0105759Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0106733Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0107696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0108726Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0109640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0110537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0111456Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0112376Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0113331Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0114223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0115103Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:03.0115970Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party 2025-03-21T20:23:03.0116249Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2025-03-21T20:23:03.0117009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:23:03.0117722Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:23:03.0118412Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:23:03.0119159Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:23:03.0119410Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2025-03-21T20:23:03.0119676Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2025-03-21T20:23:03.0120337Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps 2025-03-21T20:23:03.0121053Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps 2025-03-21T20:23:03.0121373Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2025-03-21T20:23:03.0122118Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:03.0122924Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:03.0123704Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:03.0124476Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:03.0125264Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:03.0126068Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:03.0126856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:03.0127692Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:03.0128495Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:03.0129313Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:03.0130075Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:03.0130835Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:03.0131638Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_quant_dequant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:03.0132458Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:03.0133224Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:03.0134004Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:03.0134777Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:03.0135550Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:03.0136353Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:03.0187394Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:03.0187715Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2025-03-21T20:23:03.0188469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/partition 2025-03-21T20:23:03.0189318Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/partition 2025-03-21T20:23:03.0189672Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2025-03-21T20:23:03.0190523Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:23:03.0191379Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:23:03.0192274Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:23:03.0192565Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2025-03-21T20:23:03.0193370Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:23:03.0194124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:23:03.0194890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:23:03.0195620Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:23:03.0196365Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:23:03.0197104Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:23:03.0197918Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:23:03.0198209Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2025-03-21T20:23:03.0198921Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/utils 2025-03-21T20:23:03.0199664Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils/quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/utils 2025-03-21T20:23:03.0199943Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2025-03-21T20:23:03.0200274Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2025-03-21T20:23:03.0201055Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/compiler 2025-03-21T20:23:03.0201993Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/compiler 2025-03-21T20:23:03.0202310Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2025-03-21T20:23:03.0203105Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/partition 2025-03-21T20:23:03.0203956Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/partition 2025-03-21T20:23:03.0204287Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:03.0205136Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:03.0205992Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:03.0206289Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2025-03-21T20:23:03.0207113Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test 2025-03-21T20:23:03.0207909Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test 2025-03-21T20:23:03.0208255Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2025-03-21T20:23:03.0208637Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:23:03.0209521Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:23:03.0209871Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:23:03.0210759Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/runtime/test 2025-03-21T20:23:03.0211536Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml 2025-03-21T20:23:03.0211794Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2025-03-21T20:23:03.0212122Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2025-03-21T20:23:03.0212783Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:03.0213471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/compiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:03.0214178Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:03.0214887Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/export_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:03.0215560Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:03.0216292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:03.0217017Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:03.0217724Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:03.0218448Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:03.0219126Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:03.0219803Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:03.0220531Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:03.0221221Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/remove_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:03.0267279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:03.0268043Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/replace_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:03.0268800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:03.0269470Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:03.0269782Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:03.0270582Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:03.0271388Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:03.0272273Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:03.0273044Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:03.0273344Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/tests 2025-03-21T20:23:03.0274139Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:23:03.0274927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:23:03.0275710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_memory_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:23:03.0276531Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_pass_filter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:23:03.0277322Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:23:03.0278125Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:23:03.0278918Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:23:03.0279730Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:23:03.0280432Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:03.0281181Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:03.0281896Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:03.0282188Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/runtime 2025-03-21T20:23:03.0282885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:23:03.0283724Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/executor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:23:03.0284446Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/runtime.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:23:03.0285142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:23:03.0285434Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2025-03-21T20:23:03.0286135Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/facto_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:23:03.0286843Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/gen_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:23:03.0287638Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/post_compilation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:23:03.0287949Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO 2025-03-21T20:23:03.0288696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO 2025-03-21T20:23:03.0289066Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:23:03.0289932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:23:03.0290820Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:23:03.0291219Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:03.0292089Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:03.0292988Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:03.0293869Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:03.0294203Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:23:03.0295024Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:23:03.0295410Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:23:03.0296321Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:23:03.0296772Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:03.0297799Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:03.0298878Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:03.0299895Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:03.0300344Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:03.0301360Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:03.0336546Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:03.0337593Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:03.0338611Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:03.0339064Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:03.0340097Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:03.0341161Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:03.0342229Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:03.0343278Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:03.0343701Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:23:03.0344697Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:23:03.0345695Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:23:03.0346115Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:23:03.0347105Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:23:03.0348287Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:23:03.0348852Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:03.0349883Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:03.0350944Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:03.0351956Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:03.0352992Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:03.0354091Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:03.0355123Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:03.0356151Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:03.0356539Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:03.0357422Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:03.0358379Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:03.0359283Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:03.0360211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:03.0360548Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-03-21T20:23:03.0360943Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:03.0361927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:03.0362931Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:03.0363921Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:03.0364919Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:03.0365916Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:03.0366902Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:03.0367866Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:03.0368826Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:03.0369835Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:03.0370769Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:03.0371747Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:03.0372738Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:03.0424881Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:03.0425975Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:03.0426933Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:03.0427157Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen 2025-03-21T20:23:03.0427773Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-03-21T20:23:03.0428028Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools 2025-03-21T20:23:03.0428690Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:23:03.0429322Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_all_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:23:03.0429925Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:23:03.0430528Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_ops_def.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:23:03.0431273Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:23:03.0431934Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/merge_yaml.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:23:03.0432542Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/yaml_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:23:03.0432825Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools/test 2025-03-21T20:23:03.0433528Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_all_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-03-21T20:23:03.0434229Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-03-21T20:23:03.0434957Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-03-21T20:23:03.0435777Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-03-21T20:23:03.0436020Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2025-03-21T20:23:03.0436269Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple 2025-03-21T20:23:03.0436560Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml 2025-03-21T20:23:03.0436864Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/llama 2025-03-21T20:23:03.0437632Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:23:03.0438505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/llama_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:23:03.0439258Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/run.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:23:03.0440024Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:23:03.0440780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:23:03.0441082Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:03.0441803Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:23:03.0442557Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/model_exporter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:23:03.0443319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:23:03.0444043Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:23:03.0444780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/training_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:23:03.0445588Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:23:03.0446362Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:23:03.0447139Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:23:03.0447397Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2025-03-21T20:23:03.0448202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-03-21T20:23:03.0448860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/checkpoint.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-03-21T20:23:03.0449513Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/model_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-03-21T20:23:03.0450172Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/model_factory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-03-21T20:23:03.0450592Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2025-03-21T20:23:03.0451319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/deeplab_v3 2025-03-21T20:23:03.0452137Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/deeplab_v3 2025-03-21T20:23:03.0452420Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2025-03-21T20:23:03.0453102Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/edsr 2025-03-21T20:23:03.0453775Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/edsr 2025-03-21T20:23:03.0454142Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam 2025-03-21T20:23:03.0454909Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam 2025-03-21T20:23:03.0455652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam 2025-03-21T20:23:03.0456083Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:03.0457074Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:03.0458056Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:03.0459062Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:03.0504407Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:03.0505351Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:03.0506514Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:03.0506841Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2025-03-21T20:23:03.0507610Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/emformer_rnnt 2025-03-21T20:23:03.0508357Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/emformer_rnnt 2025-03-21T20:23:03.0508759Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2025-03-21T20:23:03.0509502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v3 2025-03-21T20:23:03.0510327Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v3 2025-03-21T20:23:03.0510637Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2025-03-21T20:23:03.0511382Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v4 2025-03-21T20:23:03.0512117Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v4 2025-03-21T20:23:03.0512423Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama 2025-03-21T20:23:03.0513102Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:03.0513864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:03.0514558Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/eval_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:03.0515282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:03.0515988Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/export_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:03.0516721Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/export_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:03.0517424Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/fairseq2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:03.0518224Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:03.0518919Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/llama_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:03.0519670Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/llama_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:03.0520341Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:03.0521068Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/model_args.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:03.0521748Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:03.0522413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:03.0523156Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/static_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:03.0523472Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/evaluate 2025-03-21T20:23:03.0524248Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/evaluate 2025-03-21T20:23:03.0525100Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate/eager_eval.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/evaluate 2025-03-21T20:23:03.0525458Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/experimental 2025-03-21T20:23:03.0526305Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:23:03.0527169Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:23:03.0528010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/subclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:23:03.0528976Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/test_subclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:23:03.0529324Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/runner 2025-03-21T20:23:03.0530097Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:23:03.0530888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:23:03.0531661Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/native.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:23:03.0532057Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.0532972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.0533929Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.0534860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.0535794Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/attention_sink.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.0536724Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/lora.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.0537674Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/pre_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.0538601Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/prune_vocab.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.0569273Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/quantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.0570399Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.0571304Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.0572203Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.0573084Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.0574009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/spin_quant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.0575004Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.0576014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.0577019Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.0577951Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:03.0578267Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tests 2025-03-21T20:23:03.0579154Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:23:03.0579944Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_simple_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:23:03.0580770Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_static_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:23:03.0581088Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tokenizer 2025-03-21T20:23:03.0581952Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tokenizer 2025-03-21T20:23:03.0582269Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision 2025-03-21T20:23:03.0583034Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision 2025-03-21T20:23:03.0583417Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:03.0584285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:03.0585223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:03.0586209Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:03.0587137Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:03.0587502Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:03.0588335Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:03.0589265Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/exported.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:03.0590164Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:03.0590992Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/native.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:03.0591400Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:23:03.0592274Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:23:03.0592705Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:23:03.0593640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:23:03.0594632Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:23:03.0595035Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:23:03.0595941Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:23:03.0596860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:23:03.0597297Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:23:03.0598239Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:23:03.0599257Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:23:03.0599534Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2025-03-21T20:23:03.0600224Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-03-21T20:23:03.0601012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/export_llava.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-03-21T20:23:03.0601722Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/image_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-03-21T20:23:03.0602394Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-03-21T20:23:03.0602693Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2025-03-21T20:23:03.0603454Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test/test_llava.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava/test 2025-03-21T20:23:03.0665106Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test/test_pte.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava/test 2025-03-21T20:23:03.0665481Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/lstm 2025-03-21T20:23:03.0666144Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/lstm 2025-03-21T20:23:03.0666819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/lstm 2025-03-21T20:23:03.0667114Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2025-03-21T20:23:03.0667850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilebert 2025-03-21T20:23:03.0668640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilebert 2025-03-21T20:23:03.0668967Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2025-03-21T20:23:03.0669704Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v2 2025-03-21T20:23:03.0670448Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v2 2025-03-21T20:23:03.0670776Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2025-03-21T20:23:03.0671513Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v3 2025-03-21T20:23:03.0672292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v3 2025-03-21T20:23:03.0672633Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:23:03.0673430Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora/export_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini-lora 2025-03-21T20:23:03.0673735Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2025-03-21T20:23:03.0674447Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:23:03.0675165Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:23:03.0675887Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/phi_3_mini.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:23:03.0676712Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/static_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:23:03.0677476Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:23:03.0677774Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-4-mini 2025-03-21T20:23:03.0678487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-4-mini 2025-03-21T20:23:03.0679251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-4-mini 2025-03-21T20:23:03.0679547Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen2_5 2025-03-21T20:23:03.0680259Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen2_5 2025-03-21T20:23:03.0681000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen2_5 2025-03-21T20:23:03.0681280Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2025-03-21T20:23:03.0681973Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/resnet 2025-03-21T20:23:03.0682665Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/resnet 2025-03-21T20:23:03.0682958Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2025-03-21T20:23:03.0683621Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/test 2025-03-21T20:23:03.0684325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test/test_export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/test 2025-03-21T20:23:03.0684644Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2025-03-21T20:23:03.0685426Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/torchvision_vit 2025-03-21T20:23:03.0686195Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/torchvision_vit 2025-03-21T20:23:03.0686515Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2025-03-21T20:23:03.0687234Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/toy_model 2025-03-21T20:23:03.0687925Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/toy_model 2025-03-21T20:23:03.0688231Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2025-03-21T20:23:03.0688953Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/wav2letter 2025-03-21T20:23:03.0689690Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/wav2letter 2025-03-21T20:23:03.0689966Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi 2025-03-21T20:23:03.0690321Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi/mimi 2025-03-21T20:23:03.0691062Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi/test_mimi.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/moshi/mimi 2025-03-21T20:23:03.0691278Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2025-03-21T20:23:03.0691769Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:03.0692266Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:03.0692772Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:03.0693295Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/control_flow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:03.0693843Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:03.0694370Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:03.0694908Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dynamic_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:03.0695395Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:03.0695893Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:03.0696410Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:03.0696995Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:03.0697494Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:03.0698044Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:03.0753205Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:03.0754012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:03.0754539Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:03.0755189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/scalar_type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:03.0755683Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:03.0756189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/sym_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:03.0756678Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:03.0757162Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:03.0757653Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:03.0758153Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:03.0758714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/wrap.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:03.0758967Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2025-03-21T20:23:03.0759575Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:03.0760162Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_cord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:03.0760781Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_dataclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:03.0761399Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:03.0762050Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_named_data_store.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:03.0762685Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:03.0763298Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:03.0763933Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/data_serializer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:03.0764535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/padding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:03.0764817Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2025-03-21T20:23:03.0765456Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:23:03.0766120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_cord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:23:03.0766804Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:23:03.0767516Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_named_data_store.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:23:03.0768181Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:23:03.0768843Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:03.0769452Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:03.0769698Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2025-03-21T20:23:03.0770306Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/backend_api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:23:03.0770937Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/backend_details.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:23:03.0771576Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/compile_spec_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:23:03.0772223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/operator_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:23:03.0772902Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:23:03.0773474Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:23:03.0773837Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:03.0774720Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:03.0775639Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:03.0776552Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:03.0777473Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:03.0777733Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2025-03-21T20:23:03.0778473Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:03.0779239Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:03.0779980Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_named_data_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:03.0780682Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:03.0781381Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:03.0782054Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:03.0782802Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backend_with_named_data_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:03.0783500Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:03.0784216Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:03.0784914Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends_nested.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:03.0785622Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_compatibility.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:03.0786314Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:03.0854405Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:03.0855222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_graph_partition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:03.0855967Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:03.0856651Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:03.0857319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:03.0857967Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:03.0858294Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2025-03-21T20:23:03.0859085Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos 2025-03-21T20:23:03.0859847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos 2025-03-21T20:23:03.0860156Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:03.0861053Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:03.0861902Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:03.0862662Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:03.0862909Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2025-03-21T20:23:03.0863483Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-03-21T20:23:03.0864077Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_capture.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-03-21T20:23:03.0864647Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-03-21T20:23:03.0865266Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_unlift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-03-21T20:23:03.0865512Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2025-03-21T20:23:03.0866111Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects 2025-03-21T20:23:03.0866678Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects 2025-03-21T20:23:03.0866962Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2025-03-21T20:23:03.0867622Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/backend 2025-03-21T20:23:03.0867926Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2025-03-21T20:23:03.0868791Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/backend/test 2025-03-21T20:23:03.0869126Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2025-03-21T20:23:03.0869770Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge 2025-03-21T20:23:03.0870046Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2025-03-21T20:23:03.0870743Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/arg 2025-03-21T20:23:03.0871414Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/arg 2025-03-21T20:23:03.0871712Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:03.0872431Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:23:03.0873235Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:23:03.0873936Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:23:03.0874222Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2025-03-21T20:23:03.0874881Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op 2025-03-21T20:23:03.0875607Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op 2025-03-21T20:23:03.0875914Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2025-03-21T20:23:03.0876649Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op/test 2025-03-21T20:23:03.0876947Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2025-03-21T20:23:03.0877623Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/spec 2025-03-21T20:23:03.0878338Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/spec 2025-03-21T20:23:03.0878621Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2025-03-21T20:23:03.0879393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/test 2025-03-21T20:23:03.0880130Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/test 2025-03-21T20:23:03.0880794Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/edge.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge 2025-03-21T20:23:03.0881057Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2025-03-21T20:23:03.0881780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/test 2025-03-21T20:23:03.0882006Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2025-03-21T20:23:03.0882561Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-03-21T20:23:03.0883192Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/_emit_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-03-21T20:23:03.0883740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/_emitter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-03-21T20:23:03.0884005Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2025-03-21T20:23:03.0884622Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test/test_emit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit/test 2025-03-21T20:23:03.0884880Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2025-03-21T20:23:03.0885487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-03-21T20:23:03.0886094Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/manip.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-03-21T20:23:03.0886712Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-03-21T20:23:03.0886991Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2025-03-21T20:23:03.0887676Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test/test_operator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator/test 2025-03-21T20:23:03.0887927Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2025-03-21T20:23:03.0945766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:03.0946693Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:03.0947323Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/const_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:03.0948154Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/constant_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:03.0948919Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:03.0949570Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:03.0950215Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:03.0950977Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:03.0951654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/external_constants_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:03.0952272Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/init_mutable_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:03.0952978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:03.0953612Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:03.0954260Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/memory_planning_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:03.0955013Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:03.0955707Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:03.0956309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/pass_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:03.0956976Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:03.0957594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:03.0958224Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/quantize_io_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:03.0958922Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:03.0959599Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:03.0960213Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_noop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:03.0960885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:03.0961615Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:03.0962314Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:03.0962966Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:03.0963662Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:03.0964299Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:03.0964899Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/spec_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:03.0965560Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:03.0966183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:03.0966842Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:03.0967084Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2025-03-21T20:23:03.0967668Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-03-21T20:23:03.0968273Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-03-21T20:23:03.0968863Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-03-21T20:23:03.0969178Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2025-03-21T20:23:03.0969820Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-03-21T20:23:03.0970509Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/test_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-03-21T20:23:03.0971179Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-03-21T20:23:03.0971413Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2025-03-21T20:23:03.0971963Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:23:03.0972594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/export_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:23:03.0973177Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:23:03.0973767Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/schema_check.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:23:03.0974345Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:23:03.0974905Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/union.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:23:03.0975469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/upgrade.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:23:03.0975707Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2025-03-21T20:23:03.0976279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/asr_joiner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:03.0976846Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:03.0977466Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/control_flow_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:03.0978101Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/dynamic_shape_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:03.0978658Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:03.0979300Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:03.1040778Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_capture.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:03.1041518Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:03.1042119Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:03.1042730Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:03.1043416Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:03.1044113Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:03.1044712Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_joint_graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:03.1045356Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:03.1046027Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:03.1046699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:03.1047332Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:03.1048123Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_op_convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:03.1048727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_pass_infra.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:03.1049297Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:03.1049910Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:03.1050568Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_prune_empty_tensors_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:03.1051209Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:03.1051821Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:03.1052450Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:03.1053067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_remove_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:03.1053647Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_serde.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:03.1054221Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:03.1054873Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:03.1055487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_verification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:03.1056073Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:03.1056678Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:03.1056947Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2025-03-21T20:23:03.1057637Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-03-21T20:23:03.1058358Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/dev_html.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-03-21T20:23:03.1059049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/interpreter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-03-21T20:23:03.1059704Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/verifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-03-21T20:23:03.1059998Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2025-03-21T20:23:03.1060731Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test/test_verifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification/test 2025-03-21T20:23:03.1061261Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:03.1061496Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2025-03-21T20:23:03.1061819Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/android_test 2025-03-21T20:23:03.1062513Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test/add_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/android_test 2025-03-21T20:23:03.1062789Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2025-03-21T20:23:03.1063460Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/export_util 2025-03-21T20:23:03.1064121Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/export_util 2025-03-21T20:23:03.1064403Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor 2025-03-21T20:23:03.1065058Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor 2025-03-21T20:23:03.1065387Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:03.1066144Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:23:03.1066969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:23:03.1067746Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:23:03.1068638Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:23:03.1069428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:23:03.1069737Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/test 2025-03-21T20:23:03.1070480Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test/test_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/test 2025-03-21T20:23:03.1070746Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2025-03-21T20:23:03.1071424Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/convert_main.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-03-21T20:23:03.1072092Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-03-21T20:23:03.1072809Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/load_gguf.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-03-21T20:23:03.1073128Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2025-03-21T20:23:03.1073936Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util/converters 2025-03-21T20:23:03.1074211Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2025-03-21T20:23:03.1133051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/portable_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-03-21T20:23:03.1133352Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2025-03-21T20:23:03.1134109Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/make_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:23:03.1134951Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/test_backend_pybinding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:23:03.1135731Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:23:03.1136445Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/pybindings.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-03-21T20:23:03.1137283Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-03-21T20:23:03.1137546Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2025-03-21T20:23:03.1138188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pytree 2025-03-21T20:23:03.1138462Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2025-03-21T20:23:03.1139163Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pytree/test 2025-03-21T20:23:03.1139427Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training 2025-03-21T20:23:03.1140080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training 2025-03-21T20:23:03.1140424Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings 2025-03-21T20:23:03.1141231Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/_training_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings 2025-03-21T20:23:03.1141582Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings/test 2025-03-21T20:23:03.1142399Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings/test 2025-03-21T20:23:03.1143200Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings 2025-03-21T20:23:03.1143501Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples 2025-03-21T20:23:03.1143840Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR 2025-03-21T20:23:03.1144712Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/export_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR 2025-03-21T20:23:03.1145514Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR 2025-03-21T20:23:03.1145865Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR/test 2025-03-21T20:23:03.1146744Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test/test_export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR/test 2025-03-21T20:23:03.1146988Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm 2025-03-21T20:23:03.1147287Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops 2025-03-21T20:23:03.1148147Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:03.1148981Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:03.1149732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/model_sharding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:03.1150456Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:03.1151235Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:03.1152016Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:03.1152799Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:03.1153538Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_update_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:03.1153893Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:23:03.1154775Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:23:03.1155197Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-03-21T20:23:03.1155680Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:23:03.1156695Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:23:03.1157653Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:23:03.1162069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:03.1162353Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2025-03-21T20:23:03.1163029Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:23:03.1163842Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:23:03.1164556Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/export_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:23:03.1165292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/partitioner_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:23:03.1166035Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/quantizer_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:23:03.1166774Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test_export_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:23:03.1167056Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules 2025-03-21T20:23:03.1167775Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-03-21T20:23:03.1168512Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-03-21T20:23:03.1169224Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-03-21T20:23:03.1169904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-03-21T20:23:03.1170211Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules/test 2025-03-21T20:23:03.1170936Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:23:03.1223311Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:23:03.1224077Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:23:03.1224915Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_position_embeddings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:23:03.1225199Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer 2025-03-21T20:23:03.1225891Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:23:03.1226633Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/hf_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:23:03.1227354Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:23:03.1228062Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:23:03.1228487Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer/test 2025-03-21T20:23:03.1229369Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer/test 2025-03-21T20:23:03.1229656Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers 2025-03-21T20:23:03.1230444Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers 2025-03-21T20:23:03.1230862Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:03.1231783Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:03.1232719Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:03.1233644Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:03.1234588Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:03.1235032Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-03-21T20:23:03.1235496Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:23:03.1236565Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:23:03.1237639Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:23:03.1237972Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/tools 2025-03-21T20:23:03.1238335Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:23:03.1239225Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:23:03.1239447Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels 2025-03-21T20:23:03.1239708Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized 2025-03-21T20:23:03.1240357Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-03-21T20:23:03.1240637Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized/test 2025-03-21T20:23:03.1241401Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:23:03.1242184Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:23:03.1242977Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:23:03.1243699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/quantized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-03-21T20:23:03.1244431Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/libquantized_ops_aot_lib.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-03-21T20:23:03.1244711Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools 2025-03-21T20:23:03.1245256Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools 2025-03-21T20:23:03.1245537Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug 2025-03-21T20:23:03.1246222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug 2025-03-21T20:23:03.1246940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/delegation_info.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug 2025-03-21T20:23:03.1247259Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug/tests 2025-03-21T20:23:03.1248229Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests/test_delegation_info.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug/tests 2025-03-21T20:23:03.1248576Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program 2025-03-21T20:23:03.1248905Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema 2025-03-21T20:23:03.1249253Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema/test 2025-03-21T20:23:03.1250104Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test/test_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema/test 2025-03-21T20:23:03.1250863Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:23:03.1251710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:23:03.1252561Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:23:03.1253364Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:23:03.1253702Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:03.1254082Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:23:03.1254971Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize/test 2025-03-21T20:23:03.1255775Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:23:03.1256654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:23:03.1257485Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:23:03.1324920Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/test 2025-03-21T20:23:03.1325724Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_bundle_data.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:23:03.1326581Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:23:03.1327362Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_end2end.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:23:03.1327677Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/util 2025-03-21T20:23:03.1328424Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util/test_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/util 2025-03-21T20:23:03.1329153Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:23:03.1329847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/core.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:23:03.1330594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:23:03.1330882Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/debug_format 2025-03-21T20:23:03.1331564Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format/base_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/debug_format 2025-03-21T20:23:03.1332230Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format/et_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/debug_format 2025-03-21T20:23:03.1332498Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump 2025-03-21T20:23:03.1333154Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/schema_flatcc.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-03-21T20:23:03.1333810Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-03-21T20:23:03.1334087Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump/tests 2025-03-21T20:23:03.1334825Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump/tests 2025-03-21T20:23:03.1335524Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-03-21T20:23:03.1336187Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-03-21T20:23:03.1336446Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord 2025-03-21T20:23:03.1337093Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord 2025-03-21T20:23:03.1337739Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/_etrecord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord 2025-03-21T20:23:03.1338034Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord/tests 2025-03-21T20:23:03.1338775Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord/tests 2025-03-21T20:23:03.1339077Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector 2025-03-21T20:23:03.1339734Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-03-21T20:23:03.1340395Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_inspector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-03-21T20:23:03.1341149Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_inspector_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-03-21T20:23:03.1341840Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/inspector_cli.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-03-21T20:23:03.1342146Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector/tests 2025-03-21T20:23:03.1342911Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:23:03.1343683Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:23:03.1344467Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:23:03.1344815Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/size_analysis_tool 2025-03-21T20:23:03.1345589Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/size_analysis_tool 2025-03-21T20:23:03.1346390Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/size_analysis_tool 2025-03-21T20:23:03.1346679Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/visualization 2025-03-21T20:23:03.1347378Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-03-21T20:23:03.1348330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/visualization_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-03-21T20:23:03.1349169Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-03-21T20:23:03.1349402Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime 2025-03-21T20:23:03.1349928Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime 2025-03-21T20:23:03.1350181Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/test 2025-03-21T20:23:03.1350793Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test/test_runtime.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime/test 2025-03-21T20:23:03.1351053Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel 2025-03-21T20:23:03.1351326Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel/test 2025-03-21T20:23:03.1352034Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test/functions.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime/kernel/test 2025-03-21T20:23:03.1352243Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2025-03-21T20:23:03.1352856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/activation_memory_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-03-21T20:23:03.1353442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/collect_env.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-03-21T20:23:03.1353987Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/python_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-03-21T20:23:03.1354214Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2025-03-21T20:23:03.1354817Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-03-21T20:23:03.1355385Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-03-21T20:23:03.1355843Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch 2025-03-21T20:23:03.1356065Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share 2025-03-21T20:23:03.1356298Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share/cmake 2025-03-21T20:23:03.1356977Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake -> pip-out/bdist.linux-x86_64/wheel/./executorch/share/cmake 2025-03-21T20:23:03.1357192Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include 2025-03-21T20:23:03.1357458Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch 2025-03-21T20:23:03.1357768Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime 2025-03-21T20:23:03.1358120Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core 2025-03-21T20:23:03.1394642Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/array_ref.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:03.1395458Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/data_loader.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:03.1396268Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/defines.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:03.1397041Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/error.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:03.1397842Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/evalue.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:03.1398647Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:03.1399488Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:03.1400359Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:03.1401215Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/freeable_buffer.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:03.1402086Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/hierarchical_allocator.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:03.1402923Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/memory_allocator.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:03.1403731Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/named_data_map.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:03.1404583Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/result.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:03.1405407Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/span.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:03.1406191Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tag.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:03.1407003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tensor_layout.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:03.1407864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tensor_shape_dynamism.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:03.1408247Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:23:03.1409147Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/exec_aten.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:23:03.1409631Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:23:03.1410692Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:23:03.1411727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:23:03.1412151Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:03.1413109Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:03.1414093Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:03.1415094Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:03.1416103Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:03.1417052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:03.1417478Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:03.1418419Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:03.1419393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:03.1420359Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bits_types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:03.1421369Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/complex.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:03.1422298Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/device.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:03.1423223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/half.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:03.1424162Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/optional.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:03.1425118Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/qint_types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:03.1426068Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:03.1427025Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar_type.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:03.1427972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/string_view.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:03.1428969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:03.1429923Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_impl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:03.1469063Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_options.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:03.1469494Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-03-21T20:23:03.1469980Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-03-21T20:23:03.1470458Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:03.1471572Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:03.1472672Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:03.1473155Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:03.1474327Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:03.1475520Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:03.1476596Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:03.1477676Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:03.1478722Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:03.1479870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:03.1480965Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:03.1482097Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:03.1483160Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:03.1483499Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:03.1484362Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_includes.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:23:03.1485254Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_runtime_context.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:23:03.1486119Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/operator_registry.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:23:03.1487027Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/thread_parallel_interface.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:23:03.1487395Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:23:03.1488285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test/test_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel/test 2025-03-21T20:23:03.1488631Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform 2025-03-21T20:23:03.1489477Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/abort.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:03.1490341Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/assert.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:03.1491171Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/clock.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:03.1492103Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/compat_unistd.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:03.1492954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/compiler.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:03.1493777Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/log.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:03.1494720Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/platform.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:03.1495583Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/profiler.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:03.1496462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/runtime.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:03.1497307Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/system.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:03.1498134Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:03.1498525Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform/test 2025-03-21T20:23:03.1499443Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test/stub_platform.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform/test 2025-03-21T20:23:03.1499768Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension 2025-03-21T20:23:03.1500137Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:03.1501126Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:03.1502046Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/meta_programming.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:03.1502931Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/type_list.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:03.1503284Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/tensor 2025-03-21T20:23:03.1504134Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:23:03.1874883Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_accessor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:23:03.1876017Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:23:03.1876901Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr_maker.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:23:03.1877386Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:03.1878311Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/cpuinfo_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:23:03.1879236Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:23:03.1880170Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool_guard.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:23:03.1880399Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2025-03-21T20:23:03.1880628Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2025-03-21T20:23:03.1881199Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/flatc -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin 2025-03-21T20:23:03.1881780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin 2025-03-21T20:23:03.1881919Z running install_egg_info 2025-03-21T20:23:03.1882353Z Copying executorch.egg-info to pip-out/bdist.linux-x86_64/wheel/./executorch-0.6.0a0+be92d7d-py3.10.egg-info 2025-03-21T20:23:03.1882480Z running install_scripts 2025-03-21T20:23:03.1882828Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.6.0a0+be92d7d.dist-info/WHEEL 2025-03-21T20:23:03.1883506Z creating '/tmp/pip-wheel-p6c1tdli/.tmp-6melbfvh/executorch-0.6.0a0+be92d7d-cp310-cp310-linux_x86_64.whl' and adding 'pip-out/bdist.linux-x86_64/wheel' to it 2025-03-21T20:23:03.1883654Z adding 'executorch/version.py' 2025-03-21T20:23:03.1883900Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-03-21T20:23:03.1884152Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-03-21T20:23:03.1884441Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-03-21T20:23:03.1884694Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-03-21T20:23:03.1884987Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-03-21T20:23:03.1885219Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-03-21T20:23:03.1885507Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-03-21T20:23:03.1885771Z adding 'executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2025-03-21T20:23:03.1886103Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-03-21T20:23:03.1886386Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-03-21T20:23:03.1886668Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-03-21T20:23:03.1886847Z adding 'executorch/backends/apple/mps/__init__.py' 2025-03-21T20:23:03.1887050Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-03-21T20:23:03.1887282Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-03-21T20:23:03.1887536Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-03-21T20:23:03.1887775Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-03-21T20:23:03.1887996Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-03-21T20:23:03.1888250Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-03-21T20:23:03.1888539Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-03-21T20:23:03.1888779Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-03-21T20:23:03.1889055Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-03-21T20:23:03.1889294Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-03-21T20:23:03.1889641Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-03-21T20:23:03.1889858Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-03-21T20:23:03.1890095Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-03-21T20:23:03.1890351Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-03-21T20:23:03.1890583Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-03-21T20:23:03.1890809Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-03-21T20:23:03.1891043Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-03-21T20:23:03.1891272Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-03-21T20:23:03.1891496Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-03-21T20:23:03.1891725Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-03-21T20:23:03.1891939Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-03-21T20:23:03.1892189Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-03-21T20:23:03.1892460Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-03-21T20:23:03.1892745Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-03-21T20:23:03.1893053Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-03-21T20:23:03.1893287Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-03-21T20:23:03.1893485Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-03-21T20:23:03.1893731Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-03-21T20:23:03.1893979Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-03-21T20:23:03.1894210Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-03-21T20:23:03.1894433Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-03-21T20:23:03.1894684Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-03-21T20:23:03.1894908Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-03-21T20:23:03.1895124Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-03-21T20:23:03.1895335Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-03-21T20:23:03.1895502Z adding 'executorch/backends/arm/arm_backend.py' 2025-03-21T20:23:03.1895668Z adding 'executorch/backends/arm/arm_vela.py' 2025-03-21T20:23:03.1895839Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-03-21T20:23:03.1896042Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-03-21T20:23:03.1896230Z adding 'executorch/backends/arm/process_node.py' 2025-03-21T20:23:03.1896472Z adding 'executorch/backends/arm/tosa_backend.py' 2025-03-21T20:23:03.1896637Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-03-21T20:23:03.1896818Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-03-21T20:23:03.1897009Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-03-21T20:23:03.1897209Z adding 'executorch/backends/arm/tosa_specification.py' 2025-03-21T20:23:03.1897380Z adding 'executorch/backends/arm/tosa_utils.py' 2025-03-21T20:23:03.1897580Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-03-21T20:23:03.1897894Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-03-21T20:23:03.1898171Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-03-21T20:23:03.1898384Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-03-21T20:23:03.1898640Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-03-21T20:23:03.1898849Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-03-21T20:23:03.1899099Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:23:03.1899390Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-03-21T20:23:03.1899721Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-03-21T20:23:03.1900011Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-03-21T20:23:03.1900238Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-03-21T20:23:03.1900491Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-03-21T20:23:03.1900744Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-03-21T20:23:03.1900963Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-03-21T20:23:03.1901220Z adding 'executorch/backends/arm/_passes/decompose_batchnorm_pass.py' 2025-03-21T20:23:03.1901441Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-03-21T20:23:03.1901706Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-03-21T20:23:03.1901947Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-03-21T20:23:03.1902202Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-03-21T20:23:03.1902457Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-03-21T20:23:03.1902710Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-03-21T20:23:03.1902993Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-03-21T20:23:03.1903225Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-03-21T20:23:03.1903530Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-03-21T20:23:03.1903769Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-03-21T20:23:03.1904027Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-03-21T20:23:03.1904305Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-03-21T20:23:03.1904557Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-03-21T20:23:03.1904772Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-03-21T20:23:03.1905072Z adding 'executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py' 2025-03-21T20:23:03.1905307Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-03-21T20:23:03.1905569Z adding 'executorch/backends/arm/_passes/meandim_to_averagepool_pass.py' 2025-03-21T20:23:03.1905785Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-03-21T20:23:03.2212207Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-03-21T20:23:03.2212607Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-03-21T20:23:03.2212863Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-03-21T20:23:03.2213153Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-03-21T20:23:03.2213452Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-03-21T20:23:03.2213677Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-03-21T20:23:03.2213982Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-03-21T20:23:03.2214241Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-03-21T20:23:03.2214512Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-03-21T20:23:03.2214780Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-03-21T20:23:03.2215077Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-03-21T20:23:03.2215349Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-03-21T20:23:03.2215699Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-03-21T20:23:03.2216018Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-03-21T20:23:03.2216211Z adding 'executorch/backends/arm/operators/__init__.py' 2025-03-21T20:23:03.2216433Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-03-21T20:23:03.2216612Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-03-21T20:23:03.2216878Z adding 'executorch/backends/arm/operators/op_add.py' 2025-03-21T20:23:03.2217061Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-03-21T20:23:03.2217242Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-03-21T20:23:03.2217430Z adding 'executorch/backends/arm/operators/op_any.py' 2025-03-21T20:23:03.2217640Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-03-21T20:23:03.2217823Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-03-21T20:23:03.2217998Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-03-21T20:23:03.2218201Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-03-21T20:23:03.2218444Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-03-21T20:23:03.2218638Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-03-21T20:23:03.2218821Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-03-21T20:23:03.2218999Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-03-21T20:23:03.2219260Z adding 'executorch/backends/arm/operators/op_full.py' 2025-03-21T20:23:03.2219435Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-03-21T20:23:03.2219645Z adding 'executorch/backends/arm/operators/op_get_item.py' 2025-03-21T20:23:03.2219816Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-03-21T20:23:03.2219999Z adding 'executorch/backends/arm/operators/op_le.py' 2025-03-21T20:23:03.2220174Z adding 'executorch/backends/arm/operators/op_log.py' 2025-03-21T20:23:03.2220349Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-03-21T20:23:03.2220569Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-03-21T20:23:03.2220767Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-03-21T20:23:03.2220976Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-03-21T20:23:03.2221153Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-03-21T20:23:03.2221360Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-03-21T20:23:03.2221579Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-03-21T20:23:03.2221772Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-03-21T20:23:03.2221976Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-03-21T20:23:03.2222167Z adding 'executorch/backends/arm/operators/op_rshift.py' 2025-03-21T20:23:03.2222364Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-03-21T20:23:03.2222560Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-03-21T20:23:03.2222763Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-03-21T20:23:03.2222940Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-03-21T20:23:03.2223118Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-03-21T20:23:03.2223313Z adding 'executorch/backends/arm/operators/op_table.py' 2025-03-21T20:23:03.2223494Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-03-21T20:23:03.2223699Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-03-21T20:23:03.2223952Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-03-21T20:23:03.2224169Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-03-21T20:23:03.2224424Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-03-21T20:23:03.2224602Z adding 'executorch/backends/arm/operators/op_view.py' 2025-03-21T20:23:03.2224809Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-03-21T20:23:03.2225000Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-03-21T20:23:03.2225229Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-03-21T20:23:03.2225435Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-03-21T20:23:03.2225687Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-03-21T20:23:03.2225947Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-03-21T20:23:03.2226197Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-03-21T20:23:03.2226425Z adding 'executorch/backends/arm/test/common.py' 2025-03-21T20:23:03.2226591Z adding 'executorch/backends/arm/test/conftest.py' 2025-03-21T20:23:03.2226784Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-03-21T20:23:03.2226954Z adding 'executorch/backends/arm/test/test_model.py' 2025-03-21T20:23:03.2227216Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-03-21T20:23:03.2227438Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-03-21T20:23:03.2227684Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-03-21T20:23:03.2227939Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-03-21T20:23:03.2228184Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-03-21T20:23:03.2228456Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-03-21T20:23:03.2228792Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-03-21T20:23:03.2229188Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-03-21T20:23:03.2229404Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-03-21T20:23:03.2229634Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-03-21T20:23:03.2229860Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-03-21T20:23:03.2230065Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-03-21T20:23:03.2230299Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-03-21T20:23:03.2230562Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-03-21T20:23:03.2230821Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-03-21T20:23:03.2231054Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-03-21T20:23:03.2231312Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-03-21T20:23:03.2231545Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-03-21T20:23:03.2231732Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-03-21T20:23:03.2231925Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-03-21T20:23:03.2232116Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-03-21T20:23:03.2232313Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-03-21T20:23:03.2232495Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-03-21T20:23:03.2232706Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-03-21T20:23:03.2232930Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-03-21T20:23:03.2233128Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-03-21T20:23:03.2233324Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-03-21T20:23:03.2233496Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-03-21T20:23:03.2233684Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-03-21T20:23:03.2233891Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-03-21T20:23:03.2234129Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-03-21T20:23:03.2234335Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-03-21T20:23:03.2234526Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-03-21T20:23:03.2234753Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-03-21T20:23:03.2234991Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-03-21T20:23:03.2235221Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-03-21T20:23:03.2235407Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-03-21T20:23:03.2235586Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-03-21T20:23:03.2235791Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-03-21T20:23:03.2235981Z adding 'executorch/backends/arm/test/ops/test_floor.py' 2025-03-21T20:23:03.2236176Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-03-21T20:23:03.2236412Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-03-21T20:23:03.2236587Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-03-21T20:23:03.2236824Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-03-21T20:23:03.2237031Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-03-21T20:23:03.2237246Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-03-21T20:23:03.2237458Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-03-21T20:23:03.2237647Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-03-21T20:23:03.2237843Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-03-21T20:23:03.2238022Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-03-21T20:23:03.2238230Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-03-21T20:23:03.2238443Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-03-21T20:23:03.2238660Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-03-21T20:23:03.2238858Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-03-21T20:23:03.2239069Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-03-21T20:23:03.2239266Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-03-21T20:23:03.2239463Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-03-21T20:23:03.2239647Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-03-21T20:23:03.2239827Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-03-21T20:23:03.2240039Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-03-21T20:23:03.2240251Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-03-21T20:23:03.2240446Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-03-21T20:23:03.2240643Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-03-21T20:23:03.2240840Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-03-21T20:23:03.2241044Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-03-21T20:23:03.2623949Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-03-21T20:23:03.2624625Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-03-21T20:23:03.2625159Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-03-21T20:23:03.2625837Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-03-21T20:23:03.2626525Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-03-21T20:23:03.2627094Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-03-21T20:23:03.2627622Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-03-21T20:23:03.2628149Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-03-21T20:23:03.2628811Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-03-21T20:23:03.2629449Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-03-21T20:23:03.2629958Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-03-21T20:23:03.2630460Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-03-21T20:23:03.2630971Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-03-21T20:23:03.2631661Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-03-21T20:23:03.2632297Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-03-21T20:23:03.2632872Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-03-21T20:23:03.2633366Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-03-21T20:23:03.2634122Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-03-21T20:23:03.2634948Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-03-21T20:23:03.2635597Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-03-21T20:23:03.2636249Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-03-21T20:23:03.2637242Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-03-21T20:23:03.2637961Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-03-21T20:23:03.2638770Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-03-21T20:23:03.2639580Z adding 'executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py' 2025-03-21T20:23:03.2640266Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-03-21T20:23:03.2640968Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-03-21T20:23:03.2641811Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-03-21T20:23:03.2642521Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-03-21T20:23:03.2643103Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-03-21T20:23:03.2643697Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-03-21T20:23:03.2644443Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-03-21T20:23:03.2645098Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-03-21T20:23:03.2645696Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-03-21T20:23:03.2646587Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-03-21T20:23:03.2647594Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-03-21T20:23:03.2649027Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-03-21T20:23:03.2650007Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-03-21T20:23:03.2651061Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-03-21T20:23:03.2651938Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-03-21T20:23:03.2653021Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-03-21T20:23:03.2654020Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-03-21T20:23:03.2655039Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-03-21T20:23:03.2655882Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-03-21T20:23:03.2656819Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-03-21T20:23:03.2657823Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-03-21T20:23:03.2658871Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-03-21T20:23:03.2659828Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-03-21T20:23:03.2660814Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-03-21T20:23:03.2661742Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-03-21T20:23:03.2662554Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-03-21T20:23:03.2663405Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-03-21T20:23:03.2664280Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-03-21T20:23:03.2665462Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-03-21T20:23:03.2666363Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-03-21T20:23:03.2667281Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-03-21T20:23:03.2668309Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-03-21T20:23:03.2669393Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-03-21T20:23:03.2670389Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-03-21T20:23:03.2671357Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-03-21T20:23:03.2672350Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-03-21T20:23:03.2673287Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-03-21T20:23:03.2674130Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-03-21T20:23:03.2675182Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-03-21T20:23:03.2676006Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-03-21T20:23:03.2677083Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-03-21T20:23:03.2678138Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-03-21T20:23:03.2679030Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-03-21T20:23:03.2680016Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-03-21T20:23:03.2680973Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-03-21T20:23:03.2681818Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-03-21T20:23:03.2682749Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-03-21T20:23:03.2683615Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-03-21T20:23:03.2684389Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-03-21T20:23:03.2685027Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-03-21T20:23:03.2685513Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-03-21T20:23:03.2686017Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-03-21T20:23:03.2686667Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-03-21T20:23:03.2687278Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-03-21T20:23:03.2687838Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-03-21T20:23:03.2688540Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-03-21T20:23:03.2689131Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-03-21T20:23:03.2689636Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-03-21T20:23:03.2690261Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-03-21T20:23:03.2690932Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-03-21T20:23:03.2691497Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-03-21T20:23:03.2692138Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-03-21T20:23:03.2692691Z adding 'executorch/backends/cadence/aot/passes.py' 2025-03-21T20:23:03.2693223Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-03-21T20:23:03.2693766Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-03-21T20:23:03.2694265Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-03-21T20:23:03.2694774Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-03-21T20:23:03.2695358Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-03-21T20:23:03.2696018Z adding 'executorch/backends/cadence/aot/utils.py' 2025-03-21T20:23:03.2696564Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-03-21T20:23:03.2697155Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-03-21T20:23:03.2697741Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-03-21T20:23:03.2698428Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-03-21T20:23:03.2699183Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-03-21T20:23:03.2699846Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-03-21T20:23:03.2700481Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-03-21T20:23:03.2701105Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-03-21T20:23:03.2701751Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-03-21T20:23:03.2702421Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-03-21T20:23:03.2703145Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-03-21T20:23:03.2703984Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-03-21T20:23:03.2704593Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-03-21T20:23:03.2705163Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-03-21T20:23:03.2705674Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-03-21T20:23:03.2926350Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-03-21T20:23:03.2926919Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-03-21T20:23:03.2927444Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-03-21T20:23:03.2928126Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-03-21T20:23:03.2928784Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-03-21T20:23:03.2929382Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-03-21T20:23:03.2930047Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-03-21T20:23:03.2930791Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-03-21T20:23:03.2931566Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-03-21T20:23:03.2932288Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-03-21T20:23:03.2933050Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-03-21T20:23:03.2933794Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-03-21T20:23:03.2934558Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-03-21T20:23:03.2935537Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-03-21T20:23:03.2936315Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-03-21T20:23:03.2937118Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-03-21T20:23:03.2938074Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-03-21T20:23:03.2938853Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-03-21T20:23:03.2939624Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-03-21T20:23:03.2940619Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-03-21T20:23:03.2941430Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-03-21T20:23:03.2942225Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-03-21T20:23:03.2943139Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-03-21T20:23:03.2944136Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-03-21T20:23:03.2944906Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-03-21T20:23:03.2945868Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-03-21T20:23:03.2946687Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-03-21T20:23:03.2947918Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-03-21T20:23:03.2948930Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-03-21T20:23:03.2949724Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-03-21T20:23:03.2950722Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-03-21T20:23:03.2951501Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-03-21T20:23:03.2952317Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-03-21T20:23:03.2953260Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-03-21T20:23:03.2953967Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-03-21T20:23:03.2954629Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-03-21T20:23:03.2955396Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-03-21T20:23:03.2956073Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-03-21T20:23:03.2956971Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-03-21T20:23:03.2957914Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-03-21T20:23:03.2958791Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-03-21T20:23:03.2959876Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-03-21T20:23:03.2960718Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-03-21T20:23:03.2961656Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-03-21T20:23:03.2962624Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-03-21T20:23:03.2963450Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-03-21T20:23:03.2964457Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-03-21T20:23:03.2965233Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-03-21T20:23:03.2966143Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-03-21T20:23:03.2967086Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-03-21T20:23:03.2967945Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-03-21T20:23:03.2968964Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-03-21T20:23:03.2969791Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-03-21T20:23:03.2970581Z adding 'executorch/backends/example/example_backend.py' 2025-03-21T20:23:03.2971245Z adding 'executorch/backends/example/example_partitioner.py' 2025-03-21T20:23:03.2971801Z adding 'executorch/backends/example/example_quantizer.py' 2025-03-21T20:23:03.2972355Z adding 'executorch/backends/example/test_example_delegate.py' 2025-03-21T20:23:03.2973274Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-03-21T20:23:03.2974191Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-03-21T20:23:03.2975149Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-03-21T20:23:03.2975973Z adding 'executorch/backends/example/example_operators/add.py' 2025-03-21T20:23:03.2976557Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-03-21T20:23:03.2977379Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-03-21T20:23:03.2978020Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-03-21T20:23:03.2978736Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-03-21T20:23:03.2979581Z adding 'executorch/backends/example/example_operators/linear.py' 2025-03-21T20:23:03.2980203Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-03-21T20:23:03.2980797Z adding 'executorch/backends/example/example_operators/ops.py' 2025-03-21T20:23:03.2981589Z adding 'executorch/backends/example/example_operators/utils.py' 2025-03-21T20:23:03.2982121Z adding 'executorch/backends/mediatek/__init__.py' 2025-03-21T20:23:03.2982612Z adding 'executorch/backends/mediatek/partitioner.py' 2025-03-21T20:23:03.2983113Z adding 'executorch/backends/mediatek/preprocess.py' 2025-03-21T20:23:03.2983787Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-03-21T20:23:03.2984465Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-03-21T20:23:03.2985163Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-03-21T20:23:03.2985965Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-03-21T20:23:03.2986542Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-03-21T20:23:03.2987103Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-03-21T20:23:03.2987684Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-03-21T20:23:03.2988354Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-03-21T20:23:03.2989024Z adding 'executorch/backends/qualcomm/_passes/annotate_decomposed.py' 2025-03-21T20:23:03.2989681Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-03-21T20:23:03.2990496Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-03-21T20:23:03.2991121Z adding 'executorch/backends/qualcomm/_passes/constant_i64_to_i32.py' 2025-03-21T20:23:03.2991758Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-03-21T20:23:03.2992626Z adding 'executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py' 2025-03-21T20:23:03.2993392Z adding 'executorch/backends/qualcomm/_passes/convert_to_linear.py' 2025-03-21T20:23:03.2993998Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-03-21T20:23:03.2994717Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-03-21T20:23:03.2995465Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-03-21T20:23:03.2996128Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-03-21T20:23:03.2996875Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-03-21T20:23:03.2997637Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-03-21T20:23:03.2998262Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-03-21T20:23:03.2998914Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-03-21T20:23:03.2999616Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-03-21T20:23:03.3000334Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-03-21T20:23:03.3001006Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-03-21T20:23:03.3001732Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-03-21T20:23:03.3002590Z adding 'executorch/backends/qualcomm/_passes/recompose_prelu.py' 2025-03-21T20:23:03.3003214Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-03-21T20:23:03.3003841Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-03-21T20:23:03.3004767Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-03-21T20:23:03.3005425Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-03-21T20:23:03.3006082Z adding 'executorch/backends/qualcomm/_passes/replace_inf_buffer.py' 2025-03-21T20:23:03.3006817Z adding 'executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py' 2025-03-21T20:23:03.3007562Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-03-21T20:23:03.3008061Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-03-21T20:23:03.3008572Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-03-21T20:23:03.3327201Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-03-21T20:23:03.3327847Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-03-21T20:23:03.3328464Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-03-21T20:23:03.3329065Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-03-21T20:23:03.3329615Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-03-21T20:23:03.3330168Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-03-21T20:23:03.3330739Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-03-21T20:23:03.3331337Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-03-21T20:23:03.3331899Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-03-21T20:23:03.3332527Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-03-21T20:23:03.3333050Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-03-21T20:23:03.3333585Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-03-21T20:23:03.3334129Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-03-21T20:23:03.3334689Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-03-21T20:23:03.3335266Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-03-21T20:23:03.3335887Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-03-21T20:23:03.3336431Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-03-21T20:23:03.3336986Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-03-21T20:23:03.3337541Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-03-21T20:23:03.3338079Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-03-21T20:23:03.3338633Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-03-21T20:23:03.3339239Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-03-21T20:23:03.3339902Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-03-21T20:23:03.3340432Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-03-21T20:23:03.3340994Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-03-21T20:23:03.3341546Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-03-21T20:23:03.3342115Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-03-21T20:23:03.3342755Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-03-21T20:23:03.3343414Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-03-21T20:23:03.3343974Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-03-21T20:23:03.3344544Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-03-21T20:23:03.3345255Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-03-21T20:23:03.3345852Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-03-21T20:23:03.3346420Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-03-21T20:23:03.3347064Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-03-21T20:23:03.3347791Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-03-21T20:23:03.3348369Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-03-21T20:23:03.3349252Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-03-21T20:23:03.3349811Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-03-21T20:23:03.3350392Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-03-21T20:23:03.3350998Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-03-21T20:23:03.3351557Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-03-21T20:23:03.3352294Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-03-21T20:23:03.3352911Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-03-21T20:23:03.3353428Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-03-21T20:23:03.3353987Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-03-21T20:23:03.3354572Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-03-21T20:23:03.3355091Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-03-21T20:23:03.3355601Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-03-21T20:23:03.3356215Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-03-21T20:23:03.3356762Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-03-21T20:23:03.3357316Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-03-21T20:23:03.3357911Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-03-21T20:23:03.3358527Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-03-21T20:23:03.3359189Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-03-21T20:23:03.3359912Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-03-21T20:23:03.3360466Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-03-21T20:23:03.3361086Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-03-21T20:23:03.3361747Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-03-21T20:23:03.3362284Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-03-21T20:23:03.3362867Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-03-21T20:23:03.3363520Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-03-21T20:23:03.3364103Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-03-21T20:23:03.3364754Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-03-21T20:23:03.3365469Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-03-21T20:23:03.3366064Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-03-21T20:23:03.3366727Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-03-21T20:23:03.3367272Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-03-21T20:23:03.3367838Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-03-21T20:23:03.3368529Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-03-21T20:23:03.3369054Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-03-21T20:23:03.3369572Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-03-21T20:23:03.3370247Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-03-21T20:23:03.3370830Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-03-21T20:23:03.3371461Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-03-21T20:23:03.3372272Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-03-21T20:23:03.3372878Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-03-21T20:23:03.3373493Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-03-21T20:23:03.3374118Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-03-21T20:23:03.3374626Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-03-21T20:23:03.3375225Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-03-21T20:23:03.3375913Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-03-21T20:23:03.3376542Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-03-21T20:23:03.3377141Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-03-21T20:23:03.3377835Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-03-21T20:23:03.3378438Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-03-21T20:23:03.3379116Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-03-21T20:23:03.3379887Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-03-21T20:23:03.3380797Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-03-21T20:23:03.3381455Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-03-21T20:23:03.3382169Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-03-21T20:23:03.3382855Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-03-21T20:23:03.3383405Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-03-21T20:23:03.3384043Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-03-21T20:23:03.3384557Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-03-21T20:23:03.3385058Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-03-21T20:23:03.3385601Z adding 'executorch/backends/transforms/__init__.py' 2025-03-21T20:23:03.3386185Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-03-21T20:23:03.3386783Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-03-21T20:23:03.3387468Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-03-21T20:23:03.3388082Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-03-21T20:23:03.3388890Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-03-21T20:23:03.3389597Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-03-21T20:23:03.3390182Z adding 'executorch/backends/transforms/fuse_dequant_linear.py' 2025-03-21T20:23:03.3390846Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-03-21T20:23:03.3391380Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-03-21T20:23:03.3391915Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-03-21T20:23:03.3392523Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-03-21T20:23:03.3393194Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-03-21T20:23:03.3393737Z adding 'executorch/backends/transforms/utils.py' 2025-03-21T20:23:03.3394434Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-03-21T20:23:03.3395205Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-03-21T20:23:03.3396151Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-03-21T20:23:03.3396874Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-03-21T20:23:03.3397471Z adding 'executorch/backends/vulkan/__init__.py' 2025-03-21T20:23:03.3398007Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-03-21T20:23:03.3398488Z adding 'executorch/backends/vulkan/op_registry.py' 2025-03-21T20:23:03.3398945Z adding 'executorch/backends/vulkan/utils.py' 2025-03-21T20:23:03.3399536Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-03-21T20:23:03.3400068Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-03-21T20:23:03.3400637Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-03-21T20:23:03.3401411Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-03-21T20:23:03.3402040Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-03-21T20:23:03.3402724Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-03-21T20:23:03.3403517Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-03-21T20:23:03.3404239Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-03-21T20:23:03.3404878Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-03-21T20:23:03.3405590Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-03-21T20:23:03.3649778Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-03-21T20:23:03.3650403Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-03-21T20:23:03.3651328Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-03-21T20:23:03.3652252Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-03-21T20:23:03.3653087Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-03-21T20:23:03.3653855Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-03-21T20:23:03.3654613Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-03-21T20:23:03.3655324Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-03-21T20:23:03.3656021Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-03-21T20:23:03.3656901Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-03-21T20:23:03.3657850Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-03-21T20:23:03.3658675Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-03-21T20:23:03.3659360Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-03-21T20:23:03.3660077Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-03-21T20:23:03.3660809Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-03-21T20:23:03.3661486Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-03-21T20:23:03.3662242Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-03-21T20:23:03.3663237Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-03-21T20:23:03.3664114Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-03-21T20:23:03.3664966Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-03-21T20:23:03.3665896Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-03-21T20:23:03.3666632Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-03-21T20:23:03.3667499Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-03-21T20:23:03.3668378Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-03-21T20:23:03.3669277Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-03-21T20:23:03.3670142Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-03-21T20:23:03.3670913Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-03-21T20:23:03.3671643Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-03-21T20:23:03.3672366Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-03-21T20:23:03.3673043Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-03-21T20:23:03.3673768Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-03-21T20:23:03.3674595Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-03-21T20:23:03.3675414Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-03-21T20:23:03.3676200Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-03-21T20:23:03.3676936Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-03-21T20:23:03.3677780Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-03-21T20:23:03.3678644Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-03-21T20:23:03.3679493Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-03-21T20:23:03.3680227Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-03-21T20:23:03.3680976Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-03-21T20:23:03.3681662Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-03-21T20:23:03.3682421Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-03-21T20:23:03.3683238Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-03-21T20:23:03.3684006Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml' 2025-03-21T20:23:03.3684730Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml' 2025-03-21T20:23:03.3685507Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml' 2025-03-21T20:23:03.3686389Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-03-21T20:23:03.3687103Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-03-21T20:23:03.3687979Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-03-21T20:23:03.3688856Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-03-21T20:23:03.3689720Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-03-21T20:23:03.3690711Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml' 2025-03-21T20:23:03.3691491Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml' 2025-03-21T20:23:03.3692328Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml' 2025-03-21T20:23:03.3693228Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml' 2025-03-21T20:23:03.3694001Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml' 2025-03-21T20:23:03.3694832Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml' 2025-03-21T20:23:03.3695692Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml' 2025-03-21T20:23:03.3696460Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml' 2025-03-21T20:23:03.3697306Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml' 2025-03-21T20:23:03.3698120Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-03-21T20:23:03.3698809Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-03-21T20:23:03.3699701Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml' 2025-03-21T20:23:03.3700433Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-03-21T20:23:03.3701058Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-03-21T20:23:03.3701781Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-03-21T20:23:03.3702494Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-03-21T20:23:03.3703214Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-03-21T20:23:03.3703876Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-03-21T20:23:03.3704536Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-03-21T20:23:03.3705250Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-03-21T20:23:03.3705871Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-03-21T20:23:03.3706429Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-03-21T20:23:03.3707244Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-03-21T20:23:03.3707997Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-03-21T20:23:03.3708808Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-03-21T20:23:03.3709561Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-03-21T20:23:03.3710437Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-03-21T20:23:03.3711171Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-03-21T20:23:03.3711976Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-03-21T20:23:03.3712739Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-03-21T20:23:03.3713502Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-03-21T20:23:03.3714407Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-03-21T20:23:03.3715301Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-03-21T20:23:03.3716170Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-03-21T20:23:03.3717036Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-03-21T20:23:03.3717843Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-03-21T20:23:03.3718779Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-03-21T20:23:03.3719643Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-03-21T20:23:03.3720667Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-03-21T20:23:03.3721603Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-03-21T20:23:03.3722267Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-03-21T20:23:03.3723135Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-03-21T20:23:03.3723841Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-03-21T20:23:03.3724520Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-03-21T20:23:03.3725340Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-03-21T20:23:03.3726143Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-03-21T20:23:03.3726703Z adding 'executorch/backends/xnnpack/__init__.py' 2025-03-21T20:23:03.3727292Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-03-21T20:23:03.3727909Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-03-21T20:23:03.3728542Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-03-21T20:23:03.3729257Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:23:03.3729926Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-03-21T20:23:03.4002243Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-03-21T20:23:03.4003485Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-03-21T20:23:03.4004152Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-03-21T20:23:03.4004796Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-03-21T20:23:03.4005457Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-03-21T20:23:03.4006119Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-03-21T20:23:03.4006742Z adding 'executorch/backends/xnnpack/_passes/remove_getitem_op.py' 2025-03-21T20:23:03.4007372Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-03-21T20:23:03.4008107Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-03-21T20:23:03.4008659Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-03-21T20:23:03.4009234Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-03-21T20:23:03.4009801Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-03-21T20:23:03.4010329Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-03-21T20:23:03.4010876Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-03-21T20:23:03.4011547Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-03-21T20:23:03.4012119Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-03-21T20:23:03.4012638Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-03-21T20:23:03.4013185Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-03-21T20:23:03.4013737Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-03-21T20:23:03.4014284Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-03-21T20:23:03.4014817Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-03-21T20:23:03.4015441Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-03-21T20:23:03.4016150Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-03-21T20:23:03.4016770Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-03-21T20:23:03.4017349Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-03-21T20:23:03.4017911Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-03-21T20:23:03.4018480Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-03-21T20:23:03.4019067Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-03-21T20:23:03.4019647Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-03-21T20:23:03.4020286Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-03-21T20:23:03.4020937Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-03-21T20:23:03.4021512Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-03-21T20:23:03.4022095Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-03-21T20:23:03.4022663Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-03-21T20:23:03.4023237Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-03-21T20:23:03.4023814Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-03-21T20:23:03.4024384Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-03-21T20:23:03.4024937Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-03-21T20:23:03.4025498Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-03-21T20:23:03.4026118Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-03-21T20:23:03.4026706Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-03-21T20:23:03.4027255Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-03-21T20:23:03.4027799Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-03-21T20:23:03.4028350Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-03-21T20:23:03.4028988Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-03-21T20:23:03.4029579Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-03-21T20:23:03.4030167Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-03-21T20:23:03.4030731Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-03-21T20:23:03.4031312Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-03-21T20:23:03.4031885Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-03-21T20:23:03.4032508Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-03-21T20:23:03.4033227Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-03-21T20:23:03.4033898Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-03-21T20:23:03.4034114Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-03-21T20:23:03.4034352Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-03-21T20:23:03.4034558Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-03-21T20:23:03.4034840Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-03-21T20:23:03.4035143Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-03-21T20:23:03.4035419Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-03-21T20:23:03.4035721Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-03-21T20:23:03.4035982Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-03-21T20:23:03.4036294Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-03-21T20:23:03.4036569Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-03-21T20:23:03.4036836Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-03-21T20:23:03.4037059Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-03-21T20:23:03.4037327Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-03-21T20:23:03.4037608Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-03-21T20:23:03.4037905Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-03-21T20:23:03.4038139Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-03-21T20:23:03.4038433Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-03-21T20:23:03.4038747Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-03-21T20:23:03.4038979Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-03-21T20:23:03.4039258Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-03-21T20:23:03.4039486Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-03-21T20:23:03.4039681Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-03-21T20:23:03.4039932Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-03-21T20:23:03.4040171Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-03-21T20:23:03.4040421Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-03-21T20:23:03.4040684Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-03-21T20:23:03.4040918Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-03-21T20:23:03.4041155Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-03-21T20:23:03.4041389Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-03-21T20:23:03.4041605Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-03-21T20:23:03.4041862Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-03-21T20:23:03.4042119Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-03-21T20:23:03.4042312Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-03-21T20:23:03.4042523Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-03-21T20:23:03.4042721Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-03-21T20:23:03.4042954Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-03-21T20:23:03.4043209Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-03-21T20:23:03.4043405Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-03-21T20:23:03.4043614Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-03-21T20:23:03.4043818Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-03-21T20:23:03.4044107Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-03-21T20:23:03.4044319Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-03-21T20:23:03.4044564Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-03-21T20:23:03.4044788Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-03-21T20:23:03.4044988Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-03-21T20:23:03.4045197Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-03-21T20:23:03.4045406Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-03-21T20:23:03.4045728Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-03-21T20:23:03.4045955Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-03-21T20:23:03.4046192Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-03-21T20:23:03.4046419Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-03-21T20:23:03.4046624Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-03-21T20:23:03.4046865Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-03-21T20:23:03.4047089Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-03-21T20:23:03.4047339Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-03-21T20:23:03.4047568Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-03-21T20:23:03.4048011Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-03-21T20:23:03.4048260Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-03-21T20:23:03.4048553Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-03-21T20:23:03.4048785Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-03-21T20:23:03.4048985Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-03-21T20:23:03.4049206Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-03-21T20:23:03.4049489Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-03-21T20:23:03.4049694Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-03-21T20:23:03.4049917Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-03-21T20:23:03.4050119Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-03-21T20:23:03.4050348Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-03-21T20:23:03.4050587Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-03-21T20:23:03.4050814Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-03-21T20:23:03.4051026Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-03-21T20:23:03.4051238Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-03-21T20:23:03.4275866Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-03-21T20:23:03.4276184Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-03-21T20:23:03.4276768Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-03-21T20:23:03.4277189Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-03-21T20:23:03.4277555Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-03-21T20:23:03.4277842Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-03-21T20:23:03.4278151Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-03-21T20:23:03.4278451Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-03-21T20:23:03.4278781Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-03-21T20:23:03.4279088Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-03-21T20:23:03.4279391Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-03-21T20:23:03.4279691Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-03-21T20:23:03.4279995Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-03-21T20:23:03.4280378Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-03-21T20:23:03.4280592Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-03-21T20:23:03.4280813Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-03-21T20:23:03.4281126Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-03-21T20:23:03.4281393Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-03-21T20:23:03.4281711Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-03-21T20:23:03.4282013Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-03-21T20:23:03.4282307Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-03-21T20:23:03.4282590Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-03-21T20:23:03.4282896Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-03-21T20:23:03.4283149Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-03-21T20:23:03.4283411Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-03-21T20:23:03.4283731Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-03-21T20:23:03.4284086Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-03-21T20:23:03.4284541Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-03-21T20:23:03.4284873Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-03-21T20:23:03.4285221Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-03-21T20:23:03.4285547Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-03-21T20:23:03.4285884Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-03-21T20:23:03.4286247Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-03-21T20:23:03.4286624Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-03-21T20:23:03.4286950Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-03-21T20:23:03.4287272Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-03-21T20:23:03.4287611Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-03-21T20:23:03.4287944Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-03-21T20:23:03.4288271Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-03-21T20:23:03.4288598Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-03-21T20:23:03.4288990Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-03-21T20:23:03.4289279Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-03-21T20:23:03.4289564Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-03-21T20:23:03.4289876Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-03-21T20:23:03.4290159Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-03-21T20:23:03.4290501Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-03-21T20:23:03.4290849Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-03-21T20:23:03.4291181Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-03-21T20:23:03.4291490Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-03-21T20:23:03.4291825Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-03-21T20:23:03.4292180Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-03-21T20:23:03.4292524Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-03-21T20:23:03.4292857Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-03-21T20:23:03.4293173Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-03-21T20:23:03.4293536Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-03-21T20:23:03.4293874Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-03-21T20:23:03.4294222Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-03-21T20:23:03.4294538Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-03-21T20:23:03.4294864Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-03-21T20:23:03.4295198Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-03-21T20:23:03.4295490Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-03-21T20:23:03.4295824Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-03-21T20:23:03.4296168Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:23:03.4296554Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:23:03.4296886Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-03-21T20:23:03.4297214Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-03-21T20:23:03.4297559Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-03-21T20:23:03.4297885Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-03-21T20:23:03.4298282Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-03-21T20:23:03.4298576Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-03-21T20:23:03.4298881Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-03-21T20:23:03.4299165Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-03-21T20:23:03.4299484Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-03-21T20:23:03.4299773Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-03-21T20:23:03.4300099Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-03-21T20:23:03.4300460Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-03-21T20:23:03.4300816Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-03-21T20:23:03.4301162Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-03-21T20:23:03.4301530Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-03-21T20:23:03.4301908Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-03-21T20:23:03.4302273Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-03-21T20:23:03.4302669Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-03-21T20:23:03.4303030Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:23:03.4303399Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:23:03.4303782Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:23:03.4304191Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-03-21T20:23:03.4304569Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:23:03.4304941Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:23:03.4305328Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-03-21T20:23:03.4305816Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-03-21T20:23:03.4306188Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-03-21T20:23:03.4306486Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-03-21T20:23:03.4306835Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-03-21T20:23:03.4307199Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-03-21T20:23:03.4307555Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-03-21T20:23:03.4307930Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-03-21T20:23:03.4308222Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-03-21T20:23:03.8026540Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-03-21T20:23:03.8027859Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-03-21T20:23:03.8028685Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-03-21T20:23:03.8029444Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-03-21T20:23:03.8030181Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-03-21T20:23:03.8030881Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-03-21T20:23:03.8031668Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-03-21T20:23:03.8032552Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-03-21T20:23:03.8033443Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-03-21T20:23:03.8034383Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-03-21T20:23:03.8035345Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-03-21T20:23:03.8036259Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-03-21T20:23:03.8037119Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-03-21T20:23:03.8037978Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-03-21T20:23:03.8038877Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-03-21T20:23:03.8039751Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-03-21T20:23:03.8040579Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-03-21T20:23:03.8041461Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-03-21T20:23:03.8042392Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-03-21T20:23:03.8043337Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-03-21T20:23:03.8044294Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-03-21T20:23:03.8045152Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-03-21T20:23:03.8045988Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-03-21T20:23:03.8046912Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-03-21T20:23:03.8048222Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-03-21T20:23:03.8049088Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-03-21T20:23:03.8050137Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-03-21T20:23:03.8051095Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-03-21T20:23:03.8052000Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-03-21T20:23:03.8052773Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-03-21T20:23:03.8053536Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-03-21T20:23:03.8054301Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-03-21T20:23:03.8055006Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-03-21T20:23:03.8055712Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-03-21T20:23:03.8056352Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-03-21T20:23:03.8057051Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-03-21T20:23:03.8057855Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-03-21T20:23:03.8058642Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-03-21T20:23:03.8059528Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-03-21T20:23:03.8060417Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-03-21T20:23:03.8061191Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-03-21T20:23:03.8061895Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-03-21T20:23:03.8062493Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-03-21T20:23:03.8063014Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-03-21T20:23:03.8063519Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-03-21T20:23:03.8064060Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-03-21T20:23:03.8064563Z adding 'executorch/codegen/__init__.py' 2025-03-21T20:23:03.8064980Z adding 'executorch/codegen/tools/__init__.py' 2025-03-21T20:23:03.8065436Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-03-21T20:23:03.8065894Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-03-21T20:23:03.8066347Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-03-21T20:23:03.8066854Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-03-21T20:23:03.8067365Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-03-21T20:23:03.8067813Z adding 'executorch/codegen/tools/yaml_util.py' 2025-03-21T20:23:03.8068320Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-03-21T20:23:03.8068957Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-03-21T20:23:03.8069538Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-03-21T20:23:03.8070214Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-03-21T20:23:03.8070774Z adding 'executorch/data/bin/__init__.py' 2025-03-21T20:23:03.8071172Z adding 'executorch/data/bin/flatc' 2025-03-21T20:23:03.8071562Z adding 'executorch/devtools/__init__.py' 2025-03-21T20:23:03.8072012Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-03-21T20:23:03.8072541Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-03-21T20:23:03.8073166Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-03-21T20:23:03.8073774Z adding 'executorch/devtools/bundled_program/config.py' 2025-03-21T20:23:03.8074336Z adding 'executorch/devtools/bundled_program/core.py' 2025-03-21T20:23:03.8074843Z adding 'executorch/devtools/bundled_program/version.py' 2025-03-21T20:23:03.8075389Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-03-21T20:23:03.8076061Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-03-21T20:23:03.8076855Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-03-21T20:23:03.8077553Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-03-21T20:23:03.8078213Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-03-21T20:23:03.8078866Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-03-21T20:23:03.8079549Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-03-21T20:23:03.8080268Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-03-21T20:23:03.8080968Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-03-21T20:23:03.8081662Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-03-21T20:23:03.8082292Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-03-21T20:23:03.8082898Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-03-21T20:23:03.8083481Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-03-21T20:23:03.8084068Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-03-21T20:23:03.8084582Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-03-21T20:23:03.8085114Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-03-21T20:23:03.8085636Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-03-21T20:23:03.8086110Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-03-21T20:23:03.8086591Z adding 'executorch/devtools/etdump/serialize.py' 2025-03-21T20:23:03.8087103Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-03-21T20:23:03.8087608Z adding 'executorch/devtools/etrecord/__init__.py' 2025-03-21T20:23:03.8088075Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-03-21T20:23:03.8088579Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-03-21T20:23:03.8089095Z adding 'executorch/devtools/inspector/__init__.py' 2025-03-21T20:23:03.8089578Z adding 'executorch/devtools/inspector/_inspector.py' 2025-03-21T20:23:03.8090105Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-03-21T20:23:03.8090641Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-03-21T20:23:03.8091211Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-03-21T20:23:03.8091803Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-03-21T20:23:03.8092420Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-03-21T20:23:03.8093067Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-03-21T20:23:03.8093740Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-03-21T20:23:03.8094345Z adding 'executorch/devtools/visualization/__init__.py' 2025-03-21T20:23:03.8094905Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-03-21T20:23:03.8095558Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-03-21T20:23:03.8096183Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-03-21T20:23:03.8096779Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-03-21T20:23:03.8097359Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-03-21T20:23:03.8097873Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-03-21T20:23:03.8098382Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-03-21T20:23:03.8098917Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-03-21T20:23:03.8099535Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-03-21T20:23:03.8100158Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-03-21T20:23:03.8100834Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-03-21T20:23:03.8101486Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-03-21T20:23:03.8102102Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-03-21T20:23:03.8102746Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-03-21T20:23:03.8365724Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-03-21T20:23:03.8366309Z adding 'executorch/examples/models/__init__.py' 2025-03-21T20:23:03.8366780Z adding 'executorch/examples/models/checkpoint.py' 2025-03-21T20:23:03.8367253Z adding 'executorch/examples/models/model_base.py' 2025-03-21T20:23:03.8367858Z adding 'executorch/examples/models/model_factory.py' 2025-03-21T20:23:03.8368377Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-03-21T20:23:03.8368919Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-03-21T20:23:03.8369423Z adding 'executorch/examples/models/edsr/__init__.py' 2025-03-21T20:23:03.8369893Z adding 'executorch/examples/models/edsr/model.py' 2025-03-21T20:23:03.8370399Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-03-21T20:23:03.8371059Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-03-21T20:23:03.8372363Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-03-21T20:23:03.8373206Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-03-21T20:23:03.8374074Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-03-21T20:23:03.8375096Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-03-21T20:23:03.8375890Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-03-21T20:23:03.8376755Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-03-21T20:23:03.8377480Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-03-21T20:23:03.8378040Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-03-21T20:23:03.8378681Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-03-21T20:23:03.8379246Z adding 'executorch/examples/models/inception_v3/model.py' 2025-03-21T20:23:03.8379801Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-03-21T20:23:03.8380430Z adding 'executorch/examples/models/inception_v4/model.py' 2025-03-21T20:23:03.8380955Z adding 'executorch/examples/models/llama/__init__.py' 2025-03-21T20:23:03.8381463Z adding 'executorch/examples/models/llama/attention.py' 2025-03-21T20:23:03.8381975Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-03-21T20:23:03.8382627Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-03-21T20:23:03.8383164Z adding 'executorch/examples/models/llama/export_llama.py' 2025-03-21T20:23:03.8383722Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-03-21T20:23:03.8384261Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-03-21T20:23:03.8384922Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-03-21T20:23:03.8385564Z adding 'executorch/examples/models/llama/llama_test.py' 2025-03-21T20:23:03.8386127Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-03-21T20:23:03.8386665Z adding 'executorch/examples/models/llama/model.py' 2025-03-21T20:23:03.8387266Z adding 'executorch/examples/models/llama/model_args.py' 2025-03-21T20:23:03.8387758Z adding 'executorch/examples/models/llama/norm.py' 2025-03-21T20:23:03.8388223Z adding 'executorch/examples/models/llama/rope.py' 2025-03-21T20:23:03.8389092Z adding 'executorch/examples/models/llama/static_attention.py' 2025-03-21T20:23:03.8389781Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-03-21T20:23:03.8390367Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-03-21T20:23:03.8391083Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-03-21T20:23:03.8391758Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-03-21T20:23:03.8392428Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-03-21T20:23:03.8393184Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-03-21T20:23:03.8393803Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-03-21T20:23:03.8394355Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-03-21T20:23:03.8394922Z adding 'executorch/examples/models/llama/runner/native.py' 2025-03-21T20:23:03.8395551Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-03-21T20:23:03.8396340Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-03-21T20:23:03.8397144Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-03-21T20:23:03.8397876Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-03-21T20:23:03.8398600Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-03-21T20:23:03.8399488Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-03-21T20:23:03.8400396Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-03-21T20:23:03.8401108Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-03-21T20:23:03.8402024Z adding 'executorch/examples/models/llama/source_transformation/quantized_kv_cache.py' 2025-03-21T20:23:03.8402842Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-03-21T20:23:03.8403526Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-03-21T20:23:03.8404196Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-03-21T20:23:03.8404884Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-03-21T20:23:03.8405735Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-03-21T20:23:03.8406564Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-03-21T20:23:03.8408102Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-03-21T20:23:03.8408953Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-03-21T20:23:03.8410034Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-03-21T20:23:03.8410746Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-03-21T20:23:03.8411392Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-03-21T20:23:03.8412023Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-03-21T20:23:03.8412593Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-03-21T20:23:03.8413220Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-03-21T20:23:03.8413946Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-03-21T20:23:03.8414674Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-03-21T20:23:03.8415382Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-03-21T20:23:03.8416118Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-03-21T20:23:03.8416809Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-03-21T20:23:03.8417462Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-03-21T20:23:03.8418110Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-03-21T20:23:03.8418824Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-03-21T20:23:03.8419538Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-03-21T20:23:03.8420328Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-03-21T20:23:03.8421099Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-03-21T20:23:03.8421875Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-03-21T20:23:03.8422612Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-03-21T20:23:03.8423422Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-03-21T20:23:03.8424103Z adding 'executorch/examples/models/llava/__init__.py' 2025-03-21T20:23:03.8424607Z adding 'executorch/examples/models/llava/export_llava.py' 2025-03-21T20:23:03.8425269Z adding 'executorch/examples/models/llava/image_util.py' 2025-03-21T20:23:03.8425760Z adding 'executorch/examples/models/llava/model.py' 2025-03-21T20:23:03.8426261Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-03-21T20:23:03.8426795Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-03-21T20:23:03.8427293Z adding 'executorch/examples/models/lstm/__init__.py' 2025-03-21T20:23:03.8427744Z adding 'executorch/examples/models/lstm/model.py' 2025-03-21T20:23:03.8428324Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-03-21T20:23:03.8428996Z adding 'executorch/examples/models/mobilebert/model.py' 2025-03-21T20:23:03.8429517Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-03-21T20:23:03.8430047Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-03-21T20:23:03.8430576Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-03-21T20:23:03.8431116Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-03-21T20:23:03.8431641Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-03-21T20:23:03.8432166Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-03-21T20:23:03.8432683Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-03-21T20:23:03.8433255Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-03-21T20:23:03.8433827Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-03-21T20:23:03.8434513Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-03-21T20:23:03.8435104Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-03-21T20:23:03.8435683Z adding 'executorch/examples/models/phi-4-mini/__init__.py' 2025-03-21T20:23:03.8436245Z adding 'executorch/examples/models/phi-4-mini/convert_weights.py' 2025-03-21T20:23:03.8436885Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-03-21T20:23:03.8437419Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-03-21T20:23:03.8437953Z adding 'executorch/examples/models/resnet/__init__.py' 2025-03-21T20:23:03.8438441Z adding 'executorch/examples/models/resnet/model.py' 2025-03-21T20:23:03.8438923Z adding 'executorch/examples/models/test/__init__.py' 2025-03-21T20:23:03.8439425Z adding 'executorch/examples/models/test/test_export.py' 2025-03-21T20:23:03.8440102Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-03-21T20:23:03.8440694Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-03-21T20:23:03.8441241Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-03-21T20:23:03.8441767Z adding 'executorch/examples/models/toy_model/model.py' 2025-03-21T20:23:03.8442350Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-03-21T20:23:03.8442910Z adding 'executorch/examples/models/wav2letter/model.py' 2025-03-21T20:23:03.8443372Z adding 'executorch/exir/__init__.py' 2025-03-21T20:23:03.9036537Z adding 'executorch/exir/_warnings.py' 2025-03-21T20:23:03.9037343Z adding 'executorch/exir/common.py' 2025-03-21T20:23:03.9038022Z adding 'executorch/exir/control_flow.py' 2025-03-21T20:23:03.9038429Z adding 'executorch/exir/delegate.py' 2025-03-21T20:23:03.9038818Z adding 'executorch/exir/delegate.pyi' 2025-03-21T20:23:03.9039223Z adding 'executorch/exir/dim_order_utils.py' 2025-03-21T20:23:03.9039665Z adding 'executorch/exir/dynamic_shape.py' 2025-03-21T20:23:03.9040106Z adding 'executorch/exir/error.py' 2025-03-21T20:23:03.9040583Z adding 'executorch/exir/graph.py' 2025-03-21T20:23:03.9040971Z adding 'executorch/exir/graph_module.py' 2025-03-21T20:23:03.9041413Z adding 'executorch/exir/lowered_backend_module.py' 2025-03-21T20:23:03.9041849Z adding 'executorch/exir/memory.py' 2025-03-21T20:23:03.9042232Z adding 'executorch/exir/memory_planning.py' 2025-03-21T20:23:03.9042647Z adding 'executorch/exir/pass_base.py' 2025-03-21T20:23:03.9043158Z adding 'executorch/exir/pass_manager.py' 2025-03-21T20:23:03.9043562Z adding 'executorch/exir/print_program.py' 2025-03-21T20:23:03.9043973Z adding 'executorch/exir/scalar_type.py' 2025-03-21T20:23:03.9044366Z adding 'executorch/exir/schema.py' 2025-03-21T20:23:03.9044745Z adding 'executorch/exir/sym_util.py' 2025-03-21T20:23:03.9045124Z adding 'executorch/exir/tensor.py' 2025-03-21T20:23:03.9045549Z adding 'executorch/exir/tracer.py' 2025-03-21T20:23:03.9045929Z adding 'executorch/exir/types.py' 2025-03-21T20:23:03.9046357Z adding 'executorch/exir/version.py' 2025-03-21T20:23:03.9046748Z adding 'executorch/exir/wrap.py' 2025-03-21T20:23:03.9047150Z adding 'executorch/exir/_serialize/__init__.py' 2025-03-21T20:23:03.9048237Z adding 'executorch/exir/_serialize/_cord.py' 2025-03-21T20:23:03.9048712Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-03-21T20:23:03.9049192Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-03-21T20:23:03.9049702Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-03-21T20:23:03.9050281Z adding 'executorch/exir/_serialize/_program.py' 2025-03-21T20:23:03.9050736Z adding 'executorch/exir/_serialize/_serialize.py' 2025-03-21T20:23:03.9051226Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-03-21T20:23:03.9051706Z adding 'executorch/exir/_serialize/padding.py' 2025-03-21T20:23:03.9052160Z adding 'executorch/exir/_serialize/program.fbs' 2025-03-21T20:23:03.9052627Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-03-21T20:23:03.9053112Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-03-21T20:23:03.9053598Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-03-21T20:23:03.9054121Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-03-21T20:23:03.9054706Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-03-21T20:23:03.9055282Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-03-21T20:23:03.9055853Z adding 'executorch/exir/backend/backend_api.py' 2025-03-21T20:23:03.9056305Z adding 'executorch/exir/backend/backend_details.py' 2025-03-21T20:23:03.9056811Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-03-21T20:23:03.9057316Z adding 'executorch/exir/backend/operator_support.py' 2025-03-21T20:23:03.9057795Z adding 'executorch/exir/backend/partitioner.py' 2025-03-21T20:23:03.9058303Z adding 'executorch/exir/backend/utils.py' 2025-03-21T20:23:03.9058870Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-03-21T20:23:03.9059673Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-03-21T20:23:03.9060571Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-03-21T20:23:03.9061375Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-03-21T20:23:03.9062091Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-03-21T20:23:03.9062820Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-03-21T20:23:03.9063574Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-03-21T20:23:03.9064192Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-03-21T20:23:03.9064767Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-03-21T20:23:03.9065320Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-03-21T20:23:03.9065934Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-03-21T20:23:03.9066700Z adding 'executorch/exir/backend/test/test_backends.py' 2025-03-21T20:23:03.9067233Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-03-21T20:23:03.9067809Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-03-21T20:23:03.9068449Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-03-21T20:23:03.9069105Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-03-21T20:23:03.9069708Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-03-21T20:23:03.9070305Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-03-21T20:23:03.9071020Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-03-21T20:23:03.9071619Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-03-21T20:23:03.9072140Z adding 'executorch/exir/backend/test/test_passes.py' 2025-03-21T20:23:03.9072766Z adding 'executorch/exir/backend/test/test_utils.py' 2025-03-21T20:23:03.9073411Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-03-21T20:23:03.9074058Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-03-21T20:23:03.9074765Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-03-21T20:23:03.9075612Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-03-21T20:23:03.9076273Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-03-21T20:23:03.9076776Z adding 'executorch/exir/capture/__init__.py' 2025-03-21T20:23:03.9077221Z adding 'executorch/exir/capture/_capture.py' 2025-03-21T20:23:03.9077638Z adding 'executorch/exir/capture/_config.py' 2025-03-21T20:23:03.9078061Z adding 'executorch/exir/capture/_unlift.py' 2025-03-21T20:23:03.9078499Z adding 'executorch/exir/dialects/__init__.py' 2025-03-21T20:23:03.9078926Z adding 'executorch/exir/dialects/_ops.py' 2025-03-21T20:23:03.9079412Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-03-21T20:23:03.9079968Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-03-21T20:23:03.9080510Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-03-21T20:23:03.9080964Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-03-21T20:23:03.9081433Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-03-21T20:23:03.9081915Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-03-21T20:23:03.9082452Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-03-21T20:23:03.9082979Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-03-21T20:23:03.9083507Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-03-21T20:23:03.9083986Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-03-21T20:23:03.9084489Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-03-21T20:23:03.9085017Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-03-21T20:23:03.9085560Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-03-21T20:23:03.9086081Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-03-21T20:23:03.9086612Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-03-21T20:23:03.9087180Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-03-21T20:23:03.9087768Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-03-21T20:23:03.9088260Z adding 'executorch/exir/emit/__init__.py' 2025-03-21T20:23:03.9088686Z adding 'executorch/exir/emit/_emit_program.py' 2025-03-21T20:23:03.9089111Z adding 'executorch/exir/emit/_emitter.py' 2025-03-21T20:23:03.9089582Z adding 'executorch/exir/emit/test/test_emit.py' 2025-03-21T20:23:03.9090026Z adding 'executorch/exir/operator/convert.py' 2025-03-21T20:23:03.9090442Z adding 'executorch/exir/operator/manip.py' 2025-03-21T20:23:03.9090853Z adding 'executorch/exir/operator/util.py' 2025-03-21T20:23:03.9091316Z adding 'executorch/exir/operator/test/test_operator.py' 2025-03-21T20:23:03.9091791Z adding 'executorch/exir/passes/__init__.py' 2025-03-21T20:23:03.9092379Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-03-21T20:23:03.9092932Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-03-21T20:23:03.9093418Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-03-21T20:23:03.9094020Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-03-21T20:23:03.9094585Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-03-21T20:23:03.9095129Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-03-21T20:23:03.9095694Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-03-21T20:23:03.9096266Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-03-21T20:23:03.9096791Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-03-21T20:23:03.9097432Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-03-21T20:23:03.9098031Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-03-21T20:23:03.9098599Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-03-21T20:23:03.9099123Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-03-21T20:23:03.9099705Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-03-21T20:23:03.9100310Z adding 'executorch/exir/passes/pass_registry.py' 2025-03-21T20:23:03.9100817Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-03-21T20:23:03.9101341Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-03-21T20:23:03.9101809Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-03-21T20:23:03.9102331Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-03-21T20:23:03.9102913Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-03-21T20:23:03.9103446Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-03-21T20:23:03.9103975Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-03-21T20:23:03.9104633Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-03-21T20:23:03.9105297Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-03-21T20:23:03.9105878Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-03-21T20:23:03.9106468Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-03-21T20:23:03.9107047Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-03-21T20:23:03.9107543Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-03-21T20:23:03.9108023Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-03-21T20:23:03.9108524Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-03-21T20:23:03.9109133Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-03-21T20:23:03.9109625Z adding 'executorch/exir/program/__init__.py' 2025-03-21T20:23:03.9110077Z adding 'executorch/exir/program/_fake_program.py' 2025-03-21T20:23:03.9110529Z adding 'executorch/exir/program/_program.py' 2025-03-21T20:23:03.9110969Z adding 'executorch/exir/program/test/__init__.py' 2025-03-21T20:23:03.9111466Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-03-21T20:23:03.9111988Z adding 'executorch/exir/program/test/test_program.py' 2025-03-21T20:23:03.9112442Z adding 'executorch/exir/serde/__init__.py' 2025-03-21T20:23:03.9112883Z adding 'executorch/exir/serde/export_serialize.py' 2025-03-21T20:23:03.9113312Z adding 'executorch/exir/serde/schema.py' 2025-03-21T20:23:03.9113732Z adding 'executorch/exir/serde/schema_check.py' 2025-03-21T20:23:03.9114219Z adding 'executorch/exir/serde/serialize.py' 2025-03-21T20:23:04.5973325Z adding 'executorch/exir/serde/union.py' 2025-03-21T20:23:04.5974115Z adding 'executorch/exir/serde/upgrade.py' 2025-03-21T20:23:04.5974706Z adding 'executorch/exir/tests/asr_joiner.py' 2025-03-21T20:23:04.5975119Z adding 'executorch/exir/tests/common.py' 2025-03-21T20:23:04.5975622Z adding 'executorch/exir/tests/control_flow_models.py' 2025-03-21T20:23:04.5976331Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-03-21T20:23:04.5976807Z adding 'executorch/exir/tests/models.py' 2025-03-21T20:23:04.5977261Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-03-21T20:23:04.5977727Z adding 'executorch/exir/tests/test_capture.py' 2025-03-21T20:23:04.5978215Z adding 'executorch/exir/tests/test_common.py' 2025-03-21T20:23:04.5978661Z adding 'executorch/exir/tests/test_delegate.py' 2025-03-21T20:23:04.5979143Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-03-21T20:23:04.5979714Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-03-21T20:23:04.5980233Z adding 'executorch/exir/tests/test_error.py' 2025-03-21T20:23:04.5980718Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-03-21T20:23:04.5981240Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-03-21T20:23:04.5981841Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-03-21T20:23:04.5982490Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-03-21T20:23:04.5983126Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-03-21T20:23:04.5983663Z adding 'executorch/exir/tests/test_op_convert.py' 2025-03-21T20:23:04.5984116Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-03-21T20:23:04.5984605Z adding 'executorch/exir/tests/test_passes.py' 2025-03-21T20:23:04.5985072Z adding 'executorch/exir/tests/test_print_program.py' 2025-03-21T20:23:04.5985614Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-03-21T20:23:04.5986176Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-03-21T20:23:04.5986673Z adding 'executorch/exir/tests/test_quantization.py' 2025-03-21T20:23:04.5987178Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-03-21T20:23:04.5987740Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-03-21T20:23:04.5988214Z adding 'executorch/exir/tests/test_serde.py' 2025-03-21T20:23:04.5988736Z adding 'executorch/exir/tests/test_tensor.py' 2025-03-21T20:23:04.5989186Z adding 'executorch/exir/tests/test_tracer.py' 2025-03-21T20:23:04.5989632Z adding 'executorch/exir/tests/test_verification.py' 2025-03-21T20:23:04.5990098Z adding 'executorch/exir/tests/test_warnings.py' 2025-03-21T20:23:04.5990547Z adding 'executorch/exir/tests/transformer.py' 2025-03-21T20:23:04.5991028Z adding 'executorch/exir/verification/arg_validator.py' 2025-03-21T20:23:04.5991520Z adding 'executorch/exir/verification/dev_html.py' 2025-03-21T20:23:04.5991998Z adding 'executorch/exir/verification/interpreter.py' 2025-03-21T20:23:04.5992488Z adding 'executorch/exir/verification/verifier.py' 2025-03-21T20:23:04.5993005Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-03-21T20:23:04.5993548Z adding 'executorch/extension/android_test/add_model.py' 2025-03-21T20:23:04.5994057Z adding 'executorch/extension/export_util/__init__.py' 2025-03-21T20:23:04.5994530Z adding 'executorch/extension/export_util/utils.py' 2025-03-21T20:23:04.5995023Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-03-21T20:23:04.5995574Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-03-21T20:23:04.5996185Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-03-21T20:23:04.5996846Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-03-21T20:23:04.5997510Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-03-21T20:23:04.5998115Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-03-21T20:23:04.5998823Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-03-21T20:23:04.5999404Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-03-21T20:23:04.5999913Z adding 'executorch/extension/gguf_util/converter.py' 2025-03-21T20:23:04.6000404Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-03-21T20:23:04.6000965Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-03-21T20:23:04.6001636Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-03-21T20:23:04.6002177Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-03-21T20:23:04.6002781Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-03-21T20:23:04.6003398Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-03-21T20:23:04.6004019Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-03-21T20:23:04.6004652Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-03-21T20:23:04.6005336Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-03-21T20:23:04.6006031Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-03-21T20:23:04.6006678Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-03-21T20:23:04.6007374Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-03-21T20:23:04.6008212Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-03-21T20:23:04.6009013Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-03-21T20:23:04.6009637Z adding 'executorch/extension/llm/export/__init__.py' 2025-03-21T20:23:04.6010122Z adding 'executorch/extension/llm/export/builder.py' 2025-03-21T20:23:04.6010628Z adding 'executorch/extension/llm/export/export_passes.py' 2025-03-21T20:23:04.6011184Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-03-21T20:23:04.6011726Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-03-21T20:23:04.6012287Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-03-21T20:23:04.6012832Z adding 'executorch/extension/llm/modules/__init__.py' 2025-03-21T20:23:04.6013393Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-03-21T20:23:04.6013963Z adding 'executorch/extension/llm/modules/attention.py' 2025-03-21T20:23:04.6014474Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-03-21T20:23:04.6014976Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-03-21T20:23:04.6015551Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-03-21T20:23:04.6016157Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-03-21T20:23:04.6016814Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-03-21T20:23:04.6017432Z adding 'executorch/extension/llm/tokenizer/__init__.py' 2025-03-21T20:23:04.6017960Z adding 'executorch/extension/llm/tokenizer/hf_tokenizer.py' 2025-03-21T20:23:04.6018505Z adding 'executorch/extension/llm/tokenizer/tokenizer.py' 2025-03-21T20:23:04.6019020Z adding 'executorch/extension/llm/tokenizer/utils.py' 2025-03-21T20:23:04.6019585Z adding 'executorch/extension/llm/tokenizer/test/test_tokenizer.py' 2025-03-21T20:23:04.6020157Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-03-21T20:23:04.6020770Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-03-21T20:23:04.6021514Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-03-21T20:23:04.6022263Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-03-21T20:23:04.6023036Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-03-21T20:23:04.6023833Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-03-21T20:23:04.6024699Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-03-21T20:23:04.6025510Z adding 'executorch/extension/llm/tokenizers/tools/llama2c/convert.py' 2025-03-21T20:23:04.6026244Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so' 2025-03-21T20:23:04.6026981Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-03-21T20:23:04.6027515Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-03-21T20:23:04.6028144Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-03-21T20:23:04.6028896Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-03-21T20:23:04.6029548Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-03-21T20:23:04.6030097Z adding 'executorch/extension/pytree/__init__.py' 2025-03-21T20:23:04.6030572Z adding 'executorch/extension/pytree/test/test.py' 2025-03-21T20:23:04.6031052Z adding 'executorch/extension/training/__init__.py' 2025-03-21T20:23:04.6031614Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-03-21T20:23:04.6032217Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-03-21T20:23:04.6032847Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-03-21T20:23:04.6033526Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-03-21T20:23:04.6034183Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-03-21T20:23:04.6034856Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-03-21T20:23:04.6035612Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-03-21T20:23:04.6036453Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-03-21T20:23:04.6037193Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-03-21T20:23:04.6037848Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-03-21T20:23:04.6038513Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-03-21T20:23:04.6039202Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-03-21T20:23:04.6039892Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-03-21T20:23:04.6040605Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-03-21T20:23:04.6041327Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-03-21T20:23:04.6042068Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-03-21T20:23:04.6042803Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-03-21T20:23:04.6043412Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-03-21T20:23:04.6044010Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-03-21T20:23:04.6044562Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-03-21T20:23:04.6045119Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-03-21T20:23:04.6045721Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-03-21T20:23:04.6046428Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-03-21T20:23:04.6047162Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-03-21T20:23:04.6048068Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-03-21T20:23:04.6048834Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-03-21T20:23:04.6049541Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-03-21T20:23:07.8314868Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-03-21T20:23:07.8315718Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-03-21T20:23:07.8316286Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-03-21T20:23:07.8316832Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-03-21T20:23:07.8317631Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-03-21T20:23:07.8318319Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-03-21T20:23:07.8319022Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-03-21T20:23:07.8319822Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-03-21T20:23:07.8320832Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-03-21T20:23:07.8321664Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-03-21T20:23:07.8322476Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-03-21T20:23:07.8323330Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-03-21T20:23:07.8324215Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-03-21T20:23:07.8325054Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-03-21T20:23:07.8325813Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-03-21T20:23:07.8326584Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-03-21T20:23:07.8327363Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-03-21T20:23:07.8328174Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-03-21T20:23:07.8328890Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-03-21T20:23:07.8329644Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-03-21T20:23:07.8330350Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-03-21T20:23:07.8331097Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-03-21T20:23:07.8331838Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-03-21T20:23:07.8332584Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-03-21T20:23:07.8333360Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-03-21T20:23:07.8334103Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-03-21T20:23:07.8334837Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-03-21T20:23:07.8335626Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-03-21T20:23:07.8336460Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-03-21T20:23:07.8337323Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-03-21T20:23:07.8338209Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-03-21T20:23:07.8339127Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-03-21T20:23:07.8340001Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-03-21T20:23:07.8340862Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-03-21T20:23:07.8341699Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-03-21T20:23:07.8342598Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-03-21T20:23:07.8343513Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-03-21T20:23:07.8344439Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-03-21T20:23:07.8345341Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-03-21T20:23:07.8346108Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-03-21T20:23:07.8346868Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-03-21T20:23:07.8347599Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-03-21T20:23:07.8348652Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-03-21T20:23:07.8349396Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-03-21T20:23:07.8350189Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-03-21T20:23:07.8350810Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-03-21T20:23:07.8351425Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-03-21T20:23:07.8352073Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-03-21T20:23:07.8352736Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-03-21T20:23:07.8353342Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-03-21T20:23:07.8353940Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-03-21T20:23:07.8354572Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-03-21T20:23:07.8355198Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-03-21T20:23:07.8355818Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-03-21T20:23:07.8356422Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-03-21T20:23:07.8357134Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-03-21T20:23:07.8357740Z adding 'executorch/kernels/quantized/__init__.py' 2025-03-21T20:23:07.8358282Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-03-21T20:23:07.8358841Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-03-21T20:23:07.8359430Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-03-21T20:23:07.8360069Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-03-21T20:23:07.8360712Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-03-21T20:23:07.8361282Z adding 'executorch/runtime/__init__.py' 2025-03-21T20:23:07.8361741Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-03-21T20:23:07.8362230Z adding 'executorch/runtime/test/test_runtime.py' 2025-03-21T20:23:07.8362670Z adding 'executorch/schema/program.fbs' 2025-03-21T20:23:07.8363076Z adding 'executorch/schema/scalar_type.fbs' 2025-03-21T20:23:07.8363557Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-03-21T20:23:07.8364082Z adding 'executorch/util/activation_memory_profiler.py' 2025-03-21T20:23:07.8364543Z adding 'executorch/util/collect_env.py' 2025-03-21T20:23:07.8364968Z adding 'executorch/util/python_profiler.py' 2025-03-21T20:23:07.8365442Z adding 'executorch-0.6.0a0+be92d7d.dist-info/LICENSE' 2025-03-21T20:23:07.8365945Z adding 'executorch-0.6.0a0+be92d7d.dist-info/METADATA' 2025-03-21T20:23:07.8366456Z adding 'executorch-0.6.0a0+be92d7d.dist-info/WHEEL' 2025-03-21T20:23:07.8366996Z adding 'executorch-0.6.0a0+be92d7d.dist-info/entry_points.txt' 2025-03-21T20:23:07.8367583Z adding 'executorch-0.6.0a0+be92d7d.dist-info/top_level.txt' 2025-03-21T20:23:07.8368118Z adding 'executorch-0.6.0a0+be92d7d.dist-info/RECORD' 2025-03-21T20:23:07.8368569Z removing pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:23:07.8369355Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:23:07.8370532Z Created wheel for executorch: filename=executorch-0.6.0a0+be92d7d-cp310-cp310-linux_x86_64.whl size=8476066 sha256=f9aff5f5eba2de268226d6f890abcf23d60bf66d6cebe4d6b69bbf8ca8fa3947 2025-03-21T20:23:07.8371985Z Stored in directory: /tmp/pip-ephem-wheel-cache-csc39i55/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-03-21T20:23:07.8372794Z Successfully built executorch 2025-03-21T20:23:07.8373503Z Installing collected packages: flatbuffers, tabulate, pytest, execnet, pytest-xdist, pytest-rerunfailures, executorch 2025-03-21T20:23:07.8374383Z changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-03-21T20:23:07.8374855Z Attempting uninstall: pytest 2025-03-21T20:23:07.8375232Z Found existing installation: pytest 7.2.0 2025-03-21T20:23:07.8375639Z Uninstalling pytest-7.2.0: 2025-03-21T20:23:07.8376093Z Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-03-21T20:23:07.8376716Z Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-03-21T20:23:07.8377508Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-03-21T20:23:07.8378406Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-03-21T20:23:07.8379187Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-03-21T20:23:07.8380036Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest-7.2.0.dist-info/ 2025-03-21T20:23:07.8380898Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-03-21T20:23:07.8381504Z Successfully uninstalled pytest-7.2.0 2025-03-21T20:23:07.8381962Z changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-03-21T20:23:07.8382495Z changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-03-21T20:23:07.8383061Z changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-03-21T20:23:07.8384045Z Successfully installed execnet-2.1.1 executorch-0.6.0a0+be92d7d flatbuffers-25.2.10 pytest-8.3.5 pytest-rerunfailures-15.0 pytest-xdist-3.6.1 tabulate-0.9.0 2025-03-21T20:23:07.8384934Z + pip list 2025-03-21T20:23:07.8385278Z Package Version Editable project location 2025-03-21T20:23:07.8385833Z ----------------------------- ------------------ ----------------------------------- 2025-03-21T20:23:07.8386301Z alabaster 0.7.16 2025-03-21T20:23:07.8386653Z attrs 25.3.0 2025-03-21T20:23:07.8386993Z babel 2.17.0 2025-03-21T20:23:07.8387328Z beautifulsoup4 4.13.3 2025-03-21T20:23:07.8387675Z breathe 4.34.0 2025-03-21T20:23:07.8388010Z bs4 0.0.2 2025-03-21T20:23:07.8388347Z certifi 2025.1.31 2025-03-21T20:23:07.8388825Z charset-normalizer 3.4.1 2025-03-21T20:23:07.8389177Z cmake 3.31.6 2025-03-21T20:23:07.8389517Z contourpy 1.3.1 2025-03-21T20:23:07.8389866Z coverage 7.7.0 2025-03-21T20:23:07.8390207Z cycler 0.12.1 2025-03-21T20:23:07.8390551Z docutils 0.16 2025-03-21T20:23:07.8390890Z exceptiongroup 1.2.2 2025-03-21T20:23:07.8391237Z execnet 2.1.1 2025-03-21T20:23:12.7237768Z executorch 0.6.0a0+be92d7d 2025-03-21T20:23:12.7238322Z exhale 0.2.3 2025-03-21T20:23:12.7238758Z expecttest 0.1.6 2025-03-21T20:23:12.7239117Z filelock 3.18.0 2025-03-21T20:23:12.7239546Z flatbuffers 25.2.10 2025-03-21T20:23:12.7239888Z fonttools 4.56.0 2025-03-21T20:23:12.7240311Z fsspec 2025.3.0 2025-03-21T20:23:12.7240685Z huggingface-hub 0.29.3 2025-03-21T20:23:12.7241113Z hypothesis 6.84.2 2025-03-21T20:23:12.7241492Z idna 3.10 2025-03-21T20:23:12.7241886Z imagesize 1.4.1 2025-03-21T20:23:12.7242310Z iniconfig 2.1.0 2025-03-21T20:23:12.7242688Z Jinja2 3.1.6 2025-03-21T20:23:12.7243056Z kiwisolver 1.4.8 2025-03-21T20:23:12.7243448Z lxml 5.3.1 2025-03-21T20:23:12.7243797Z markdown-it-py 2.2.0 2025-03-21T20:23:12.7244215Z MarkupSafe 3.0.2 2025-03-21T20:23:12.7244801Z matplotlib 3.10.1 2025-03-21T20:23:12.7245170Z mdit-py-plugins 0.3.5 2025-03-21T20:23:12.7245587Z mdurl 0.1.2 2025-03-21T20:23:12.7245919Z mpmath 1.3.0 2025-03-21T20:23:12.7246328Z myst-parser 0.18.1 2025-03-21T20:23:12.7246692Z networkx 3.4.2 2025-03-21T20:23:12.7247089Z numpy 2.2.4 2025-03-21T20:23:12.7247578Z nvidia-cublas-cu12 12.1.3.1 2025-03-21T20:23:12.7248198Z nvidia-cuda-cupti-cu12 12.1.105 2025-03-21T20:23:12.7248650Z nvidia-cuda-nvrtc-cu12 12.1.105 2025-03-21T20:23:12.7249044Z nvidia-cuda-runtime-cu12 12.1.105 2025-03-21T20:23:12.7249487Z nvidia-cudnn-cu12 9.1.0.70 2025-03-21T20:23:12.7249867Z nvidia-cufft-cu12 11.0.2.54 2025-03-21T20:23:12.7250296Z nvidia-curand-cu12 10.3.2.106 2025-03-21T20:23:12.7250685Z nvidia-cusolver-cu12 11.4.5.107 2025-03-21T20:23:12.7251144Z nvidia-cusparse-cu12 12.1.0.106 2025-03-21T20:23:12.7251529Z nvidia-nccl-cu12 2.20.5 2025-03-21T20:23:12.7251968Z nvidia-nvjitlink-cu12 12.8.93 2025-03-21T20:23:12.7252330Z nvidia-nvtx-cu12 12.1.105 2025-03-21T20:23:12.7252761Z packaging 24.2 2025-03-21T20:23:12.7253106Z pandas 2.2.3 2025-03-21T20:23:12.7253524Z parameterized 0.9.0 2025-03-21T20:23:12.7253980Z pillow 11.1.0 2025-03-21T20:23:12.7254349Z pip 25.0 2025-03-21T20:23:12.7254690Z pluggy 1.5.0 2025-03-21T20:23:12.7255103Z Pygments 2.19.1 2025-03-21T20:23:12.7255453Z pyparsing 3.2.1 2025-03-21T20:23:12.7255868Z pytest 8.3.5 2025-03-21T20:23:12.7256199Z pytest-cov 4.1.0 2025-03-21T20:23:12.7256623Z pytest-rerunfailures 15.0 2025-03-21T20:23:12.7256983Z pytest-xdist 3.6.1 2025-03-21T20:23:12.7257421Z python-dateutil 2.9.0.post0 2025-03-21T20:23:12.7258001Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-03-21T20:23:12.7258513Z pytz 2025.1 2025-03-21T20:23:12.7258930Z PyYAML 6.0.1 2025-03-21T20:23:12.7259273Z regex 2024.11.6 2025-03-21T20:23:12.7259697Z requests 2.32.3 2025-03-21T20:23:12.7260058Z ruamel.yaml 0.17.32 2025-03-21T20:23:12.7260472Z ruamel.yaml.clib 0.2.12 2025-03-21T20:23:12.7260829Z safetensors 0.5.3 2025-03-21T20:23:12.7261245Z setuptools 75.8.0 2025-03-21T20:23:12.7261589Z six 1.17.0 2025-03-21T20:23:12.7262005Z snowballstemmer 2.2.0 2025-03-21T20:23:12.7262349Z sortedcontainers 2.4.0 2025-03-21T20:23:12.7262772Z soupsieve 2.6 2025-03-21T20:23:12.7263116Z Sphinx 5.3.0 2025-03-21T20:23:12.7263528Z sphinx-copybutton 0.5.0 2025-03-21T20:23:12.7263884Z sphinx_design 0.4.1 2025-03-21T20:23:12.7264286Z sphinx-gallery 0.14.0 2025-03-21T20:23:12.7264656Z sphinxcontrib-applehelp 2.0.0 2025-03-21T20:23:12.7265102Z sphinxcontrib-devhelp 2.0.0 2025-03-21T20:23:12.7265474Z sphinxcontrib-htmlhelp 2.1.0 2025-03-21T20:23:12.7265914Z sphinxcontrib-jsmath 1.0.1 2025-03-21T20:23:12.7266282Z sphinxcontrib-qthelp 2.0.0 2025-03-21T20:23:12.7266725Z sphinxcontrib-serializinghtml 2.0.0 2025-03-21T20:23:12.7267113Z sympy 1.13.3 2025-03-21T20:23:12.7267496Z tabulate 0.9.0 2025-03-21T20:23:12.7267828Z timm 1.0.7 2025-03-21T20:23:12.7268219Z tokenizers 0.21.1 2025-03-21T20:23:12.7268643Z tomli 2.0.1 2025-03-21T20:23:12.7269060Z torch 2.7.0a0+git295f2ed 2025-03-21T20:23:12.7269618Z torchao 0.10.0+git64bcf4c 2025-03-21T20:23:12.7270026Z torchaudio 2.6.0a0+c670ad8 2025-03-21T20:23:12.7270449Z torchsr 1.0.4 2025-03-21T20:23:12.7270819Z torchvision 0.19.0a0+d23a6e1 2025-03-21T20:23:12.7271262Z tqdm 4.67.1 2025-03-21T20:23:12.7271606Z transformers 4.47.1 2025-03-21T20:23:12.7272018Z triton 3.0.0 2025-03-21T20:23:12.7272457Z typing_extensions 4.12.2 2025-03-21T20:23:12.7272880Z tzdata 2025.1 2025-03-21T20:23:12.7273223Z urllib3 2.3.0 2025-03-21T20:23:12.7273629Z wheel 0.45.1 2025-03-21T20:23:12.7273972Z zstd 1.5.5.1 2025-03-21T20:23:12.7274389Z + build_executorch_runner cmake Release 2025-03-21T20:23:12.7274763Z + [[ cmake == \b\u\c\k\2 ]] 2025-03-21T20:23:12.7275113Z + [[ cmake == \c\m\a\k\e ]] 2025-03-21T20:23:12.7275471Z + build_executorch_runner_cmake Release 2025-03-21T20:23:12.7275848Z + CMAKE_OUTPUT_DIR=cmake-out 2025-03-21T20:23:12.7276180Z + clean_executorch_install_folders 2025-03-21T20:23:12.7276608Z + ./install_executorch.sh --clean 2025-03-21T20:23:12.7276969Z Cleaning build artifacts... 2025-03-21T20:23:12.7277303Z Cleaning pip-out/... 2025-03-21T20:23:12.7277618Z Done cleaning build artifacts. 2025-03-21T20:23:12.7277939Z + mkdir cmake-out 2025-03-21T20:23:12.7278264Z + pushd cmake-out 2025-03-21T20:23:12.7278633Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-03-21T20:23:12.7279100Z + [[ Release == \D\e\b\u\g ]] 2025-03-21T20:23:12.7279417Z + CXXFLAGS= 2025-03-21T20:23:12.7279661Z + CXXFLAGS= 2025-03-21T20:23:12.7299668Z + retry cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:23:12.7300424Z + cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:23:12.7300959Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:23:12.7301433Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:23:12.7301864Z -- Detecting C compiler ABI info 2025-03-21T20:23:12.7302237Z -- Detecting C compiler ABI info - done 2025-03-21T20:23:12.7302681Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:23:12.7303237Z -- Detecting C compile features 2025-03-21T20:23:12.7303596Z -- Detecting C compile features - done 2025-03-21T20:23:12.7303978Z -- Detecting CXX compiler ABI info 2025-03-21T20:23:12.7304378Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:23:12.7304836Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:23:12.7305303Z -- Detecting CXX compile features 2025-03-21T20:23:12.7305680Z -- Detecting CXX compile features - done 2025-03-21T20:23:12.7306690Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:12.7307532Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:12.7308034Z CMake. 2025-03-21T20:23:12.7308172Z 2025-03-21T20:23:12.7308434Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:12.7309170Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:12.7309738Z to work with policies introduced by or earlier. 2025-03-21T20:23:12.7310032Z 2025-03-21T20:23:12.7310173Z  2025-03-21T20:23:12.7310885Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:12.7311739Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:12.7312214Z CMake. 2025-03-21T20:23:12.7312365Z 2025-03-21T20:23:12.7312624Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:12.7313270Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:12.7313830Z to work with policies introduced by or earlier. 2025-03-21T20:23:12.7314237Z 2025-03-21T20:23:12.7314375Z  2025-03-21T20:23:12.7314648Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:23:12.7315112Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:23:12.7315529Z -- Found Threads: TRUE 2025-03-21T20:23:12.7316318Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:12.7317272Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:12.7317773Z CMake. 2025-03-21T20:23:12.7317911Z 2025-03-21T20:23:12.7318172Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:12.7318827Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:12.7319400Z to work with policies introduced by or earlier. 2025-03-21T20:23:12.7319695Z 2025-03-21T20:23:12.7319832Z  2025-03-21T20:23:12.7320107Z -- Using python executable 'python' 2025-03-21T20:23:12.7320468Z -- Resolved buck2 as buck2. 2025-03-21T20:23:12.7320795Z -- Killing buck2 daemon 2025-03-21T20:23:12.7321094Z 'buck2 killall' 2025-03-21T20:23:12.7321399Z -- executorch: Generating source lists 2025-03-21T20:23:12.7322006Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:23:12.7322798Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:23:12.7323426Z -- executorch: Using PAL default 'posix' 2025-03-21T20:23:12.7323815Z -- Generating operator lib: 2025-03-21T20:23:12.7324154Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:12.7324638Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:23:12.7325139Z -- ROOT_OPS: 2025-03-21T20:23:12.7325405Z -- INCLUDE_ALL_OPS: 2025-03-21T20:23:12.7326860Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-03-21T20:23:12.7328148Z -- Generating kernel bindings: 2025-03-21T20:23:12.7328499Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:12.7328975Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:23:12.7329560Z -- CUSTOM_OPS_YAML: 2025-03-21T20:23:12.7329886Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:23:12.7331840Z Generated files /pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T20:23:12.7333522Z -- Generating operator lib: 2025-03-21T20:23:12.7333860Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:12.7334211Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:23:12.7334551Z -- DEPS: executorch 2025-03-21T20:23:12.7335215Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:23:12.7335981Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:12.7336473Z CMake. 2025-03-21T20:23:12.7336608Z 2025-03-21T20:23:12.7336881Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:12.7337514Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:12.7338088Z to work with policies introduced by or earlier. 2025-03-21T20:23:12.7338395Z 2025-03-21T20:23:12.7338517Z  2025-03-21T20:23:12.7338781Z -- Looking for C++ include unistd.h 2025-03-21T20:23:12.7339164Z -- Looking for C++ include unistd.h - found 2025-03-21T20:23:12.7339543Z -- Looking for C++ include stdint.h 2025-03-21T20:23:12.7339927Z -- Looking for C++ include stdint.h - found 2025-03-21T20:23:12.7340321Z -- Looking for C++ include inttypes.h 2025-03-21T20:23:12.7340716Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:23:12.7341174Z -- Looking for C++ include sys/types.h 2025-03-21T20:23:12.7341558Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:23:12.7341962Z -- Looking for C++ include sys/stat.h 2025-03-21T20:23:12.7342353Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:23:12.7342753Z -- Looking for C++ include fnmatch.h 2025-03-21T20:23:12.7343144Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:23:13.7869926Z -- Looking for C++ include stddef.h 2025-03-21T20:23:13.7870752Z -- Looking for C++ include stddef.h - found 2025-03-21T20:23:13.7871165Z -- Check size of uint32_t 2025-03-21T20:23:13.7871488Z -- Check size of uint32_t - done 2025-03-21T20:23:13.7871830Z -- Looking for strtoll 2025-03-21T20:23:13.7872146Z -- Looking for strtoll - found 2025-03-21T20:23:13.7872463Z -- 2025-03-21T20:23:13.7872718Z -- ******** Summary ******** 2025-03-21T20:23:13.7873049Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:23:13.7873441Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:23:13.7873834Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:23:13.7874219Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:23:13.7874580Z -- BUCK2 : buck2 2025-03-21T20:23:13.7874950Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:23:13.7875580Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:23:13.7876315Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:23:13.7876846Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:23:13.7877289Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:23:13.7877721Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:23:13.7878213Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:23:13.7878895Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:23:13.7879381Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:23:13.7879809Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:23:13.7880267Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:23:13.7880728Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:23:13.7881150Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-03-21T20:23:13.7881729Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-03-21T20:23:13.7882384Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:23:13.7883063Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-03-21T20:23:13.7883757Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:23:13.7884367Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-03-21T20:23:13.7885023Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:23:13.7885675Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:23:13.7886294Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:23:13.7886926Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:23:13.7887554Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:23:13.7888302Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:23:13.7888975Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:23:13.7889690Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:23:13.7890430Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:23:13.7891179Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:23:13.7891942Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:23:13.7892730Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:23:13.7893476Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:23:13.7894223Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:23:13.7894980Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:23:13.7895695Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:23:13.7896315Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:23:13.7896988Z -- Configuring done (5.1s) 2025-03-21T20:23:13.7897729Z -- Generating done (0.1s) 2025-03-21T20:23:13.7898498Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:23:13.7899241Z + popd 2025-03-21T20:23:13.7899599Z /pytorch/executorch 2025-03-21T20:23:13.7899991Z ++ uname 2025-03-21T20:23:13.7900346Z + '[' Linux == Darwin ']' 2025-03-21T20:23:13.7900773Z ++ nproc 2025-03-21T20:23:13.7901164Z + CMAKE_JOBS=15 2025-03-21T20:23:13.7901680Z + cmake --build cmake-out -j 15 2025-03-21T20:23:13.7902886Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:23:13.7904252Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:23:13.7906269Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:23:13.7908456Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:23:13.7910279Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:23:13.7911418Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:23:13.7912570Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:23:13.7913732Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:23:13.7914935Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:23:13.7916100Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:23:13.7917266Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:23:13.7918383Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:23:13.7919626Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:23:13.7921701Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:23:13.7923359Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:23:13.7924133Z [ 4%] No download step for 'flatbuffers' 2025-03-21T20:23:13.7924643Z [ 5%] No update step for 'flatbuffers' 2025-03-21T20:23:13.7925128Z [ 5%] No patch step for 'flatbuffers' 2025-03-21T20:23:13.7925687Z [ 5%] Performing configure step for 'flatbuffers' 2025-03-21T20:23:13.7926156Z CMake Warning: 2025-03-21T20:23:13.7926527Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:23:13.7926851Z 2025-03-21T20:23:13.7926988Z  2025-03-21T20:23:13.7927273Z fatal: No names found, cannot describe anything. 2025-03-21T20:23:13.7927819Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:23:13.7928269Z git describe failed with exit code: 128 2025-03-21T20:23:13.7928522Z 2025-03-21T20:23:13.7928730Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:23:13.7929183Z Call Stack (most recent call first): 2025-03-21T20:23:13.7929543Z CMakeLists.txt:5 (include) 2025-03-21T20:23:13.7929766Z 2025-03-21T20:23:13.7929888Z  2025-03-21T20:23:13.7930162Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:23:13.7930953Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:23:13.7932031Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:23:13.7933148Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:23:13.7934451Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:23:13.7935636Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-03-21T20:23:13.7936855Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-03-21T20:23:13.7938185Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-03-21T20:23:13.7939406Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-03-21T20:23:13.7940610Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-03-21T20:23:13.7941747Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:23:13.7942851Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:23:13.7943939Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:23:13.7944792Z [ 7%] Linking CXX static library libgflags_nothreads.a 2025-03-21T20:23:13.7945452Z [ 8%] Linking C static library libpthreadpool.a 2025-03-21T20:23:13.7946398Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-03-21T20:23:13.7947165Z [ 8%] Built target gflags_nothreads_static 2025-03-21T20:23:13.7947569Z [ 8%] Built target pthreadpool 2025-03-21T20:23:13.7948755Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:23:13.7949941Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-03-21T20:23:13.7951075Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:23:13.7952195Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:23:13.7953415Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-03-21T20:23:13.7954216Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:23:13.7955133Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:23:13.7956424Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:23:13.7957796Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:23:13.7959123Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:23:13.7960320Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:23:13.7961489Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:23:13.7962221Z -- Detecting CXX compiler ABI info 2025-03-21T20:23:13.7963045Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:23:13.7964207Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:23:16.6198323Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-03-21T20:23:16.6200495Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:23:16.6201738Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:23:16.6202987Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:23:16.6204372Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:23:16.6205644Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:23:16.6206916Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:23:16.6208187Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:23:16.6209086Z [ 13%] Linking C static library libcpuinfo.a 2025-03-21T20:23:16.6209506Z [ 13%] Built target cpuinfo 2025-03-21T20:23:16.6209868Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:23:16.6210337Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:23:16.6210813Z -- Detecting CXX compile features 2025-03-21T20:23:16.6211249Z -- Detecting CXX compile features - done 2025-03-21T20:23:16.6211633Z -- Looking for strtof_l 2025-03-21T20:23:16.6212119Z [ 13%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:23:16.6212587Z [ 13%] Built target cpuinfo_internals 2025-03-21T20:23:16.6212946Z -- Looking for strtof_l - found 2025-03-21T20:23:16.6213323Z -- Looking for strtoull_l 2025-03-21T20:23:16.6213650Z -- Looking for strtoull_l - found 2025-03-21T20:23:16.6213999Z -- Looking for realpath 2025-03-21T20:23:16.6214315Z -- Looking for realpath - found 2025-03-21T20:23:16.6214715Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:23:16.6215131Z -- Configuring done (1.0s) 2025-03-21T20:23:16.6215457Z -- Generating done (0.0s) 2025-03-21T20:23:16.6215983Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers 2025-03-21T20:23:16.6216698Z [ 13%] Performing build step for 'flatbuffers' 2025-03-21T20:23:16.6217353Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:23:16.6218092Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:23:16.6218801Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:23:16.6219505Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:23:16.6220254Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:23:16.6220999Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:23:16.6221749Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:23:16.6222487Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:23:16.6223232Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:23:16.6224010Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:23:16.6224780Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:23:16.6225510Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:23:16.6226234Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:23:16.6226946Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:23:16.6227698Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:23:16.6228510Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:23:16.6229370Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:23:16.6230109Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:23:16.6230888Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:23:16.6231736Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:23:16.6232490Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:23:16.6233335Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:23:16.6234196Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:23:16.6234961Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:23:16.6235670Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:23:16.6236360Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:23:16.6237116Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:23:16.6237949Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:23:16.6238749Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:23:16.6239533Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:23:16.6240297Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:23:16.6241127Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:23:16.6242014Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:23:16.6242906Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:23:16.6243823Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:23:16.6244741Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:23:16.6245630Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:23:16.6246296Z [100%] Linking CXX executable flatc 2025-03-21T20:23:16.6246698Z [100%] Built target flatc 2025-03-21T20:23:16.6247123Z [ 13%] No install step for 'flatbuffers' 2025-03-21T20:23:16.6247796Z [ 13%] Completed 'flatbuffers' 2025-03-21T20:23:16.6248205Z [ 13%] Built target flatbuffers 2025-03-21T20:23:16.6248642Z [ 13%] Generating common_schema headers 2025-03-21T20:23:16.6249053Z [ 13%] Built target common_schema 2025-03-21T20:23:16.6249510Z [ 13%] Generating program_schema headers 2025-03-21T20:23:16.6249929Z [ 13%] Built target program_schema 2025-03-21T20:23:16.6250626Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:23:16.6251731Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:23:16.6252755Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:23:16.6253806Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:23:16.6254944Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:23:16.6255899Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:23:16.6256802Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:23:16.6257820Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:23:16.6258753Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:23:16.6259710Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:23:16.6260820Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:23:16.6261859Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:23:16.6262903Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:23:16.6263956Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:23:16.6264918Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:23:16.6265813Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:23:16.6266732Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:23:16.6267670Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:23:16.6268670Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:23:16.6269703Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:23:16.6270506Z [ 18%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:23:16.6270960Z [ 18%] Built target executorch_core 2025-03-21T20:23:16.6271656Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:23:16.6272569Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:23:16.6273574Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:23:16.6274615Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:23:16.6275695Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:23:16.6276946Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:23:16.6278083Z [ 20%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:23:17.7669923Z [ 20%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:23:17.7670817Z [ 20%] Built target extension_threadpool 2025-03-21T20:23:17.7671694Z [ 20%] Linking CXX static library libexecutorch.a 2025-03-21T20:23:17.7672447Z [ 20%] Built target executorch 2025-03-21T20:23:17.7673763Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:23:17.7675761Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:23:17.7677613Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:23:17.7679560Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:23:17.7681513Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:23:17.7683251Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:23:17.7685219Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:23:17.7688586Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:23:17.7690400Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:23:17.7691821Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:23:17.7693455Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:23:17.7694924Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:23:17.7696394Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:23:17.7698324Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:23:17.7700365Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:23:17.7702300Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:23:17.7704274Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:23:17.7706458Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:23:17.7708884Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:23:17.7710787Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:23:17.7712868Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:23:17.7714896Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:23:17.7716830Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:23:17.7718778Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:23:17.7720729Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:23:17.7722589Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:23:17.7724512Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:23:17.7726416Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:23:17.7728321Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:23:17.7730354Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:23:17.7732434Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:23:17.7734483Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:23:17.7736489Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:23:17.7738357Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:23:17.7740115Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:23:17.7741972Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:23:17.7744180Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:23:17.7746228Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:23:17.7748511Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:23:17.7750974Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:23:17.7753179Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:23:17.7755364Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:23:17.7757532Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:23:17.7759517Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:23:17.7761502Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:23:17.7763568Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:23:17.7765895Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:23:17.7768986Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:23:17.7770863Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:23:17.7772708Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:23:17.7774702Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:23:17.7776572Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:23:17.7778462Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:23:17.7780517Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:23:17.7782563Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:23:17.7784689Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:23:17.7787007Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:23:17.7789494Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:23:17.7792029Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:23:17.7794259Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:23:17.7796177Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:23:17.7798076Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:23:17.7799915Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:23:17.7801892Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:23:17.7803723Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:23:17.7805794Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:23:17.7807641Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:23:17.7809578Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:23:17.7811757Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:23:17.7813875Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:23:17.7815958Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:23:18.8828486Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:18.8830767Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:23:18.8832765Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:23:18.8834738Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:23:18.8836618Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:23:18.8838777Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:23:18.8840857Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:23:18.8843054Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:23:18.8845113Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:23:18.8846973Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:23:18.8850104Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:23:18.8852274Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:23:18.8854406Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:23:18.8856334Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:23:18.8858407Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:23:18.8860571Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:23:18.8862703Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:23:18.8864790Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:23:18.8866998Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:23:18.8869351Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:23:18.8871623Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:23:18.8873766Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:23:18.8875773Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:23:18.8877988Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:23:18.8880020Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:23:18.8881939Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:23:18.8884088Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:23:18.8886183Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:23:18.8888270Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:23:18.8890454Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:23:18.8893134Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:23:18.8895388Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:23:18.8897712Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:23:18.8900119Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:23:18.8903696Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:23:18.8905713Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:23:18.8907690Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:23:18.8909755Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:23:18.8911647Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:23:18.8913419Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:23:18.8915005Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:18.8916519Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:23:18.8918130Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:23:18.8919958Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:23:18.8921755Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:23:18.8923357Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:23:18.8924906Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:23:18.8926443Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:23:18.8928127Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:23:18.8929838Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:23:18.8931741Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:23:18.8933494Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:23:18.8935568Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:23:18.8937549Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:23:18.8939366Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:23:18.8941189Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:23:18.8943017Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:23:18.8944847Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:23:18.8946508Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:23:18.8948729Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:23:18.8950608Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:23:18.8952494Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:23:18.8954344Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:23:18.8956368Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:23:18.8958548Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:23:18.8960612Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:23:18.8962837Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:23:18.8965343Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:23:18.8967642Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:23:18.8969497Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:23:18.8971237Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:23:18.8973135Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:23:20.0816259Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:23:20.0818421Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:23:20.0820636Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:23:20.0822734Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:23:20.0824817Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:23:20.0826992Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:23:20.0829344Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:23:20.0831652Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:23:20.0833949Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:23:20.0836216Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:23:20.0838476Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:23:20.0841103Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:23:20.0843306Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:23:20.0845241Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:23:20.0847265Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:23:20.0849651Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:23:20.0851918Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:23:20.0854445Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:23:20.0856743Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:23:20.0859065Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:23:20.0861230Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:23:20.0863268Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:23:20.0865386Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:23:20.0867808Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:23:20.0870192Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:23:20.0872366Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:23:20.0874435Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:23:20.0876576Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:23:20.0878866Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:23:20.0880978Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:23:20.0882944Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:23:20.0884983Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:23:20.0887236Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:23:20.0889675Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:23:20.0891944Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:23:20.0893919Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:23:20.0895902Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:23:20.0898221Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:23:20.0900494Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:23:20.0902861Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:23:20.0905227Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:23:20.0907459Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:23:20.0910051Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:23:20.0912643Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:23:20.0914829Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:23:20.0917176Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:23:20.0919538Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:23:20.0921898Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:23:20.0923976Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:23:20.0926131Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:23:20.0928208Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:23:20.0930197Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:23:20.0932246Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:23:20.0934424Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:23:20.0936491Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:23:20.0938676Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:23:20.0940968Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:23:20.0943234Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:23:20.0945572Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:23:20.0948004Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:23:20.0950385Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:23:20.0952625Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:23:20.0954765Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:23:20.0956866Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:23:20.0958969Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:23:20.0961146Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:20.0963370Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:23:20.0965311Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:23:20.0967353Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:23:20.0969741Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:23:20.0971901Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:23:20.0974016Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:23:21.2414938Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:23:21.2417183Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:23:21.2419458Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:23:21.2421706Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:23:21.2423978Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:23:21.2426086Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:23:21.2428331Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:23:21.2430707Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:23:21.2433183Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:23:21.2435427Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:23:21.2437727Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:23:21.2440149Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:23:21.2442404Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:23:21.2444413Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:23:21.2446381Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:23:21.2448543Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:21.2450727Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:23:21.2452686Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:23:21.2454570Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:23:21.2456667Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:23:21.2458717Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:23:21.2460748Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:23:21.2462744Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:23:21.2464999Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:23:21.2467110Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:23:21.2469413Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:23:21.2471837Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:23:21.2474020Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:23:21.2476187Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:23:21.2478465Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:23:21.2480760Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:23:21.2482805Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:23:21.2484708Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:23:21.2486817Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:23:21.2488780Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:23:21.2490837Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:23:21.2492941Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:23:21.2495045Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:23:21.2497159Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:23:21.2499407Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:23:21.2501709Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:23:21.2503983Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:23:21.2506429Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:23:21.2508832Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:23:21.2510970Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:23:21.2513222Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:23:21.2515509Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:23:21.2517749Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:23:21.2519787Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:23:21.2521716Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:23:21.2523774Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:23:21.2525913Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:23:21.2528255Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:21.2530468Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:23:21.2532702Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:23:21.2535006Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:23:21.2537434Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:23:21.2539630Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:23:21.2541929Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:23:21.2544293Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:23:21.2546873Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:23:21.2549732Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:23:21.2552406Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:23:21.2554880Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:23:21.2557075Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:23:21.2559223Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:23:21.2561452Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:23:21.2563595Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:23:21.2565879Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:23:21.2568224Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:23:21.2570595Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:23:22.3942227Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:23:22.3944476Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:23:22.3946640Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:23:22.3949221Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:23:22.3951634Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:23:22.3954058Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:23:22.3956184Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:23:22.3958447Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:23:22.3961151Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:23:22.3963439Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:23:22.3965528Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:23:22.3967923Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:23:22.3970177Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:23:22.3972392Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:23:22.3974512Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:23:22.3976632Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:23:22.3978926Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:22.3981110Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:22.3983308Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:23:22.3985570Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:23:22.3987487Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:23:22.3989859Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:23:22.3992292Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:23:22.3994469Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:23:22.3996484Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:23:22.3998627Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:23:22.4000823Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:23:22.4002971Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:23:22.4005010Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:23:22.4007178Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:23:22.4009205Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:23:22.4011158Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:23:22.4013072Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:23:22.4015082Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:22.4017016Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:23:22.4018910Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:23:22.4020778Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:23:22.4022789Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:23:22.4024783Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:23:22.4026762Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:23:22.4028887Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:23:22.4031090Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:23:22.4032727Z [ 91%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:23:22.4034400Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:23:22.4036428Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:23:22.4038489Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:23:22.4040603Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:23:22.4042829Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:23:22.4045124Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:23:22.4047299Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:23:22.4049512Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:23:22.4051529Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:22.4053476Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:23:22.4055655Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:23:22.4058084Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:23:22.4060758Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:23:22.4063232Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:23:22.4065509Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:23:22.4066918Z [ 95%] Built target optimized_portable_kernels 2025-03-21T20:23:22.4068499Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:23:22.4070776Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:23:22.4073013Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:23:22.4075243Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:23:22.4077343Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:23:22.4079417Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:23:22.4081631Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:23:22.4083829Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:23:22.4086271Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:23:22.4088584Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:23:22.4090734Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:22.4093097Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:23:22.4095324Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:23:22.4097545Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:23:31.2109124Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:23:31.2110847Z [ 98%] Linking CXX static library libportable_kernels.a 2025-03-21T20:23:31.2111676Z [ 98%] Built target portable_kernels 2025-03-21T20:23:31.2112690Z [ 99%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:23:31.2113799Z [ 99%] Generating code for kernel registration 2025-03-21T20:23:31.2115831Z [ 99%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:23:31.2118103Z [ 99%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:23:31.2118910Z [ 99%] Built target portable_ops_lib 2025-03-21T20:23:31.2120455Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:23:31.2122568Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:23:31.2124533Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:23:31.2126397Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:23:31.2128313Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:23:31.2130428Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:23:31.2131959Z [100%] Linking CXX executable executor_runner 2025-03-21T20:23:31.2132714Z [100%] Built target executor_runner 2025-03-21T20:23:31.2133300Z + [[ '' == *main* ]] 2025-03-21T20:23:31.2133758Z + [[ '' == *gh* ]] 2025-03-21T20:23:31.2134252Z + PYTHON_EXECUTABLE=python 2025-03-21T20:23:31.2135107Z + bash .ci/scripts/test_model.sh emformer_join cmake portable 2025-03-21T20:23:31.2135927Z ++ dirname .ci/scripts/test_model.sh 2025-03-21T20:23:31.2136561Z + source .ci/scripts/utils.sh 2025-03-21T20:23:31.2137129Z + MODEL_NAME=emformer_join 2025-03-21T20:23:31.2137669Z + [[ -z emformer_join ]] 2025-03-21T20:23:31.2138186Z + BUILD_TOOL=cmake 2025-03-21T20:23:31.2138682Z + [[ -z cmake ]] 2025-03-21T20:23:31.2139155Z + BACKEND=portable 2025-03-21T20:23:31.2139628Z + [[ -z portable ]] 2025-03-21T20:23:31.2140075Z + UPLOAD_DIR= 2025-03-21T20:23:31.2140503Z + [[ -z python ]] 2025-03-21T20:23:31.2140959Z + which python 2025-03-21T20:23:31.2141447Z /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:23:31.2142060Z + CMAKE_OUTPUT_DIR=cmake-out 2025-03-21T20:23:31.2142612Z + EXPORTED_MODEL=emformer_join 2025-03-21T20:23:31.2143199Z + [[ portable == \p\o\r\t\a\b\l\e ]] 2025-03-21T20:23:31.2143928Z + echo 'Testing emformer_join with portable kernels...' 2025-03-21T20:23:31.2144748Z Testing emformer_join with portable kernels... 2025-03-21T20:23:31.2145411Z + test_model 2025-03-21T20:23:31.2145860Z + [[ emformer_join == \l\l\a\m\a\2 ]] 2025-03-21T20:23:31.2146604Z + STRICT=--strict 2025-03-21T20:23:31.2147083Z + [[ emformer_join == \l\l\a\v\a ]] 2025-03-21T20:23:31.2148046Z + [[ emformer_join == \l\l\a\m\a\3\_\2\_\v\i\s\i\o\n\_\e\n\c\o\d\e\r ]] 2025-03-21T20:23:31.2149075Z + [[ emformer_join == \l\l\a\m\a\3\_\2\_\t\e\x\t\_\d\e\c\o\d\e\r ]] 2025-03-21T20:23:31.2149846Z + [[ emformer_join == \q\w\e\n\2\_\5 ]] 2025-03-21T20:23:31.2150498Z + [[ emformer_join == \p\h\i\-\4\-\m\i\n\i ]] 2025-03-21T20:23:31.2151690Z + python -m examples.portable.scripts.export --model_name=emformer_join --strict 2025-03-21T20:23:31.2152877Z [INFO 2025-03-21 20:23:29,078 model.py:120] Loading emformer rnnt joiner 2025-03-21T20:23:31.2154872Z [INFO 2025-03-21 20:23:29,629 download.py:74] Downloading models/emformer_rnnt_base_librispeech.pt to /var/lib/ci-user/.cache/torch/hub/torchaudio/models/emformer_rnnt_base_librispeech.pt 2025-03-21T20:23:31.2156461Z 2025-03-21T20:23:31.2156656Z 0% 0.00/293M [00:00, arg=TensorArgument(name='p_rnnt_joiner_linear_weight'), target='rnnt.joiner.linear.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_joiner_linear_bias'), target='rnnt.joiner.linear.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='predict_inputs_0'), target=None, persistent=None), InputSpec(kind=, arg=TensorArgument(name='predict_inputs_1'), target=None, persistent=None), InputSpec(kind=, arg=TensorArgument(name='predict_inputs_2'), target=None, persistent=None), InputSpec(kind=, arg=TensorArgument(name='predict_inputs_3'), target=None, persistent=None)], output_specs=[OutputSpec(kind=, arg=TensorArgument(name='aten_view_copy_default_1'), target=None), OutputSpec(kind=, arg=TensorArgument(name='predict_inputs_1'), target=None), OutputSpec(kind=, arg=TensorArgument(name='predict_inputs_3'), target=None)]) 2025-03-21T20:23:37.0702167Z Range constraints: {} 2025-03-21T20:23:37.0702521Z 2025-03-21T20:23:37.0703057Z [INFO 2025-03-21 20:23:31,335 utils.py:141] Saved exported program to ./emformer_join.pte 2025-03-21T20:23:37.0704178Z + run_portable_executor_runner 2025-03-21T20:23:37.0704779Z + [[ cmake == \b\u\c\k\2 ]] 2025-03-21T20:23:37.0705320Z + [[ cmake == \c\m\a\k\e ]] 2025-03-21T20:23:37.0705891Z + build_cmake_executor_runner 2025-03-21T20:23:37.0706506Z + echo 'Building executor_runner' 2025-03-21T20:23:37.0707135Z Building executor_runner 2025-03-21T20:23:37.0707697Z + rm -rf cmake-out 2025-03-21T20:23:37.0708931Z + cmake -DCMAKE_BUILD_TYPE=Debug -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DPYTHON_EXECUTABLE=python -Bcmake-out . 2025-03-21T20:23:37.0710351Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:23:37.0711182Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:23:37.0711946Z -- Detecting C compiler ABI info 2025-03-21T20:23:37.0712611Z -- Detecting C compiler ABI info - done 2025-03-21T20:23:37.0713385Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:23:37.0714191Z -- Detecting C compile features 2025-03-21T20:23:37.0714835Z -- Detecting C compile features - done 2025-03-21T20:23:37.0715481Z -- Detecting CXX compiler ABI info 2025-03-21T20:23:37.0716142Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:23:37.0716862Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:23:37.0717634Z -- Detecting CXX compile features 2025-03-21T20:23:37.0718254Z -- Detecting CXX compile features - done 2025-03-21T20:23:37.0719913Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:37.0721414Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:37.0722234Z CMake. 2025-03-21T20:23:37.0722471Z 2025-03-21T20:23:37.0722923Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:37.0724105Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:37.0725088Z to work with policies introduced by or earlier. 2025-03-21T20:23:37.0725656Z 2025-03-21T20:23:37.0725963Z  2025-03-21T20:23:37.0727299Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:37.0728864Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:37.0729786Z CMake. 2025-03-21T20:23:37.0730050Z 2025-03-21T20:23:37.0730530Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:37.0731726Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:37.0732875Z to work with policies introduced by or earlier. 2025-03-21T20:23:37.0733422Z 2025-03-21T20:23:37.0733690Z  2025-03-21T20:23:37.0734172Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:23:37.0734985Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:23:37.0735745Z -- Found Threads: TRUE 2025-03-21T20:23:37.0737264Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:37.0739071Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:37.0739959Z CMake. 2025-03-21T20:23:37.0740208Z 2025-03-21T20:23:37.0740682Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:37.0741896Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:37.0742939Z to work with policies introduced by or earlier. 2025-03-21T20:23:37.0743518Z 2025-03-21T20:23:37.0743779Z  2025-03-21T20:23:37.0744239Z -- Using python executable 'python' 2025-03-21T20:23:37.0744881Z -- Resolved buck2 as buck2. 2025-03-21T20:23:37.0745468Z -- Killing buck2 daemon 2025-03-21T20:23:37.0745982Z 'buck2 killall' 2025-03-21T20:23:37.0746482Z -- executorch: Generating source lists 2025-03-21T20:23:37.0747573Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:23:37.0749461Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:23:37.0750509Z -- executorch: Using PAL default 'posix' 2025-03-21T20:23:37.0751209Z -- Generating operator lib: 2025-03-21T20:23:37.0751818Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:37.0752665Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:23:37.0753583Z -- ROOT_OPS: 2025-03-21T20:23:37.0754068Z -- INCLUDE_ALL_OPS: 2025-03-21T20:23:37.0756902Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-03-21T20:23:37.0759405Z -- Generating kernel bindings: 2025-03-21T20:23:37.0760020Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:37.0760886Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:23:37.0761810Z -- CUSTOM_OPS_YAML: 2025-03-21T20:23:37.0762382Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:23:37.0766215Z Generated files /pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T20:23:37.0769536Z -- Generating operator lib: 2025-03-21T20:23:37.0770136Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:37.0770774Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:23:37.0771411Z -- DEPS: executorch 2025-03-21T20:23:37.0772493Z 'python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-03-21T20:23:37.0773747Z -- Generating operator lib: 2025-03-21T20:23:37.0774344Z -- LIB_NAME: optimized_ops_lib 2025-03-21T20:23:37.0775254Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-03-21T20:23:37.0776177Z -- ROOT_OPS: 2025-03-21T20:23:37.0776670Z -- INCLUDE_ALL_OPS: 2025-03-21T20:23:37.0779442Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/optimized/optimized.yaml" 2025-03-21T20:23:37.0781928Z -- Generating kernel bindings: 2025-03-21T20:23:37.0782546Z -- LIB_NAME: optimized_ops_lib 2025-03-21T20:23:37.0783455Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-03-21T20:23:37.0784548Z -- CUSTOM_OPS_YAML: 2025-03-21T20:23:37.0785101Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-03-21T20:23:37.0789074Z Generated files /pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/NativeFunctions.h 2025-03-21T20:23:37.0792410Z -- Generating operator lib: 2025-03-21T20:23:37.0793227Z -- LIB_NAME: optimized_ops_lib 2025-03-21T20:23:37.0793885Z -- KERNEL_LIBS: optimized_kernels 2025-03-21T20:23:37.0794499Z -- DEPS: executorch 2025-03-21T20:23:37.0795025Z -- Merging kernel yaml files: 2025-03-21T20:23:37.0796050Z -- FUNCTIONS_YAML: /pytorch/executorch/configurations/../kernels/optimized/optimized.yaml 2025-03-21T20:23:37.0797585Z -- FALLBACK_YAML: /pytorch/executorch/configurations/../kernels/portable/functions.yaml 2025-03-21T20:23:37.0798861Z -- OUTPUT_DIR: /pytorch/executorch/cmake-out/configurations 2025-03-21T20:23:37.0799695Z -- Generating operator lib: 2025-03-21T20:23:37.0800321Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T20:23:37.0801319Z -- OPS_SCHEMA_YAML: /pytorch/executorch/cmake-out/configurations/merged.yaml 2025-03-21T20:23:37.0802253Z -- ROOT_OPS: 2025-03-21T20:23:37.0802739Z -- INCLUDE_ALL_OPS: 2025-03-21T20:23:37.0805694Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/cmake-out/configurations/merged.yaml" 2025-03-21T20:23:37.0808430Z -- Generating kernel bindings: 2025-03-21T20:23:37.0809098Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T20:23:37.0810112Z -- FUNCTIONS_YAML: /pytorch/executorch/cmake-out/configurations/merged.yaml 2025-03-21T20:23:37.0811048Z -- CUSTOM_OPS_YAML: 2025-03-21T20:23:37.0811595Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-03-21T20:23:37.0815723Z Generated files /pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/Functions.h;/pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/NativeFunctions.h 2025-03-21T20:23:37.0819306Z -- Generating operator lib: 2025-03-21T20:23:37.0819962Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T20:23:37.0820835Z -- KERNEL_LIBS: optimized_kernels;optimized_portable_kernels 2025-03-21T20:23:37.0821557Z -- DEPS: executorch 2025-03-21T20:23:37.0822580Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:23:37.0823651Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:37.0824338Z CMake. 2025-03-21T20:23:37.0824541Z 2025-03-21T20:23:37.0824977Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:40.2984942Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:40.2985660Z to work with policies introduced by or earlier. 2025-03-21T20:23:40.2985992Z 2025-03-21T20:23:40.2986333Z  2025-03-21T20:23:40.2986608Z -- Looking for C++ include unistd.h 2025-03-21T20:23:40.2987049Z -- Looking for C++ include unistd.h - found 2025-03-21T20:23:40.2987445Z -- Looking for C++ include stdint.h 2025-03-21T20:23:40.2987814Z -- Looking for C++ include stdint.h - found 2025-03-21T20:23:40.2988237Z -- Looking for C++ include inttypes.h 2025-03-21T20:23:40.2988714Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:23:40.2989130Z -- Looking for C++ include sys/types.h 2025-03-21T20:23:40.2989535Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:23:40.2989928Z -- Looking for C++ include sys/stat.h 2025-03-21T20:23:40.2990323Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:23:40.2990726Z -- Looking for C++ include fnmatch.h 2025-03-21T20:23:40.2991117Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:23:40.2991686Z -- Looking for C++ include stddef.h 2025-03-21T20:23:40.2992057Z -- Looking for C++ include stddef.h - found 2025-03-21T20:23:40.2992568Z -- Check size of uint32_t 2025-03-21T20:23:40.2992924Z -- Check size of uint32_t - done 2025-03-21T20:23:40.2993262Z -- Looking for strtoll 2025-03-21T20:23:40.2993576Z -- Looking for strtoll - found 2025-03-21T20:23:40.2993883Z -- 2025-03-21T20:23:40.2994142Z -- ******** Summary ******** 2025-03-21T20:23:40.2994636Z -- CMAKE_BUILD_TYPE : Debug 2025-03-21T20:23:40.2995026Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:23:40.2995411Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:23:40.2995786Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:23:40.2996154Z -- BUCK2 : buck2 2025-03-21T20:23:40.2996539Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:23:40.2997121Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:23:40.2997723Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-03-21T20:23:40.2998141Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : ON 2025-03-21T20:23:40.2998573Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:23:40.2999000Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:23:40.2999429Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:23:40.2999856Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:23:40.3000324Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:23:40.3000742Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:23:40.3001161Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:23:40.3001589Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:23:40.3002021Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-03-21T20:23:40.3002443Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-03-21T20:23:40.3002864Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:23:40.3003282Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-03-21T20:23:40.3003710Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:23:40.3004160Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-03-21T20:23:40.3004599Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:23:40.3005024Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:23:40.3005440Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:23:40.3005854Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:23:40.3006284Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:23:40.3006720Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:23:40.3007163Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : ON 2025-03-21T20:23:40.3007601Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:23:40.3008019Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:23:40.3008440Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:23:40.3008872Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:23:40.3009364Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:23:40.3009784Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:23:40.3010190Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:23:40.3010617Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:23:40.3011036Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:23:40.3011466Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:23:40.3011872Z -- Configuring done (5.5s) 2025-03-21T20:23:40.3012186Z -- Generating done (0.1s) 2025-03-21T20:23:40.3012615Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:23:40.3013124Z + cmake --build cmake-out -j4 --config Debug 2025-03-21T20:23:40.3013726Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:23:40.3014647Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:23:40.3015834Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:23:40.3016913Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-03-21T20:23:40.3017720Z [ 2%] No download step for 'flatbuffers' 2025-03-21T20:23:40.3018227Z [ 2%] No update step for 'flatbuffers' 2025-03-21T20:23:40.3018801Z [ 3%] No patch step for 'flatbuffers' 2025-03-21T20:23:40.3019345Z [ 3%] Performing configure step for 'flatbuffers' 2025-03-21T20:23:40.3019800Z CMake Warning: 2025-03-21T20:23:40.3020170Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:23:40.3020505Z 2025-03-21T20:23:40.3020630Z  2025-03-21T20:23:40.3020931Z fatal: No names found, cannot describe anything. 2025-03-21T20:23:40.3021475Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:23:40.3021927Z git describe failed with exit code: 128 2025-03-21T20:23:40.3022182Z 2025-03-21T20:23:40.3022377Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:23:40.3022828Z Call Stack (most recent call first): 2025-03-21T20:23:40.3023192Z CMakeLists.txt:5 (include) 2025-03-21T20:23:40.3023399Z 2025-03-21T20:23:40.3023530Z  2025-03-21T20:23:40.3023799Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:23:40.3024712Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:23:40.3025510Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:23:40.3026322Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:23:40.3026994Z -- Detecting CXX compiler ABI info 2025-03-21T20:23:40.3027743Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:23:40.3028933Z [ 4%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-03-21T20:23:40.3030010Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:23:40.3030687Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:23:40.3031178Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:23:40.3031659Z -- Detecting CXX compile features 2025-03-21T20:23:40.3032043Z -- Detecting CXX compile features - done 2025-03-21T20:23:40.3032821Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:23:40.3033488Z -- Looking for strtof_l 2025-03-21T20:23:40.3034259Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:23:40.3035409Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:23:40.3036552Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:23:40.3037705Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:23:40.3038869Z [ 5%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-03-21T20:23:40.3040085Z [ 5%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:23:40.3040805Z -- Looking for strtof_l - found 2025-03-21T20:23:40.3041148Z -- Looking for strtoull_l 2025-03-21T20:23:40.3041884Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:23:40.3042707Z [ 6%] Linking C static library libpthreadpool.a 2025-03-21T20:23:40.3043549Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:23:40.3044271Z [ 6%] Built target pthreadpool 2025-03-21T20:23:40.3045035Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:23:40.3046130Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:23:40.3047301Z [ 6%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:23:40.3048211Z -- Looking for strtoull_l - found 2025-03-21T20:23:40.3048565Z -- Looking for realpath 2025-03-21T20:23:40.3049321Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:23:40.3050514Z [ 7%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-03-21T20:23:40.3051715Z [ 7%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:23:40.3052922Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:23:40.3054158Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:23:40.3054925Z -- Looking for realpath - found 2025-03-21T20:23:40.3055421Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:23:40.3055840Z -- Configuring done (1.0s) 2025-03-21T20:23:40.3056169Z -- Generating done (0.0s) 2025-03-21T20:23:40.3056704Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers 2025-03-21T20:23:40.3058053Z [ 7%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:23:40.3058918Z [ 8%] Performing build step for 'flatbuffers' 2025-03-21T20:23:40.3059573Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:23:40.3060521Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:23:40.3061771Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:23:40.3062691Z [ 9%] Linking CXX static library libgflags_nothreads_debug.a 2025-03-21T20:23:40.3063206Z [ 9%] Built target gflags_nothreads_static 2025-03-21T20:23:40.3064048Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:23:40.3065199Z [ 10%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-03-21T20:23:42.9105162Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-03-21T20:23:42.9106187Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:23:42.9107182Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:23:42.9108342Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:23:42.9109577Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-03-21T20:23:42.9110747Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-03-21T20:23:42.9111863Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-03-21T20:23:42.9113021Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:23:42.9113953Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:23:42.9114819Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:23:42.9115745Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-03-21T20:23:42.9116870Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-03-21T20:23:42.9117810Z [ 12%] Linking C static library libcpuinfo.a 2025-03-21T20:23:42.9118479Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:23:42.9119443Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-03-21T20:23:42.9120124Z [ 12%] Built target cpuinfo 2025-03-21T20:23:42.9120886Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-03-21T20:23:42.9121805Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:23:42.9122751Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-03-21T20:23:42.9123881Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:23:42.9125013Z [ 13%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-03-21T20:23:42.9126205Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:23:42.9127357Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:23:42.9128490Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-03-21T20:23:42.9129417Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:23:42.9130173Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:23:42.9131134Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:23:42.9132259Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-03-21T20:23:42.9133414Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-03-21T20:23:42.9134570Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-03-21T20:23:42.9135689Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-03-21T20:23:42.9136609Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:23:42.9137390Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:23:42.9138406Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-03-21T20:23:42.9139542Z [ 15%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-03-21T20:23:42.9140720Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-03-21T20:23:42.9141891Z [ 15%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-03-21T20:23:42.9143061Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-03-21T20:23:42.9144265Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-03-21T20:23:42.9145212Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:23:42.9146189Z [ 16%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-03-21T20:23:42.9147334Z [ 16%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-03-21T20:23:42.9148953Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-03-21T20:23:42.9150322Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-03-21T20:23:42.9151188Z [ 16%] Linking CXX static library libeigen_blas.a 2025-03-21T20:23:42.9151858Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:23:42.9152897Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-03-21T20:23:42.9154208Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:23:42.9155554Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:23:42.9156867Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-03-21T20:23:42.9157897Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:23:42.9158932Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:23:42.9160240Z [ 18%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:23:42.9161234Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:23:42.9162271Z [ 18%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:23:42.9163269Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:23:42.9164297Z [ 18%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:23:42.9165577Z [ 18%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:23:42.9166596Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:23:42.9167289Z [ 18%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:23:42.9167979Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:23:42.9168614Z [ 18%] Built target cpuinfo_internals 2025-03-21T20:23:42.9169218Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:23:42.9169963Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:23:42.9170753Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:23:42.9171540Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:23:42.9172378Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:23:42.9173231Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:23:42.9173996Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:23:42.9174703Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:23:42.9175404Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:23:42.9176157Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:23:42.9177214Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:23:42.9178011Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:23:42.9178753Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:23:42.9179546Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:23:42.9180098Z [ 18%] Built target eigen_blas 2025-03-21T20:23:42.9180836Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:23:42.9181725Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:23:42.9182593Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:23:42.9183511Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:23:42.9184424Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:23:46.7123906Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:23:46.7124655Z [100%] Linking CXX executable flatc 2025-03-21T20:23:46.7125065Z [100%] Built target flatc 2025-03-21T20:23:46.7125503Z [ 18%] No install step for 'flatbuffers' 2025-03-21T20:23:46.7126189Z [ 18%] Completed 'flatbuffers' 2025-03-21T20:23:46.7126586Z [ 18%] Built target flatbuffers 2025-03-21T20:23:46.7127029Z [ 18%] Generating common_schema headers 2025-03-21T20:23:46.7127441Z [ 18%] Built target common_schema 2025-03-21T20:23:46.7127903Z [ 18%] Generating program_schema headers 2025-03-21T20:23:46.7128305Z [ 18%] Built target program_schema 2025-03-21T20:23:46.7129008Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:23:46.7129934Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:23:46.7130989Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:23:46.7132196Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:23:46.7133352Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:23:46.7134304Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:23:46.7135215Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:23:46.7136155Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:23:46.7137107Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:23:46.7138066Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:23:46.7139027Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:23:46.7140072Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:23:46.7141200Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:23:46.7142239Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:23:46.7143209Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:23:46.7144113Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:23:46.7145037Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:23:46.7146058Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:23:46.7146984Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:23:46.7148199Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:23:46.7150113Z [ 22%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:23:46.7150623Z [ 22%] Built target executorch_core 2025-03-21T20:23:46.7151349Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:23:46.7152788Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:23:46.7154582Z [ 23%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:23:46.7155794Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:23:46.7156889Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:23:46.7158040Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:23:46.7159267Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:23:46.7160230Z [ 24%] Linking CXX static library libexecutorch.a 2025-03-21T20:23:46.7160829Z [ 24%] Built target executorch 2025-03-21T20:23:46.7161612Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:23:46.7162765Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:23:46.7163834Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:23:46.7164671Z [ 25%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:23:46.7165169Z [ 25%] Built target extension_threadpool 2025-03-21T20:23:46.7165918Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:23:46.7166935Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:23:46.7167928Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:23:46.7168932Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:23:46.7169978Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:23:46.7171036Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:23:46.7172071Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:23:46.7173073Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:23:46.7174192Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:23:46.7175455Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:23:46.7176571Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:23:46.7177625Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:23:46.7178723Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:23:46.7179936Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:23:46.7181018Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:23:46.7182036Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:23:46.7183179Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:23:46.7184296Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:23:46.7185445Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:23:46.7186539Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:23:46.7187641Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:23:46.7188862Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:23:46.7189888Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-03-21T20:23:46.7190943Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:23:46.7192095Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:23:46.7193202Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:23:46.7194214Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-03-21T20:23:46.7195188Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:23:46.7196268Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:23:46.7197406Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:23:46.7198342Z [ 30%] Linking CXX static library libcpublas.a 2025-03-21T20:23:46.7199692Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:23:46.7200377Z [ 30%] Built target cpublas 2025-03-21T20:23:46.7201079Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:23:46.7202288Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:23:46.7203493Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:23:46.7204715Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:23:46.7205807Z [ 31%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:23:46.7206913Z [ 31%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:23:46.7208058Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:23:52.8726474Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:23:52.8727562Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:23:52.8728649Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:23:52.8729748Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:23:52.8731037Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:23:52.8732133Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:23:52.8733247Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:23:52.8734478Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:23:52.8735586Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:23:52.8736686Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:23:52.8737815Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:23:52.8738944Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:23:52.8740083Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:23:52.8741262Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:23:52.8742432Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:23:52.8743522Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:23:52.8744617Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:23:52.8745738Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:23:52.8746888Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:23:52.8748800Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:23:52.8749890Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:23:52.8750953Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:23:52.8752023Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:23:52.8753104Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:23:52.8754230Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:23:52.8755380Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:23:52.8756500Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:23:52.8757602Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:23:52.8758710Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:23:52.8759863Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:23:52.8761007Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:23:52.8762049Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:23:52.8763167Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:23:52.8764358Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:23:52.8765464Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:23:52.8766554Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:23:52.8767667Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:23:52.8768730Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:23:52.8769921Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:23:52.8771116Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:23:52.8772231Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:23:52.8773284Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:23:52.8774340Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:23:52.8775478Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:52.8776570Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:23:52.8777621Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:23:52.8778698Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:23:52.8779749Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:23:52.8780846Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:23:52.8781925Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:23:52.8783037Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:23:52.8784130Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:23:52.8785167Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:23:52.8786260Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:23:52.8787394Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:52.8788486Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:23:52.8789656Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:23:52.8790824Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:23:52.8791891Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:23:52.8792970Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:23:52.8794021Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:23:52.8795032Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:23:52.8796148Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:23:52.8797199Z [ 44%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:23:52.8798260Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:23:52.8799460Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:23:52.8800612Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:23:52.8801667Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:23:52.8802723Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:23:52.8803806Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-03-21T20:23:52.8804838Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:23:52.8805903Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:23:52.8806952Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:23:58.6009811Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:23:58.6012044Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:23:58.6014317Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:23:58.6016444Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:23:58.6018427Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:23:58.6020422Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:23:58.6022482Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:23:58.6024567Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:23:58.6026601Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:23:58.6028757Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:23:58.6030856Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:23:58.6032963Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:23:58.6034993Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:23:58.6037161Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:23:58.6039279Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:23:58.6041335Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:23:58.6043398Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:23:58.6045495Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:23:58.6047574Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:23:58.6050406Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:23:58.6052510Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:23:58.6054620Z [ 49%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-03-21T20:23:58.6056826Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:23:58.6058981Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:23:58.6061168Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:23:58.6063215Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:23:58.6065271Z [ 50%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:23:58.6067453Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:23:58.6069576Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:23:58.6071745Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:23:58.6074094Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:23:58.6076203Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:23:58.6078335Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:23:58.6080535Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:23:58.6082683Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:23:58.6084950Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:23:58.6087082Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:23:58.6089050Z [ 53%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:23:58.6091148Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:23:58.6093263Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:23:58.6095231Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:23:58.6097436Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:23:58.6099910Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:23:58.6102188Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:23:58.6104181Z [ 54%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:23:58.6106260Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:23:58.6108368Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:23:58.6110597Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:23:58.6112813Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:23:58.6114968Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:23:58.6117066Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:23:58.6119374Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:23:58.6121517Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:23:58.6123735Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:23:58.6125906Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:23:58.6128111Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:23:58.6130218Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:23:58.6132387Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:23:58.6134524Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:23:58.6136682Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:23:58.6138895Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:23:58.6141124Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:23:58.6143329Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:23:58.6145487Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:23:58.6147779Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:23:58.6149973Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:23:58.6151946Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:23:58.6154100Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:23:58.6156471Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:23:58.6158828Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:23:58.6161265Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:23:58.6163693Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:23:58.6165859Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:24:02.9796969Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:24:02.9798238Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:24:02.9799511Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:24:02.9801081Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:24:02.9802565Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:24:02.9803732Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:24:02.9805040Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:24:02.9806325Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:24:02.9807500Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:24:02.9808570Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:24:02.9809715Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:24:02.9810985Z [ 62%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:24:02.9812242Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:24:02.9813427Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:24:02.9814761Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:24:02.9816003Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:24:02.9817225Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:24:02.9818487Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:24:02.9819692Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:24:02.9820998Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:24:02.9822164Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:24:02.9823400Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:24:02.9824667Z [ 64%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:24:02.9825782Z [ 64%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:24:02.9826950Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:24:02.9828152Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:24:02.9829648Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:24:02.9830920Z [ 65%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:24:02.9832033Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:24:02.9833140Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:24:02.9834266Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:24:02.9835332Z [ 66%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:24:02.9836463Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:24:02.9837623Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:24:02.9838747Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:24:02.9839944Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:24:02.9841124Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:24:02.9842381Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:24:02.9844670Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:24:02.9847118Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:24:02.9849576Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:24:02.9851913Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:24:02.9854436Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:24:02.9856945Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:24:02.9859117Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:24:02.9861566Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:24:02.9863993Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:24:02.9866382Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:24:02.9868461Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:24:02.9870589Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:24:02.9872982Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:24:02.9874964Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:24:02.9876475Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:24:02.9878047Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:24:02.9879795Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:24:02.9881458Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:24:02.9882930Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:24:02.9884688Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:24:02.9886399Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:24:02.9887968Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:24:02.9889555Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:24:02.9891335Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:24:02.9892930Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:24:02.9894555Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:24:02.9896364Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:24:02.9898057Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:24:02.9899734Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:24:02.9901286Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:24:02.9903010Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:24:02.9904591Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:24:02.9905999Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:24:07.1527151Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:24:07.1528461Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:24:07.1529337Z [ 74%] Linking CXX static library liboptimized_kernels.a 2025-03-21T20:24:07.1530171Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:24:07.1531240Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:24:07.1532361Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:24:07.1533441Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:24:07.1534503Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:24:07.1535611Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:24:07.1536714Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:24:07.1537808Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:24:07.1538897Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:24:07.1540060Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:24:07.1541234Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:24:07.1542324Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:24:07.1543357Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:24:07.1544447Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:24:07.1545631Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:24:07.1546717Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:24:07.1549659Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:24:07.1550812Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:24:07.1552001Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:24:07.1553299Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:24:07.1554387Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:24:07.1555499Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:24:07.1556598Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:24:07.1557668Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:24:07.1558734Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:24:07.1559822Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:24:07.1560988Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:24:07.1562230Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:24:07.1563321Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:24:07.1564440Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:24:07.1565616Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:24:07.1566727Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:24:07.1567421Z [ 80%] Built target optimized_kernels 2025-03-21T20:24:07.1568256Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:24:07.1569209Z [ 80%] Generating selected_operators.yaml for optimized_ops_lib 2025-03-21T20:24:07.1570101Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:24:07.1571111Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:24:07.1571873Z [ 81%] Generating code for kernel registration 2025-03-21T20:24:07.1572831Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:24:07.1574030Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:24:07.1575089Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:24:07.1576193Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:24:07.1577303Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:24:07.1578381Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:24:07.1579475Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:24:07.1580516Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:24:07.1581567Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:24:07.1582617Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:24:07.1583731Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:24:07.1584879Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:24:07.1585906Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:24:07.1586952Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:24:07.1588055Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:24:07.1589511Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:24:07.1590594Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:24:07.1591674Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:24:07.1592750Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:24:07.1593880Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:24:07.1594971Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:24:07.1596131Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:24:07.1597289Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:24:07.1598746Z [ 85%] Building CXX object kernels/optimized/CMakeFiles/optimized_ops_lib.dir/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:24:07.1600067Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:24:07.1601161Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:24:07.1602283Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:24:07.1603147Z [ 87%] Linking CXX static library liboptimized_ops_lib.a 2025-03-21T20:24:07.1603630Z [ 87%] Built target optimized_ops_lib 2025-03-21T20:24:07.1604463Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:24:07.1605645Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:24:07.1606826Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:24:07.1607993Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:24:07.1609049Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:24:17.3761353Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:24:17.3762688Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:24:17.3763888Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:24:17.3764941Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:24:17.3766824Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:24:17.3767973Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:24:17.3769166Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:24:17.3770451Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:24:17.3771716Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:24:17.3773091Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:24:17.3774391Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:24:17.3775576Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:24:17.3776701Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:24:17.3777855Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:24:17.3779111Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:24:17.3780271Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:24:17.3781500Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:24:17.3782863Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:24:17.3784136Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:24:17.3785285Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:24:17.3786647Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:24:17.3787959Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:24:17.3789282Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:24:17.3790576Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:24:17.3791765Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:24:17.3792859Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:24:17.3794035Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:24:17.3795279Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:24:17.3796530Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:24:17.3804321Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:24:17.3805502Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:24:17.3806832Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:24:17.3808068Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:24:17.3809245Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:24:17.3810465Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:24:17.3811616Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:24:17.3812764Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:24:17.3813923Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:24:17.3815113Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:24:17.3816328Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:24:17.3817579Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:24:17.3818807Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:24:17.3820022Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:24:17.3821244Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:24:17.3822422Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:24:17.3823640Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:24:17.3824843Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:24:17.3825754Z [ 97%] Linking CXX static library libportable_kernels.a 2025-03-21T20:24:17.3826742Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:24:17.3827954Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:24:17.3829263Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:24:17.3830237Z [ 97%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:24:17.3830765Z [ 97%] Built target portable_kernels 2025-03-21T20:24:17.3831352Z [ 97%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:24:17.3831989Z [ 98%] Generating code for kernel registration 2025-03-21T20:24:17.3832442Z [ 98%] Built target optimized_portable_kernels 2025-03-21T20:24:17.3832918Z [ 98%] Merging kernel yaml files 2025-03-21T20:24:17.3833582Z [ 98%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-03-21T20:24:17.3834272Z [ 98%] Generating code for kernel registration 2025-03-21T20:24:17.3835371Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:24:17.3836433Z [ 98%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:24:17.3836905Z [ 98%] Built target portable_ops_lib 2025-03-21T20:24:17.3838044Z [ 99%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:24:17.3839310Z [ 99%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-03-21T20:24:17.3839864Z [ 99%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:24:17.3840756Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:24:17.3841974Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:24:17.3843044Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:24:17.3844073Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:24:17.3845126Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:24:17.3846277Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:24:17.3847135Z [100%] Linking CXX executable executor_runner 2025-03-21T20:24:17.3847576Z [100%] Built target executor_runner 2025-03-21T20:24:17.3848269Z + ./cmake-out/executor_runner --model_path ./emformer_join.pte 2025-03-21T20:24:17.3848961Z I 00:00:00.000758 executorch:cpuinfo_utils.cpp:62] Reading file /sys/devices/soc0/image_version 2025-03-21T20:46:11.1056395Z I 00:00:00.000785 executorch:cpuinfo_utils.cpp:78] Failed to open midr file /sys/devices/soc0/image_version 2025-03-21T20:46:11.1057425Z I 00:00:00.000799 executorch:cpuinfo_utils.cpp:91] Reading file /sys/devices/system/cpu/cpu0/regs/identification/midr_el1 2025-03-21T20:46:11.1058514Z I 00:00:00.000821 executorch:cpuinfo_utils.cpp:100] Failed to open midr file /sys/devices/system/cpu/cpu0/regs/identification/midr_el1 2025-03-21T20:46:11.1059495Z I 00:00:00.000828 executorch:cpuinfo_utils.cpp:116] CPU info and manual query on # of cpus dont match. 2025-03-21T20:46:11.1060327Z I 00:00:00.000834 executorch:executor_runner.cpp:143] Resetting threadpool with num threads = 0 2025-03-21T20:46:11.1061118Z I 00:00:00.009826 executorch:executor_runner.cpp:166] Model file ./emformer_join.pte is loaded. 2025-03-21T20:46:11.1061808Z I 00:00:00.009838 executorch:executor_runner.cpp:175] Using method forward 2025-03-21T20:46:11.1062540Z I 00:00:00.009851 executorch:executor_runner.cpp:226] Setting up planned buffer 0, size 537002016. 2025-03-21T20:46:11.1063225Z I 00:00:00.310201 executorch:executor_runner.cpp:251] Method loaded. 2025-03-21T20:46:11.1063963Z I 00:21:53.705290 executorch:executor_runner.cpp:289] Model executed successfully 1 time(s) in 1313393.680301 ms. 2025-03-21T20:46:11.1064700Z I 00:21:53.705317 executorch:executor_runner.cpp:293] 3 outputs: 2025-03-21T20:46:11.1065175Z Output 0: tensor(sizes=[1, 128, 128, 4097], [ 2025-03-21T20:46:11.1065722Z -259.225, -258.838, -260.409, -260.31, -146.771, -179.79, -132.939, -134.098, -148.569, -154.578, 2025-03-21T20:46:11.1066393Z -157.31, -156.433, -158.847, -202.557, -150.509, -161.706, -150.843, -156.49, -156.201, -172.792, 2025-03-21T20:46:11.1067067Z -154.716, -157.539, -153.549, -151.981, -159.841, -161.401, -141.042, -154.976, -159.154, -162.746, 2025-03-21T20:46:11.1067725Z -153.06, -156.491, -178.26, -148.183, -144.298, -162.046, -149.113, -162.957, -155.1, -177.367, 2025-03-21T20:46:11.1068393Z -150.331, -158.324, -163.604, -155.345, -151.794, -150.571, -167.542, -152.688, -171.445, -164.294, 2025-03-21T20:46:11.1069135Z -167.477, -155.326, -187.544, -173.87, -184.866, -169.227, -179.747, -155.634, -246.928, -180.146, 2025-03-21T20:46:11.1069801Z -155.184, -165.478, -169.316, -167.606, -178.015, -172.735, -168.43, -236.944, -188.536, -164.502, 2025-03-21T20:46:11.1070459Z -168.774, -168.623, -185.595, -204.248, -198.085, -200.956, -161.099, -177.133, -162.758, -183.917, 2025-03-21T20:46:11.1071423Z -159.242, -173.77, -222.43, -158.234, -176.493, -149.983, -174.69, -170.593, -170.899, -172.122, 2025-03-21T20:46:11.1072111Z -463.639, -158.086, -165.918, -177.969, -183.345, -174.283, -202.459, -195.318, -165.754, -158.667, 2025-03-21T20:46:11.1072623Z ..., 2025-03-21T20:46:11.1073029Z -333.701, -364.989, -292.036, -347.49, -335.664, -305.655, -359.433, -344.883, -333.939, -345.768, 2025-03-21T20:46:11.1073848Z -305.467, -333.462, -374.457, -341.882, -351.377, -341.761, -346.471, -245.666, -281.363, -361.998, 2025-03-21T20:46:11.1074505Z -384.975, -310.105, -302.11, -285.169, -303.454, -320.213, -328.608, -319.769, -323.587, -305.338, 2025-03-21T20:46:11.1075171Z -328.291, -316.158, -369.999, -309.918, -353.525, -265.174, -278.098, -354.087, -305.08, -336.749, 2025-03-21T20:46:11.1075834Z -327.552, -317.636, -365.556, -354.93, -337.708, -333.825, -299.081, -327.278, -282.482, -369.761, 2025-03-21T20:46:11.1076494Z -313.483, -254.19, -412.65, -333.281, -321.173, -274.533, -356.502, -288.733, -314.774, -323.426, 2025-03-21T20:46:11.1077159Z -354.977, -354.658, -464.868, -392.999, -235.988, -274.903, -298.085, -323.373, -283.612, -288.911, 2025-03-21T20:46:11.1077822Z -427.716, -196.381, -146.91, -161.752, -148.405, -159.731, -154.858, -148.742, -166.173, -140.165, 2025-03-21T20:46:11.1078492Z -150.717, -151.562, -153.238, -155.226, -150.354, -158.475, -158.323, -167.258, -160.181, -141.748, 2025-03-21T20:46:11.1079228Z -160.741, -150.149, -162.572, -166.428, -147.408, -195.451, -177.035, -357.668, -181.722, -34.7976, 2025-03-21T20:46:11.1079736Z ]) 2025-03-21T20:46:11.1080010Z Output 1: tensor(sizes=[1], [1]) 2025-03-21T20:46:11.1080369Z Output 2: tensor(sizes=[1], [1]) 2025-03-21T20:46:11.1158110Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2025-03-21T20:46:11.1158582Z with: 2025-03-21T20:46:11.1158964Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:46:11.1159425Z fail-on-empty: false 2025-03-21T20:46:11.1159718Z env: 2025-03-21T20:46:11.1160015Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:46:11.1160437Z REPOSITORY: pytorch/executorch 2025-03-21T20:46:11.1160775Z PR_NUMBER: 2025-03-21T20:46:11.1162669Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=emformer_join BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:46:11.1164832Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:46:11.1165509Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:46:11.1166129Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:46:11.1166579Z ##[endgroup] 2025-03-21T20:46:11.1789869Z Prepare all required actions 2025-03-21T20:46:11.1831017Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T20:46:11.1831460Z with: 2025-03-21T20:46:11.1831861Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T20:46:11.1832525Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:46:11.1833025Z env: 2025-03-21T20:46:11.1833334Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:46:11.1833774Z REPOSITORY: pytorch/executorch 2025-03-21T20:46:11.1834110Z PR_NUMBER: 2025-03-21T20:46:11.1836052Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=emformer_join BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:46:11.1838272Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:46:11.1838961Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:46:11.1839597Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:46:11.1840066Z ##[endgroup] 2025-03-21T20:46:11.1864956Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:46:11.1865770Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:46:11.1875464Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:46:11.1875902Z env: 2025-03-21T20:46:11.1876204Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:46:11.1876624Z REPOSITORY: pytorch/executorch 2025-03-21T20:46:11.1876964Z PR_NUMBER: 2025-03-21T20:46:11.1878869Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=emformer_join BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:46:11.1881076Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:46:11.1881760Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:46:11.1882402Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:46:11.1883012Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:46:11.1883650Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T20:46:11.1884148Z ##[endgroup] 2025-03-21T20:46:11.2067627Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2025-03-21T20:46:11.4336424Z latest: Pulling from tool/alpine 2025-03-21T20:46:11.4336851Z 540db60ca938: Pulling fs layer 2025-03-21T20:46:11.5390460Z 540db60ca938: Verifying Checksum 2025-03-21T20:46:11.5390880Z 540db60ca938: Download complete 2025-03-21T20:46:11.6256543Z 540db60ca938: Pull complete 2025-03-21T20:46:11.6363496Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-03-21T20:46:11.6403876Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-03-21T20:46:13.0930453Z Prepare all required actions 2025-03-21T20:46:13.0960752Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T20:46:13.0961203Z with: 2025-03-21T20:46:13.0961551Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T20:46:13.0962139Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:46:13.0962652Z env: 2025-03-21T20:46:13.0962965Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:46:13.0963409Z REPOSITORY: pytorch/executorch 2025-03-21T20:46:13.0963761Z PR_NUMBER: 2025-03-21T20:46:13.0965711Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=emformer_join BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:46:13.0967852Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:46:13.0968542Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:46:13.0969196Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:46:13.0969649Z ##[endgroup] 2025-03-21T20:46:13.0994562Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:46:13.0995380Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:46:13.1002888Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:46:13.1003333Z env: 2025-03-21T20:46:13.1003645Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:46:13.1004081Z REPOSITORY: pytorch/executorch 2025-03-21T20:46:13.1004426Z PR_NUMBER: 2025-03-21T20:46:13.1006329Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=emformer_join BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:46:13.1008451Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:46:13.1009131Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:46:13.1009757Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:46:13.1010366Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:46:13.1011036Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T20:46:13.1011461Z ##[endgroup] 2025-03-21T20:46:14.2573419Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-03-21T20:46:14.2574159Z # Only do these steps if we actually want to upload an artifact 2025-03-21T20:46:14.2574708Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-03-21T20:46:14.2575331Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-03-21T20:46:14.2576051Z  # attempt to just grab whatever is in there and scoop it all up 2025-03-21T20:46:14.2576650Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-03-21T20:46:14.2577162Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:46:14.2577572Z  fi 2025-03-21T20:46:14.2577917Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-03-21T20:46:14.2578443Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:46:14.2578932Z  fi 2025-03-21T20:46:14.2579252Z fi 2025-03-21T20:46:14.2579517Z  2025-03-21T20:46:14.2579772Z upload_docs=0 2025-03-21T20:46:14.2580284Z # Check if there are files in the documentation folder to upload, note that 2025-03-21T20:46:14.2580833Z # empty folders do not count 2025-03-21T20:46:14.2581367Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-03-21T20:46:14.2582064Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-03-21T20:46:14.2582649Z  # upload will probably not work correctly 2025-03-21T20:46:14.2583049Z  upload_docs=1 2025-03-21T20:46:14.2583358Z fi 2025-03-21T20:46:14.2583739Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:46:14.2591421Z shell: /usr/bin/bash -e {0} 2025-03-21T20:46:14.2591766Z env: 2025-03-21T20:46:14.2592082Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:46:14.2592531Z REPOSITORY: pytorch/executorch 2025-03-21T20:46:14.2592882Z PR_NUMBER: 2025-03-21T20:46:14.2594783Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=emformer_join BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:46:14.2597017Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:46:14.2597705Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:46:14.2598358Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:46:14.2598844Z UPLOAD_ARTIFACT_NAME: 2025-03-21T20:46:14.2599151Z ##[endgroup] 2025-03-21T20:46:14.2693145Z Prepare all required actions 2025-03-21T20:46:14.2732584Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-03-21T20:46:14.2733023Z with: 2025-03-21T20:46:14.2733286Z env: 2025-03-21T20:46:14.2733598Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:46:14.2734019Z REPOSITORY: pytorch/executorch 2025-03-21T20:46:14.2734364Z PR_NUMBER: 2025-03-21T20:46:14.2736266Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=emformer_join BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:46:14.2738397Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:46:14.2739230Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:46:14.2739876Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:46:14.2740326Z ##[endgroup] 2025-03-21T20:46:14.2767383Z ##[group]Run set -eou pipefail 2025-03-21T20:46:14.2767783Z set -eou pipefail 2025-03-21T20:46:14.2768107Z  2025-03-21T20:46:14.2768532Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-03-21T20:46:14.2769081Z for _ in $(seq 1440); do 2025-03-21T20:46:14.2769482Z  # Break if no ssh session exists anymore 2025-03-21T20:46:14.2769900Z  if [ "$(who)" = "" ]; then 2025-03-21T20:46:14.2770256Z  break 2025-03-21T20:46:14.2770526Z  fi 2025-03-21T20:46:14.2770801Z  echo "." 2025-03-21T20:46:14.2771095Z  sleep 5 2025-03-21T20:46:14.2771377Z done 2025-03-21T20:46:14.2777472Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:46:14.2777963Z env: 2025-03-21T20:46:14.2778299Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:46:14.2778721Z REPOSITORY: pytorch/executorch 2025-03-21T20:46:14.2779064Z PR_NUMBER: 2025-03-21T20:46:14.2780964Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=emformer_join BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:46:14.2783116Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:46:14.2783794Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:46:14.2784462Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:46:14.2784929Z ##[endgroup] 2025-03-21T20:46:14.2808628Z Holding runner for 2 hours until all ssh sessions have logged out 2025-03-21T20:46:14.2903403Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:46:14.2904496Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:46:14.2905393Z # shellcheck disable=SC2046 2025-03-21T20:46:14.2906068Z docker stop $(docker ps -q) || true 2025-03-21T20:46:14.2906803Z # Prune all of the docker images 2025-03-21T20:46:14.2907643Z docker system prune -af 2025-03-21T20:46:14.2916398Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:46:14.2917137Z env: 2025-03-21T20:46:14.2917659Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:46:14.2918395Z REPOSITORY: pytorch/executorch 2025-03-21T20:46:14.2918959Z PR_NUMBER: 2025-03-21T20:46:14.2922113Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=emformer_join BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:46:14.2924574Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:46:14.2925323Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:46:14.2926009Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:46:14.2926470Z ##[endgroup] 2025-03-21T20:46:25.0725416Z 4392187854c4 2025-03-21T20:46:25.3169350Z Deleted Containers: 2025-03-21T20:46:25.3169885Z 4392187854c4db5e1678a28fad3568ec5e3b6d6055a3101badb7c87db883b44f 2025-03-21T20:46:25.3170296Z 2025-03-21T20:46:28.6917670Z Deleted Images: 2025-03-21T20:46:28.6918571Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:46:28.6920053Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12@sha256:39442b9b9f46a866e8b0b75f41b9b461fd673725abcfb700696cc8ad9cfdf0a7 2025-03-21T20:46:28.6921264Z deleted: sha256:22ce6c68b3236926f49a39bba2b81e911ed9b33f86ae61acb3f7d199e5465e40 2025-03-21T20:46:28.6922070Z deleted: sha256:b11d8a9063ac7e7b0703e638943ffa462ed1ff43d115e018d93ecc7ef6e99965 2025-03-21T20:46:28.6922841Z deleted: sha256:f2e384828b3a50df4cb10fd073e8fda945b2ada554510f03523a3c4dc908db86 2025-03-21T20:46:28.6923602Z deleted: sha256:3d66cafd465938620b471b97f41fd22d2ee350e62cd61744eb8ffd3f5666ed69 2025-03-21T20:46:28.6924355Z deleted: sha256:9cbae670a85a8aac0f6f6a6d9d2be2a00e1b27d562ab526384c182731cb3b819 2025-03-21T20:46:28.6925136Z deleted: sha256:8769f3c5eaf750fd73aac99ced4b5f8d230639519bf3f533bde7bddd4152a68a 2025-03-21T20:46:28.6925907Z deleted: sha256:a92b7a5a56625b189c9a16d27929ef3e208ada463d2518a394126d879cbc6651 2025-03-21T20:46:28.6926661Z deleted: sha256:a7dc0b43530c70df0fe69e04d53ad44e20672853e2ae15a86b3e19227241fbf1 2025-03-21T20:46:28.6927425Z deleted: sha256:4ba4af853c4df05e8fec2f1ef4d32a7f5615239356518e4a1a61d83de2f8d447 2025-03-21T20:46:28.6928186Z deleted: sha256:8116950fa55671f60dfd11973d8af1b7ddd05c1ed3966f40f71b3200689a3302 2025-03-21T20:46:28.6928911Z deleted: sha256:1da6384ca2410930fb158b71e5416e459893564013572f2b06986a7b575ad554 2025-03-21T20:46:28.6929654Z deleted: sha256:6191ac6bba2cfc86332d198762e494a43ff17d7e8a3dc65164a1678e07231262 2025-03-21T20:46:28.6930419Z deleted: sha256:db6553fcc04eb14caf0ab3819fc12f02b61eb8a4059c37c40e5f0138c2f63a66 2025-03-21T20:46:28.6931188Z deleted: sha256:51bae04fe683ef523a2570cd4d7556045258f9b6d229355d7bd1ea34b24250d3 2025-03-21T20:46:28.6931944Z deleted: sha256:20ad2f7003b52ddd9cb6c6d2cc46f8ce1a8a0ae83fc9210c579998240c08e5c6 2025-03-21T20:46:28.6932707Z deleted: sha256:3b2613f9318c52d4987e4ff73716e74e324f519e8f8f3ab83c51d7423199e8c5 2025-03-21T20:46:28.6933430Z deleted: sha256:3439299846f50a2e5a17366d604c7463f7fea8f945321d3819d1e8f38c0923fd 2025-03-21T20:46:28.6934160Z deleted: sha256:90761e54ea09b317e6c383ab94c74de01997a9925eb9c75208d581723e846e7a 2025-03-21T20:46:28.6934917Z deleted: sha256:fc995bdfdcb41e16f3ff4a779c6050c9d8cebb78050ccc0732d74d1d2839de14 2025-03-21T20:46:28.6935683Z deleted: sha256:5830807088a9f913105242bc72edeb24e0babf7b2db02c0e9375e3d2e42d7f98 2025-03-21T20:46:28.6936665Z deleted: sha256:c38e887df1d80d989c4a51622f9544aecf9881961dbde3ba7c2c605944246529 2025-03-21T20:46:28.6937423Z deleted: sha256:53a65f12bff4f5a541b7785f677e4b5335b1756e6cf196221d0cc59ad72e1dca 2025-03-21T20:46:28.6938163Z deleted: sha256:d6a19dca26c5a6294eb23b704612f758b1c3105818b8f75b59f4837090bd797f 2025-03-21T20:46:28.6938916Z deleted: sha256:db021aea433581c328a76f331a19695f1861f3b802b1708ad0a4dd9facfd902d 2025-03-21T20:46:28.6939827Z deleted: sha256:3a89a0477136937051104e767851ff8ef6595c687fe69ed321da5cbd6f8aac2c 2025-03-21T20:46:28.6940580Z deleted: sha256:c32d4480be2c0090f39371c3f1c8d0e75e54bb223261e99f887cde0ae3d8f69c 2025-03-21T20:46:28.6941481Z deleted: sha256:58e5f9b5d9dfa43945e48a2be23b322ddb4b26013b163b29f9e1b3f55ee731a4 2025-03-21T20:46:28.6942342Z deleted: sha256:74a2beb320466e21285a2d86c125b6b49d7b1a2e6c2713215bbcab34cab29f02 2025-03-21T20:46:28.6943083Z deleted: sha256:153a1bdd1d99254cfe26222b6c9e56c156ee6a7c35c274527985ed2925216199 2025-03-21T20:46:28.6943844Z deleted: sha256:246fa63ef0ffeeb8c245ab1fe510666c50c302f27659cd8fff58aa04cb5f620c 2025-03-21T20:46:28.6944607Z deleted: sha256:2c67b522026b7c66db0ea01e6d27c99e307b970c9dfbb71584a7893c5a2167b4 2025-03-21T20:46:28.6945368Z deleted: sha256:5de1d2b20d0b3514787b7edfecace6a8f2d87c4a4c2c35c72895663ec1f3574f 2025-03-21T20:46:28.6946112Z deleted: sha256:26b1377e85176a642c5b782619b486a09b5789b8d68502d8232eff37ced8fed6 2025-03-21T20:46:28.6946843Z deleted: sha256:04cb88971fc3d98a975ee72868e8be5734315e3f7418011da460c608949606fa 2025-03-21T20:46:28.6947852Z deleted: sha256:ddc216d24d802bf215875832d612a86ca694511842ad2ac797bcdc8ff9eb081a 2025-03-21T20:46:28.6948635Z deleted: sha256:4fe3e21828f67217155c5bf58ec5ce3d6f6e39648b9ee84cd1f7492f8773a235 2025-03-21T20:46:28.6949466Z deleted: sha256:270a1170e7e398434ff1b31e17e233f7d7b71aa99a40473615860068e86720af 2025-03-21T20:46:28.6950187Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-03-21T20:46:28.6951193Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-03-21T20:46:28.6952237Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2025-03-21T20:46:28.6952996Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2025-03-21T20:46:28.6953608Z 2025-03-21T20:46:28.6953782Z Total reclaimed space: 14.13GB 2025-03-21T20:46:28.6986354Z ##[group]Run set +e 2025-03-21T20:46:28.6986680Z set +e 2025-03-21T20:46:28.6986998Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:46:28.6987473Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:46:28.6987904Z else 2025-03-21T20:46:28.6988235Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:46:28.6988631Z fi 2025-03-21T20:46:28.6988998Z set -e 2025-03-21T20:46:28.6995215Z shell: /usr/bin/bash -e {0} 2025-03-21T20:46:28.6995536Z env: 2025-03-21T20:46:28.6995847Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:46:28.6996282Z REPOSITORY: pytorch/executorch 2025-03-21T20:46:28.6996605Z PR_NUMBER: 2025-03-21T20:46:28.6998548Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=emformer_join BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:46:28.7000677Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:46:28.7001360Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:46:28.7001985Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:46:28.7002446Z NO_SUDO: false 2025-03-21T20:46:28.7002726Z ##[endgroup] 2025-03-21T20:46:29.8996992Z Post job cleanup. 2025-03-21T20:46:30.0114305Z Post job cleanup. 2025-03-21T20:46:30.1157065Z [command]/usr/bin/git version 2025-03-21T20:46:30.1198447Z git version 2.47.1 2025-03-21T20:46:30.1242849Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/4a6066ec-3e1d-438d-b10e-21a8dbe785ef' before making global git config changes 2025-03-21T20:46:30.1243935Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:46:30.1248506Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:46:30.1280699Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:46:30.1317485Z [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:46:30.1606229Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:46:30.1624409Z http.https://github.com/.extraheader 2025-03-21T20:46:30.1634550Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-21T20:46:30.1661939Z [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:46:30.1998602Z A job completed hook has been configured by the self-hosted runner administrator 2025-03-21T20:46:30.2027001Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-03-21T20:46:30.2033039Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:46:30.2033509Z ##[endgroup] 2025-03-21T20:46:30.2115858Z [!ALERT!] Swap in detected! [!ALERT!] 2025-03-21T20:46:41.7441071Z [!ALERT!] Swap out detected [!ALERT!] 2025-03-21T20:46:59.4995022Z Cleaning up orphan processes